Age | Commit message (Collapse) | Author | Files | Lines |
|
and caused lots of obscure problems in programs loading plugins (specially,
gstreamer).
The problem is that the check in the configure script tries to dlopen the
libpthread.so library, but the test program is not linked against libpthread
itself. So it crashes, because this is not supported in NetBSD (the program
was "initialized" as a non-threaded one). I've changed the test program to
use libintl, which seems to work fine.
Bump PKGREVISION to 1.
|
|
that it can not be builtin. So also check for "This file is part
of the GNU C Library".
This helps with systems that have gettext(3) functionality
included in their glibc.
This also fixes build problem under Linux where devel/popt didn't
build "because some functions are defined both in gettext-lib and
in the native libc" as reported by minskim to tech-pkg on 21/Mar/2004.
|
|
Okay'd by cjones.
|
|
Okay'd by jmmv.
|
|
|
|
* Fix a bug to do munmap() with size 0. (client/server)
* Get rid of sched_yield(). (client/server)
* Improve robustness. (server)
* Improve robustness. (client)
* Fix a dead lock problem. (client/server)
|
|
|
|
Thomas Klausner plus minor changes by me.
Allegro is a portable library mainly aimed at video game and multimedia
programming, originally started by Shawn Hargreaves for the DJGPP compiler
in a mixture of C and assembler.
According to the Oxford Companion to Music, Allegro is the Italian for
"quick, lively, bright". It is also a recursive acronym which stands for
"Allegro Low LEvel Game ROutines".
Cross-platform support
o Dos (DJGPP, Watcom)
o Unix (Linux, *BSD, Irix, Solaris, Darwin)
o Windows (MSVC, MinGW, Cygwin, Borland)
o BeOS
o QNX
o MacOS X
|
|
|
|
Bump to 6.2nb3
|
|
PR pkg/25034. Bump PKGREVISION.
|
|
-----------------------
gal-1.99.11 2004-02-18
-----------------------
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
#44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan)
#46165 - Browsing the calendar causes crash and displays
nothing (Chris Toshok)
#48815 - Customize fields sub-windows dont close on ESC (Charles Zhang)
#49912 - Contacts list crash issue (Leon Zhang)
#50065 - Chinese locales Input method hangs after a task entry
and new folder creation (Suresh Chandrasekharan)
#50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan)
#51527 - Gal widgets produces backspace for Ctrl-space for
japanese input (Suresh Chandrasekharan)
Other bugs and changes:
- fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik)
- remove hard coded disable deprecated flags (JP Rosevear)
- updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela),
cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador),
pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem),
no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan),
ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky)
|
|
living in devel.
|
|
|
|
|
|
ht is a file viewer, editor and analyzer for text, binary, and (especially)
executable files. It recognizes the most common executable formats, like
COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble
them.
It can also find branch sources and destinations recursively, find procedure
entries, creates labels based on this information, create xref information,
interactively analyse unexplored code, create/rename/delete labels and
create/edit comments.
|
|
in via USE_TEXINFO=yes), build it without locale support. This makes
it easier to "bootstrap" the installation of a pkgsrc compiler without
a lot of additional indirect build dependencies on gettext, libiconv,
libtool, etc.
|
|
maintainable way.
|
|
Use -dumpversion with gcc rather than mangling -v output. Suggested
by mrg. Located copy of egcs to confirm output still correctly
mangled in that case :)
|
|
- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht
- Digital AlphaPC 164SX. Thanks to HATANO Hiromichi.
- Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen
- Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus
- Handle converting flags for old gcc versions recursively. Most
excessive case would be using cpuflags on a k6-3 win gcc 2.89 which
would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486
|
|
|
|
GAIL is the Gnome Accessibility Implementation Library and is as the
name suggests an implementation of the accessibility interfaces
defined by ATK.
This package is part of the GNOME 2 Development Platform.
|
|
Major changes since 2.5.91.1 were:
* Translation updates.
Major changes since 2.5.91 were:
* fix utf8 bug in EelEditableLabel
Major changes since 2.5.90 were:
* translations
Major changes since 2.5.8 were:
* Replaced egg-screen-exec usage with g_spawn
* Use new file chooser
* portability patches
Major changes since 2.5.7 were:
* Translations
Major changes since 2.5.6 were:
* Support for SUS modifiers in eel_strdup_strftime
* Set right a11y role on alerts
Major changes since 2.5.5 were:
* Fix a11y coloring of editable label
* Canvas update
Major changes since 2.5.4 were:
* Removed unused source files
* Added a GList API for string lists in eel-preferences.
Major changes since 2.5.3 were:
* HIG message dialogs
Major changes since 2.5.2 were:
* Mem leak fix in accessibility support.
Major changes since 2.5.1 were:
* Added accessibility support to editable label widget
Major changes since 2.5.0 were:
* Some ICCCM fixes
* disable deprecation warnings
* fix leaks
|
|
- plenty of code cleanups
- removed the dependency on libgnome, only glib required now
- Linux 2.6 support, NetBSD support and better FreeBSD support
- Make the block size available for filesystem statistics
|
|
by our native libintl. While it is not implemented, this allows us to build
programs against the native libintl, loosing very few functionality (some
translations of plural messages on few languages), and avoiding runtime
conflicts between native libintl and the gnu one (coming from the gettext
package).
Packages including .po files with uses of msgid_plural should define the
USE_MSGFMT_PLURALS variable to 'yes', so that the msgfmt wrapper is used.
(Do not use it when not really needed, as it will pull in perl5 as a build
dependancy).
|
|
may be missing:
- allow building against an uninstalled libwnck build
- add "Move to Workspace" menu
- fix crash with updated allowed actions hint
|
|
What's new in at-spi-1.4.0: [GNOME 2.6.0 release]
* build improvements from Laszlo Peter.
* en_GB added to ALL_LINGUAS.
What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]
* Fix for bug #134036, which could steal keystrokes from applications
if at-spi registry failed.
* Build fixes, added .pc.in files (from Laszlo Peter).
This is the gnome-2.6 beta release of at-spi.
What's new in at-spi-1.3.15:
* translations:
Amanpreet Singh Alam (pa)
Bojan Suzic (sr@ije)
|
|
Overview of Changes in GAIL 1.6.0
=================================
* Added translations: Romanian [Mi\305\237u Moldovan],
Bengali [Progga], British (en_GB) [Gareth Owen], Hindi [Anand Subramanian],
Icelandic [ Helgi \303\236ormar \303\236orbj\303\266rnsson]
* Updated translations: Lithuanian [\305\275ygimantas Beru\304\215ka],
Norwegian Nynorsk [\303\205smund Skj\303\246veland]
Overview of Changes in GAIL 1.5.8
=================================
* Ignore label within button when creating LABELLED_BY relations.
(bug #136602)
* Find label for button in a GtkTreeView column header. (bug #135943)
* Add translations: Brazilian Portuguese [Franz Gustav Niederheitmann],
Russian [Russian team]
* Updated translations: Albanian [Laurent Dhima], Croatian [Robert Sedak]
Overview of Changes in GAIL 1.5.7
=================================
* Use gtk_widget_list_mnemonic_labels to create ATK_LABELLED_BY relations
instead of special case heuristics. (bug #136163)
* Correct error in GailScale (bug 135227) [Mariano Su\341rez-Alvarez]
* Add translations: Tamil [Adamnseh Nadarajah]
* Updated translations: Albanian [Laurent Dhima],
Simplified Chinese [Funda Wang]
Overview of Changes in GAIL 1.5.6
=================================
* Emit notification when tooltip is displayed. Set ATK_RELATION_POPUP_FOR
to identify the object for which the tooltip is displayed. (bug #76266)
* Find text in buttons on GAIM login screen so that it is reported as accessible
name for button. (bug #134308)
* Do not report widget name as accessible name. (bug #128439)
* Check TreeView is realized before emitting selection-changed signal.
(bug #134952)
* Add heuristic to find label for NautilusEntry in FMPropertiesWindow.
(bug #134629)
* Fix leak when adding global event listener. [Christian Persch] (bug #135018)
* Add accessibility implementation for GtkScale. (bug #104797)
* Add translations: Canadian English [Adam Weinberger]
* Updated translations: Albanian [Laurent Dhima], Irish [Alastair McKinstry]
Overview of Changes in GAIL 1.5.5
=================================
* Fix emission of test-inserted signals when text in a GtkEntry changes.
(bug #133283)
* Add heuristic to find label for GnomeEntry. (bug #133403)
* Find labelled-by relation for GnomeColorPicker (bug #133200)
* Correct setting of object in NODE_CHILD_OF relation. (bug #133420)
* Report a GailEntry as child of GailCombo even if it is not editable.
(bug 133512)
* Add heuristic to find label for entry in GtkFileSelection. (bug #129371)
* Correct labelling for GnomeIconEntry. (bug #133967)
* Report keybindings for activate action for GailEntry. (bug #132846)
* Avoid spurious reporting of focus on parent menu item when moving from
one menu item to another. (bug 128973)
* Report labelling correctly for GnomeFileEntry. (bug #134131)
* Report label for combo-box in Sound preferences capplet. (bug #126972).
* Add translations: Japanese [Takeshi AIHANA], Ukrainian [Maxim Dziumanenko],
Belarusian [Ales Nyakhaychyk], Finnish [Pauli Virtanen]
* Updated translations: Albanian [Laurent Dhima],
Serbian [Aleksandar Uro\305\241evi\304\207]
Overview of Changes in GAIL 1.5.4
=================================
* Correct error in action implementation for GtkExpander. (bug #131458)
[Bill Haneman]
* Implement AtkSelection for GtkList. (bug #132136)
* Avoid warning when popping up context menu in gnome-terminal. (bug #132457)
* Emit deactivate signal when window is being removed. (bug #132604)
* Add initial accessibility implementation for GtkComboBox.
* Fix crasher bug in gnumeric when treeview is destroyed. (bug #132450)
* Add translations: Irish [Alastair McKinstry], Albanian [Laurent Dhima],
Azerbaijani [M\311\231tin \306\217mirov]
* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Czech [Miloslav Trmac], Croatian [Robert Sedak]
Overview of Changes in GAIL 1.5.3
=================================
* Define locale dir for gail correctly. (bug #130489)
* Fix FPI in gail documentation. (bug 129730) [Sebastien Bacher]
* Ensure that role for table is set correctly. (bug #128799)
* Add translations: Indonesian [Ahmad Riza H Nst], Arabic [Arafat Medini],
Norwegian Nyorsk [\303\205smund Skj\303\246veland], Serbian [Robert Sedak],
Lithuanian [Tomas Kuliavas], Persian [Roozbeh Pournader],
Danish [Ole Laursen], French [Baptiste Mille-Mathias],
Mongolian [Sanlig Badral], Italian [Luca Ferretti],
Korean [Changwoo Ryu].
* Update translations: Polish [Artur Flinta]
Overview of Changes in GAIL 1.5.2
=================================
* Ensure that focus object is reported correctly after window
deactivate/activate. (bug #127486)
* Set ATK_STATE_SHOWING for cells which are on the screen. (bug #127607)
* Add accessibility support for GtkExpander. (bug #128378)
* Fix crasher bug when GailEntry idle handler is called after the object
is destroyed. (bug #128497)
* Add translations: Greek [Kostas Papadimas], Malay [Hasbullah Bin Pit],
Catalan [Jordi Mallach], Norwegian [Kjartan Marass],
Portuguese [Duarte Loreto]
* Updated translations: Dutch [Elros Cyriatan]
Overview of Changes in GAIL 1.5.1
=================================
* Fix emission of warning messages when accessing GtkTreeView. (bug #126706)
* Report name of stock icon when no other name is available for button.
(bug #126631)
* Wait until menu is mapped before reporting is is visible. This fixes problem
with incorrect vnumber of children being reported. (bug #126801)
* Report focus on item in menubar before reporting focus on menu item in menu
when Alt key is used to popup menu. (bug #124838)
* Report text correctly when the text is in bold. (bug #126797)
* Find label for widget Nautilus Desktop Preferences dialog. (bug #126973)
* Add translations: Welsh [Rhys Jones], Polish [Arkadiusz Lipiec],
Czech [Miloslav Trmac]
Overview of Changes in GAIL 1.5.0
=================================
* Fix crasher bug in wnck-applet when gnome-panel terminates (bug #124575)
* Fix crasher bug in glade-2 when GtkCList added to scrolled window
which previously contained a GtkTreeView. (bug #119635)
* Correct inconsistency in property names; some container hyphen (-) and
some contained underscore (_). (bug #125212)
* Report focus correctly when Alt+F1 is used to popup panel's menu.
(bug #124232)
* Add translatable accessible names for GTK and GNOME stock icons.
(bug #122549)
* Report cell as focused the first time a table is displayed. 9bug #126356)
* Fix crasher bug when gok settings dialog is displayed. (bug #126726)
* Do not emit unnecessary notifications about window title change.
(bug #126605
* Report text correctly for option menu after value changes. (bug #125703)
* Add translations: Swedish [Christian Rose], German [Christian Neumair],
Serbian [Danilo \305\240egan], Dutch [Vincent van Adrighem],
Spanish [Francisco Javier F. Serrador]
|
|
What's new since 2.4:
* Improvements:
- Mass deprecation of broken widgets (Jonathan Blandford)
- Keyring support in authentication manager (Alexander Larsson)
- Multi-screen versions of the help and url display methods
(Mark McLoughlin)
- New stock icons (Jakub Steiner)
- Deprecate GnomeIconTheme for GtkIconTheme (Alexander Larsson)
- Improved crash dialog (Fernando Herrera)
- Make entries support the new file chooser (Fernando Hererra,
Mark McLoughlin,
Carlos Garnacho Parro)
- Gnome VFS file chooser backend (Alexander Larsson,
Federico Mena Quintero,
Owen Taylor)
* Bug fixes:
- HIG fixes for gnome-scores (Alex Duggan)
- Translate program arguments (Hidetoshi Tajima)
- Icon list fixes (Federico Mena Quintero, Michael Zucchi)
- Session management fixes (Christian Persch)
- Handle toolbar orientation in gnome-app-helper (Bryan Forbes)
- Various bug fixes (Anders Carlsson, Joe Marcus Clarke,
Dennis Cranston, Fernando Herrera, Richard Hult,
Alexander Larsson, George Lebl, Kjartan Maraas,
Padraig O'Brian, Carlos Romero, Jeffrey Steadfast,
Balamurali Viswanathan)
* Translations:
- Added Canadian English translation (Adam Weinberger,
Alexander Winston)
- Added Croatian translation (Robert Sedak)
- Added Marathi translation (Jitendra Shah)
- Added Serbian Jekavian translation (Bojan Suzić)
- Added Thai translation (Theppitak Karoonboonyanan,
Paisa Seeluangsawat)
- Updated Albanian translation (Laurent Dhima)
- Updated Arabic translation (Arafat Medini)
- Updated Azerbaijani translation (Mətin Əmirov)
- Updated Belarusian translation (Ales Nyakhaychyk)
- Updated Bengali translation (Sayamindu Dasgupta)
- Updated Brazilian Portuguese translation (Raphael Higino,
Augusta Margues da Silva)
- Updated British English translation (Gareth Owen)
- Updated Czech translation (Miloslav Trmac)
- Updated Danish translation (Ole Laursen)
- Updated Dutch translation (Kess van den Broek, Reinout van Schouwen)
- Updated Estonian translation (Priit Laes)
- Updated Finnish translation (Pauli Virtanen)
- Updated French translation (Christphe Fergeau, Christophe Merlet)
- Updated German translation (Christian Neumair)
- Updated Greek translation (Nikos Charonitakis, Kostas Papadimas)
- Updated Hindi translation (Guntupalli Karunakar)
- Updated Hungarian translation (Andras Timar)
- Updated Irish translation (Alastair McKinstry)
- Updated Italian translation (Alesso Frusciante, Francesco Marletta)
- Updated Korean translation (Changwoo Ryu)
- Updated Japanese translation (Takeshi AIHANA)
- Updated Latvian translation (Pēteris Krišjānis)
- Updated Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas)
- Updated Malay translation (Hasbullah Bin Pit)
- Updated Mongolian translation (Sanlig Badral)
- Updated Norwegian translation (Kjartan Maraas)
- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
- Updated Polish translation (GNOME PL Team)
- Updated Portuguese translation (Duarte Loreto)
- Updated Romanian translation (Mişu Moldovan)
- Updated Russian translation (Russian Team)
- Updated Serbian translations (Danilo Šegan, Bojan Suzic)
- Updated Simplified Chinese translation (Funda Wang)
- Updated Slovak translation (Marcel Telka)
- Updated Spanish translation (Francisco Javier F. Serrador)
- Updated Swedish translation (Christian Rose)
- Updated Tamil translation (Dinesh Nadarajah)
- Updated Ukranian translation (Maxim Dziumanenko)
- Updated Welsh translation (Dafydd Harries)
|
|
be incomplete, but couldn't find anything better:
libbonoboui 2.5.3
* bugs fixed
+ toolbar/dock destruction crasher (Michael)
+ unused arg cleanup (Fernando Herrera)
* featurelets
+ BonoboWindow cleanup (Arvind Samptur)
libbonoboui 2.5.2
* bugs fixed
+ require the right gtk+ (Jason Leach)
+ AIX portability (The Written Word)
+ svg icon image size (Sergey V. Udaltsov)
+ status bar grip problem (Michael)
+ control 'activate' signal (Federico, JP)
+ memove not strcpy for overlap (JP)
+ dock size allocation problem (Michael)
* featurelets
+ status bar packing improvement (Alexander Larsson)
|
|
What's new since 2.4:
* Improvements:
- Add File Chooser backend schema (Jonathan Blandford)
* Bug fixes:
- Fix translation of program arguments (Hidetoshi Tajima,
Christian Neumair,
Anders Carlsson)
* Translations:
- Added Canadian English translation (Adam Weinberger)
- Added Croatian translation (Robert Sedak)
- Added Serbian Jekavian translation (Bojan Suziô §)
- Added Romanian translation (Miô ÿu Moldovan, Mugurel Tudor)
- Updated Albanian translation (Laurent Dhima)
- Updated Arabic translation (Arafat Medini)
- Updated Azerbaijani translation (Mô£Ùtin ô¡Ïmirov)
- Updated Belarusian translation (Ales Nyakhaychyk)
- Updated Brazilian Portuguese translation (Augusta Margues da Silva,
Raphael Higino,
Everson Santos Araujo)
- Updated British translation (Gareth Owen)
- Updated Catalan translation (Jordi Mallach)
- Updated Czech translation (Miloslav Trmac)
- Updated Danish translation (Ole Laursen)
- Updated Dutch translation (Vincent van Adrighem,
Reinout van Schouwen)
- Updated Estonian translation (Tõivo Leedjärv)
- Updated Finnish translation (Pauli Virtanen)
- Updated French translation (Christophe Merlet)
- Updated German translation (Christian Neumair)
- Updated Greek translation (Kostas Papadimas)
- Updated Hungarian translation (Andras Timar)
- Updated Irish translation (Alastair McKinstry)
- Updated Italian translation (Alesso Frusciante)
- Updated Japanese translation (Takeshi AIHANA)
- Updated Korean translation (Changwoo Ryu)
- Updated Lithuanian translation (ô¡½ygimantas Beruô ka, Tomas Kuliavas)
- Updated Mongolian translation (Sanlig Badral)
- Updated Norwegian translation (Kjartan Maraas)
- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
- Updated Polish translation (GNOME PL Team)
- Updated Portuguese translation (Duarte Loreto)
- Updated Russian translation (Russian Team)
- Updated Serbian translations (Danilo ô¡ egan)
- Updated Simplified Chinese translation (Funda Wang)
- Updated Slovak translation (Marcel Telka)
- Updated Spanish translation (Francisco Javier F. Serrador)
- Updated Swedish translation (Christian Rose)
- Updated Tamil translation (Dinesh Nadarajah)
- Updated Thai translation (Paisa Seeluangsawat)
- Updated Turkish translation (Ismail Aslan)
- Updated Ukranian translation (Maxim Dziumanenko, Yuriy Syrota)
- Updated Welsh translation (Dafydd Harries, Rhys Jones)
|
|
list may be incomplete):
libbonobo 2.5.4
+ bugs fixed
+ application init (Gustavo)
+ program arg translation (Anders, Hidetoshi)
+ featurelets
+ *Application* documentation (Gustavo)
+ better activation debugging (Rodrigo, Michael)
libbonobo 2.5.3
+ bugs fixed
+ regression tests problems (Gustavo)
+ AIX portability (Albert Chin-A-Young)
+ featurelets
+ improve b-a-s debug code (Michael)
+ use syslog for run-time spew (Michael Terry)
libbonobo 2.5.2
+ bugs fixed
+ _active query cache fix (Michael)
+ property bag logic bug fix (Dave Jones)
+ backwards compat dameon fix (Michael, Crispin Flowerday)
+ object directory fixes (Gustavo)
+ l10n docs fix (Martin Kretzschmar)
+ BonoboApplication fixes (Gustavo)
+ use environ not _environ for Solaris (Michael)
+ featurelets (Gustavo)
+ b-a-s tracks dead clients
+ updated tests
|
|
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
|
|
libglade-2.3.6: 10-March-2004
- Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton,
GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon
Chaplin)
- Fix automake warning (Steve Chaplin)
- Add libglade version number to the docs (Matthias Clasen)
- Fix usage of C++ keyword as an argument name (Bas Driessen)
- Allow additional signal parameter for glademm (Christof Petig)
- Support tooltips in toolbars (Michael Voigt)
libglade-2.3.2: 15-January-2004
- Support disambiguating msgids by prefixing them with a context
string. (Christian Stimming, Matthias Clasen)
libglade-2.3.1: 14-November-2003
- Register GtkColorButton, GtkComboBox, GtkFileChooser and
GtkFontButton types (Jonathan Blandford)
- Implemement support for GtkExpander (Mark McLoughlin)
- Fix memory leak and incorrect colour map usage (Morten Welinder)
- Win32 build support (Tor Lillqvist, Masahiro Sakai)
- Build fixes (James Henstridge, Michael Meeks)
|
|
This is a stable release providing new functionality as compared
to Pango-1.2, while maintaining source and binary compatibility.
Notable improvements in Pango since version 1.2:
* Support for characters beyond the basic-multilingual
plane of Unicode and updates of character properties to
match Unicode-4.0.
* The same modules are now used for the Xft and fontconfig
backends, reducing code duplication, and making it easier
to create new backends independent of Pango that use
fontconfig and FreeType.
* A better font and shaper selection algorithm is now used
that takes script information into account.
* Bidirectional base direction can now be automatically
determined from the text instead of explicitly set by
the application.
* Improvements to OpenType handling, especially for the GPOS
table. GPOS features are now enabled for Arabic.
|
|
Changes in version 1.6.0
========================
* Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
* Update translations: Arabic [Arafat Medini],
Spanish [Francisco Javier F. Serrador],
Lithuanian [\305\275ygimantas Beru\304\215ka],
Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
Changes in version 1.5.5
========================
* Add translation: Canadian English [Adam Weinberger]
* Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
Albanian [Laurent Dhima], German [Christian Neumair],
Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
Changes in version 1.5.4
========================
* Update translations: Japanese [Takeshi AIHANA],
Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
Albanian [Laurent Dhima]
Changes in version 1.5.3
========================
* Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
* Corrcted property name for number of links in a AtkHypertext (bug #130022).
* Add translation: Croatian [Robert Sedak]
* Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
Swedish [Christian Rose], Serbian [Danilo \305\240egan],
Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu],
Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
Portuguese [Duarte Loreto]
Changes in version 1.5.2
========================
* Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
* Change name of role from, "accel label" to "accelerator label". (bug #129499)
* Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
Norwegian [Kjartan Maraas], Greek [Kostas Papadimas],
Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
Dutch [Vincent van Adrighem], French {Christophe Merlet],
Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini].
Changes in version 1.5.1
========================
* Change role names so that unlocalized names the same as Java role names.
(bug #125024)
* Set state FOCUSED for object reported as having focus. (bug #127400)
* Add new property "accessible-hypertext-nlinks" for AtkObject. Add new
signal link_activated and properties "number-of-anchors", "end-index" and
"start-index" for AtkHyperlink. (bug 112390)
* Make nicks and blurbs of properties translatable.
* Add new role ATK_ROLE_EDITBAR. (bug 116007)
* Add translations: Afrikaans [Stefan Lubbersen]
* Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
Portuguese [Duarte Loreto], Mongolian [Sanlig Badral],
Dutch [Vincent van Adrighem]
Changes in version 1.5.0
========================
* Fix memory leaks in AtkRelations (bugs #124877, #125725)
* Add version number to documentation (bug #125758)
* Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
|
|
GLib-2.4 is a stable release adding an incremental improvement
in functionality over GLib-2.2 while maintaining binary and
source compatibility. New features include:
General
* Watches for child process exit integrated into the main loop.
* Unicode tables updated to cover all of Unicode-4.0.
* Standard header file for gettext macros, including Q_() macro
for strings with context.
* Improved seeding for the GRandom random number generator.
Threading
* Atomic operations on integers and pointers.
* GOnce for one-time initialization.
GObject:
* G_DEFINE_TYPE macros for easy definition of GObject types.
* Properties can now be added to interfaces.
* Instance private data allows private data members for objects.
|
|
Many changes since 1.5.4, most notable is that apache-ant now requires
JDK 1.2 or later. For 1.1 use the apache-ant15 package.
|
|
|
|
1.6.1. 1.5.4 is the last version to support Java 1.1.
|
|
|
|
"configure" script which otherwise picks "-pthreads" as the compiler
option for POSIX's Threads.
The real problem is probably that the buildlink3 framework passes
"-pthread" as a compiler option to "configure" and therefore defeats
the probes in the "configure" script. But that's hard to fix.
|
|
|
|
from the environment.
|
|
|
|
|
|
|
|
|
|
|
|
|