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
* Add spelling and grammar checker to Writer.
* Let OOo use own file locking mechanics to lock alien formats as well.
* Bug fixes.
Please see Release Notes for more detail:
http://development.openoffice.org/releases/3.0.1.html
assumes "tar rvf ..." works when archive doesn't already exist.
assumes "tar tvf ..." doesn't produce an error on a zero length file.
assumes "tar --delete" works.
so depend on gtar always and fix setting of TarExe so that it uses it.
Bump PKGREVISION.
4.6.1 Release Notes
-------------------
o Upgraded to EPSG 6.17 version for nad/epsg. Also corrected the precision
problem introduced in the last version.
o Added logic for tmerc projection to fail rather than return crazy results
if more than 90 degrees away from the central meridian (#5). This change
may only be temporary till a more comprehensive solution is found.
o Fixed handling of extra text in cs2cs.
o Renamed INSTALL to INSTALL.TXT.
o The eqc projection has been generalized to include a latitude of origin.
o Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection,
and gstmerc variation.
o nad/IGNF init catalogue created.
o added the ntf_r93.gsb datum shift file.
o Add /Op in nmake.opt compile options to avoid VC7 optimization bug (#12)
o Fix testvarious test script so it works properly when grid files available
- Remove entries which are generated from openoffice.org.xml from PLIST.
This should fix installation with USE_DESTDIR=Full.
Reported by abs@ in private e-mail.
FBReader is an e-book reader for various platforms.
Main features:
* Supported formats are
* fb2 e-book format (style attributes are not supported yet).
* HTML format (tables are not supported).
* CHM format (tables are not supported).
* plucker format (tables are not supported).
* Palmdoc (aportis doc).
* zTxt (Weasel format).
* TCR (psion text) format.
* RTF format (stylesheets and tables are not supported).
* OEB format (css and tables are not supported).
* OpenReader format (css and tables are not supported).
* Non-DRM'ed mobipocket format (tables are not supported).
* Plain text format.
* Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
in one archive are supported.)
* Automatic library building.
* Automatic language and character encoding detection is supported.
* Automatically generated contents table.
* Embedded images support.
* Footnotes/hyperlinks support.
* Position indicator.
* Keeps the last open book and the last read positions for all opened
books between runs.
* List of last opened books.
* Automatic hyphenations.
* Text search.
* Full-screen mode.
* Screen rotation by 90, 180 and 270 degrees.
* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.
calibre is a ebook library management application. Its features are
divided into the following categories:
* Library Management
* Format conversion (all major ebook formats can be converted from)
* Syncing to ebook reader devices
* Fetching news from the web and converting it into ebook form
* Viewing many different ebook formats
* Giving you access to your book collection over the internet using
just a browser
2009-01-17: Released gWaei 0.13.1
This is a release focusing on fixing bugs. The most noteworthy
of which was an infinitely loop on startup that some computer
encountered. (It it still is not fixed, someone please email me.)
There was a crasher when attempting to print only one
highlighted line in the results. The back and forward
buttons have been coded better against race conditions
on slow hardware because the back/forward button's wouldn't
become insensitive quick enough to stop repeted executions.
The highlight colors have been chosen to work better
with dark themes than they were. Fixed a crasher when users
would go back/forward after switching dictionaries.
There have been a few minor features added as well. alt-left
and alt-right will go back and forward in the search history
much like a web browser. Shift-tab will cycle backwards through
the dictionaries. The colors for highlighting have been switched
around and varied more. The previous red just wasn't really
compatible with any of the other colors I tried with it. It is
now possible to optionally compile the program without libsexy.
gWaei is a Japanese-English dictionary program for the GNOME desktop.
It is made to be a modern drop in replacement for Gjiten with many
of the same features. The dictionary files it uses are from Jim
Breen's WWWJDIC project and are installed separately through the
program.
Features
* Easy dictionary installation with a click of a button.
* Support for searching using regular expressions.
* Streams results so the interface is never frozen.
* Click Kanji in the results pane to look information on it.
* Simple interface that makes sense.
* Intelligent design. Tab switches dictionaries.
* Organizes relevant matches to the top of the results.
=====================
deskbar-applet 2.24.3
=====================
This is the last release of the stable 2.24 series.
Changes:
- 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 et: Ivar Smolin
- Updated pt_BR: Leonardo Ferreira Fontenelle, Leonardo Gregianin
Version 2.24.3
---------------
Misc improvements/fixes:
* src/mt-main.c: Add missing <locale.h>. Bug #567483.
* src/mt-main.c: Use N_() instead of _() for command-line
options. Bug #567197.
* src/mt-main.c: Make sure drag-clicks also work if both Dwell
Click and Simulated Secondary Click are enabled. Bug #562212.
New and updated translations:
- [et] Ivar Smolin
2.24.3 - 12-Jan-2008
General:
* Re-fix for bug #354479 - Automatic presentation of "balloon" type
messages.
* The rest of the fix for bug #551891 - Flat review does not always
start in the correct place when focus is in a tree table.
* Fix for bug #562877 - account for pronunciation dictionary
when speech-dispatcher backend is used
* Fix for bug #563171 - src/orca/flat_review.py:getZonesFromText
should clip zones based on what text is visible
* Fix for bug #564994 - Drop eel dependency
OpenOffice:
* Fix for bug #562532 - When using Openoffice.org Spreadsheet with
Orca, the cell coordinates are not spoken for all locales.
Firefox:
* Fix for bug #563502 - Need to map "Shiretoko" to the Mozilla
script.
* Fix for bug #565886 - Extraneous caret-moved events emitted by
FF 3.1 cause unnecessary braille updating.
* Fix for bug #565944 - Missing whitespace when the end of line
braille indicator is followed by an image in FF 3.x.
* Fix for bug #566073 - Orca provides the "tree level" for items
in submenus within Firefox 3.x.
* Fix for bug #566180 - Orca inappropriately announces the name
and role of (un)ordered list items as part of the context in
Firefox 3.2.
* Fix for bug #566181 - Changes made to Firefox 3.2 caret-moved
events cause Orca to provide unreliable access during the use
of the Find toolbar.
* Fix for bug #566361 - Orca inappropriately announces the name
of table cells as part of the context in Firefox 3.2.
* Fix for bug #566954 - ARIA toggle button state not handled correctly
* Fix for bug #566955 - Need to remove extra whitespace from braille
output for Firefox 3.x.
* Fix for bug #567167 - Orca sometimes (re)announces that the document
frame has just received focus in Firefox 3.x.
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
2008-12-01 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.0 (release);
- Released version 4.0.
2008-11-30 tim <gyunaev@ulduzsoft.com>
- Integrate Fedora .desktop fixes (thx Patrice Dumas)
- Implemented binary TOC and index tables (thx Razvan Cojocaru <razvanco@gmx.net>, the author of xchm). Speed up loading files more than twice!
- Now showing 'waiting' cursor while loading chm table of contents or index.
- Fixed QTextBrowser by providing workaround for "empty" books.
- More compatibility fixes with KDE 4.1
- Added Swedish translation (thx Daniel Nylander)
- Fixed handling files with file:// prefix.
- Added D-BUS support for Qt and KDE builds, the application could now be controlled remotely from other applications or scripts.
- Restored KDE translations.
2008-06-18 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.0b4;
- Added WebKit support (requires QtWebKit module). WebKit browser is default for a system where QtWebKit is present;
- Added support for Right-To-Left application and text layouts;
- Added support for disabling automatic encoding detection for browsers which could detect it themselves (KHTMLPart and Webkit);
2008-06-06 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.0b3;
- Added KDE4 support;
- Fixed several compatibility issues with qt-4.4.0;
- Added keyboard shortcuts to move to the next and previous entries in TOC: Ctrl+Right arrow
and Ctrl+Left arrow;
- Added manifest for the Windows version (thanks Cristian Adam);
- Windows version should not rely on mingw DLL anymore;
- Toolbars are now named;
- Fixed parallel build (thanks Patrice Dumas);
2008-02-10 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.0b2 (this is Qt4-only release);
- Added a command-line option to search through table of contents (--stoc);
- Added Italian translation (thanks to Emilio Scalise);
- Fixed crash on incorrectly compressed CHM file (thanks Albert Astals Cid);
- Fixed kio-msits so it now works with KDE4 (thanks Albert Astals Cid);
- Fixed FSF mailing address everywhere (thanks Albert Astals Cid);
- Fixed handling of improperly formatted CHM files like Audigy help;
- Added heuristics to support for improperly formatted CHMs which have toc and index,
but do not specify so in the project file;
- Fixed handling of CHM files which have local links in form of MS-ITS: urls;
- Search engine has been integrated into libchmfile;
- Search indexes are now stored in a single file, which should make it easier to make
search available through the indexing application;
2007-08-26 tim <gyunaev@ulduzsoft.com>
- Application ported to Qt4.
- Recent files reworked.
- Search on page is now done via toolbar (like FireFox), activated by Ctrl-F and /.
- After switching tabs (either with mouse or Alt+<number> the focus is moved to the browser widget,
so you don't have to click on it to navigate using keyboard.
- Enchanced browser context menu.
0.22
netbsd module now queries pkgsrc.se, shows more details, is faster
Miscellaneous bugfixes
Also using the old combos subroutine again for some repositories, is slower
Added manpages in English and German, updated install script to install manpages to /usr/share/man
Enhance UDFclient with ideas and features from my NetBSD kernel implementation
enhancing directory operations and fixing potential lockups on 512
bytes/sector media, repaired NetBSD harddisc support and fixed a few
compilation warnings when compiled with '-Wextra' revealing some possible
bugs. Enhanced cd_disect to display some more disc types. Also included some
patches to fix possible buffer screwups; thanks Andrey!
* NetBSD and general pkgsrc compatibility. Should get rid of the only
patch used in pkgsrc.
Changes 2.7.4:
* Print the message that we switch to normal from O_DIRECT only when
verbose > 0.
Changes 2.7.3:
* More c flags changes for more portability.
Changes 2.7.2:
* Fix compilation under Redhat-7.3.
Changes 2.7.1:
* Support for $CSTREAM_AUDIO_BITRATE.
The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.
They are intended to provide a set of defacto standards. This means
that:
* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.
* Developers of desktop environments can make sure that their
environments are well supported
If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment. This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.
* Distribution vendors can provide custom versions of these utilities
If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.
whohas is a command line tool that allows querying several package
lists at once. whohas is written in Perl and was designed to help
package maintainers find ebuilds, pkgbuilds and similar package
definitions from other distributions to learn from. However, it
can also be used by normal users who want to know:
- Which distribution has packages available for apps upon whom the
user depends.
- What version of a given package is in use in each distribution,
or in each release of a distribution (implemented only for Debian).
-Improved support for unicode in filenames and directories.
-Reverted compression of backups from gz to bz2 again, to circumvent a
bug under Windows with unicode directory names.
-Wrote a plugin to always shuffle the revision queue, for users who want
to override the prioritised scheduling introduced in Mnemosyne 1.1.
This plugin can also be downloaded from
http://www.mnemosyne-proj.org/node/142
-Only open the sound system when needed in order to save CPU time
(patch by marmuta).
-More robust upgrading from old Mnemosyne versions.
-Fix bug where default export location was incorrectly specified.
-Reword statistics dialog to make clear that we only show data for
the next week.
-Norwegian translation by Petter Goksoyr Asen.
The Mousetweaks package provides mouse accessibility enhancements
for the GNOME desktop. These enhancements are:
1. It offers a way to perform the various clicks without using any
hardware button.
2. It allows users to perform a right click by doing a click&hold
of the left mousebutton. (For a left-handed mouse user, the termes
left and right have to be inverted.)
3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can be
captured until the user releases it with a predefined button and
modifier combination.
The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.
2.24.2 - 24-Nov-2008
General:
* More work on bug #508675 - Applying change in Orca preference dialog
is a little bit slow. This fix makes things even faster.
* Fix for bug #551891 - Flat review does not always start in
the correct place when focus is in a tree table.
* Refix for bug #552344 - tutorial message for desktop not spoken.
* Fix for bug #554002 - Orca App-Preferences dialog page tabs are
"off" by one in speech and braille.
* Fix for bug #556470 - Orca should not land on empty (cell-less)
tables when using structural navigation by table.
* Fix for bug #561540 - Traceback in default.py onStateChanged.
OpenOffice:
* Fix for bug #357545 - Orca does not speak all buttons in openoffice
database table creation wizard.
* Fix for bug #556657 - Orca is rather chatty when focus is given to
an OOo list whose parent is a combo box.
Firefox:
* Fix for bug #495303 - Character flat review not working correctly
with generated texts in XUL.
* Fix for bug #554616 - Problems accessing subsequent lines of cells
which contain line break tags in FF3 tables.
* More work on bug #554831 - Google calendar unusable with orca.
You can now arrow into the day grid.
* Fix for bug #555055 - Orca should be able to navigate
http://www.modernthaisf.com/gpage.html.
* Fix for bug #558516 - Traceback when navigating on huge webpages.
* Fix for bug #559839 - Orca sometimes includes content from other
lines when navigating via Up/Down Arrow in Firefox 3.
* Fix for bug #560466 - Improve the accuracy of label guess for
Firefox 3.
New and updated translations (THANKS EVERYONE!!!):
See also the overall translation status:
http://l10n.gnome.org/module/orca
ca Catalan Gil Forcada
de German Simon Bienlien and Jochen Skulj
et Estonian Ivar Smolin and Priit Laes
hu Hungarian Attila Hammer and Gabor Kelemen
si Sinhala Danishka Navin
zh_HK Traditional Chinese Chao-Hsiung Liao
zh_TW Traditional Chinese Chao-Hsiung Liao
- Install gnome icons (with gnome option only).
- Install MIME info files.
- Fix name of .dekstop files.
- Use startup scripts in OOo (don't generate these in Makefile).
Bump PKGREVISION.
=====================
deskbar-applet 2.24.2
=====================
Changes:
- Fixed#557570, Crash when proxy port changed (Sebastian Pölsterl)
- Fixed#558700, the yahoo url listed are duplicated (Sebastian Pölsterl)
- Fixed#559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
- Work around bug #552204 and ignore rows where match is None
Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko