========================================
 NEWS: accerciser-1.1.90
========================================

Version 1.1.90
==============

What's new
==========
- Make event handling asynchronous.
- Fixed hang when enabling desktop a11y through accerciser (bug #509805). Thanks Pedro Fragoso.
- Added comments to basic schema in validation plugin.

New And Updated Translations
============================
- Jorge González (es)
- Espen A. Stefansen (nb)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)

==============

========================================
 NEWS: anjuta-2.3.3
========================================

Anjuta 2.3.3 (27 Jan 2008) -- Naba Kumar
-----------------------------------------

Changes:
========
New menu item to add extra source directories for debugger
Select the first window in the glade project when it is first opened. 

Bugfixes:
=========
* Fix #507304 – crash in Anjuta IDE while removing done tasks
* Do not reopen file having escaped character (+,...) in path name
* Add forgotten Swedish entry to DOC_LINGUAS.
* Adds export-dynamic option to LDFLAGS to project template for libglade
  to work for autoconnect signals.
* Install anjuta-tags binary into FHS policy compliant directory and
  update references. (Fixes bug: 509346.)
* Do not use opacity in assist window in sourceview editor.
* Fix memory leaks
* Added printing support to GtkSourceView editor
* Fixed API docs
* Many string fixes
* Refresh the symbols for new file saved.
* Fixed bug #502322 - Highlight doesn't work on new file saved
* Removed unused gconf_notifications in task manager plugin.
* Fixed bug #509864 - No initial section selected when opening the Preferences dialog
* Fixed bug #509865 - Incorrect padding in the Documents settings tabs
* Fixed bug #509867 - Create button contents is mis-aligned
* Fixed bug #509869 - "Add Directory" button is not HIG complient
* Fixed bug #509875 - The "Update globale tags" button wording is incorrect
* Fixed bug #509873 - Build Autotools Preferences has excessive padding
* Fixed bug #509872 - General Information labels are incorrectly aligned
* Fixed bug #509871 - General preferences has incorrect use of colons
* Fixes bug #508805 - Add support for both file and folder preferences.
* Fixed bug #508399 - When you enable a plugin, preferences don't show up
* Fixed bug #507627 memory tab stay active on debugger stop Remove two unused
  variables due to the previous patch
* Fixes Bug #509510 - Check input of some dialogs to avoid termination
  if user gives bad or no input
* Resupport cut/copy/paste/clear on GtkEditables when those have focus.
* Fixed symlinks (#510238) and file permission (#405321) handling
  for scintilla editor.
* Remove reference to IAnjutaCpuDebugger (useless)
* Use gulong instead of guint for addresses
* Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
  IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
* Use editor native funtions to avoid round trips.
* Enable logging of gdb communication with an environment variable
* Fix bug #488519, remove critical warning (completion_cache == NULL is valid)
* Fix #498734, typing error in c++ project template
* Fix a crash when scrolling in the diassembly window
* Start the terminal shell on plugin activation
* Fix #502508, use anjuta_launcher to keep program output
* Fix parsing with quotes in the command line. 
* Fixed #465084 – wizard instead of assistant (only string changes...).
* Update IAnjutaEditor and IAnjutaIndicable interfaces to take iterators
* Fix #511757 – Close icon in tabs cut off.
* Fix #511049: Change UI of add source directories dialog
* Fixed some of gtk+ critical warnings.
* Rename filename argument to uri when an uri is expected
  anjuta_docman_get_document_for_uri will remove symlinks 
* Probably fix #510028: crash debugger when having a relative filename
  in stack trace
* use gnome_vfs_get_uri_from_local_path to get local path from uri
  This takes care of escaping some characters
* Fix #512224: Use a string in english


========================================
 NEWS: gdl-0.7.8
========================================

Changes in 0.7.8

* Disable deprecated flags completely until #457562 is fixed
* Do not ref/unref icon theme.
* Use smaller icons to not waste too much screen space
* Fixed #468645 and #452331 by using gnome-autogen.sh
* Fix #462537 – GdlDockItemGrip notification callback
* Backported several small improvements from Monodevelop
* Fixes bug #509950 - L10N: typos in some messages (fow -> for)
* Silenced some compiler warnings.
* Translation updates: es, vi, ar, sl, bg, ko, nb, oc, ar, eu, sv, uk


========================================
 NEWS: gnome-build-0.2.1
========================================

Changes in 0.2.1

* Fixed #476315 - Anjuta set _LDADD for shared object
* Fixed #475280 - _HEADERS not defined
* Added support for SRC_SUBDIRS like it's used in gtk+
* Add support for check_PROGRAM (bug #474617)
* Improve gnome-build EXTRA_DIST support (bug #463408)
* Added localisation through gettext()
* Migrated to use po/LINGUAS
* Changed variable detection rule to also match ${VAR} (bug #450604)
* Removed check_LTLIBRARIES restriction, added expanding vars in
  SUBDIRS (bug #450604)
* Append data to a macro rather than overwrite it if an assignment
  is split into several lines (#510351)