======================================== NEWS: atk-1.11.0 ======================================== Changes in version 1.11.0: ========================= Added new APIs - minor enhancements to AtkImage, AtkDocument, AtkObject, AtkComponent, AtkState. Significant API additions: Added locale attribute to AtkImage instances, and Document instances. Added the ability to assign weakly-typed attributes to AtkObject as name-value pairs; also added similar name-value pairs to AtkDocument for attributes which are intended to be valid over the entire document. Minor documentation fixes (thanks to Bill Abt). Added 'tt' (Tatar) locale, Simos Xenitellis ======================================== NEWS: at-spi-1.7.0 ======================================== What's new in at-spi-1.7.0: * DOCS: All the IDL is now documented with doxygen-compatible docs. Just run 'doxygen oxyfile' in the IDL directory. (This will be automated in a future version). * NEW API: idl: Accessibility::Accessible:getAttributes (name/value pair annotation for all objects) Accessibility::Accessible:getApplication (retrieves ref to host app) Accessibility::Component:getAlpha (get transparency/opacity value of component) Accessibility::Image:getLocale (get POSIX locale for image and imagedesc) Accessibility::Text:getAttributeValue (retrieve a single named attribute value) Accessibility::Relation:RELATION_PARENT_WINDOW_OF Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION, ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles for complex docs and forms.) Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED, STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION, STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms) Accessibility::EventDetails (new, more detailed info marshalled with events) cspi: (AccessibleEvent_getSourceName): (AccessibleEvent_getSourceRole): (AccessibleEvent_getSourceApplication): (AccessibleEvent_getSourceDetails): New methods for interrogating/demarshalling event details i.e. source's accessible name, role, and host app. (Accessible_getAttributes): New, retrieve annotations/attributes on objects. (Accessible_getHostApplication): New, retrieve enclosing Application instance for an object. (AccessibleImage_getImageLocale): New, retrieve Locale info for an image. (AccessibleComponent_getAlpha): New, retrieve alpha value for an AccessibleComponent (see discussion in idl section above). * BUGFIXES: Some compiler fixes from Kjartan Marass. Some thread-related fixes from Michael Meeks. Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman). What's new in at-spi-1.6.5: ======================================== NEWS: GConf-2.13.5 ======================================== 2.13.5 ====== Features - Save translations in separate file with markup backend's "meged" mode (Mark McLoughlin) - Switch on "merged" mode for the defaults database (Mark McLoughlin) - Make gconf_value_compare() and gconf_entry_equal() public (Jorn Baayen) - Lots of new docs (Dinoop Thomas) Fixes - Remove unused --enable-gconf-source configure option (Mark McLoughlin) - Fix parallel build (Thomas Vander Stichele) - Make gconf_client_remove_dir() clear the dir's cache (Vincent Untz) - Win32 build fix - include DLLs in zipfile package (Tor Lillqvist) - Make gconf_value_decode() work with schemas (Nicolas Peninguy) - Fix segault unescaping strings (Dan Williams) - Remove C99 usage (Jens Granseuer) Translators - Ales Nyakhaychyk (be) - Alexander Shopov (bg) - Jordi Mallach (ca) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Ivar Smolin (et) - Ilkka Tuohela (fi) - Christophe Merlet (RedFox) (fr) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Takeshi AIHANA (ja) - Žygimantas Beručka (lt) - Kjartan Maraas (nb) - Tino Meinen (nl) - Åsmund Skjæveland (nn) - Kjartan Maraas (no) - Evandro Fernandes Giovanini (pt_BR) - Marcel Telka (sk) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) - Abel Cheung (zh_HK) - Chao-Hsiung Liao (zh_TW) ======================================== NEWS: glib-2.9.3 ======================================== Overview of Changes from GLib 2.9.2 to GLib 2.9.3 ================================================= * GTree: - Replace the simple recursive implementation by a nonrecursive, threaded one [Maurizio Monge] * Change g_filename_display_name and g_filename_display_basename to use the Unicode replacement character U+FFFD instead of a question mark, and don't append "(invalid encoding)" [Matthias] * Documentation improvements [Sven Herzberg, Federico Mena Quintero, Stefan Kost] * Bugs fixed: 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula] 326558 Some test failures on IRIX 6.5 [Daichi Kawahata] 169285 "threaded" tree implementation for GTree [Maurizio Monge] 326747 g_filename_display_basename adds (invalid encoding) [Alberto Ruiz] Other contributors: Christian Kellner, Murray Cumming New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi) Overview of Changes from GLib 2.9.1 to GLib 2.9.2 ================================================= * Memory management: - Add tests for cache colorization [Tim Janik] - Minimize space consumption if small amounts of differently sized slices are allocated, at a small performance cost. [Tim] * Thread support: - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik, Sebastian Wilhelmi] - Add g_thread_pool_set_sort_function() to allow sorting the tasks of a threadpool. [Martyn Russell] - Add g_thread_pool_set_idle_time() to allow unused threads to exit after a certain time. [Martyn] * Type system: - introduce a new type GInitiallyUnowned, which has an initial floating reference. [Tim] - Add support for GType parameters. [Matthias] * Main loop: - Add g_main_context_is_owner() to determine if the current thread is the owner of the context. [Michael Meeks] * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as wrapper functions instead of macros. [Manish Singh] * Documentation improvements [Tim, Matthias, Federico Mena Quintero, Stefan Kasal, Dan Williams] * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW) * Bugs fixed: 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 tries to modify [J. Ali Harlow] 324332 g_option_context_parse() returns false without setting error [Tim-Philipp Müller] 324950 GLIB 2.9.1 testcase errors [Dan Yefimov] 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto] 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to gpointer [Andrew Paprocki] 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, Stanislav Brabec] 325273 Error in documentation for glib_check_version () [Declan Naughton] 325310 g_spawn_sync hangs when catching both stdout and stderr [Tor Lillqvist] 325249 gcc warning when using g_rmdir from [Jani Monoses] 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto] 325874 Should say somewhere that source IDs are > 0 [Dan Williams] 325438 a typo (compatability) [Stefan Kasal] 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula] ======================================== NEWS: gnome-vfs-2.13.4 ======================================== gnome-vfs 2.13.4 * Add support for gnome-mount * Re-add thread prioritizing * Add gnome_vfs_get_mime_type_for_name_and_data () and gnome_vfs_get_mime_type_for_name () * Deprecate gnome_vfs_mime_type_from_name () * Skip attempts to overwrite a file onto itself in gnome_vfs_xfer and friends. * Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers * inotify: Fix various crashers and bugs * ftp-method: Basic support for proxies * http-method: Fix SSL support * http-mehtod: Fix bugs introduced during the neon upgrade * Various hal related volume fixes * Hide some more private functions * Some documentation updates * Translation updates ======================================== UPDATED: gtk+-2.8.10 ======================================== gtk+ was updated without a NEWS entry. ======================================== NEWS: libbonobo-2.13.1 ======================================== libbonobo 2.13.1 * Fix corruption issue that was causing hangs on login (Michael) * Fix GOption argument parsing typo (Christian Perch) * Unregister run-time defined ServerInfos on program exit (Gustavo) ======================================== NEWS: libbonoboui-2.13.1 ======================================== libbonoboui 2.13.1 * Fix leaks introduced by the GOption argument handling code (Christian Perch) * Sync with latest libgnome (Christian Persch) [#326846] ======================================== NEWS: libgnome-2.13.7 ======================================== libgnome 2.13.7 --------------- What's new since 2.13.6 * Bug fixes - Fix compilation issues due to the missing inclusion of popt.h (Emmanuele Bassi) libgnome 2.13.6 --------------- What's new since 2.13.5 * Bug fixes - Make popt usage deprecated and move to a full GOption support (Christian) libgnome 2.13.5 --------------- What's new since 2.13.4 * Bug fixes - Fix leaks in GOption code (Christian) - Don't make toolbars detachable by default (Sebastien) - Build related cleanups (Mark, Kjartan) * Docs - Improve docs for GOption handling in GnomeProgram * Translations - ======================================== NEWS: libgnomeui-2.13.2 ======================================== libgnomeui 2.13.2 ----------------- * Sync GOption code with latest libgnome (Christian) libgnomeui 2.13.1 ----------------- * Fix mime type problem with the thumbnailer (Bastien) * Fix a crasher (Felix Riemann) * Fix leaks in the GOption code (Christian Perch) * Thread safety fixes (jylefort at FreeBSD org) * Warning fixes (Kjartan) * Leak fixes in the GOption code (Christian Perch) ======================================== NEWS: libxml2-2.6.23 ======================================== 2.6.23: Jan 5 2006: - portability fixes: Windows (Rob Richards), getaddrinfo on Windows (Kolja Nowak, Rob Richards), icc warnings (Kjartan Maraas), --with-minimum compilation fixes (William Brack), error case handling fix on Solaris (Albert Chin), don't use 'list' as parameter name reported by Samuel Diaz Garcia, more old Unices portability fixes (Albert Chin), MinGW compilation (Mark Junker), HP-UX compiler warnings (Rick Jones), - code cleanup: xmlReportError (Adrian Mouat), remove xmlBufferClose (Geert Jansen), unreachable code (Oleksandr Kononenko), refactoring parsing code (Bjorn Reese) - bug fixes: xmlBuildRelativeURI and empty path (William Brack), combinatory explosion and performances in regexp code, leak in xmlTextReaderReadString(), xmlStringLenDecodeEntities problem (Massimo Morara), Identity Constraints bugs and a segfault (Kasimier Buchcik), XPath pattern based evaluation bugs (DV & Kasimier), xmlSchemaContentModelDump() memory leak (Kasimier), potential leak in xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of vsnprintf (William Brack), XHTML serialization fix (Rob Richards), CRLF split problem (William), issues with non-namespaced attributes in xmlAddChild() xmlAddNextSibling() and xmlAddPrevSibling() (Rob Richards), HTML parsing of script, Python must not output to stdout (Nic Ferrier), exclusive C14N namespace visibility (Aleksey Sanin), XSD dataype totalDigits bug (Kasimier Buchcik), error handling when writing to an xmlBuffer (Rob Richards), runtest schemas error not reported (Hisashi Fujinaka), signed/unsigned problem in date/time code (Albert Chin), fix XSI driven XSD validation (Kasimier), parsing of xs:decimal (Kasimier), fix DTD writer output (Rob Richards), leak in xmlTextReaderReadInnerXml (Gary Coady), regexp bug affecting schemas (Kasimier), configuration of runtime debugging (Kasimier), xmlNodeBufGetContent bug on entity refs (Oleksandr Kononenko), xmlRegExecPushString2 bug (Sreeni Nair), compilation and build fixes (Michael Day), removed dependancies on xmlSchemaValidError (Kasimier), bug with , more XPath pattern based evaluation fixes (Kasimier) - improvements: XSD Schemas redefinitions/restrictions (Kasimier Buchcik), node copy checks and fix for attribute (Rob Richards), counted transition bug in regexps, ctxt->standalone = -2 to indicate no standalone attribute was found, add xmlSchemaSetParserStructuredErrors() (Kasimier Buchcik), add xmlTextReaderSchemaValidateCtxt() to API (Kasimier), handle gzipped HTTP resources (Gary Coady), add htmlDocDumpMemoryFormat. (Rob Richards), - documentation: typo (Michael Day), libxml man page (Albert Chin), save function to XML buffer (Geert Jansen), small doc fix (Aron Stansvik), ======================================== NEWS: pango-1.11.2 ======================================== Overview of changes between 1.11.1 and 1.11.2 ============================================= * Draw hex box on missing glyphs for cairo-fc backend. * New --with-dynamic-modules option added to configure. * Use g_slice for various small memory allocations [Matthias Clasen] * Misc bug fixes, optimizations, and documentation improvements.