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
* Reverted change from 2007 that merged entries by combining all
values in multiple-value fields.
* Fixed the CueCat decoder to work for ISBN searches, as well as UPC.
* Updated Deliciour Library 1 importer to handle movies and games.
* Fixed Ubuntu bug#317822, don't mark collection modified when
image is found in local data directory.
* Fixed query bug with z39.50 ISBN search.
* Updated it.po, thanks to Valerio Ricci.
* Added date, time, and username as available params for the XSLT
export.
Plain ncurses doesn't seem to be supported anymore, so switch over to
use ncursesw by default and remove the corresponding PKG_OPTION.
0.5.1 changes:
o Compile fix for missing set_escdelay function
o Correct escape codes for HOME / END keys
o The Makefile links against libncursesw by default, make unicode is gone
0.5 changes:
o Scrollback support
o 256 color support
o Reduced latency on some keystrokes (lower $ESCDELAY value by default)
o Statusbar should now support wide characters
o $DVTM environment variable which is set to the current version
o Screen lock functionality with Mod+X
o Support for shifted arrow keys
o Mod+? now displays the dvtm man page
o Cygwin compile fix
o Code cleanups and shrinkage by adding lots of static modifiers
o Top stack layout (not compiled in by default)
o Scripting interface over a named pipe (not compiled in by default)
changes:
Added reset all config options button.
Added code for uncompressing gzip files (borrowed from from libkde)
Allowed for gzip compressed JSON files.
Fixed flip buttons bug.
Fixed min FPS feature.
Implemented screenshots inverted colors feature + associated GUI.
Re-coded grid display from scratch. It is now much faster and much more robust.
Refactored large part of the Navigator and Projector classes. Added a
StelPainter class allowing many optimizations and simpler API.
Re-added telescope control key bindings.
Improved the doxygen developers documentation.
Added Simbad lookup to the search window.
Fixed ecliptic line rendering.
Fixed grid rendering bugs.
Added ZIP archive support with code copied from KDE SVN.
Fixed sun's magnitude bug.
Added automatic star catalog downloader to GUI. Star catalog settings are now
defined in a config file.
Converted system-dependent star catalog memory mapping code to QFile::map().
Added log file for debugging output. Prepends system specs, such as memory
and CPU information.
Imported KdeWin32 code for POSIX emulation on Windows.
Fixed build with Qt 4.5.
Fixed full screen problems at init.
Optimized VecXX contructors (no more default values).
Added translations for Albanian and Bosnian.
Fixed many bugs.
* Updated for latest data in Business::ISBN::Data
2.04_01 - Mon Oct 27 12:08:03 2008
* Revert the GD prereq. A lot of testers have borked GD
installs.
* Require 5.8. Some of the new stuff isn't playing well with
5.6
While here, create symlinks to smath and spadmin in $PREFIX/bin to make them
available as normal commands.
Changes since 2.4.1:
* COMMAN_WHEEL_DATAZOOM changed
* delays for quick help change
* XSelectionSupplier now being supported by the database application controller
* Add Sami languages to language list box
* better automatic positions for lables on pie segments
* more flexible placement of labels on data points
* Equations for Regression Curves
* allow removing data point labels with delete key
* New property in Advanced settings dialog for Oracle
* views in HSQLDB database can be edited
* property browser: query designer now also available for list box content
* property browser: query designer also available for "native" SQL commands
* Base now supports also MS Access 2007 files (*.accdb)
* Reduce complexity: Remove unnecessary display options
* Extensible help
* "Change Icon" dialog now supports persistent import and deletion of icons
* Filter UINames changed from "OpenDocument" to "ODF"
* Display name of extension
* Release notes and publisher information during extension update
* Enhancements of print dialog for calc
* support for browser based update in Extension Manager
* Possibility to control persistent passwords storing per UI.
* Asynchronous callback service for UNO awt
* UNO awt dialogs and tab pages support background image property
* Online Update Trigger by New File Format Versions
* Relative links now available in PDF export filter, plus other features added.
* Relative links now available in PDF export filter, plus other features added.
* PDF/A-1a (ISO 19005-1:2005) export feature added.
* Implement Insert-Movie and Sound using QTKit (QuickTime)
* Context menu entry to quickly insert picture background for slides
* Remove GUI option "Automatic file name extension" from File-Save dialog
* (Office Dlg)
* Separate zoom per sheet
* Manual Sorting in DataPilot
* DataPilot drill-down on data field
* The Office now automaicaly checks for updates for extensions
* Support for backward references in Find & Replace
* Block selection
* Insert and Insert Object toolbars changed in Writer and Writer/Web
* Better language cotrol
* Printing of hidden text
* New shortcuts to apply Heading 4+5 and Text body and Default
* Ctrl-click Behavior for Hyperlinks Now Configurable
* bug fixes