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!)
(or windows) to be accessed and controlled from a single terminal.
Tmux is intended to be a simple, modern, BSD-licensed alternative
to programs such as GNU screen.
Brought in from pkgsrc-wip (PR 40497) where it was maintained by
Fulvio Ciriaco.
2009-02-21: Released gWaei 0.15.0
The newest version of gWaei has finally arrived! This version took so long
because it was edging on being a total rewrite. Many of the dangling
variables that I had floating around are now neatly put away into C structs.
On the front end, there is a link saying "Where can I get other dictionaries?"
This is meant to help people find other dictionaries that may work with gwaei.
Last, and the most interesting, gtk support is now OPTIONAL in gWaei. You can
access most of the program's features through the terminal now! The program
creates a symbalic link called waei on installation that can be used to
access all of this console goodness.
2.24.4 - 18-Feb-2008
General:
* Fix for bug #553678 - orca can act badly at login time. This was a
bad one where pressing Ctrl+s to invoked Orca in speech mode after
pressing Ctrl+m to invoke Orca with the magnifier would cause the
magnifier to freeze in one spot.
* Fix for bug #561548 - Orca locks up when closing some Pidgin
conversations. Also helps with bug #567864. This was a very bad
hang that several people reported on the Orca list.
* Fix for bug #568589 - braillegenerator adding image string versus
braille.Component for table cells. This was exposed after the
OpenSolaris packagemanager made changes to add accessible names for
images in the package list. Prior to the fix for bug #568589, Orca
would go silent in the revised packagemanager list.
* Fix for bug #568751 - Interaction with the punctuation preferences
can cause a hang. This was another bad hang reported on the Orca
list.
* Fix for bug #568875 - Pressing "Apply" button in preferences dialog
causes autostart option to be checked. This caused some users much
confusion.
* Fix for bug #569343 - Speaking of indentation is misleading. Users
deemed this to be misleading enough that they wanted this fixed for
2.24.4 (i.e., they didn't want to wait for 2.26.0).
* Part of fix for bug #570387 - Clean up the speech tab of the
preferences UI. This causes Page Up and Page Down to work on the
hscales. Before this, only the arrow keys worked, which could
require users to arrow 1 unit at a time across a 100 unit scale.
* Fix for bug #572294 - Need a sanity check in the default script's
locusOfFocusChanged. This would cause Thunderbird to go quiet and
also cause Orca to consume normal typing keys that it should not
consume.
Evolution:
* Fix for bug #567428 -"readonly text" spoken when caret changes line.
This was a big usability issue.
* Fix for bug #570390 - Spellcheck in evolution is badly broken.
Firefox/Thunderbird:
* Fix for bug #537303 - Certain FF3 add-ons interfere with Orca's
ability to provide access to content.
* Fix for bug #567864 - Orca stops responding when flat review is used
in thunderbird message window and message is closed. This was a
very bad hang reported by several users on the Orca list.
* Fix for bug #567984 - Structural navigation needs to consider text
within the document frame.
* Fix for bug #568631 - Orca does not update the position for
same-page links which reference objects by name/id in Firefox 3.
* Fix for bug #568768 - Orca starts at the top of a newly-loaded page
rather than the specified fragment. This was a very bad usability
problem when navigating across web pages.
* Fix for bug #552965 - (ARIA) aria-valuetext ignored
* Fix for bug #555540 - (ARIA) Add support for additional landmark roles.
* Fix for bug #568467 - (ARIA) aria-describedby text spoken twice via
Where Am I
* Fix for bug #568550 - (ARIA) Add default keybindings for navigating by
landmarks
* Fix for bug #569346 - (ARIA) No speech for image-only ARIA buttons
and ARIA menu items
* Fix for bug #569835 - (ARIA) Orca should support the ARIA haspopup
attribute
* Fix for bug #570551 - (ARIA) UIUC Number Guessing Game Alert Dialog
not presented when it appears.
* Fix for bug #570524 - (ARIA) Issues with Dojo combo box interaction.
* Fix for bug #570532 - (ARIA) Alert text not brailled when navigating
it.
* Work on bug #571058 - (ARIA) Orca's caret navigation is kicking in
when it shouldn't be.
2009-01-26: Released gWaei 0.14.0
New features! The preferences dialog has recieved an options boost. There
is a new advanced tab. On of the most interesting options is the ability
to adjust the highlight colors.
The search engine has been upgraded a bit. Bugs fixed, works better with
NetBSD, does better sorting of Japanese searches.
Last, the japanese locale requirements have been loosened. They aren't as
important as I had once thought. Though it is nice because it makes gtk
antialias the japanese text on my systems.
[Changes for 0.77 - 2008-12-29]
* Locale::Maketext::Extract::Plugin::FormFu
- Rewrote the FormFu plugin completely to use the YAML.pm parser.
Previously, this plugin was completely broken.
- Resolves bugs:
- http://rt.cpan.org/Ticket/Display.html?id=42000
# Locale::Maketext::Extract::Plugin::FormFu broken
- http://rt.cpan.org/Ticket/Display.html?id=39292
# Parsing formfu config
* Locale::Maketext::Extract::Plugin::YAML
- Improved the accuracy of the line numbers.
- Added documentation and tests for using folded and block scalars.
* Locale::Maketext::Extract::Plugin::PPI
- Added a PPI based Perl plugin - more accurate than the Perl plugin,
but much slower.
- Not enabled by default
- moved the Perl extraction tests into t/51-perlextract.t
- Resolves bug: http://rt.cpan.org/Ticket/Display.html?id=14701
# xgettext doesn't handle interpolating functions
Also, corrected the POD to use the correct names for the plugins.
[Changes for 0.76 - 2008-12-14]
* Locale::Maketext::Extract / Locale::Maketext::Lexicon::Gettext
- Roundtripping of fuzzy comments now works. If a translation is marked
by the translator as fuzzy, then it should remain so when re-extracted
- Added tests for roundtripping of fuzzy, and for format markers
* Locale::Maketext::Lexicon
- Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=14999
# relative paths to lang files fail
- added tests to prove it
* Locale::Maketext::Extract::Plugin::TT2
- changed the line string to contain only the start line, and not the range
as this was not consistent with the gettext spec
[Changes for 0.75 - 2008-11-24]
* Locale::Maketext::Extract / Locale::Maketext::Extract::Run
Changed the order of extraction to:
- extract all strings
- then read, compile and write each PO file
Speeds the extraction process up by a factor of the number of languages used.
$Ext->read_po now resets the compiled entries, so that a fresh po file can
be written.
Also tidied up the verbose messages
Bumped both to 0.33
* Locale::Maketext::Extract::Run / xgettext.pl
Added the -W | --wrap option, which forces the file location
comments to be on separate lines, as per POEdit
The output order of the PO file has changed to match gettext producers, so
the arguments now appear before the file locations.
* t/5-extract_strings.tt
Fixed a bad SKIP plan
[Changes for 0.74 - 2008-11-22]
* Locale::Maketext::Extract::Plugin::Perl
The Perl plugin now combines concatenated strings, eg
loc('string' . ' and this')
Contributed by Felix Ostmann
* Locale::Maketext::Extract::Run
Localised $_ correctly to avoid conflict with external strings
Contributed by Sebastian Knapp
* Locale::Maketext::Run
Fixed bug http://rt.cpan.org/Ticket/Display.html?id=31940
Debian bug http://bugs.debian.org/307777
xgettext.pl -f was not chomping file names correctly
Contributed by Niko Tyni
[Changes for 0.73 - 2008-10-28]
* Locale::Maketext::Extract::Plugin::TextTemplate
- renamed MyParser to Locale::Maketext::Extract::Plugin::TextTemplate::Parser
to avoid namespace clashes
* CPANTS improvements
- Updated the Makefile to list all mentioned modules
- Added a LICENSE file
- added a Test::Pod test
[Changes for 0.72 - 2008-10-10]
Contributed by: Clinton Gormley (DRTECH)
* Locale::Maketext::Extract::Plugin::TT2
- fixed bug where extracted strings still had escaped quotes and backslashes
- if args are literal, they're now wrapped in double quotes instead of
single quotes
- special characters in args are escaped properly
[Changes for 0.71 - 2008-10-05]
* Bump version number of Locale::Maketext::Extract::Plugin::TextTemplate
to 0.30 so PAUSE can index it correctly.
[Changes for 0.70 - 2008-10-04]
Contributed by: Clinton Gormley (DRTECH)
* Refactored Locale::Maketext::Extract
- Each format is handled by a different plugin
- Each format recognises certain default file types
- Custom plugins can be used
* Locale::Maketext::Extract::Plugin::TT2
- Uses Template Toolkit as a parser
- Handles inline filter, block filters, and function calls to "l" or "loc"
Contibuted by: Andy Wardley [ABW]
* Locale::Maketext::Extract::Plugin::YAML uses the YAML module as a parser
and can recognise the form:
key: _"string"
* Locale::Maketext::Extract::Run
- Added -P|plugins option to specify which parser plugins to use
- Added -w|warnings to turn parser warnings on and off
- Added -v|verbose to output the files that are being processed,
the plugins used to process them, and the extracted strings
- Fixed a bug in the File::Find routine to correctly prune
.svn directories and their contents
* Locale::Maketext::Extract::Plugin::Perl
- Added a defined check to avoid a warning.
[Changes for 0.68 - 2008-08-18]
* Locale::Maketext::Extract: Support for other forms of localization in
TT templates and TT HEREDOCS.
Contributed by: Felix Antonius Wilhelm Ostmann
[Changes for 0.67 - 2008-08-04]
* Locale::Maketext::Extract: Support in Extract.pm and Lexicon/Gettext.pm
for parsing and keeping user comments in PO files.
Contributed by: Cosimo Streppone