2010/01/19
+ split up binding tables in inputbox and similar widgets to avoid
conflict between cursor-key use for input-string versus navigation
(report by slakmagik).
+ if strftime() is available, support --time-format option for timebox
widget.
+ if strftime() is available, support --date-format option for calendar
widget (request by Walter Harms).
+ build-fixes for linking to intl library in /usr/local
+ add --scrollbar option, use in most widgets to show a scrollbar on
the right margin of the data. That is cosmetic, does not respond to
the mouse.
+ reuse functions from msgbox to allow prompt for yesno box to be
scrolled in a too-small window.
+ correct mapping of button-codes with --nook option (report by Lebedev
Vadim).
+ cleanup sample scripts using new utility scripts setup-* and report-*,
and allow command-line parameters to be added, for ad hoc testing.
+ correct change to tailbox widget from 2009/02/22 using
dlg_button_layout(), which broke that widget.
+ document some of the portability caveats.
+ modify gauge widget to service callbacks (prompted by patch and
comments by Frank Sorenson).
+ modify editbox to allow its input buffer to be larger than MAX_LEN
unless bounded by the --max-input option, and add limit-checks for
the buffer (report by slakmagik).
+ improve manpage description of --checklist (report by Isaac Good).
+ several improvements to configure script macros: CF_ADD_CFLAGS
CF_CURSES_FUNCS CF_DISABLE_ECHO CF_GCC_ATTRIBUTES CF_MATH_LIB
CF_POSIX_C_SOURCE CF_REMOVE_DEFINE CF_WITH_LIBTOOL CF_XOPEN_SOURCE
+ add is.po, lv.po, sw.po from
http://translationproject.org/latest/dialog/
+ update de.po, id.po, pl.po, pt_BR.po, vi.po from
http://translationproject.org/latest/dialog/
2009/02/22
+ do not display top-arrows for scrolling if they would overwrite the
title (report by slakmagik)
+ consistently use dlg_button_layout() when autosizing widgets (report
by slakmagik).
+ add "-" and "+" bindings to timebox widget.
+ add "-" and "+" bindings to calendar widget (OpenSolaris #6739031).
+ review/fix other widgets to ensure that they exit on error, e.g.,
editbox.c
+ modify check in dlg_getc() to treat closure of either stdin or stdout
as an error, rather than both. This is more stringent than the check
added in 2007/07/04.
+ modify dlg_result_key() to map curses ERR to dialog's error exit
(adapted from patch by Domagoj Pensa).
+ updated several configure script macros:
+ consistently append, rather then prepend, to $CFLAGS
+ add cases for AIX 6, mint, and dragonfly to CF_XOPEN_SOURCE
+ use $PATH_SEPARATOR rather than $PATHSEP
+ improve CF_FIND_LINKAGE, use in checks for more libraries, e.g.,
libutf8 and libiconv.
+ update da.po, ru.po from
http://translationproject.org/latest/dialog/
+ updated config.guess, config.sub
There's a lot of changes bundled into this version. The highlights since 2.1pre4 are:
* Lots of eBay fixes
* Multiple high bidder and fixed price problems have been resolved
* My eBay searches should work a little better
* Seller feedback and names should be loaded
* Many, many small UI fixes
* Improved layout and UI, especially on Mac OS X and under the Thumbnail mode
* The long-standing issue with shrinking the toolbar and overlapping the status/select box has been fixed.
* Show Information and Set Shipping dialogs don't break with large images or many status updates
* Nasty Java 1.6 bug that prevents multi-select and context-menu usage has been worked around.
* Several Mac OS X-specific fixes and features
* Reduced the My JBidwatcher usage, improving synchronization
* Transitioned to git as the version control software.
-Added support routines for Tim Bourke's Mnemogogo plugin, which enables you
to review cards on Java-based phones. See
http://www.tbrk.org/software/mnemogogo.html
-fix rare hang in preprocessing paths (reported by LooM).
-Remove hidden limit on grade 1 cards.
-Italian translation by Enrico Leoni.
-Turkish translation by Sercan Oruc.
-Updated German translation by Dimitri Scheftner.
-Updated French translation by Christophe Mealares and Yannick Voglaire.
-Hungarian translation by bkile.
* A number of bugs in KIO have been squashed, making updating of shown
directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
Pkgsrc changes:
- none
Changes since version 2.21.0:
=============================
2010-01-21
* 2.22.0 released
* Fixed bug 2936564: Can't get item number or title
2010-01-06:
* Fixed bugs 2887061 and 2922040: Recognize "bad password" page.
* Added in memory caching of init file search results for substantial
acceleration in some application environments (like MapServer).
* Regenerated nad/epsg init file with EPSG 7.1 database, including new
support for Google Mercator (EPSG:3857).
* Various thread safety improvements, including preliminary support for
a mutex lock around some operations, like grid loading.
timestamps, use a copy cached on ftp.n.o. Set DIST_SUBDIR too for the
benefit of anyone who picked up some random nightly copy other than
today's. Nothing important has changed, so no revbump.
NetBSD-current added dwarf.h and that made the code assume that sys/stropts.h
was present without greater need, since configure also checks for
HAVE_SYS_STROPTS_H.
1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.
1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.
1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.
Qt 4.5 is now required. The navigation tab is now a dock window,
which can be moved or left floating. The index parser was fixed.
Default toolbars now use large icons and text labels, and are
configurable through the settings. A new version check was added.
It checks once a week and can be disabled in the settings. An
OpenSuSE 11.2 RPM was provided.
The package's Makefile was using 'DESTDIR' as "directory into which
to install binaries", which was a little unconventional. Use BINDIR
instead and treat DESTDIR like the rest of the world.
pkgsrc changes:
- use REPLACE_PERL instead of hand-rolled sed
- use ncursesw
- make curses selection work
- add INSTALLATION_DIRS
upstream changes:
Changes to support Unicode terminals. Link against ncursesw instead
of ncurses, since the former knows how to translate ACS_ULCORNER et
al into the right Unicode code points; also call setlocale() before
starting up curses, so that it knows it has to.
Also closes PR pkg/37366.
Changes since 2.4.2:
- Fix for the default Text Document filter setting.
- New JRE 6u15 for OOo 2.4.3
- update libxml2
- word import crash fix
- fixes import of documents that export bullets in a correct odf fashion
(f.e. OOo 3.0)
- This cws aims to fix the X11 issue (OpenOffice.org not launching)
- Writer fixes for OOo 2.4.3
KDE SC 4.3.4 has a number of improvements:
* A bugfix in Plasma's pixmap cache makes the workspace more responsive
* Okular, the document viewer improved stability in certain situations
* Marble, the desktop globe has seen some polish
* Passphrases with non-ASCII characters have been fixed in the KGpg
encryption tool
Includes the following security fixes:
* CVE-2009-0200 / CVE-2009-0201: Manipulated Microsoft Word files can lead
to heap overflows and arbitrary code execution
* CVE-2009-2414 / CVE-2009-2416: Manipulated XML documents can lead to
arbitrary code execution
Too many changes since 3.0.1 to list them here.
Please consult: http://development.openoffice.org/releases/3.1.1.html
topless reads various command output, displays it on the whole screen (like
less), and periodically updates it like top.
topless can be used with almost every sort of command, but is particularly
useful when used with the command to monitor the system, such as ps, netstat or
fstat.
Version 2.28.1
---------------
Misc changes, improvements and fixes:
* Don't use a pointer grab to lock the cursor - closes bgo #598538
New and updated translations:
[et] Tournaris Pavlos
[et] Ivar Smolin
[ro] Lucian Adrian Grijincu
[ru] Leonid Kanter
New and updated manual translation:
[cs] Adrian Guniš
Version 2.28.0
---------------
New and updated translations:
[as] Amitakhya Phukan
[da] Per Kongstad
[en_GB] Philip Withnall
[fi] Ilkka Tuohela
[gu] Sweta Kothari
[hi] Rajesh Ranjan
[hu] Gabor Kelemen
[it] Milo Casagrande
[kn] Shankar Prasad
[ko] Changwoo Ryu
[lt] Gintautas Miliauskas
[mai] Sangeeta Kumari
[ml] Peter Ani
[mr] Sandeep Shedmake
[or] Manoj Kumar Giri
[pa] A S Alam
[ro] Adi Roiban
[sl] Matej Urbančič
New and updated manual translation:
[el] Giannis Katsampirhs
Version 2.27.92
---------------
Misc changes, improvements and fixes:
* Fix installation of dwell click applet on GNOME panel
New and updated translations:
[ar] Khaled Hosny
[bn] Israt Jahan
[ca] Gil Forcada
[ca@valencia] Carles Ferrando Garcia
[de] Mario Blättermann
[eu] Iñaki Larrañaga Murgoitio
[nb] Kjartan Maraas
[pl] Tomasz Dominikowski
[pt] Duarte Loreto
[sr] Milan Skocic
[sr@latin] Milan Skocic
[te] Krishna Babu K
New and updated manual translation:
[cs] Adrian Guniš
Version 2.27.91
---------------
Misc changes, improvements and fixes:
* Use AM_SILENT_RULES if available
New and updated translations:
[bg] Alexander Shopov
[cs] Adrian Gunis
[fr] Claude Paroz
[gl] Antón Méixome
[pt_BR] Leonardo Ferreira Fontenelle
[th] Theppitak Karoonboonyanan
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao
New and updated manual translation:
[de] Mario Blättermann (bgo #591916)
Version 2.27.90
---------------
New and updated translations:
- [gl] Antón Méixome
Version 2.27.5
---------------
New and updated manual translation:
- [de] Mario Blättermann
Version 2.27.4
---------------
Misc changes, improvements and fixes:
* Fix typos in NEWS file
New and updated manual translation:
- [bn_IN] Runa Bhattacharjee
- [ca] Joan Duran
- [cs] Adrian Guniš
- [et] Ivar Smolin
- [he] Yaron Shahrabani
- [sv] Daniel Nylander
- [uk] Maxim Dziumanenko
Version 2.27.3
---------------
Misc changes, improvements and fixes:
* Fix cursor drawing on 64bit platforms - closes bgo#584256
* Use 'test ! -d' in autogen.sh - closes bgo#583311
* Link directly to libX11 - closes bgo#583471
* Fix sequence-point warning - bgo#583993
* Restore contextual menu in click-type window
* Fix POTFILES.in to make intltool extract strings from .ui files
* Get back lost translations from 2.24
* Remove markup from translatable strings
New and updated manual translation:
- [es] Jorge González
- [fr] Claude Paroz
- [ta] drtvasudevan
Version 2.27.2
---------------
Misc changes, improvements and fixes:
* Fix dwell click for left-handed mouse orientation - bgo#582319
* Fix FDL license version of the manual
* Add comment to manual that hardware click interrupts dwell click
New and updated manual translation:
- [el] Giannis Katsampirhs
- [es] Jorge González
Version 2.27.1
---------------
Misc changes, improvements and fixes:
* Changes due to moving from svn to git
* Clean up AUTHORS file
* update copyright year
* remove the INSTALL file from repository
* Automatically generate ChangeLog file when creating a tarball
* Cancel dwell click if a hardware click occurs, RFE bgo #580174
* create m4 directory during autogen.sh, bgo #579397
* Rename MTClosure to MtData
* Use structure bit fields to save some memory
* Optimization to reduce usage of G_TYPE_INSTANCE_GET_PRIVATE
* remove unused virtual methods from MtTimerClass
* Fix FDL license version of the manual
New and updated translations:
- [el] Fotis Tsamis
- [gl] Suso Baleato
- [kn] Shankar Prasad
- [or] Manoj Kumar Giri
- [pa] A S Alam
- [zh_CN] TeliuTe
New and updated manual translation:
- [en_GB] Jen Ockwell
- [fr] Bruno Brouard and Claude Paroz
What's new in GOK 2.28.1?
Bug fixes:
#595469 - Fix crash when removing gconf keys
#588196 - Check for libusb preprocessor macros with #if defined (Aurelien Jarno)
#514007 - Remove executable permission from l10n.txt and legal.xml
Misc. updates / fixes:
- Fix mai.po file permission
New and updated translations:
[ca] Gil Forcada
[cs] Petr Kovar
[or] Manoj Kumar Giri
[ru] Leonid Kanter
What's new in GOK 2.28.0?
New and updated translations:
[ar] Khaled Hosny
[as] Amitakhya Phukan
[da] Ask H. Larsen
[de] Christian Kirbach
[en_GB] Philip Withnall
[gu] Sweta Kothari
[hi] Rajesh Ranjan
[hu] Gabor Kelemen
[it] Francesco Marletta
[ja] Takayuki KUSANO
[kn] Shankar Prasad
[ko] Changwoo Ryu
[lt] Gintautas Miliauskas
[ml] Ani
[pa] A S Alam
[pl] Piotr Drąg
[ro] Lucian Adrian Grijincu
[sl] Matej Urbančič
[sr] Miloš Popović
[sr@latin] Miloš Popović
[te] Krishnababu K
[tr] Baris Cicek
[zh_CN] Aron Xu
What's new in GOK 2.27.92?
Bug fixes:
#581968 - Add translator comment for "Key Feedback"
New and updated translations:
[ar] Khaled Hosny
[bn_IN] Runa Bhattacharjee
[ca] Gil Forcada
[ca@valencia] Carles Ferrando
[eu] Inaki Larranaga Murgoitio
[pt_BR] Isis Binder, Rodrigo L. M. Flores
What's new in GOK 2.27.91?
Bug fixes:
#592692 - Remove deprecated Encoding key from desktop file (Frederic Peters)
#591506 - Add string.h include for strcmp() (Vincent Untz)
New and updated translations:
[bg] Alexander Shopov
[cs] Andre Klapper
[fi] Tommi Vainikainen
[fr] Claude Paroz
[ga] Sean de Burca
[gl] Anton Meixome
[pt] Rui Batista
What's new in GOK 2.27.90?
Misc. updates / fixes:
- Minor update to API reference templates
- Disable gtk engines in gok.rc (#585633)
- Substitute $sounddir in gconf schema file
- Enable libusb-input during make distcheck
Bug fixes:
#589117 - Remove libgnome and libgnomeui dependency
#589967 - Build failure caused by missing header (Götz Waschk)
New and updated translations:
[nb] Kjartan Maraas
[zh_CN] Ray Wang
What's new in GOK 2.27.5?
Bug fixes:
#588877 - Cleanup <gnome.h> includes (Andre Klapper)
#588458 - GOK fails to build with libusb enabled
New and updated translations:
[ta] drtvasudevan
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao
What's new in GOK 2.27.4?
Bug fixes:
#585633 - Enable gtk engines
#584612 - Use gtk_show_uri instead of gnome_help
New and updated translations:
[es] Jorge Gonzalez
[sv] Daniel Nylander
[uk] Maxim V. Dziumanenko
What's new in GOK 2.27.3?
Bug fixes:
#584002 - Add missing return value
#584004 - Remove esound from pkg-config file
New and updated translations:
[nb] Kjartan Maraas
[sv] Daniel Nylander
What's new in GOK 2.27.2?
Bug fixes:
#581492 - Remove esound check from configure
#583313 - Don't show widgets in non-active tabs
New and updated translations:
[es] Jorge Gonzalez
[ta] drtvasudevan
What's new in GOK 2.27.1?
Bug fixes:
#570723 - Replace deprecated gnome_i18n_get_language_list
#572913 - Migrate to libcanberra
#572686 - Remove deprecated GTK+ symbols
New and updated translations:
[kn] Shankar Prasad
[pa] Amanpreet Singh Alam
2.28.1 - 19-Oct-2009
General:
* Fix for bgo#596257 - Generator arguments are not passed along with
_generateImage()
* Fix for bgo#596340 - Exception if no selection is given when
choosing a language
* Fix for bgo#596364 - Create a script for the OpenSolaris Device
Driver Utility
* Fix for bgo#596384 - Orca sometimes fails to speak a newly-focused
table in certain OpenSolaris utilities
* Fix for bgo#598797 - Gnome-Terminal and VTE dump core when using Orca
Firefox/Thunderbird:
* Fix for bgo#592634 - The Gecko script's handling of caret navigation
interferes when navigating editable messages in Thunderbird
* Fix for bgo#593520 - The Gecko script's getBottomOfFile needs to be
more efficient
* Fix for bgo#593594 - Orca says "blank" when Firefox returns a bogus
value for getTextAtOffset
* Fix for bgo#593596 - When the user Up Arrows to a line in Firefox
which begins with a nested paragraph, Orca fails to present that
line
New and updated translations (THANKS EVERYONE!!!):
da Danish Kenneth Nielsen
de German Simon Bienlein
el Greek Jennie Petoumenou
it Italian Luca Ferretti
ru Russian Leonid Kanter
==========
2.28.0 - 21-Sep-2009
General:
* Fix for bgo#595117 - Need to customize the presentation of the
packagemanager package list toggle
New and updated translations (THANKS EVERYONE!!!):
bg Bulgarian Alexander Shopov
ca Catalan Gil Forcada
ca@valencia Catalan (Valencian) Carles Ferrando
cs Czech Lucas Lommer and Petr Kovar
da Danish Kenneth Nielsen
de German Chrisitan Kirback
and Mario Blättermann
and Simon Bienlein
en_GB British English Bruce Cowan
es Spanish Jorge González
fi Finnish Ilkka Tuohela
gl Galician Antón Méixome
ml Malayalam Ani Peter
nb Norwegian Bokmål Kjartan Maraas
pl Polish Tomasz Dominikowski
and Piotr Leszczyński
ro Romanian Adi Roiban
sl Slovenian Matej Urbančič
uk Ukranian Maxim Dziumanenko
zh_HK Traditional Chinese Chao-Hsiung Liao
zh_TW Traditional Chinese Chao-Hsiung Liao
==========
2.27.92 - 06-Sep-2009
General:
* Fix for bgo#594022 - cannot launch orca preferences - GError:
Duplicate object id
* Rename X-FullName to X-GNOME-FullName in desktop file
StarOffice/OpenOffice:
* Fix for bgo#592917 - Orca doesn't present OOo Writer's Style combo
box correctly
New and updated translations (THANKS EVERYONE!!!):
eu Basque Iñaki Larrañaga Murgoitio
fr French Laurent Coudeur and Claude Paroz
nb Norwegian Bokmål Kjartan Maraas
pt Portuguese Rui Batista and Duarte Loreto
pt_BR Brazilian Portuguese Og B. Maciel and Marco de Freitas
ta Tamil I. Felix
==========
2.27.91 - 24-Aug-2009
General:
* Fix for bgo#591282 - add a switch to activate debug when executing
orca
* Fix for bgo#591289 - Need to remove duplicate speechTabLabel from
orca-setup.ui
* Fix for bgo#591382 - Need to add "word_char" to
text_attribute_names.py for localization
* Fix for bgo#591729 - Using cursor routing keys when the caret
is panned off the display can cause cursor to jump
* Fix for bgo#591734 - "No break space" character not spoken
* Fix for bgo#591805 - Orca speaks the "restrict progress bar update
to" label when the app preferences dialog loads
* Fix for bgo#591907 - "All" hard to translate
* Fix for bgo#592517 - Cursor position based upon uncontracted text
when typing text and contracted braille is enabled
* Fix for bgo#592741 - Fix .desktop file to meet GNOME goal
OpenOffice/StarOffice:
* Fix for bgo#356060 - Provide access to tree item level and state in
OOo Navigator
* Fix for bgo#590682 - Orca does not always speak the Paths table of
the OOo Options dialog correctly
* Fix for bgo#592138 - Orca speaks the next character rather than the
next word when a paragraph boundary is crossed in Writer
Evolution:
* Fix for bgo#592708 - Orca should attempt to recognize Evo's Setup
Assistant and present the (non-focused) prompts
Firefox/Thunderbird:
* Fix for bgo#577899 - Strange cursor movements in Firefox
* Fix for bgo#584103 - Cursor problems when I compose a new message
with Thunderbird 3.0B3 pre
* Fix for bgo#591336 - Need a sanity check in Gecko's
searchForCaretLocation
* Fix for bgo#591351 - SayAll document function doesn't work correctly
on some webpages
* Fix for bgo#591592 - Orca does not speak and braille the appropriate
information when moving by headings on all sites
* Fix for bgo#591807 - Orca sometimes presents the previous line when
Home/End is pressed in Gecko
* Fix for bgo#591860 - Orca grinds to a halt when Ctrl+End is pressed
in a really long message in Thunderbird
* Fix for bgo#592383 - Orca gets stuck when it encounters a paragraph
in Firefox which begins with a multi-line-high character
New and updated translations (THANKS EVERYONE!!!):
bg Bulgarian Alexander Shopov
de German Christian Kirbach and Simon Bienlein
es Spanish Francisco Javier Dorado Martinez
fr French Claude Paroz
ga Irish Seán de Búrca
gl Galician Antón Méixome
gu Gujarati Ankit Patel and Sweta Kothari
he Hebrew Mark Krapivner
hu Hungarian Attila Hammer and Gabor Kelemen
pt Portuguese Rui Batista
pt_BR Brazilian Portuguese Leonardo Ferreira Fontenelle
sv Swedish Daniel Nylander
==========
2.27.90 - 09-Aug-2009
General:
* Fix for bgo#480883 - User can pan right in braille indefinitely at
the end of a web page
* Fix for bgo#523693 - Positioning of the cursor when editing text
This fixes a 'jumping cursor' problem when deleting text in the
middle of a long text area and also adds a _realignViewport method
to braille.py. The method works off new settings (you need to
hand-edit your ~/.orca/user-settings.py or ~/.orca/orca-customizations.py
file for now):
ALIGN_BRAILLE_BY_EDGE = 0
ALIGN_BRAILLE_BY_MARGIN = 1
ALIGN_BRAILLE_BY_WORD = 2
brailleAlignmentMargin = 3
brailleMaximumJump = 8
brailleAlignmentStyle = ALIGN_BRAILLE_BY_EDGE
The default alignment style matches what we have today.
The ALIGN_BRAILLE_BY_MARGIN style uses brailleAlignmentMargin and is
effectively a "push" model - when you get to the edge of the
display, the viewport is pushed to keep the cursor cell at the
margin (until you reach the edge of the text).
The ALIGN_BRAILLE_BY_WORD style uses brailleAlignmentMargin in the
same push model above, but when it pushes the viewport, it pushes it
so the edge lands on a word boundary. In the event we hit a really
long word, the brailleMaximumJump setting limits how far we jump.
* Fix for bgo#570070 - Remove 'item' from spoken string that
represents position/index information
* Fix for bgo#574344 - Support for different progress bar "verbosity
levels" should be implemented
* Fix for bgo#576847 - Add ability to 'flash' braille messages
This adds a 'flashTime' parameter to the braille.displayMessage and
braille.displayRegions methods. If it is 0, the message will not be
flashed. If it is greater than 0, the current message on the display
will be saved and the new message will be flashed for flashTime
milliseconds. If it is less than 0, the current message on the display
will be saved and the new message will be shown until some other action,
such as a keypress or cursor routing key press, causes the display to
revert back to the original message.
* Fix for bgo#578832 - Flash locking modifier key state in braille
This flashes a message for the Caps Lock modifier if the "Enable
locking keys" checkbox is checked on the "Key Echo" tab in the Orca
preferences UI. The flash time is settable via the
'brailleFlashTime' setting which represents the number of
milliseconds to flash a message.
* Fix for bgo#582318 - Pressing panning buttons on the braille display
should not interrupt speech
* Fix for bgo#582491 - Strange message table behavior with Evolution
* Fix for bgo#589610 - isupper should be used on unicode and not UTF-8
strings
* Fix for bgo#590219 - Incorrect text displayed with Orca quit
confirmation dialog when the user using non english locale
* Fix for bgo#590378 - configure.in and orca.spec.in need updating for
compile and runtime dependencies.
* Fix for bgo#590382 - Orca should have a script for packagemanager
OpenOffice/StarOffice:
* Fix for bgo#363820 - Orca should inform the user when text in given
cell in Calc is too wide for that column
Thunderbird:
* Fix for bgo#590267 - Thunderbird's rendering of smileys as named
paragraphs without accessible text causes Orca to speak the tutorial
message inappropriately
New and updated translations (THANKS EVERYONE!!!):
bn Bengali Maruf Ovee and Jamil Ahmed
es Spanish Francisco Javier Dorado Martínez
hu Hungarian Attila Hammer and Gabor Kelemen
==========
2.27.5 - 27-Jul-2009
General:
* Migrated to GtkBuilder (bgo#582506 and bgo#589362)
* Fix for bgo#434600 – cursor routing keys cannot be used to position
caret at end of line
* Re-fix for bgo#568696 - locus of focus changes when updating list of
files in nautilus
* Work on bgo#575784 - accented characters are not echoed correctly.
Orca now has two new checkboxes on the "Key Echo" tab of the
preferences UI. The first, "Enable non-spacing diacritical keys",
specifies whether dead keys are echoed or not. The second, "Enable
echo by character", specifies if the exact character typed in an
editable text area is to be spoken. This differs from the "Enable
alphanumeric and punctuation keys" setting in that it echos the
characters that are typed vs. the keys that were pressed. If both
are enabled, preference is given to character echo where it applies.
* Fix for bgo#578106 - Gtk Warning on starting Orca Preferences GUI
* Fix for bgo#585049 - When I select paragraphs with Ctrl+Shift+Down
key combination, Orca says incorrect information message
* Fix for bgo#585417 - Allow pauses to be inserted in speech output
* Fix for bgo#585948 - Automatic position index spoken request. Orca
now has a "Speak child position" on the "Speech" tab in the
preferences UI. When selected, Orca will speak the child position
(e.g., 'item 6 of 7') of various objects.
* Fix for bgo#588471 - Orca's clicking functionality should click on
the locusOfFocus when not in flat review
* Fix for bgo#588774 - Tooltips aren't always presented
* Fix for bgo#589244 - Remove libgail-gnome usage, use gail in gtk+
instead
* Fix for bgo#589497 - orca shouldn't speak entering / leaving flat
review mode when verbosity is set to brief
* Fix for bgo#589504 - Orca double speaks typed characters when input
method is enabled
Firefox:
* Fix for bgo#480883 - Braille navigation on Webpages. The pan left
and pan right buttons on the braille display should now allow you to
scroll through the page content in linear order.
* Fix for bgo#586399 - Orca should provide support/access to "Mouse
Overs" in web content. See the following message for a complete
description:
http://mail.gnome.org/archives/orca-list/2009-July/msg00186.html.
* Fix for bgo#588910 - Orca should support the spellcheck as you go in
mozilla applications
* Fix for bgo#589455 - Can not activate links with structural
navigation keys
New and updated translations (THANKS EVERYONE!!!):
es Spanish Francisco Javier Dorado Martinez
fr French Claude Paroz
==========
2.27.4 - 13-Jul-2009
General:
* Fix for doo#9676 - Orca fails to launch. Make sure setting the PATH
follows sh syntax and not bash.
* Latent work for bgo#400729 - Orca should provide support for general
audio. This adds some latent support for audio that gives people
something to experiment with as soon as bgo#570658 is done.
* Fix for bgo#561452 - Factor out included "louis" C extension. This
now requires liblouis 1.6.2 and the liblouis 1.6.2 "louis" python
module in order for contracted braille to work with Orca. See
http://live.gnome.org/Orca/Braille for more information.
* Fix for bgo#568696 - locus of focus changes when updating list of
files in nautilus.
* Much more work on bgo#570658 - Refactor the speech and braille
generators. This refactor is almost complete. After a pass to
simplify and consolidate the formatting strings, we should be ready
to document how you can customize Orca presentation for yourself.
* More work on bgo#575614 - Please add speakable characters: → and ←.
* Fix for bgo#583199 - orca should not hang itself, or the desktop
when brltty is killed. This fix allows BrlTTY to be killed,
restarted, started before Orca, started after Orca, etc. This
requires a fix in BrlTTY that will appear in a to-be-released
version of BrlTTY (i.e., the fix is not in BrlTTY 4.0). Note that
this change has caused us to change the default value of
settings.enableBraille to False to prevent speech-only users from
incurring unnecessary overhead.
* Fix for bgo#584796 - Invoking the application specific preferences
for Orca when in the Orca Quit dialog freezes speech.
* Fix for bgo#585103 - Inconsistent behavior of flat review.
* Provisional work on bgo#585417 - Allow pauses to be inserted in
speech output. This provides code that will modify the speech
formatting strings if orca.settings.useExperimentalSpeechProsody is
True (the default value is True for this release). This allows
users to experiment with the prosody work Hammer Attila has done
before we finally commit to it.
NOTE: to indicate things are still experimental, informational
messages will be included on the command line where you run Orca.
These informational messages say that pauses have been added to the
formatting strings. When the integration is done, these messages
will be removed.
* Fix for bgo#585897 - Pronunciation substitution can miss words due
to word delimiters
* Fix for bgo#586385 - When I using where am I function with
Openoffice.org Calc, the spoken row and column information are not
marked for translation.
* Fix for bgo#586580 - Orca repeats the coordinates of Calc cells.
* Fix for bgo#588403 - Implement ability to route the mouse pointer
without clicking. This implements support for routing the pointer to
the current location (either the area under flat review or the
locusOfFocus).
* Fix for crash (no bug number) - Prevent stack trace when contracted
braille is being used. The trace would also kill speech.
OpenOffice/StarOffice:
* Fix for bug #583811 - Doing a select all in OOo Writer causes Orca
to say "selected" for each paragraph.
Thunderbird:
* Fix for bgo#584263 - When I compose or reply to a message with
Thunderbird, the Ctrl+End key combination does not work.
* Fix for bgo#584837 - Find dialog fails to move caret to desired
location in Thunderbird.
* Fix for bgo#568658 - Sometimes Orca announces the wrong subject in
Thunderbird.
Firefox:
* Fix for bgo#584540 - Orca should not duplicate images and lines of
text on facebook
* Fix for bgo#585871 - WhereAmI info in FF doesn't include link
text.
* Fix for bgo#587794 - In some pages I cannot read using the Down
Arrow key.
* Fix for bgo#588344 - Missed text on a page in Firefox.
New and updated translations (THANKS EVERYONE!!!):
cs Czech Lucas Lommer
es Spanish Francisco Javier Dorado Martinez and
Jorge Gonzalez
hu Hungarian Attila Hammer and Gabor Kelemen
uk Ukranian Maxim Dziumanenko
==========
2.27.3 - 15-Jun-2009
General:
* We no longer manually update the ChangeLog each time we commit a
change. Instead, the ChangeLog will be automatically generated from
the git logs when we create a new release. If you pull from git,
you can use 'git log' for a detailed list of changes.
* Much work on bgo#570658 - Refactor the speech and braille
generators. This represents a HUGE REFACTOR for Orca. The speech
generators have been completely rewritten to use formatting strings,
and they are now used by the focus tracking and where am I code.
This has simplified the code base a lot, increased performance in
some areas, and has fixed a number of latent bugs. It also enables
finer granularity for switching voices and helps set us up for
incorporating audio cues. Please help us by testing with the latest
code and by reporting issues and suggestions at orca-list@gnome.org.
* Fix for bgo#583274 - portability for orca script (Thomas Klausner)
* Fix for bgo#585017 - Orca should speak the toggled state of flat
review mode
* Fix for bgo#585792 - i18n strings should use parameterized forms
OpenOffice:
* Significant progress on bgo#574720 - Table Navigation Keys for
OpenOffice Writer. Structural navigation can be enabled/disabled in
OOo with Orca+Z. It is disabled by default in OOo because, unlike in
Gecko, odds are that you'll want to type. :-) Mind you right now we
don't have structural navigation by headings, etc. in Writer. But
one day we will. Alt + the arrows move by cell, Alt + Home/End move
to the beginning/ending of the table respectively.
* Fix for bug #583414 - Orca should announce when is at last cell on
a table in OOo.
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
es Spanish Francisco Javier Dorado Martinez
sv Swedish Daniel Nylander
ta Tamil drtvasudevan
==========
2.27.2 - 25-May-2009
General:
* Work on bug #354471 - Text selection from braille input device.
This is the first step of implementing this feature. Here's the
behavior:
KEY_CMD_CUTBEGIN (Dot 1 + cursor routing key on my display) -
this will specify the start of a selection. Orca will merely
move the caret to the given spot and will clear any existing
selection.
KEY_CMD_CUTLINE (Dot 4 + cursor routing key on my display) -
this will specify the end of a selection and the selected text
is automatically copied to the system clipboard. If a selection
doesn't exist, Orca creates a new one where the other endpoint
of the selection is where the caret is. If a selection exists
and the selection point is outside the existing selection, Orca
extends the existing one. If a selection exists and the
selection point is inside the existing selection, Orca trims the
selection from the right (i.e., the selected text that's after
the selection point becomes unselected).
Known issues that need to be resolved:
1) This only works in text areas. It doesn't work across things
such as paragraphs in OpenOffice.
2) There's some strangeness with speech feedback: it sometimes
says "unselected" when the text is selected. This should be
fixable, but there also probably shouldn't be any speech
feedback when doing this from the braille display.
* Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing
if Compiz is enabled. This fix is designed to improve Orca's access
to the basic window switcher in Compiz. There are still bugs in
Compiz which make providing compelling access difficult, but this
should at least make switching windows accessible.
* Fix for bug #511468 - Ekiga chat window accessibility problem.
* Fix for bug #574221 - left-pane in Ekiga's preference box can't be
read at start-up.
* Fix for bug #575614 - Please add speakable characters: → and ←.
* Fix for bug #577977 - provide speech feedback for "repeat last find"
in Gedit.
* Fix for bug #581372 - Move cursor routing and six dot key handling
from braille.py to script. With the cleanup from bug #581532 to
remove the custom brl module and move directly to the brlapi module
provided by BrlTTY/BrlAPI, we are now able to handle BrlAPI commands
much better. This patch 'uncovers' the handling the cursor routing
keys and the six dot keys; they are no longer swallowed/handled by
the braille.py module alone. Instead, they go to the script like
any other event. By default, the script just turns around and calls
braille.py methods, but it can also feel free to override them. For
example, it might look at keyboard modifiers along with a cursor
routing key to see if it wants to select text or not.
As a note, the BrlAPI events come to us as a dictionary containing a
bunch of information about the event. For example, the cursor
routing command contains information about which routing key was
pressed. The six dots command, which is used to turn contracted
braille on or off, contains information about whether the user wants
to turn contracted braille on (dots 2-3-5 on my Baum display) or off
(dots 2-3-6 on my Baum display). Right now, expressing interest in
braille events is still done by the command (e.g.,
brlapi.KEY_CMD_HOME, brlapi.KEY_CMD_ROUTE, brlapi.KEY_CMD_SIXDOTS)
and it is up to the event handler to determine how to handle the
arguments.
* Fix for bug #581532 - Remove brl module. Orca now uses the BrlAPI
python bindings.
* Fix for bug #582028 - Character pronunciations are not used when
navigating by line. This provides a fallback to the chnames
dictionary.
* Fix for bug #582684 - Arrowing left/right across tree tables causes
whole row to be spoken.
OpenOffice:
* Work on bug #574720 - Table Navigation Keys for OpenOffice Writer.
This adds in support for Alt + the cursoring keys for navigation in
OOo tables. Note that you will need to first enable structural by
pressing Orca + Z. We plan to add in the customizations/settings
available in the Gecko preferences, as well as for the announcement
of dynamic row and column headers when navigating.
Firefox:
* Fix for bug #530784 - whereAmI info for list items in web content
needs to be improved.
* Fix for bug #577900 - Blank lines in Firefox text areas incorrectly
spoken.
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
hu Hungarian Attila Hammer and Gabor Kelemen
ta Tamil drtvasudevan
==========
2.27.1 - 04-May-2009
General:
* Much work to handle the transition from subversion to git.
(Willie Walker, Olav Vitters, Mesar Hameed)
* Updated script writer's guide -- the document lives in
docs/doc-set/internals.html. (Willie Walker)
* Add setting to disable the pyatspi GIL idle handler:
useGILIdleHandler. This change is made in response to
http://bugzilla.gnome.org/show_bug.cgi?id=576954 where it appears as
though the GIL idle handler in pyatspi is causing consumers of
pyatspi (e.g., Orca and accerciser) to start consuming 100% of a CPU
when the machine is idle. We're pretty sure the GIL handler is not
necessary, so this change gets rid of it for the 2.27.1 development
build of Orca. If we see that users notice strange lock ups,
however, we may need to change things back. (Willie Walker)
* Adjust debug utilities to print to console and debug log.
(Willie Walker)
* Fix for bug #579052 - Orca should be able to run with AT-SPI/D-Bus.
(Willie Walker)
* Fix for bug #573535 - Orca should use the 16x16 pixels application
icon for Main and Preferences windows. (Stephen Brandt)
* Fix for bug #575921 - When I working with the gcalctool application,
Orca says too lot of the result of the mathematic operations.
(Willie Walker)
* Fix for bug #576037 - Bind F1 key to help page. (Willie Walker)
* Fix for bug #576438 - Provide state change information for radio
buttons that require you to press space to select them.
(Willie Walker)
* Fix for bug #577239 - Cannot navigate by line through multi-line HTML
list items in Firefox/Thunderbird when arrowToLineBeginning is
False. (Joanmarie Diggs)
* Fix for bug #577330 - Detect whether speech dispatcher is installed
or not. (Tomas Cerha)
* Fix for bug #577977 - provide speech feedback for "repeat last find"
in Gedit. (Nolan Darilek)
* Fix for bug #577979 - Pressing Down Arrow from the middle of a
multi-line HTML list item initially moves to the beginning of the
line when arrowToLineBeginning is False. (Joanmarie Diggs)
* Fix for bug #580423 - Remove deprecated libgnomeui dependency. Use
DBus org.gnome.SessionManager.Logout instead of
gnome.ui.master_client().request_save. (Willie Walker)
* Fix for bug #580329 - Use show_uri() to display help window.
(Vincent Legoll)
OpenOffice:
* Fix for bug #577245 - Present paragraph-style information in
OpenOffice. (Willie Walker)
* Fix for bug #578072 - Orca does not always present text attributes
in braille in OOo documents. (Joanmarie Diggs)
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
bg Bulgarian Alexander Shopov
ca Catalan Jordi Mas i Hernandez
uk Ukranian Maxim Dziumanenko
zh_CN Simplified Chinese Aron Xu
A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.
which broke copy&paste wrapped shell lines.
CHANGES FROM 1.0 TO 1.1, 05 November 2009
* New run-shell (alias run) command to run an external command without a
window, capture it's stdout, and send it to output mode.
* Ability to define multiple prefix keys.
* Internal locking mechanism removed. Instead, detach each client and run the
external command specified in the new session option lock-command (by default
lock -np), thus allowing the system password to be used.
* set-password command, and -U command line flag removed per the above change.
* Add support for -c command line flag to execute a shell command.
* New lock-client (alias lockc), and lock-session (alias locks) commands to
lock a particular client, or all clients attached to a session.
* Support C-n/C-p/C-v/M-v with emacs keys in choice mode.
* Use : for goto line rather than g in vi mode.
* Try to guess which client to use when no target client was specified. Finds
the current session, and if only one client is present, use it. Otherwise,
return the most recently used client.
* Make C-Down/C-Up in copy mode scroll the screen down/up one line without
moving the cursor.
* Scroll mode superseded by copy mode.
* New synchronize-panes window option to send all input to all other panes in
the same window.
* New lock-server session option to lock, when off (on by default), each
session when it has been idle for the lock-after-time setting. When on, the
entire server locks when all sessions have been idle for their individual
lock-after-time setting.
* Add support for grouped sessions which have independent name, options,
current window, but where the linked windows are synchronized (ie creating,
killing windows are mirrored between the sessions). A grouped session may be
created by passing -t to new-session.
* New mouse-select-pane session option to select the current pane with the
mouse.
* Queue, and run commands in the background for if-shell, status-left,
status-right, and #() by starting each once every status-interval. Adds the
capability to call some programs which would previously cause the server to
hang (eg sleep/tmux). It also avoids running commands excessively (ie if used
multiple times, it will be run only once).
* When a window is zombified and automatic-rename is on, append [dead] to the
name.
* Split list-panes (alias lsp) off from list-windows.
* New pipe-pane (alias pipep) to redirect a pane output to an external command.
* Support for automatic-renames for Solaris.
* Permit attributes to be turned off in #[] by prefixing with no (eg nobright).
* Add H/M/L in vi mode, and M-R/M-r in emacs to move the cursor to the top,
middle, and bottom of the screen.
* -a option added to kill-pane to kill all except current pane.
* The -d command line flag is now gone (can be replaced by terminal-overrides).
Just use op/AX to detect default colours.
* input/tty/utf8 improvements.
* xterm-keys rewrite.
* Additional code reduction, and bug fixes.
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
* 0.10.7
Changes: A conflict between hyperlink clicks and touch scrolling
has been fixed. In Maemo versions, empty menu items have been
hidden. In Maemo 2/3 versions, conflicts in package descriptions
have been fixed.
* 0.10.6
Changes: A bug related to images/CSS links in epub has been fixed.
All the links inside XHTML files were interpreted relative to the
root OPF location instead of the XHTML file location. As a result,
some images were not shown in epub books.
* 0.10.5
Changes: The migration tool from version 0.8.* has been fixed. An
FBReader freeze has been fixed. Several text selection related
issues have been fixed. Desktop Debian packages have been updated
to avoid a conflict with a version in the standard Ubuntu 9.04
repository.
* 0.10.4
Changes: The Maemo platform (Nokia Internet Tablet) is supported
again. Multiple epub format issues have been fixed.
* 0.10.3
Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2
archives have been fixed. Greek hyphenation patterns were regenerated
from another TeX source; the new version has no license issues from
the Debian point of view.
* 0.10.2
Changes: This is second bugfix release for version 0.10.0. It is
released for desktop and netbook computers only (for both Linux
and Windows platforms). A crash in the Preferences dialog of the
Windows version has been fixed. Image order in mobipocket files
has been corrected. Indonesian localization files have been updated.
version 0.82
2009-10-27
- Remove all uses of CDIO_MIN_DRIVER,
CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
- FreeBSD get_media_changed fixes
- MingGW/Msys compilation issues
- Add OS/2 driver
- Cross compilations fixes and uclinix is like GNU/Linux
- Numerous other bug fixes
2009-24-10 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.2
- Fixed font size change on KHTMLPart (thanks to Jure Repinc)
- Fixed Windows file opener being unable to open the file with non-English characters.
- Fixed "Open in new tab" for QTextBrowser opening an empty page.
- Middle button in QTextBrowser and WebKit now opens the link in new tab in background.
- Middle button now closes opened tabs in the tab bar.
Pkgsrc changes:
- Added LICENSE
- Removed patch-ab which was integrated upstream
changes since version 2.19.0:
=============================
2009-10-14
* 2.20.0 released
* Fixed bug 2875827 and others: Error encountered in function ebayLogin
* Fixed bug 2862437 and others: Unknown time interval "Duration:"
remaining time could not be converted
Version 1.0.1
Another release. The most important fix in this bugfix release is
where the romanji->hiragana conversion engine would convert "ge"
as "ke". Most othe bug fixes have to do with building the program
on different archintectures. If you have the program and it is
working fine for you, you may want to wait until gWaei 1.1 releases
in a week or so.
June 14, 2009
Version 1.0
Yay! It finally happened. This will be the stable version for a
while. I'm a bit sad that I had to drop support for Debian 5.0
(Lenny) though. Fortunately, it will be compatible with the next
version. The next stable version of gWaei will be 1.1. If you want
to see something fixed for it, please submit a bug report! gWaei
2.0 will have new features, a reworked interface, and hopefully be
all around better and more polished.
May 27, 2009
Version 1.0rc1
There were some small tweaks to the progam's code to get it to
compile under Windows correctly. There was also a small memory leak
when opening the help menu. This will be the last revision before
1.0!
May 16, 2009
Version 1.0b3
Small changes. Radicals have been reordered and some holes filled.
The number separators for the radicals have been made red to make
them more visible. RPM building has been slightly reworked. Libgnome
is no longer a dependancy.
April 25, 2009
Version 1.0b1
Most important thing fixed in this release is a minor buffer overflow
that caused the program to crash on Ubuntu 9. I have made some
headway on MS Windows support, but still am not 100% there yet.
The last important change is that when gnome is turned off in the
configuration for the build, GConf is no longer a forced dependancy.
Onward-ho to 1.0!
March 29, 2009
Version 0.15.4
This release brings some small changes and fixes. I have to thank
all of the contributors who helped. I have never had so many people
helping by submitting bugs, translations, and fixes. Thank you all!
The major notables this time are a reworked Radical Search Tool
window and a fix so that Mac OS X users should be bale to compile
the program.
I want to eventually release a 1.0 version of gWaei so that people
have something stable to use. In order to do this, I want to squash
the last of the large bugs and make the program usable on MS Windows
in the basic sense. If anyone wants to help, email me or contact
me through my blog.
Available for FreeBSD and Linux.
Rump (Runnable Userspace Meta Program) is a mechanism for running kernel code
as part of a user program's address space. As opposed to executing system calls
for requesting kernel services, rump programs do a library call into the kernel
code for equivalent functionality. Kernel code is simply recompiled as a
userspace shared library from the kernel sources instead of being rewritten,
so services imitate the same services being provided by the kernel. Select
architectures such as i386 and amd64 also support directly linking binary
kernel modules against rump programs.
Changes from 1.6:
Increase timeouts, particularly when extracting sets and running the
ATF tests
Remove workaround for lib/39175, as it broke the installation
of the "comp" set
Add a new command "test" for running the ATF tests
Accept a local distribution directory path in place of a URL
Check for missing slash at end of distribution directory URL
Detect HTTP 404 errors
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
a number of bugs in effect plugins such as the famous coverswitch window
switcher
* The biggest number of bugs for this release has been fixed in KMail,
KDE's email client, making it more reliable and usable by correcting a
number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
CHANGES FROM 0.9 TO 1.0, 20 Sept 2009
* Option to alter the format of the window title set by tmux.
* Backoff for a while after multiple incorrect password attempts.
* Quick display of pane numbers (C-b q).
* Better choose-window, choose-session commands and a new choose-client command.
* Option to request multiple responses when using command-prompt.
* Improved environment handling.
* Combine wrapped lines when pasting.
* Option to override terminal settings (terminal-overrides).
* Use the full range of ACS characters for drawing pane separator lines.
* Customisable mode keys.
* Status line colour options, with embedded colours in status-left/right, and
an option to centre the window list.
* Much improved layouts, including both horizontal and vertical splitting.
* Optional visual bell, activity and content indications.
* Set the utf8 and status-utf8 options when the server is started with -u.
* display-message command to show a message in the status line, by default some
information about the current window.
* Improved current process detection on NetBSD.
* unlink-window -k is now the same as kill-window.
* attach-session now works from inside tmux.
* A system-wide configuration file, /etc/tmux.conf.
* A number of new commands in copy mode, including searching.
* Panes are now specified using the target (-t) notation.
* -t now accepts fnmatch(3) patterns and looks for prefixes.
* Translate \r into \n when pasting.
* Support for binding commands to keys without the prefix key
* Support for alternate screen (terminfo smcup/rmcup).
* Maintain data that goes off screen after reducing the window size, so it can
be restored when the size is increased again.
* New if-shell command to test a shell command before running a tmux command.
* tmux now works as the shell.
* Man page reorganisation.
* Many minor additions, much code tidying and several bug fixes.
security vulnerabilities.
* CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can
lead to heap overflows and arbitrary code execution
* CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to
arbitrary code execution
Release notes: http://development.openoffice.org/releases/2.4.3.html
- Fix getline() problem (patches from misc/openoffice3/patches).
- Use internal neon (9 patches are required to use external neon).
- Use internal openssl for internal neon.
- Disable VBA extension (enabling this causes build error).
installation procedure. Using anita, you can fully automate the
process of downloading a NetBSD/i386 distribution, installing it in a
qemu virtual machine, and booting the installed system.
Changes in 2.4.3:
=================
Fix to build TaskJuggler without KDEPIM3.
Changes in 2.4.2:
=================
Chris Schlaeger (44):
Added support for 'accounts' columns in reports.
Add 'accounts' column to interactive reports as well.
Fix crash on template dialog with some older Qt versions.
Properly report summary columns in CVS account reports and use
separators for all columns.
Fix manual error reported by coyote_x.
Add changes suggested by coyote_x.
Added logical expression function 'isDependencyOf()'.
Merge branch 'master' of
ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
Get rid of some empty *.cpp files.
The sum in CSV account reports was wrong.
Fix ICal bug with missing start times on certain tasks.
Revert "Kill some redundant checks."
Added some more checks to prevents crashes in the GUI.
Merge branch 'master' of
ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
No need to create an empty ExpressionTree. 0 will do fine as
well.
Don't overwrite table frames with alternating background in
print reports.
Fix crash when the UI is started with a project without reports.
Add support for misalined time zones.
Don't use the historic time zone names. They cause problems on BSDs.
Remove more historic time zones.
Fixed a booking related bug.
Correct desciption of legal ID characters.
Mark version as snapshot release.
Merge branch 'master' of
ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
Fixed problem with completion degree reporting.
Fixed crash for vacation date outside of project.
Add last fix to change log.
Attempt to contain rounding errors.
Merge branch 'master' of
ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
Merge branch 'master' of
ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
Fix duration tasks with bookings.
Improved version of last patch.
More improvements for the duration + bookings code.
Get rid of ugly DOS linebreaks.
Another refinement of the duration-booking code.
Make sure booking tasks align with timing resolution.
Adapt example to new algorithm.
There is no difference for duration task with bookings.
Improved the description of 'isDependencyOf'.
Eliminate compiler warning with newer GCCs.
Set version to 2.4.2_beta2
Vacations are now included in export reports.
Make iCal support optional.
Finally, getting ready to release 2.4.2
Georg Hofmann (3):
Fixed possible values for sloppy in the reference from 0-3 to 0-2.
Added a dash between dates to meet TJ 2.4.1 date interval syntax.
Corrected date-tool shortcut in 'Tip of the day' message.
Jean-Yves (2):
Fix issue on vacation resource display
Added *~ to .gitignore
Ray Lehtiniemi (13):
Make example installation work with --prefix.
Dead code removal
Use initializer list
Fix several crashes with repeated rescheduling.
Missed a kotrus variable
Use local vars to reduce code clutter.
Kill some redundant checks.
Loosen reportDef pointer type to eliminate a static cast.
Use Report::generate() virtual function to dispatch reports.
Constify getTable() to eliminate some const_cast<>() calls.
Kill a bunch of unneeded static_cast<>
Cache return value in local var
Dead code
Rene Kuettner (1):
Change error for missing ICal support to warning.
Stefan Kamphausen (1):
added a new tasjuggler emacs mode
j.taskjugg...@gindre.org (7):
Added double and middle click facility in interactive report
Added complements info in task and resource Details window
Added taskbarprefix and taskbarpostfix
Updated documentation for taskbarprefix and taskbarpostfix.
Fixed documentation 'isDependencyOf'
Fix issue on vacation resource display for the day of time change.
Use TJ standart period format for vacation ressource display.
pkgsrc changes:
- Adding license
Upstream changes:
2.0205: Wed Jul 08 2009
- Doc bugs (very indirectly) found by Hans Dieter Pearcey
- added perl critic and Test::Pod
- fix bugs (as in wrongful code execution) found by critic.t
- fixed many punctuation problems found by critic.t
2.0203: Tue May 12 10:36:26 EDT 2009
- added a way to subtract hosts from the host list
2.0201: Sat May 9 08:32:25 EDT 2009
- why show the command number in the output?
Upstream changes:
[Changes for 0.21 - 2009-08-17]
* None
[Changes for 0.20_02 - 2009-07-12]
* How'd that MANIFEST vanish, anyway?
[Changes for 0.20_01 - 2009-07-12]
* MakeMaker Makefile.PL which takes into account the fact that
we're now dual-lifed contributed by Jerry D. Hedden
* Fix the i-default tests to skip if Local::Maketext::Lexicon is not
installed as they fail - Tomas Doran
Changes since 1.13:
+ fixed Normalize() code for Windows CHM files.
+ fixed "Cannot display document in <whatever> encoding"
error.
+ now allowing ENTER to work in the bookmarks list.
+ updated Romanian, German translations.
+ added Belarusian translation.
+ don't initialize locale data on Windows (English-only)
+ fixed build problem with Unicode-detecting #ifdefs
inside wxT() macros.
+ made the source code GCC 4.3 friendly (fixed duplicate
parameters issue in GetItem()).
+ #included <bitfiddle.inl> in chmapp.cpp (apparently it
did not compile without this on some platforms)
+ updated French translation.
+ fixed XPM compile-time warnings for GCC 4.3
+ bumped minimum accepted wxWidgets version to 2.8.
+ added tabbed browsing support (from Cedric Boudinet).
+ Firefox-style shortcuts for navigation.
+ fixed font non-Latin encoding character set encoding
problem.
+ replaced the checks for u_intXX_t with checks for the
more standard uintXX_t.
+ some refactoring.
+ added #include <stdint.h> GCC 4.4 patch from the Gentoo
ebuild.
2.26.3 - 29-Jun-2009
General:
* Fix for bug #511468 - Ekiga chat window accessibility problem
* Fix for bug #574221 - left-pane in Ekiga's preference box can't be
read at start-up
* Fix for bug #586890 - Orca 2.27.3 and earlier will crash if liblouis
1.6.2 python bindings are installed
OpenOffice/StarOffice:
* Fix for bug #583811 - Doing a select all in OOo Writer causes Orca
to say "selected" for each paragraph
Thunderbird:
* Fix for bug #584837 - Find dialog fails to move caret to desired
location in Thunderbird
* Fix for bug #568658 - Sometimes Orca announces the wrong subject in
Thunderbird. This change causes us to dump the pyatspi cache if
we're in Thunderbird and exit flat review. As a result, we should
not have bogus table data hanging around.
Firefox:
* Fix for bug #530784 - whereAmI info for list items in web content
needs to be improved
* Fix for bug #577900 - Blank lines in Firefox text areas incorrectly
spoken
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
cs Czech Lucas Lommer
* Changes in the m17n database 1.5.5
** An input method is deleted.
si-wijesekera-preedit-alt.min
** These Vietnamese input methods adopt smart-quotes.
vi-telex.min, vi-tcvn.min, vi-vni.min
improvements include new weather features (convective available potential
energy - an indicator of potential thunderstorm strength), several new
translations (German, Spanish, Italian, Russian, Dutch) plus bugfixes
needed for the "-M" option of "abcde",
the original distribution doesn't seem to be maintained anymore, I just
found a reference in Debian,
the version number is aligned to the Debian one (including a bugfix)
Changes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
* Bulk index update is no longer supported (the code currently
remains, but not the tests)
Version 2.26.3
---------------
Misc improvements/fixes:
* Fix wrong GFDL version number in COPYING
* Use 'test ! -d' in autogen.sh, bgo#583311
* Directly link to xlib, bgo#583471
* Fix cursor drawing on 64bit platforms, bgo#584256
New and updated translations:
- [bn_IN] Runa Bhattacharjee
- [el] Giannis Katsampirhs
- Version changed to 4.1
- Updated Dutch translation (thanks to Sander Pientka)
- Updated Turkish translation (thanks to Ozan Caglayan)
- Default toolbar button order changed to standard -/+
- Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
- Fixed incorrect index string encoding for non-English strings.
- Fixed text size auto-increase each time the file is loaded for WebKit browser.
- License changed from GPLv2 to GPLv3.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
- Updating package for p5 module Locale::Maketext::Simple from 0.18nb1
to 0.20
- Adding license (mit) according to META.yml
- Setting Module::Install as module type
Upstream changes:
[Changes for 0.20 - 2009-07-08]
* MANIFEST fixes (no code changes) - Tomas Doran
[Changes for 0.19 - 2009-07-07]
* Bumped the version dependency to 5.005
* Ton Voon, from Opsera Limited contributed the ability to have the IANA
defined i-default language, for use as a fallback when arbitrary message keys,
rather than English phrases are being used.
Changes since 1.3.0
-------------------
* Fixed duplicate/missing breakpoints (bug #5965).
* Fixed swapped flags in TOC parsing code (bug #4831).
* Fixed option handling code (bug #4180).
Changes since 1.2
-----------------
* Build system has been rewritten using automake/autoconf.
* Added append, prepend, and split pregap modes to cuebreakpoints.
* Fixed possible compilation error with Bison.
* All tools accept long options.
* Programs exit if --input-format or --output-format is an illegal value.
* Major changes to build infrastructure: cleanup of makefiles and addition
of a configure script.
* monitor-content window option to monitor a window for a specific fnmatch(3)
pattern. The find-window command also now accepts fnmatch(3) patterns.
* previous-layout and select-layout commands, and a main-horizontal layout.
* Recreate the server socket on SIGUSR1.
* clear-history command.
* Use ACS line drawing characters for pane separator lines.
* UTF-8 improvements, and code to detect UTF-8 support by looking at
environment variables.
* The resize-pane-up and resize-pane-down commands are now merged together
into a new resize-pane command with -U and -D flags.
* confirm-before command to request a yes/no answer before executing dangerous
commands.
* Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to
paste from the paste buffer.
* Support for some additional escape sequences and terminal features, including
better support for insert mode and tab stops.
* Improved window resizing behaviour, modelled after xterm.
* Some code reduction and a number of miscellaneous bug fixes.
- Updating package for p5 library libintl-perl from 1.16nb1 to 1.20
- Adjusting meta information of package (CATEGORIES, LICENSE)
- take care of library path
Upstream changes:
2009-06-29 Guido Flohr <guido@imperia.net>
* NEWS: News for 1.20.
* test.pl: Do not run XS tests for systems without a German locale. That
should be more flexible, but in fact, most bugs in the XS version can only be
worked around, not fixed. Therefore it is not that important.
* x-changelog.sh: ChangeLog generation no longer done with cvs2cl. Until
something decent pops up, I will use the gitlog2changelog script from
http://github.com/cryos/avogadro/blob/master/scripts/gitlog2changelog.py.
* MANIFEST, tests/03_tester_david_pp.t, tests/03_tester_david_xs.t: Try to
get a little bit mroe information about the strange failure of the new
context functions.
* tests/03dcgettext_pp.t, tests/03dcgettext_xs.t: - Do not skip that many
tests. - Use two argument form of Test::ok().
* tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Fixed number of
tests.
* tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Better structure
for test results.
* tests/03bind_textdomain_filter_pp.t, tests/03bind_textdomain_filter_xs.t:
Use two argument form of Test::ok().
* tests/03bind_textdomain_codeset_pp.t, tests/03bind_textdomain_codeset_xs.t:
- do not skip that many tests - use two argument form of Test::ok()
* tests/03dgettext_xs.t: Copied from pure Perl version.
* Fixed warning about undefined values in subroutine entry if locale de_AT
is not installed on the system that runs the test.
* Makefile.PL: $Config{libs} may include too many libraries (fixes compile
problems on broken Debian systems).
* META.yml, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Version number
increased to 1.20.
2009-06-19 Guido Flohr <guido@imperia.net>
* META.yml: Version number 1.19.
* gettext_xs/gettext_xs.pm: LC_MESSAGES is not defined by POSIX.pm.
* MANIFEST, lib/Locale/TextDomain.pm, tests/04scalar_noop.t: Fixed RT bug
#46471, noop functions in scalar context.
* .gitignore, gettext_xs/.gitignore: Ignore files
* lib/Locale/libintlFAQ.pod: Explanation for the __'Hello' problem.
* lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
1.19.
* sample/simplecal/po/Makefile: Fixed extraction of context (thanks to Kevin
Ryde).
* lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to
1.18.
* lib/Locale/TextDomain.pm: Make PAUSE happy and leave the version number
here.
* test.pl: Report version of Encode.pm (culprit in most failures).
* lib/Locale/Recode/_Conversions.pm: Macintosh encoding in Encode.pm is
seemingly unstable.
* lib/Locale/TextDomain.pm: - Added N__p(). - Added N__np(). - Removed
N__xpn().
* sample/simplecal/po/Makefile: Also include contextual strings.
* lib/Locale/gettext_pp.pm: First release for new functions.
* lib/Locale/TextDomain.pm: Added first release for new functions.
* lib/Locale/Util.pm: Added alpha notice.
* lib/Locale/TextDomain.pm: Context example.
* lib/Locale/Messages.pm: More context examples.
* lib/Locale/TextDomain.pm: Avoid n't.
* lib/Locale/libintlFAQ.pod: Switch language for server applications.
* lib/Locale/gettext_pp.pm: Made code parsing the plural formula more robust.
* tests/po/additional.de.po: Fixed German translations.
* Completed support for contextual gettext calls.
* USERS: Updated with info for unrtst/Joshua Miller
* TODO, lib/Locale/Messages.pm: select_package() is not a class method
(reported by Sergei Vishenski).
* gettext_xs/Makefile.PL: We need both libraries, not just one of them.
* lib/Locale/TextDomain.pm: Corrected POD.
* ChangeLog, MANIFEST.SKIP, META.yml, Makefile.PL, NEWS,
gettext_xs/Makefile.PL, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm,
lib/Locale/Util.pm: Don't forget to actually set the cached locale.
* lib/Locale/Util.pm: Filter out un-available languages.
* lib/Locale/Util.pm: Fixed POD error.
* lib/Locale/Util.pm: Restrict set of acceptable languages.
* lib/Locale/Util.pm: Removed erroneous source.
* lib/Locale/Util.pm: Updated default countries for languages.
* lib/Locale/Util.pm: Fixed warnings about undefined values.
* lib/Locale/Util.pm: Aliased loop variable was constant and read-online.
* lib/Locale/Util.pm: Extended search for correct locale required by FreeBSD.
* lib/Locale/Util.pm: Return information about actually selected locale in
set_web_locale().
* sample/simplecal/po/Makefile, sample/simplecal/po/PACKAGE: Strip leading
and trailing whitespace on TEXTDOMAIN variable.
* Makefile.PL: Remove build_xs in target "clean".
* lib/Locale/Util.pm: New function set_web_locale().
* Use Locale::Util::set_locale() for more portable locale setting.
* lib/Locale/Util.pm: - avoid warnings - turned off debugging - clean-up
* lib/Locale/Util.pm: docs
* lib/Locale/Util.pm: - access to the locale cache - updated docs
* lib/Locale/Util.pm: Support for MS-DOS
* lib/Locale/Util.pm: half-implemented Windows version
* lib/Locale/Util.pm: safe locale setting for Unix
* tests/05parse_accept.t: new
* sample/simplecal/po/PACKAGE: Hint to avoid trailing space
* lib/Locale/TextDomain.pm: interpolate filename and linenumber
* MANIFEST, lib/Locale/Messages.pm: avoid warning if textdomain is undef
* lib/Locale/TextDomain.pm: Try to detect incorrect usage of the tied gettext
hash.
* lib/Locale/TextDomain.pm: always make a copy of the list of search
directories
* x-changelog.sh: cvs2cl now expected in $PATH.
* tests/04find_domain_bug.t: Skip test if require Austrian locale is not
available (thanks to Pascal Terjan for the hint).
* sample/simplecal/po/Makefile: added simple hash
* Makefile.PL: unlink "xs_disabled" with "make clean" (thanks to Peter
Eisentraut)
While here set a proper LICENSE (dvtm is under MIT/X license).
Changes:
o compile fix for Mac OS X
o optional beep on terminal bell (enable it per window with MOD+B)
o the whole screen redraw command which is now by default associated
with MOD+r reads the terminal size and adjust the working area
accordingly
New features since 1.3.1:
* RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
This can be used to add commands (See Gem::CommandManager) or add
install/uninstall hooks (See Gem::Installer and Gem::Uninstaller).
* Gem::Version now understands prerelease versions using letters. (eg.
'1.2.1.b') Thanks to Josh Susser, Alex Vollmer and Phil Hagelberg.
* RubyGems now includes a Rake task for creating gems which replaces rake's
Rake::GemPackageTask. See Gem::PackageTask.
* Gem::find_files now returns paths in $LOAD_PATH.
* Added Gem::promote_load_path for use with Gem::find_files
* Added Gem::bin_path to make finding executables easier. Patch #24114 by
James Tucker.
* Various improvements to build arguments for installing gems.
* `gem contents` added --all and --no-prefix.
* Gem::Specification
* #validate strips directories and errors on not-files.
* #description no longer removes newlines.
* #name must be a String.
* FIXME and TODO are no longer allowed in various fields.
* Added support for a license attribute. Feature #11041 (partial).
* Removed Gem::Specification::list, too much process growth. Bug #23668 by
Steve Purcell.
* `gem generate_index`
* Can now generate an RSS feed.
* Modern indicies can now be updated incrementally.
* Legacy indicies can be updated separately from modern.
* `gem server` allows port names (from /etc/services) with --port.
* `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
Dobriakov.
* `gem spec` can retrieve single fields from a spec (like `gem spec rake
authors`).
* Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
* RDoc is now generated regardless of Gem::Specification#has_rdoc?
2.26.2 - 18-May-2009
General:
* Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing
if Compiz is enabled. This fix is designed to improve Orca's access
to the basic window switcher in Compiz. There are still bugs in
Compiz which make providing compelling access difficult, but this
should at least make switching windows accessible.
* Fix for bug #577977 - provide speech feedback for "repeat last find"
in Gedit.
* Fix for bug #580329 - Use show_uri() to display help window.
* Fix for bug #580423 - Remove deprecated libgnomeui dependency. Use
DBus org.gnome.SessionManager.Logout instead of
gnome.ui.master_client().request_save.
* Fix for bug #582684 - Arrowing left/right across tree tables causes
whole row to be spoken.
==========
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
ca Catalan Jordi Mas i Hernandez
hu Hungarian Attila Hammer and Gabor Kelemen
uk Ukranian Maxim Dziumanenko
=====================
deskbar-applet 2.26.2
=====================
- Fixed bug #575185: Scan directories in templates folder
- Fixed bug #580188: self._desktop is None in OpenDesktopFileAction.py
- Fixed bug #580548: Error in ActionsFactory when file doesn't exist
- Fixed parts of bug #577649. Check if templates directory can be retrieved and exists in initialize.
- Fixed bug #581207: Use g_timeout_add_seconds to reduce wakeups
- Fixed bug that caused that the window to show up again when intending to close it by pressing the keybinding
Translations:
- Updated el: Fotis Tsamis
- Updated es: Jorge Gonzales
- Updated et: Ivar Smolin
- Updated or: Manoj Kumar Giri
- Updated zh_CN: TeliuTe
2.26.1 - 13-Apr-2009
General:
* Fix for bug #575921 - When I working with the gcalctool application,
Orca says too lot of the result of the mathematic operations
* Fix for bug #576037 - Bind F1 key to help page
* Fix for bug #576438 - Provide state change information for radio
buttons that require you to press space to select them
* Fix for bug #577330 - Detect whether speech dispatcher is installed
or not
OpenOffice:
* Fix for bug #577245 - Present paragraph-style information in
OpenOffice
* Fix for bug #578072 - Orca does not always present text attributes
in braille in OOo documents
Firefox/Thunderbird:
* Fix for bug #577239 - Cannot navigate by line through multi-line
HTML list items in Firefox/Thunderbird when arrowToLineBeginning is
False
* Fix for bug #577979 - Pressing Down Arrow from the middle of a
multi-line HTML list item initially moves to the beginning of the
line when arrowToLineBeginning is False
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
ar Arabic Djihed Afifi
bg Bulgarian Alexander Shopov
cs Czech Lucas Lommer and Petr Kovar
el Greek Jennie Petoumenou and Kostas Papadimas
hu Hungarian Gabor Kelemen
ml Malayalam Harivishnu and Ani Peter
ru Russian Nickolay V. Shmyrev
Upstream changes since 0.7:
* Remove the right number of characters from the buffer when escape then
a cursor key (or other key prefixed by \033) is pressed. Reported by
Stuart Henderson.
* rotate-window command. -U flag (default) for up, -D flag for down.
* Change scroll/pane redraws to only redraw the single pane affected rather
than the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule
to redraw the entire window. Also add a flag to skip updating the window any
further if it is scheduled to be redrawn. This has the effect of batching
multiple redraws together.
* Basic horizontal splitting and layout management. Still some redraw and other
issues - particularly, don't mix with manual pane resizing, be careful when
viewing from multiple clients and don't expect shell windows to redraw very
well after the layout is changed; generally cycling the layout a few times
will fix most problems. Getting this in for testing while I think about how
to deal with manual mode.
Split window as normal and cycle the layouts with C-b space. Some of the
layouts will work better when swap-pane comes along.
* AIX port, thanks to cmihai for access to a box. Only tested on 6.1 with xlc
10.1 (make sure CC is set). Needs GNU make and probably ncurses (didn't try
plain curses). Also won't build with DEBUG, so comment the FDEBUG=1 line in
GNUmakefile.
* Draw a vertical line on the right when the window size is less than the
terminal size. This is partly to shake out any horizontal limit bugs on the
way to horizontal splitting/pane tiling. Currently a bit slow since it has to
do a lot of redrawing but hopefully that will improve as I get some better
ideas for how to do it.
* Fix remaining problems with copy and paste and UTF-8.
* Better UTF-8 support, including combined characters. Unicode data is now
stored as UTF-8 in a separate array, the code does a lookup into this every
time it gets to a UTF-8 cell. Zero width characters are just appended onto
the UTF-8 data for the previous cell. This also means that almost no bytes
extra are wasted non-Unicode data (yay).
Still some oddities, such as copy mode skips over wide characters in a
strange way, and the code could do with some tidying.
* Key repeating is now a property of the key binding not of the command.
Repeat is turned on when the key is bound with the -r flag to bind-key.
next/previous-window no longer repeat by default as it turned out to annoy
me.
* Clear using ED when redrawing the screen. I foolishly assumed using spaces
would be equivalent and terminals would pick up on this, but apparently not.
This fixes copy and paste in xterm/rxvt.
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg
tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
separate server, the new -L command line option should be used: this creates
a socket in the same directory with a different name ("-L main" will create
socket called "main"). -S should only be used to place the socket outside
/tmp. This makes sockets a little more secure and a bit more convenient to
use multiple servers.
* New session flag "set-remain-on-exit" to set remain-on-exit flag for new
windows created in that session (like "remain-by-default" used to do). Not
perfectly happy about this, but until I can think of a good way to introduce
it generically (maybe a set of options in the session) this will do. Fixes
SF request 2527847.
* Support for 88 colour terminals.
* break-pane command to create a new window using an existing pane.
* Make escape key timer work properly so escape+key can be used without
lightning fast key presses.
* Redo mode keys slightly more cleanly and apply them to command prompt
editing. vi or emacs mode is controlled by the session option status-keys.
* Looking up argv[0] is expensive, so just use p_comm for the window name which
is good enough. Also increase name update time to 500 ms.
* Only use ri when actually at the top of the screen; just move the cursor up
otherwise.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the
cursor can never be beyond $COLUMNS - 1) and does not appear to support
changing this behaviour, or any of the obvious possibilities (turning off
right margin wrapping, insert mode). This is irritating, most notably because
it impossible to write to the very bottom-right of the screen without
scrolling. To work around this, if built on FreeBSD and run with a "cons"
$TERM, the bottom-right cell on the screen is omitted.
* Emulate scroll regions (slowly) to support the few terminals which don't have
it (some of which don't really have any excuse).
* No longer redraw the status line every status-interval unless it has actually
changed.
2009-04-12 Heikki Orsila <heikki.orsila@iki.fi>
* Version 1.3.14
- Install the man page with proper permissions
- Fix buffer underflow [CORRECTIVE]
- Cleanup and fix sfv reading [CORRECTIVE] [PREVENTIVE]
- Fix test script reporting [CORRECTIVE]
- Consistent return value (1) for exit() [PREVENTIVE]
Thanks to Izaac via pkg/41227
Remove two patches.
Improve DESCR, COMMENT, HOMEPAGE, USE_LANGUAGES.
Now using qt4 instead of qt3.
From vym-1.12.2/README.txt
Changelog since 1.8.1
---------------------
- Feature: Restructured internal handling of XML based maps
- Feature: Switched from QSimpleTextItem to QTextItem for Freemind
support
- Feature: Import of Freemind maps
- Feature: Extended fileformat with object IDs to ease export from
tomboy to vym
- Feature: Completed german translation
- Feature: Center on selection with "."
- Feature: Most important exports can be scripted now
- Feature: Creating new map with selection as MapCenter
- Feature: Simple export to CSV spreadsheet
- Feature: Copy from past steps in history to current one
- Feature: Editing of frame attributes in branch property window
- Feature: autosave
- Feature: number of undo/redo levels can be changed in settings
- Feature: branch property window settings are saved
- Feature: Added basic macros and documentation
- Feature: Color of selection can be changed now
- Feature: Pen and brush for frames can be set
- Feature: Simple Editor for scripts
- Feature: Added syntax highlighting for editor
- Feature: Unscroll all now only affects selected subtree
- Feature: Modifier Modes now change cursor when CTRL is pressed
- Feature: vym opens spanish documentation, if locale is es*
- Feature: New Frame format
- Feature: Properties dialog for branches instead of context menu entries
- Feature: Only one history window for all editors. State is saved.
- Feature: Canvas ported to QT 4.2 GraphicsView
- Feature: Options to use AntiaAliasing and smooth pixmap
transformations
- Feature: Thick links use polygons now, less objects in scene
- Feature: More undo commands (and fixes there)
- Feature: Note Editor completly based on QT4 now.
- Feature: Opening of all URLs in a subtree
- Feature: Opening of all vymLinks in a subtree
- Feature: Changed format of configuration file a bit (new file anyway
with introduction of QT4)
- Feature: Toolbar Layout is saved now
- Feature: Moved floats in XML Export, e.g. XHTML shows floatimages at
- Bugfix: Added missing standard flag (one of the smileys got lost)
- Bugfix: Wrong parsing of relative positions after load of
previously zoomed map
- Bugfix: Smother parabel links (Alexander Rettig)
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
list items
- Bugfix: No output from <span> tags in ASCII export any longer
- Bugfix: Don't ask for directory in XML-based exports like
KDE-bookmarks
- Bugfix: auto-select/auto-edit new branches
- Bugfix: Visibility of BranchProperty window is saved now
- Bugfix: Undo/Redo dropping images into map
- Bugfix: Undo/Redo of copy/paste steps
- Bugfix: NoteEditor now appears on first click (not 2nd)
- Bugfix: Disable autosave while there are redos available
- Bugfix: After changing link color, that color is applied to all links
now
- Bugfix: Pasting of FIOs
- Bugfix: No selection of branches while editing heading
- Bugfix: geometry of selection box gets updated while setting scroll or
hide flag
- Bugfix: Possible segfault when redoing deleteChilds()
- Bugfix: autosave timeout now read from settings file
- Bugfix: Settings for historywindow correclty read now
- Bugfix: Closing property window toggle corresponding button
- Bugfix: Unscroll all childs has saveState now
- Bugfix: Invisible selection after switching mapeditor
- Bugfix: For frames the links always were drawn at bottom of heading
- Bugfix: BranchPropertyWindow updates when selection is changed
- Bugfix: Crash when trying to temporary link to floatimage
- Bugfix: Drawing error when temporary linking subtrees
- Bugfix: Import of KDE Bookmarks
- Bugfix: Export to KDE Bookmarks
- Bugfix: Export to XHTML
- Bugfix: Drag and Drop of URLs now only creates one branch
- Bugfix: Remember last directory before ASCII/LaTeX export
- Bugfix: Editing in NoteEditor now updates actions (save) again
- Bugfix: Deleting last branch automatically unscrolls parent now
- Bugfix: Scroll/Unscroll has undo/redo now
- Bugfix: xml-parsing code simplified
- Bugfix: Fixed pretty annoying repositioning of view after editing a
heading. (don't call show() before positioning in heading...)
- Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
- Bugfix: Save PNG images with quality 100 to workaround image problems
- Bugfix: Remember last directory before XML export
- Bugfix: move branch up/down calls scene()->update() now => much faster
- Bugfix: Relinking of floatimages undo/redo
- Bugfix: printing scales correctly again
- Bugfix: Drag & Drop (basically) works again
- Bugfix: Crash caused by BranchObj::getLastSelected
- Bugfix: Signal handling by changes in TextEditor: Much faster now
- Bugfix: printing is working again
- Bugfix: move up/down to next subtree is working again
- Bugfix: Flags are working again
- Bugfix: Floatimages have correct select box again
- Bugfix: Image format is saved with floatimage
- Bugfix: New recent file handling, fixes crash on Mac OS X
- Bugfix: Position of floatimages is saved again
- Bugfix: Position of floatimages survives adjustCanvasSize()
- Bugfix: Adding branch to scrolled branch unscroll the former
- Bugfix: More undo commands (removed saveStateComplete)
- Bugfix: No more hopping around of floats, when canvas is resized
(by using relative positions for mainbranches. This might
confuse parsing 1.8.56 documents with vym <= 1.8.1
- Bugfix: Mac - XSL stylesheets are found
- Bugfix: Mac - fonts are scaling
- Bugfix: Mac - hand cursor is shown correctly
- Bugfix: Undo/Redo moving floatimages
- Bugfix: Shortcuts for scrolling branches/removing branch
- Bugfix: update-bookmarks script is not only executed, but
also found now...
- Bugfix: More undo/redo (move of floatimages, relinking of branches)
- Bugfix: More undo/redo commands
- Bugfix: Actions updated after moving a branch now
- Bugfix: vym refuses to start if vymTmpDir can't be created
- Bugfix: Editing headings now works both on Mac and Linux
beginning of export now
- Bugfix: Floatimages internally are saved as png, preserving the alpha
channel
- Bugfix: Fixed broken check for non-existent OO-export configuration
This is a bug fix only release, as all the new features are being
implemented in the 2.x codebase.
(Note that for Windows users we recommend uninstalling the previous
version before doing an upgrade.)
-Fix bug so that vice versa cards now always start with grade 0.
-Fix problems with missing locale under some unix systems.
-Fix hang under Spanish translation.
-Danish translation by Randi H.
-Esperanto translation by jchthys.
-updated Japanese translation by Patrick Kenny.
New features since 1.2.0:
* RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
stdout is not a TTY, except with --both.
* Added Gem.find_files, allows a gem to discover features provided by other
gems.
* Added pre/post (un)install hooks for packagers of RubyGems. (Not for gems
themselves).
* RubyGems now installs gems into ~/.gem if GEM_HOME is not writable. Use
--no-user-install command-line switch to disable this behavior.
* Fetching specs for update now uses If-Modified-Since requests.
* RubyGems now updates the ri cache when the rdoc gem is installed and
documentation is generated.
0.15.3:
Bugfix release from 0.15.2. The windows configure flag was backwards
which lead to many people buliding without gconf support in. This
is a bad bad thing because gWaei gets the install URLs through the
gconf preferences. (The windows build is still experimental only!)
0.15.2:
A number of fixes has gone into this version. More polish has been
applied to the terminal interface, some bugs squashed, and more
compatibility with different distros added. The program should be
compilable on Debian Lenny now. Windows compatibility is coming
along too.
Because I happened to notice a large bug today after releasing,
another bug fix release will be coming up soon. It has to do with
the romanji->kata conversion system still acting up. Just turn it
off if you think it is causing problem s with your searches in the
preferences. Particularly for queries containing kanji, the results
will be undefined and random.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Version 0.10.2 is based on the recent release of QT 4.5, which should fix
startup problems which some users experienced with version 0.10.1.
This change should also solve some Mac rendering bugs and speed up
the GUI elements of the program.
A new projection mode is now available, called "Hammer-Aitoff", which
allows for very wide fields of view (up to 360 degrees). This release
also includes many bug fixes and some general performance tweaks.
(The note about qt-4.5 is misleading. It works with 4.4 as well.)
* Attempt to fix documentation paths.
* Replace US/Mountain with America/Denver in tests. DragonFly and FreeBSD
don't accept historic timezone names.
See http://www.taskjuggler.org/manual-2.4.1/change_log.html for upstream
changelog.
=====================
deskbar-applet 2.26.0
=====================
This is the first stable release of the 2.26 series.
Translations:
- Updated as: Amitakhya Phuka
- Updated bn_IN: Runa Bhattacharjee
- Updated el: Jennie Petoumenou
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated gu: Ankitkumar Patel
- Updated he: Yair Hershkovitz
- Updated hu: Gabor Kelemen
- Updated lt: Gintautas Miliauskas
- Updated ml: Praveen Arimbrathodiyil, Ani Peter
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: MAnoj Kumar Giri
- Updated ru: Nickolay V. Shmyrev
- Updated ta: I. Felix
- Updated te: Krishnababu K
- Updated tr: Baris Cicek
Help Manual Translations:
-Updated en_GB: Jen Ockwell
======================
deskbar-applet 2.25.92
======================
- Fixed#572291, Bookmark search doesn't match on Epiphany topics (Sebastian Pölsterl)
Translations:
- Updated ca: Gil Forcada
- Updated de: Nathan-J. Hirschauer
- Updated en_GB: Philip Withnall, David Lodge
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated it: Milo Casagrande
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Krix Apolinário, Jonh Wendell
Help Manual Translations:
- Updated de: Mario Blättermann
======================
deskbar-applet 2.25.91
======================
- Fixed bug that only local GTK bookmarks showed up.
- Searching for bookmark name is case insensitive now.
- Check if there's an default application to open the url in ShowUrlAction.is_valid
- Fixed bug that first and last category where not selectable with keyboard
- Select last item when Enter is pressed in entry when the applet is on the bottom panel
- Set correct sort order of CuemiacTreeView at startup
Translations:
- Updated be@latin: Ihar Hrachyshka
- Updated bg: Alexander Shopov
- Updated cs: Pavel Šefránek
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated ja: Takeshi AIHANA
- Updated nb: Kjartan Maraas
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated ro: Jani Monoses, Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao
======================
deskbar-applet 2.25.90
======================
- Fixed#569260, crash in Deskbar: started typing 3 (based on patch by Tom Parker)
- Fixed#528184, Write OpenSearch module (based on work by Arthur Perton)
- Fixed#419211, Web search in new a browser window (Sebastian Pölsterl)
- Fixed#542861, Deskbar applet has a pixel border when placed at the edge of the screen (Sebastian Pölsterl)
- Fixed#557801, Results category nodes are not keyboard focusable (Sebastian Pölsterl)
- Fixed#569093, use indexer for path searches (patch by Juri Pakaste)
- Fixed#570059, Strings from .ui files missing from translation template (Sebastian Pölsterl)
- Fixed bug that same GoogleCodeSearchMatch has been added multiple times and assign priorities to matches (Sebastian Pölsterl)
- Added match to yahoo, googlesearch and googlecodesearch that opens the results in the browser (Sebastian Pölsterl)
Translations:
- Updated ca: Gil Forcada
- Updated da: Kenneth Nielsen
- Updated es: Jorge González
- Updated fi: Ilkka Tuohela
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated ko: Changwoo Ryu
- Updated nb: Kjartan Maraas
- Updated pt_BR: Daniel S. Koda
=====================
deskbar-applet 2.25.5
=====================
- Fixed#567422, Add missing include to eggaccelerators.c (patch by Magnus Boman)
- Fixed launch_default_for_uri_and_scheme function to work with ghelp and mailto addresses (Sebastian Pölsterl)
Translations:
- Updated ca: Gil Forcada
- Updated he: Yair Hershkovitz, Mark Krapivner
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
=====================
deskbar-applet 2.25.4
=====================
- Fixed#558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
- Fixed#564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)
Translations:
- Updated be@latin: Ihar Hračyška
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated hu: Gabor Kelemen
- Updated nb: Kjartan Maraas
=====================
deskbar-applet 2.25.3
=====================
- Show windows that are part of viewport that is currently not visible (Daniel Wutke)
=====================
deskbar-applet 2.25.2
=====================
Despite bug fixes this release adds a new reboot action.
- Fixed#552204, AttributeError: 'NoneType' object has no attribute 'get_actions' in __get_match_action_for_cell (Sebastian Pölsterl)
- Fixed#559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
- Fixed#560190, Added RebootAction and RebootMatch (Sebastian Pölsterl)
- Fixed#561181, Support both simplejson and json module (Sebastian Pölsterl)
Translations:
- Updated es: Jorge González
- Updated pt_BR: Leonardo Gregianin, Og Maciel
- Updated sv: Daniel Nylander
=====================
deskbar-applet 2.25.1
=====================
In this release all gnomevfs calls have been ported
to gio and from glade files are replaced GTK builder UI
files. Therefore, pygobject 2.15.3 or later is required.
- Fixed#557570, Crash when proxy port changed (Sebastian Pölsterl)
- Fixed#551218, Use of strings "Croation" and "Croatian" (Sebastian Pölsterl)
- Fixed#552203, Typo: affect (Sebastian Pölsterl)
Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko
Version 2.26.0
--------------
New and updated translations:
- [as] Amitakhya Phukan
- [el] Jennie Petoumenou
- [gu] Sweta Kothari, Ankit Patel
- [lt] Vytautas Liuolia
- [mr] Sandeep Shedmake
- [te] Krishna Babu K
- [ru] Yuriy Penkin
New and updated manual translation:
- [de] Mario Blättermann
Version 2.25.92
---------------
Misc improvements/fixes:
* LP #332084: Fix possible crash if accessible object is defunct.
New and updated translations:
- [ca] Gil Forcada
- [cs] Adrian Guniš
- [de] Wolfgang Stoeggl
- [en_GB] Philip Withnall
- [fi] Ilkka Tuohela
- [fr] Bruno Brouard
- [he] Yair Hershkovitz
- [ja] Takeshi Aihana
- [ko] Changwoo Ryu
- [ml] Hari Vishnu
- [pt] Duarte Loreto
- [pt_BR] Fabrício Godoy
- [sl] Matej Urbančič
- [ta] Dr.T.Vasudevan
- [tr] Baris Cicek
- [zh_HK] Chao-Hsiung Liao
- [zh_TW] Chao-Hsiung Liao
Version 2.25.91
---------------
Misc improvements/fixes:
* #571133: Improve long descriptions in schemas.
* #569457: Also keep english gconf values in translations.
New and updated translations:
- [bg] Alexander Shopov
- [da] Per Kongstad
- [es] Jorge González
- [eu] Iñaki Larrañaga Murgoitio
- [hu] Gabor Kelemen
- [nl] Wouter Bolsterlee
- [pa] Amanpreet Singh Alam
- [pl] Tomasz Dominikowski
- [ro] Adi Roiban
- [sv] Daniel Nylander
- [th] Theppitak Karoonboonyanan
- [vi] Clytie Siddall
- [zh_HK] Chao-Hsiung Liao
- [zh_TW] Chao-Hsiung Liao
New and updated manual translation:
- [es] Jorge González
- [it] Milo Casagrande
Version 2.25.90
---------------
Misc improvements/fixes:
* Update manual for GNOME 2.26 and raise its license to GFDL 1.3.
New and updated translations:
- [ca] Gil Forcada
- [fi] Ilkka Tuohela
- [ko] Changwoo Ryu
New and updated manual translation:
- [sv] Daniel Nylander
Version 2.25.5
--------------
Misc improvements/fixes:
* Remove old glade files.
* Improve key descriptions in pointer-capture-applet.schemas.
Bug fixes:
#545059: Use standard icon for activation button on dwell applet
and use standard icon name.
#567197: Use N_() instead of _() for command-line options.
#567483: Add missing <locale.h>.
New and updated translations:
- [es] Jorge González
- [he] Yair Hershkovitz
- [pt_BR] Leonardo Ferreira Fontenelle
- [sl] Matej Urbančič
- [sv] Daniel Nylander
Version 2.25.4
--------------
Misc improvements/fixes:
* Improved descriptions in pointer-capture-applet.schemas
New and updated translations:
- [sl] Matej Urbančič
Version 2.25.3
--------------
This version has been skipped.
Version 2.25.2
--------------
Misc improvements/fixes:
* Increase internal double click delay in dwell mode to
make it compatible to gftp.
Bug fixes:
#562212: Fix conflict when dwell click and simulated secondary
click are simultaneously running.
New and updated translations:
- [cs] Adrian Guniš
- [es] Jorge González
- [et] Ivar Smolin
- [eu] Iñaki Larrañaga Murgoitio
Version 2.25.1
--------------
Misc improvements/fixes:
* Migrated from libglade to GtkBuilder
Bug fixes:
#556946: Fixed accessibility warning at GDM
New and updated translations:
- [et] Ivar Smolin
- [zh_CN] Funda Wang
====================================================================
GNOME Utilities 2.26.0 (16th March 2009) - "So They Say"
* First stable release of the 2.26 cycle
Baobab
* Fix bug 574105 - Do no show GVfs FUSE file systems in the
preferences dialog
Dictionary
* Nothing
Floppy
* Nothing
Screenshot
* Fix bug 573939 - Disable the delay option when taking a
screenshot of a user selected area
Search Tool
* Nothing
System Log Viewer
* Nothing
Translations Updated by:
Runa Bhattacharjee (bn_IN), Joan Duran (ca), Adrian Guniš (cs),
Ask Hjorth Larsen (da), Hendrik Richter (de), Fotis Tsamis (el),
Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Meelad Zakaria (fa),
Suso Baleato (gl), Ankit Patel (gu), Rajesh Ranjan (hi),
Andrea Zagli (it), Shankar Prasad (kn), Changwoo Ryu (ko),
Žygimantas Beručka (lt), Praveen Arimbrathodiyil (ml),
Sandeep Shedmake (mr), Kjartan Maraas (nb), Manoj Kumar Giri (or),
Tomasz Dominikowski (pl), Djavan Fagundes (pt_BR), Adi Roiban (ro),
Yuriy Penkin (ru), I. Felix (ta), Krishna Babu K (te),
Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)
====================================================================
GNOME Utilities 2.25.92 (2th March 2009) - "La La Land"
* Fifth unstable release of the 2.25 cycle
Baobab
* Use g_return_val_if_fail instead of g_return_if_fail.
Dictionary
* Replace deprecated gtk_entry_set_editable.
Floppy
Screenshot
* Initialize threads at startup and explicitely depend on GThreads.
* If we are in a multi-monitor setup that is not rectangular
blank out the "invisible" areas from the rectangular root window.
* Don't try to shape the root window.
* Add support for taking a screenshot of an user-defined selection.
Search Tool
* Get rid of deprecated libart calls.
* Get rid of deprecated GTK_CHECK_* macros.
System Log Viewer
* Explicitely depend on GThreads.
* Gather all the readable log files from /var/log and /etc/syslog.conf
instead of hardcoding obsolete values.
Translations Updated by:
- Updated ast: Gil Forcada, Astur
- Updated ca: Joan Duran
- Updated cs: Adrian Gunis, Petr Kovar
- Updated da: Ask H, Ask Hjorth Larsen
- Updated en_GB: David Lodge, Philip Withnall
- Updated es: Jorge González
- Updated et: Ivar Smolin
- Updated fi: Ilkka Tuohela
- Updated fr: Claude Paroz, Frederic Peters
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated it: Andrea Zagli
- Updated ja: Takeshi AIHANA
- Updated nb: Kjartan Maraas
- Updated nl: Wouter Bolsterlee
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated ro: Adi Roiban, Jani Monoses
- Updated sk: Pavol Klačanský
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao
==================================================================
GNOME Utilities 2.25.90 (9th January 2009) - "Everyday Peace"
* Fourth unstable release of the 2.25 cycle
Baobab
* Fix bug #567834 - Crash with segfault when trying to performe
"scan folder" on a partition which is NOT included in "folders
to scan"
Dictionary
Floppy
Screenshot
* Fix bug #567205 - Register the new files with GtkRecentManager
Search Tool
System Log Viewer
* Correctly initialize threads
* Do not install the test-reader binary
* Fix bug #567170 - left sidebar displays arrows when not required
* Fix bug #569807 - gnome-system-log crashed with SIGSEGV in
IA__g_cclosure_marshal_VOID__POINTER()
Translations Updated by:
Jorge González (es), Mark Krapivner (he), Changwoo Ryu (ko),
Raivis Dejus (lv), Kjartan Maraas (nb)
===================================================================
GNOME Utilities 2.25.2 (9th January 2009) - "Dark Entries"
* Brown paper bag release to fix System Log Viewer GConf schemas
not properly installed. Thanks to Sebastian Bacher.
===================================================================
GNOME Utilities 2.25.1 (8th January 2009) - "People Are Strange"
* Second unstable release of the 2.25 cycle
* Completely rewritten System Log Viewer
Baobab
* Nothing
Dictionary
* Fix bug #454691 – Messages in the gnome-dictionary --help output
are not all translated [Emmanuele Bassi]
* Use the right order when passing arguments to
PANEL_APPLET_BONOBO_FACTORY [Yanko Kaneti]
Floppy
* Fix bug #565388 - Drop libgnome/libgnomeui dependency
[Cosimo Cecchi, Emilio Pozuelo Monfort]
Screenshot
* Nothing
Search Tool
* Nothing
System Log Viewer
* Merged the rewrite to trunk.
* Bug #375684 - Rename the menu item to read a more descriptive
"Log File Viewer" [Calum Benson]
Translations by:
Marcel Telka (sk), Jorge Gonzalez (es), Kjartan Maraas (nb).
===================================================================
GNOME Utilities 2.25.0 (19th December 2008) - "Maybe This Christmas"
* First unstable release of the 2.25 cycle
* Drop libgnomeui dependency for gnome-screenshot
(#557169) [Cosimo Cecchi]
* Add Cosimo Cecchi to the GNOME Utilities maintainers
Baobab
* Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
* Root partition cannot be unselected
* Plug a mem leak [Cosimo Cecchi]
* Drop libgnome dependency (#557264) [Cosimo Cecchi]
* Fix bug #557226 - Do not scan /sys
Dictionary
* Remove libgnome/libgnomeui dependency (#563970) [Cosimo Cecchi]
* Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
* Fix bug #558980 - gnome-dictionary desktop file hardcodes
icon extension [Olivier Blin]
Floppy
* Nothing
Screenshot
* Plug memory leaks
* Set a meaningful title for the interactive dialog (#434581)
* Fix the mouse cursor overlay when not in fullscreen mode (#559594)
* Always use the delay command line argument if present (#554114)
* Move the "Copy to Clipboard" button as per HIG (#554805)
* Drop libgnomeui dependency
Search Tool
* Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
System Log Viewer
* Start some clean up of the code base to bring it to the
XXI century [Cosimo Cecchi]
Translations by:
Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Joan Duran (ca),
Jorge González (es), Ivar Smolin (et), Mark Krapivner (he),
Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
Leonardo Ferreira Fontenelle (pt_BR)
* Many bug fixes and performance improvements across the board (over 160
bugs)
* A couple very serious hangs were eliminated.
* Speech pitch, rate, and volume now change on the fly when adjusting
them in the preferences UI.
* Vastly improved support for ARIA in Firefox.
* Improved performance and reliability for flat review.
* New feature to speak MultiCaseStrings as individual words.
* New feature to automatically speak shortcuts (mnemonics).
* Known Problems:
o See the open bugs in the Orca bug database. We not only track
Orca bugs in the Orca bug database, we also track bugs in other
components that affect Orca's ability to provide good access to
them.
o Compiz is still not fully accessibility friendly at this point
in time. We recommend you stick with Metacity until the Compiz
kinks are worked out. If you're using Compiz and want to switch
to Metacity, you can run the following command:
metacity --replace.
2009-03-01: Released gWaei 0.15.1
Bug fix release! This should fix the issue some people were having doing
searches that contained kanji.
Other changes include gconf being abstracted out. It is possible to
compile the program withotu gconf available...though it isn't recommended.
Also, the deb installs and uninstalls now exit cleanly with no errors.
Last, an updated italian translation has now been added! (Thanks Fabrizio!)