Updated Spanish translation
[anjuta-git-plugin.git] / NEWS
bloba91306c71890dfc941c3240762099cf4fc2597a8
1 Anjuta 2.5.0 (02 June 2008) -- Naba Kumar
2 -----------------------------------------
4 Translations updates:
5 =====================
6 gl, zh_TW, el, ru, en_GB, es, he, de, cs, ar, fr
8 Updates and bugfixes:
9 =====================
10 * Fix #514620: Port anjuta to GRegex
11 * Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
12 * Update sexy icon entry
13 * Fix #536045: New run program plugin crash
14 * Keep comment for enum and structures
15 * Declare class typedef first
16 * Allow to document Anjuta shell variable using define
17 * Add a documentation sample in IAnjutaProjectManager interface
18 * Fix a detail in the previous patch
19 * Fix #534175: Deprecated code in Plugin Tutorial
20 * Use sh instead of bash when possible
21 * Order of include matter on OpenBSD
22 * ps syntax differ on *BSD
23 * Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear CREAD).
24 * Fix #528226: doesn't compiling on FreeBSD6.3
25 * #535048 – Anjuta doesn't build when checking underlinking and overlinking
26 * Forget this change to add AnjutaCommand and AnjutaAsyncCommand
27   in the documentation
28 * Change the new IAnjutaBuilder interface to use callbacks
29 * Add the documentation of IAnjutaBuilder
30 * Fixed bug #532537 - Crash on closing Anjuta Preferences when it
31   open twice.
32 * Set line to mouse location when popup-menu is displayed (#530689)
33 * Document AnjutaCommand and AnjutaAsyncCommand
34 * Fix a crash when changing a watch while debugger is stopped
35 * Allow loading application/octet-stream mime type
36 * Fix #378903: Use IAnjutaBuilder to always debug an up to date program
37 * Use IAnjutaBuilder to always run an up to date program
38 * New IAnjutaBuilder interface allowing to check if a target is up to
39   data and having a notification when the target is built
40 * Fix #533758: django project creation fails
41 * #532625 – Wrong consecution of functions calls when opening a glade file
42 * Fix #533346: Create project in path with spaces fails
43 * Fix #531940: Can't change the default project directory
44 * Remove useless _DEPENDENCIES
45 * Fix #532243: Execute program with whitespace in the project path fails
46 * Fix #531623: Crash on updating non-existing watch
47 * Fixed a bunch of compiler warnings
48 * Fixed global tags loading from project configuration and added a
49   configuration option
50 * Fix translation issues (#530860 and #531411)
51 * #531405 – AM_CONFIG_HEADER macro is obsolete
52 * add limit/offset keywords to search query. Adjusted APIs.
53 * Fixed a minor bug with caches in the engine.
54 * The terminal configuration default option doesn't work (#530031)
55 * Combobox for terminal choose not working (#530032)
56 * Do not reverse list of file in save-session (#531445)
57 * Set line to mouse location when popup-menu is displayed (#530689)
58 * Add a context menu with copy/paste in terminal plugin
59 * Add an interface method to access the pkg-config data from gnome-build.
60 * Automatically load symbol from project configuration (proof-of-concept)
61 * Adapt to changes in recent libgda for symbols-db
62 * Fix run plugin again, previous patch was causing a crash when
63   the program exist
64 * Fixed bug broken titles for new files
65 * Added some utility methods (derived from gedit)
66 * set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
67 * fixed a population bug introduced with using of caches. It broke the kind
68   of symbol in some cases (e.g. returning of table_id = -1). 
69 * Avoid lazy initialization and inlined the lookup functions to speed up the
70   thing.
71 * Performances improvement in sdb_engine_second_pass_update_heritage () using
72   a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
73   logic in this part should avoid gui freezing, at least here it does not freeze.
74 * greyed out trees while population is in place.
75 * Put the new run program plugin in the default plugin list
76 * Fix a crash when the program doesn't exist
77 * Put the menu items of the message-manager in the correct Goto menu
78 * Allow markup in dialog description
79 * #523186 – Open With dialog should mention filename
80 * #530033 – Have window title like gedit
81 * Also add the dirty char (*) at the beginning of the filename to match HIG
82 * Moved Goto menu into View to avoid cluttering the menubar and created
83   new Documents menu
84 * Show open documents in the "Documents" menu and add actions for next/prev
85   document like in gedit. Don't center menu items of notebook popup menu.
86   (Fixes bugs #453702 and #529528)
87 * 530566 – Fix translation and POTFILES.in
88 * Use current project folder as default and added a file filter for
89   the patch file chooser.
90 * fixed search symbols to match "foo_symbol_%"
91 * New run program plugin, includes a new dialog box to set
92   program arguments
93 * Update debugger plugin to use run program parameter dialog
94 * Remove run program menu item
95 * Use a gchar * null terminated array instead of a GList for
96   passing environment variables
97 * Add a child-exited signal in the IAnjutaTerminal interface
98   Remove environment variables merging, it is already done
99   in vte
100 * fixed partial pattern match in symbols accordingly with api.
101 * Hide progress bar when things are done in symbols db.
102 * new dynamic prepared queries architecture. Now every query used in the
103   engine has its own compiled query in libgda-sqlite provider. This for speed
104   improvements, code cleaning and auto-escaping of string parameters. 
105 * Lookup of dynamic queries takes care of sym_info parameters and of 
106   parameters passed to functions. The compiled GdaStatements are stored in an 
107   array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
108   are bounded at n = 5, to avoid a third level of indirection on the store-trees.
109 * Fix #529798: Mark additional strings for translation
110 * Add additional restriction on project name fix #529226
111 * Fix #529506: Uncorrect unloading tools plugin
112 * Don't spit out two many warnings when the message view is destroyed
113 * Only use first 500 characters for validation
114 * Use GRegex instead of pcre and convert files to utf-8 if necessary.
115   Rest of #440637
116 * #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
117   (there was an else missing...)
118 * Fixed bug #528264 - New: Uses incorrect spelling "assistent"
119 * Fixed a condition where we kill our own process
120 * Added new sessions states to avoid loading the local symbols before
121   the session is loaded (speeds up start-up).
122 * Fixed #528705 – There is no Redo
123 * Add an env parameter in the IAnjutaTerminal interface allowing
124   to specify additional environment variables
125 * Show 5 project and 15 file items in recent-chooser
126 * Make searching utf-8 aware. We still need to fix encodings for
127   search/replace in files as it is currently assumed they are utf-8 like
128   the editors.
129 * Fix recent files in the toolbar
130 * Do not enable brace autocompletion by defualt because it annoying for
131   fast typist (i.e. it's easier to type ending brace than move carat)
132   and it's currently broken for scintilla.
133 * Removed dead files.
134 * Added anjuta_utils_get_user_config_dir. This func is used
135   to get the user config directory.
136 * Switched from GnomeApp to GtkWindow.
137 * Move the encoding conversion infrastrcute to libanjuta and update all
138   users. Test all available encodings by default in scintilla editor
139   like sourceview is doing and removed encoding preferences
140 * Fixed crasher
141 * Various small improvements to the dialog
142 * Add separator to recent menu (#526932)
143 * Merged the UI changes from bug #511688 and simplified the search dialog
144 * Check for ctags binary (#516123)
145 * GdaSet *plist is now used globally for every prepared statement.
146   It won't be created/unreffed at every query.
147 * Fixed crasher when deactivating symbol-db plugin
148 * Don't use transactions - uses only half of the time now!
149 * fixed global tab icons. Libgda could not understood the right fields, now it
150   does.
151 * Only show () for functions/methods and macros with arguments. Does not work
152   with symbol-db yet but fixes things for symbol-browser
153 * Fixed some issues with symbol caching
154 * Give the symbol-db it's own progress bar because there are too many
155   interactions with the global status bar.
156 * Sort symbol trees
157 * Block insert-text signal on cut/copy/paste
158 * Only update buffer when a newline is inserted
159 * Precompute file_defined_id to speed up symbol population
160 * Fixed some problems with binary streams needed by symbol-db
161 * Use some caching to speed up symbol population
162 * Exit properly when symbol scanning is over
163 * Fix bug #525999: Remove space in file and target names generated
164   by project wizard
165 * Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
166   has been renamed ianjuta_document_manager_get_current_document
167 * Added a check for vital programs and packages needed to create a
168   new project. A warning dialog is shown to user in project
169   wizard when he proceeds after selecting a project type.
170   Updated all project templates to cover vital programs and
171   packages to generate and build correctly.
172 * Fixed bug #523068 link in about window doesn't work.
173 * Removed unused color management code
174 * Added style chooser for sourceview editor (#522555)
175 * Moved "New" action from document-manager to file-loader using 
176   IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
177 * Killed libegg (#349279)
178 * Removed dead code and libegg from Makefiles
179 * Removed symbol-browser toolbar which used libegg and was
180   buggy (#451588)
181 * Port FileLoader to GtkRecent (#398984)
182 * Merged changes from symbol-db branch
183 * Use gnome_vfs_get_slow_mime_type()
184 * Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
185   supertype instead no plugin for mime-type was found (#525706)
186 * Fixed padding in preferences
187 * #515854 – Move configuration into preferences
188 * #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
189 * Improve start program dialog, allowing to specify working
190   directory and environment variables
191 * Get rid of gnome_help_display_with_doc_id()
192 * Fixed type 'assistent' to 'assistant'.
193 * Ports anjuta-ui to gtk_cell_renderer_accel
194 * Ported the GnomeDruid stuff to GtkAssistant an removed the glade
195   file because libglade doesn't have GtkAssistant support.
196 * Avoid a crash when debugger stop on an error
197   Display an error message when debugger target is not found
198 * Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
199 * Add API to set environment variables for the forked process
200 * #520761 – Weirz behavior with popup
201 * 520415 – [PATCH] Problems in auto indentatation code,
202 * 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
203 * 521691 – Crash when click "Resolve Conflicts" without opened project
204 * 520324 – Execute command is not overridable
205 * #521847 – anjuta freez when edit file
206 * Removed all GNOME_CALL* calls in plugins.
207 * Moved data/properties to plugins/editor/ and removed dead code from
208   Makefile.am files.
210 Anjuta 2.4.2 (27 May 2008) -- Naba Kumar
211 -----------------------------------------
213 Updates:
214 ========
215 Translation updates: he, pt_BR, es, ca
217 Bugfixes:
218 =========
219 * Fixed bug #440637: Make searching utf-8 aware
220 * Fixed bug #528705: There is no Redo (from trunk)
221 * Fixed bug #528693: Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
222 * Fixed bug #531623: Crash on updating non-existing watch
223 * Fixed bug #532243: Execute Program with whitespace in the project path fails
224 * Fixed bug #531940: Can't change the default project directory
225 * Fixed bug #533346: Create project in path with spaces fails
226 * Fixed bug #532625: Wrong consecution of functions calls when opening a glade file
227 * Fixed bug #533758: django project creation fails
228 * Fixed bug: crash when changing a watch while debugger is stopped
229 * Fixed bug #532537: Crash on closing Anjuta Preferences when it open twice.
231 Anjuta 2.4.1 (07 Apr 2008) -- Naba Kumar
232 -----------------------------------------
234 Updates:
235 ========
236 Translation updates: el, zh_TW, zh_HK, ml, ru, en_GB and it
238 Bugfixes:
239 =========
240 * Fixed #520761 - Weirz behavior with popup
241 * Fixed #520415 - [PATCH] Problems in auto indentatation code
242 * Fixed #521691 - Crash when click "Resolve Conflicts" without opened project
243 * Fixed #520324 - Execute command is not overridable
244 * Fixed #521847 - anjuta freezes when editing file
245 * Fixed #525706 - Use gnome_vfs_get_slow_mime_type() to determine the
246    mime-type and try supertype instead no plugin for mime-type was found
247 * Fixed #525999 - Remove space in file and target names generated
248    by project wizard
249 * Fixed sample anjuta plugin
250 * Block insert-text signal on cut/copy/paste
252 Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
253 -----------------------------------------
255 Updates:
256 ========
257 Translation updates: ca, it, es, pt_BR, gl, fi, lt, fr, en_GB, hi, hu,
258 nl, ja, zh_TW, zh_HK, ar, ru, sv, nb, da and ml.
260 Bugfixes:
261 =========
262 * Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
263 * Fixed memory leaks and implemented ianjuta_editor_get_offset() which
264   was missing.
265 * Updated prepare-Changelog.pl to latest script version in gnome svn
266 * Escape tooltip text to avoid broken markup
267 * Removed some debug code
268 * Fixed #519275 - Subversion should allow offline diffs
269 * Fixes #518469 - Save message buffer not working good
270 * Added a configure requirement for scintilla editor plugin
271 * Fixed tags generation that broke in last release.
273 Anjuta 2.3.5 (25 Feb 2008) -- Naba Kumar
274 -----------------------------------------
276 Updates:
277 ========
278 Translation updates: si, es, oc, ne, kn, de, en_GB, fi, be and pt_BR
280 Bugfixes:
281 =========
282 * Fixed #515867 - Anjuta dies on startup
283 * Fixed #515868 - File browser only shows icons when activated
284 * Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
285   from symbol-db branch
286 * Fixed #515954 - create_global_tags.sh: wrong anjuta-tags path
287 * Move anjuta-shell to noinst_PROGRAMS as it is just a test
288 * Indent lines after comments correctly
289 * Set indentation size correctly in sourceview plugin, when tab size is
290   set by language support plugin
291 * Indent /* */ comments correctly for multilines.
292 * Fixed #504905 - Ctrl-I (Auto Indent) doesn't indent properly after
293   C++ public: and private:
294 * Fixed #516014 - Output in UTF-8 format to avoid hangs with the editor.
295 * Fixed #516377 - Status bar does not change its status of 'Search for
296   .. continued at top'
297 * Fixed some memory leaks 
298 * Fixed #516128 - crash in Anjuta IDE: selected profiler as the...
299 * Fixed #516737: Import project doesn't load project with space in name
300 * Fixed #516743: Import project keeps an old date on project file
301 * Fixed #515207: Add a new project window screenshoot
302 * Fixed #515993: "Add package" button is "Add Package" in code
303 * Fixed #516727: "Build All" is "Build Project" in code
304 * Fixed #516728: "Clean All" is "Clean Project" in code
305 * Fixed #516728: "Autogenerate" is "Run Autogenerate..." in code
306 * Fixed #516730: Fix note title 
307 * Fixed #516630 - Selection custom binary in profiler is not user-friendly.
308 * Fixed #516641 - Valgrind: Load Log does not clear list
309 * Fixed implementation of get_character and return value of iiter_first()
310   and iiter_last();
311 * Cleaned implementation of char-added signal by using "insert-text" signal
312   instead of filtering "key-press-event"
313 * Some bugfixes and clean-ups in comment indentation code
314 * Load executable in gdb with space in path name 
315 * Fixed "char-added" signal to pass the correct iterator
316 * Set breakpoint in file with uncommon characters in path name
317 * Avoid a glib warning if no project is loaded
318 * Fixed #518329: Crash when adding breakpoint and other similar bugs
320 Anjuta 2.3.4 (11 Feb 2008) -- Naba Kumar
321 -----------------------------------------
323 Bugfixes:
324 =========
325 * Documentation fixes for IAnjutaDebugger* interfaces
326 * ianjuta_document_manager_find_document_with_path expect an uri not a path.
327 * Fix #513130, #513131 #513135: Wrong menu item names and errors in the
328   documentation
329 * Remove a possible memory leak
330 * Fix #512901: Crash when adding a breakpoint
331 * Fixed Editor->View popup menu for those entries that are appropriate for
332   sourceview    
333 * Fix #507831 - Wrong Profiler values for some locales
334 * Fixed button ui problem...
335 * Fix #511586: Project path with "+" not working in debugger
336 * Emit all state changes notification
337 * Avoid crash when getting relative path from debugger (same fix
338   than for #510028)
339 * Fix #513485: wrong strings maked as translatable
340 * Fixed crash when closing anjuta after all document tabs have been closed
341 * Fixed "jumping" tooltips, fixed indentation of brances
342 * Fixed #512751 - libgnomeprint unnecessary without scintilla
343 * Use two decimal places for float values in profiler views (bug #507831)
344 * Another UI issue with the patch plugin and silenced a compiler
345   warning
346 * Updated manual figures to be in clearlooks theme, removed old figures
347 * Updated manual
348 * Fixed tabsize preference
349 * Adapted to API changes in GtkSourceView
350 * Fixed wrong status message output when resolving svn conflicts.
351 * Pass an uri to ianjuta_document_manager_goto_file_line_mark() to fix
352   clicking on search result messages
353 * Fixed #512535 - Open files tabs' position is correctly remembered 
354   but not applied at startup
355 * Adjust preferences default values
356 * Fixed #513730 - Option not present in the GUI po file
357 * Fixed #509908 - [UI] Problems with the General settings tab
358 * Fixed #511010 - [UI] Execute program utility window
359 * Fixed #511981 - Error parsing make output
360 * Fixed #495511 - Header_h macro correction
361 * Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
362   causes make install to fail
363 * Partial fix of #507921: translation issues in debug-manager, tools,
364   project-wizard, gdb and anjuta-plugin-manager.
365 * Update debugger documentation
366 * Fix bug #514118: Rename Clear All Breakpoints to Remove
367   All Breakpoints
368 * Fix search plugin to use an URI instead of a file path
369 * Fix anjuta_docman_get_uri to always return an URI
370 * Fix bug #514124 and bug #514138: Wrong menu item name
371 * Fixed translation bugs from #507921.
372 * Removed unused files in scintilla plugin
373 * Fix translation bug #514494 and bug #514440
374 * Fixed #514732 – 64 bit compliation error
375 * Fixed bug #514733 – Use of uninitialized variables
376 * Fix crashes when trying to stop the debugger while it is busy
377 * Fixes bug #515500 - Make sure that all paths are "canonical" by
378   libsvn rules so anjuta doesn't die if the user gives a path that
379   libsvn doesn't like. 
380 * Removed (almost) empty files, fixes #515383 and #515388
381 * Fix interrupt command, not working due to previous change
382 * Fix #512531 - Parallel build fails
383 * Fix translation bug #515459 and #515460
384 * Fix bug #515463: Deattaching process kill it
385 * Fixed stream comment
386 * Fix spelling errors, including bug #515204, #515172, #515117 and #513892
387 * Fixes bug #510183 - Tooltips claim to be broken.
389 Anjuta 2.3.3 (27 Jan 2008) -- Naba Kumar
390 -----------------------------------------
392 Changes:
393 ========
394 New menu item to add extra source directories for debugger
395 Select the first window in the glade project when it is first opened. 
397 Bugfixes:
398 =========
399 * Fix #507304 – crash in Anjuta IDE while removing done tasks
400 * Do not reopen file having escaped character (+,...) in path name
401 * Add forgotten Swedish entry to DOC_LINGUAS.
402 * Adds export-dynamic option to LDFLAGS to project template for libglade
403   to work for autoconnect signals.
404 * Install anjuta-tags binary into FHS policy compliant directory and
405   update references. (Fixes bug: 509346.)
406 * Do not use opacity in assist window in sourceview editor.
407 * Fix memory leaks
408 * Added printing support to GtkSourceView editor
409 * Fixed API docs
410 * Many string fixes
411 * Refresh the symbols for new file saved.
412 * Fixed bug #502322 - Highlight doesn't work on new file saved
413 * Removed unused gconf_notifications in task manager plugin.
414 * Fixed bug #509864 - No initial section selected when opening the Preferences dialog
415 * Fixed bug #509865 - Incorrect padding in the Documents settings tabs
416 * Fixed bug #509867 - Create button contents is mis-aligned
417 * Fixed bug #509869 - "Add Directory" button is not HIG complient
418 * Fixed bug #509875 - The "Update globale tags" button wording is incorrect
419 * Fixed bug #509873 - Build Autotools Preferences has excessive padding
420 * Fixed bug #509872 - General Information labels are incorrectly aligned
421 * Fixed bug #509871 - General preferences has incorrect use of colons
422 * Fixes bug #508805 - Add support for both file and folder preferences.
423 * Fixed bug #508399 - When you enable a plugin, preferences don't show up
424 * Fixed bug #507627 memory tab stay active on debugger stop Remove two unused
425   variables due to the previous patch
426 * Fixes Bug #509510 - Check input of some dialogs to avoid termination
427   if user gives bad or no input
428 * Resupport cut/copy/paste/clear on GtkEditables when those have focus.
429 * Fixed symlinks (#510238) and file permission (#405321) handling
430   for scintilla editor.
431 * Remove reference to IAnjutaCpuDebugger (useless)
432 * Use gulong instead of guint for addresses
433 * Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
434   IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
435 * Use editor native funtions to avoid round trips.
436 * Enable logging of gdb communication with an environment variable
437 * Fix bug #488519, remove critical warning (completion_cache == NULL is valid)
438 * Fix #498734, typing error in c++ project template
439 * Fix a crash when scrolling in the diassembly window
440 * Start the terminal shell on plugin activation
441 * Fix #502508, use anjuta_launcher to keep program output
442 * Fix parsing with quotes in the command line. 
443 * Fixed #465084 - wizard instead of assistant (only string changes...).
444 * Update IAnjutaEditor and IAnjutaIndicable interfaces to take iterators
445 * Fix #511757 - Close icon in tabs cut off.
446 * Fix #511049: Change UI of add source directories dialog
447 * Fixed some of gtk+ critical warnings.
448 * Rename filename argument to uri when an uri is expected
449   anjuta_docman_get_document_for_uri will remove symlinks 
450 * Probably fix #510028: crash debugger when having a relative filename
451   in stack trace
452 * use gnome_vfs_get_uri_from_local_path to get local path from uri
453   This takes care of escaping some characters
454 * Fix #512224: Use a string in english
455 * Fixes Bug #427108 - Scintilla plugin configuration folding-style
456   setting not working
457 * Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
458 * Added scrollwindow shadow in save dialog.
459 * Removed unmaintained rpm spec file.
461 Anjuta 2.3.2 (11 Jan 2008) -- Naba Kumar
462 -----------------------------------------
464 Changes:
465 ========
466 * Document manager cleanups.
467 * Use GtkSourceView 2.1.x for sourceview plugin.
468 * Debugger improvements and cleanups.
469 * Use hover interface to display variable inspect values.
470 * Added (basic) support for vim modelines (#504331)
471 * Added basic Vala support
472 * Add a menu item to repeat the quick search
474 Bugfixes:
475 =========
476 * Fixed bug #501469: Crash if mime_type is unknown
477 * Fixed a bug remove all breakpoints was not working due to latest changes
478 * Setting breakpoints is disabled when program is running
479 * Fixed bug #481366: Do not stop at the beginning of the program
480 * Fixed removing condition on breakpoint 
481 * Fixed bug #488732: Breakpoint on delete lines
482 * Breakpoints are now linked to their position in editor
483 * Fixed a crash when a stack command is cancelled
484 * Do not save temporary breakpoints
485 * Fixed bug #502533: Implement assembler step
486 * Present correct widget with anjuta_shell_present_widget(). This got wrong
487   when the new search bar was introduced.
488 * Save glade files correctly in session
489 * Use new tooltip API if available in glade plugin.
490 * Sort notebook pages when session is restored (needs work)
491 * Gtk 2.12 Tooltip API is used if available in document manager.
492 * Fixed some issues with session handling and several memory leaks in docman.
493 * Remove address, condition and pass breakpoint column if not supported
494 * Fixed clear all remove_all to avoid an endless loop if a breakpoint
495   cannot be removed
496 * Fixed bugs #497878 crash when double clicking on gtk-foobar.glade in PM.
497 * Fixed #503719 Opening and closing .glade files plays badly with docman.
498 * Fixed next/previous message
499 * Fixed bug #491301: Inspecting a variable opens a bad focus dialog
500 * Fixed bug #504818 Some signals/timeouts should be disconnected when dialogs are closed
501 * Fixed bug #505237 Sort list of modified files
502 * Shorten down the title bar if the current path is inside the opened project
503 * Fixed #505315 anjuta hangs when going from editing a glade file to
504   editing a c source file
505 * Fixed #498986 Anjuta-2.3.0 fails to build
506 * Fixed #506266 – Attempting to build the scintilla plugin, even when
507   explicitly disabled
508 * Fixed GtkFileChooserButton preferences to also work when only the combo
509   changes without a dialog being open.
510 * Only install glade catalog files if glade-3 is available
511   (Fixes #506269 and #500296)
512 * Fixed #506740 – ianjuta_editor_get_text crash if request text
513   past the buffer length
514 * Unregister preferences for custom preferences when the widget is
515   destroyed.
516 * Fixed #486724 and #488615
517 * Removed stock icon open/save from
518   menus to avoid conflict with file open/save. Fixes bug #507455
519 * Fixed #507441: Disable all breakpoints doesn't work
520 * Fixed #507444: Enable Breakpoint menu item doesn't change name
521 * Fixed #348854 invisible cursor in certain themes
522 * Added disable_password_check for stream where it does not make sense 
523   (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
524   that sometimes occur in symbol-db plugin
525 * Made all of the columns resizable and reorderable.
526 * API in AnjutaDescription for translatable properties. Fixes bug #496833
527   comment #18.
528 * Fix bug #505205
529 * Fixed a crash when creating a new file
530 * Fixed editor popup menu (Cut, Copy, Paste)
531 * Fixed a memory corruption reported in bug #507491.
532 * Fixed #460390 Changing categories while edinting something
533 * Fixed translation issues (#496833)
534 * Fixed #508424 Auto complete: previous char was removed when
535   pre TAB to auto complete.
536 * Fixed #508497 and added a new chooser to select whether to use
537   libglade or not.
539 Anjuta 2.3.1 (02 Dec 2007) -- Naba Kumar
540 -----------------------------------------
542 Changes:
543 ========
544 New improved subversion plugin (bug #457477)
545 New improved icons (bug #480093)
546 Major improvements to debugger
547 Internationalization improvements
549 Bugfixes:
550 =========
551 * Bug #493062 – gcj template needs AC_PROG_CC
552 * Bug #493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
553 * Bug #422329 – Creating a new directory in program options doesn't work
554 * Bug #493583 – crash in Anjuta IDE: trying to open a file
555 * Replace anjuta_children_register by g_child_watch_add
556 * Fixed translations (Bug #496833, Bug #488211 and Bug #497758)
557 * Removed unused code in document manager.
558 * Bug #495536 – Plugins localization improvement
559 * Bug #495245 – Strings bug
560 * Add a pulsing progress bar to all dialogs receiving status
561 * Whole Project checkbox enabled by default in diff and update dialogs.
562 * Changes the editor names for diff editors to something much more descriptive. 
563 * The diff dialog should have a checkbox, enabled by default, that
564   allows the user to make sure that all open files are saved before diffing.
565 * Do not insensitize New action when there is no document. Indentation fixes.
566 * Removed redundant icon.
567 * Fixed dockitem positions for subversion and symbol-db widgets.
568 * Use Ctrl+Shift+s as shortcut for Save As
569 * Partial Fix translation Bug #496833 comment 4,7,8,9,10,11 
570 * Debugger: Display error message returned by debugger command Add new error codes
571 * Debugger: program-unload signal does not exist used debugger-stopped
572 * Debugger: Do not display address when not needed
573 * Debugger: Breakpoints directly connect to debugger signals
574 * Debugger: Remove gnome terminal check function
575 * Debugger: Use anjuta terminal plugin instead of gnome terminal
576 * Debugger: Partial fix of bug #481366
577 * Debugger: Fix a stupid crash when changing a register value
578 * Debugger: Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
579 * Debugger: Fix parsing of breakpoint data
580 * Debugger: Add a breakpoint list command
581 * Debugger: Implement condition, hit count, ignore and temporary attribute
582 * Debugger: Remove editor watch when plugin is deactivated
583 * Debugger: Connect debugger signal only when program is loaded
584 * Debugger: Rename get_feature in is_supported
585 * Debugger: Fix bug #500376
586 * Debugger: Use different signals in IAnjutaDebugManager and IAnjutaDebugger
588 Translation updates:
589 ====================
590 nb.po, it.po, es.po, gl.po, sv.po, sl.po, ru.po, ko.po, de.po,
591 ja.po, oc.po, ko.po
593 Anjuta 2.3.0 (31 Oct 2007) -- Naba Kumar
594 -----------------------------------------
596 Changes:
597 ========
598 * Support for GError in interfaces.
599 * Big improvements in debugger.
600 * On demand preferences dialog (faster startup) and moved to Edit submenu.
601 * Moved plugins and shortcuts settings inside General preferences page.
602 * Move preferences menu from Settings to Edit submenu.
603 * Got rid of Settings submenu.
604 * Updates for glade-3 recent releases.
605 * Sort preferences pages on title.
606 * Introduced document-interface and reorganized documents handling such
607   that documents tab can now hold any 'document' and not just editors.
608 * Glade files are now opened as documents, so they behave just like editors.
609 * Do not display registers list if not available
610 * Big fixes in glade plugin.
611 * Fixed lots of memory leaks (thansk valgrind)
612 * Change the address of FSF in various files
613 * Cleaned up message view (#458041)
614 * Cleaned up message view
615 * Removed some deprecated widgets.
616 * New and better (uses gnome-vfs) file-manager plugin
617 * Big improvements in autocompletion, both in scintilla and sourceview editors.
618 * Whole lot of new icons for toolbars and plugins.
619 * Added preference option to set the gdl switcher style
620 * Function tooltips are finally supported in sourceview.
621 * Added nicer icons for document manager and debugger.
622 * New incremental "Quick Search" bar in the document manager
623 * Improvements in plugin framework.
624 * Added API for commands override in build interface
626 Bugfixes:
627 =========
629 * Fixed anjuta-plugin project wizard
630 * Fixed selection management in sourceview
631 * Fixed incremental search
632 * Fixed #427390 – Show path of item in currently focused editor window
633 * Fixed #458034 – Method of indicating unsaved changes breaks convention
634 * Fixed #343522 – Unable to execute commands that use options.
635 * Fixed #466031 – Update of pieces of menus for Localization
636 * Show an error dialog instead of crashing when plugin loading fails
637 * Clean up debugger queue
638 * Many small code, warnings and leak fixes
639 * Fixed #440637 – Search, don't work very well
640 * Fixed #478238 – set env for execute programe in the terminal
641 * Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
642 * Fixed #427104 – No "highlight" of lines matching find-result
643 * Improved (programming) language management.
644 * Fixed #480851, disconnect save_session signal when plugin is unloaded
645 * Moved indent code to it's own plugin.
646 * Fixed #478987 – Unusable 'Indent setting window' on preferences
647 * Fixed #477976 – Keybinding in run dialog
648 * Fixed #482067, escape project wizard user defined strings
649 * Fix several crashing bugs (including bug#482985) with the debugger
650   when closing project, stopping the debugger, restarting the program
651 * Scroll to selected executable and remember it across sessions
652   (followup of #477976)
653 * Fixed #357544 – incremental search should work consistently (or not at all) 
654   when main toolbar is hidden
655 * Bug 440637 – Search, don't work very well (partly for incremental search)
656 * Use the same marker for 'important' in sourceview editor as
657   gedit (yellow background)
658 * Correction to various search-related issues
659 * Move glade properties widget into center because it is way to big for
660   the sidebar
661 * Added preferences to file-manager.
662 * Fixed crash when closing a project and unloading another while
663   the debugger is enabled
664 * Fixed #487854 – Anjuta crashes when i try to add a SVN url
665 * Remove maximum gdb command length, should fix bug#474811
666 * Fix #488061: Mutiple crash dialogs
667 * Fixed the language supprt loading unloading stuff.
668 * Added some separators to the toolbar
669 * Fixed #487683 – undefined operations in libegg/eggtreemodelfilter.c
670 * Bug 489798 – Do not rely on svn-config
672 .. and others
674 Anjuta 2.2.2 (23 Oct 2007) -- Naba Kumar
675 -----------------------------------------
677 Changes:
678 ========
679 * Fixed #477976 - Keybinding in run dialog
680 * Fixed #427104 - No "highlight" of lines matching find-result
681 * Fixed #479020 - Use of old open file dialog instead of GtkFileChooser
682 * Fixed #478238 - set env for execute programe in the terminal
683 * Update EggRecent (#456465)
684 * Fixed #466031 - Update of pieces of menus for Localization
685 * Fixed #343522 - anjuta: Unable to execute commands that use options.
686 * Improved incremental search (still sucks) and selection management in
687 GtkSourceView editor
688 * Fix bug#487112, crash while removing a breakpoint in a new file
689 * Fix bug#486597, crash when gdb is not installed
690 * Fix bug#482067, escape project wizard user defined strings
691 * Fixed #477976 - Keybinding in run dialog
692 * Fixed #427104 - No "highlight" of lines matching find-result
693 * Fixed get_current_word (useful for API help)
694 * Fixed #487854 - Anjuta crashes when i try to add a SVN url
695 * Fixed #474811 - Anjuta crash while debugging into variable
696 * Fixed #488061 - Mutiple crash dialogs
697 * Show error dialog instead of crashing when plugin loading fails.
698 * Fixed glade-3 3.3.2 build compatibility.
699 * Fixed #488928 - Do not register glade plugin if it wasn't built.
701 Anjuta 2.2.1 (06 Sep 2007) -- Naba Kumar
702 -----------------------------------------
704 Changes:
705 ========
706 * Fixed lots of memory leaks (thanks valgrind)
707 * Fixed crasher on shutdown
708 * Avoid an endless loop if clearing all breakpoints while the programm
709   is running
710 * Fixed help activation (bug #451557).
711 * Fixed compiler warnings.
712 * Fixed #423467 (View->Tasks menu items are not checked on startup)
713 * Fixed anjuta-plugin template plugin by moving the "\" out of the [IF] block
714 * Fixes bug #433552: crash in Anjuta IDE: add file test.h in project on
715   generic Makefile.
716 * Disables 'Add to project' in wizards for projects that can not add sources.
717 * Fixed bug #450217: Refreshing tree brings to random crashes
718 * Fixed bug 453931 - crash in Anjuta IDE: Trying some c++ exampled
719 * Fixed bug 457093 - crash in Anjuta IDE: just typed in some text
721 Anjuta 2.2.0 (25 June 2007) -- Naba Kumar
722 -----------------------------------------
724 Changes:
725 ========
726 * Autocompletion in gtksourceview editor.
727 * Allow/remember target specific options in profiler plugin.
728 * Allow selecting independent executable target for profiler.
729 * Fixed class generation templates.
730 * Updated users manual.
731 * Updated faqs.
732 * Simple support for building and executing inside scratchbox.
733 * Use progressbar instead of messages for system tags creation.
734 * SDL project template for project wizard.
735 * Be able to forget previously selected plugins from query dialog.
736 * Fixes in loading project
737 * Build fixes for some platforms.
738 * Fixed lots of bugs, both stability and usability bugs (see below).
740 Translation updates:
741 ====================
742 es.po, gl.po, ja.po
744 Bug fixed
745 =========
746 #306968 After a time of write (may be the program make a auto-save), if you try to save the program detect a more recent version in the file vs. the buffer.
747 #310577 Chosen plugins aren't kept after application is closed
748 #314277 Option for Anjuta 1.x style project files
749 #315635 There's no SDL wizard...
750 #315983 Mac OS 10.3/Darwin support
751 #320192 Shared library targets compiled as executables
752 #346207 task manager doesn't repaint- anjuta 2.0.2
753 #350003 crash when doing file->new
754 #355151 drag/drop into editor window should open file
755 #355166 in Find dialog, Search Expression combo list is always empty
756 #358560 segfault while trying use scinilla editor
757 #362372 Problems with Help->About and a warning when creating a new file.
758 #371406 Anjuta 2.0.2-8 hangs on startup
759 #377461 don't create new message window for each build/find
760 #390990 Anjuta errors out when attempting to create generic C project
761 #393680 huge icon on the files pane for .anjuta files
762 #395362 Tagmanager crashes on update - Probably because of project reload
763 #397881 The credits are empty
764 #400572 Anjuta crashes on file pane refresh
765 #403502 User should also be allowed to select an independent executable target
766 #403503 Incorrect use of AnjutaPreferences. Use AnjutaSession instead
767 #412186 crash in Anjuta IDE: Crash on initial app. st...
768 #417372 Scintilla Editor Crash
769 #418448 crash in Anjuta IDE: I just installed Anjunta...
770 #424121 anjuta Cygwin fixes
771 #424845 crash in Anjuta IDE: I was closing a project ...
772 #427101 Compiler reports various warnings about sloppy code
773 #427395 Typo in configuration GUI
774 #427399 Typo in configuration GUI
775 #427406 Subversion plugin won't stay unloaded in new session
776 #427410 Enable changiing of editor for a project
777 #427702 Creating a static ou dynamic library
778 #428032 Crashes when removing "other files" sub-tree
779 #437466 Implement IAnjutaEditorAssist interface
780 #437688 crash in Anjuta IDE: closing project
781 #437689 when i generate a new c++ class it ask me to reload the file cpp
782 #437960 crash in Anjuta IDE: trying to start anjuta
783 #438878 Using gtksourceview editor for the first time has black background
784 #439710 Use G_DEFINE_TYPE parent_class global variable
785 #440196 crash in Anjuta IDE: removing a target (other...
786 #440370 Symbol browser doesn't jump to definition
787 #440585 Crash on opening source file
788 #440801 config.h should not be included in libanjuta public header
789 #440866 Anjuta aborts with numerous assertion failures when adding a new message view tab
790 #442038 Makefile-Project Wizard always fails
791 #442314 Autogeneration fails when there is no autogen.sh
792 #442315 After calling configure, the build menus are still insensitive
793 #445171 Build Failure on Slackware-11.0/Garnome: missing #include <sys/types.h>
794 #445707 undefined symbol: glade_project_get_changed
795 #447304 Souceview system default font should used fixed font (one used for terminal)
796 #447655 C keyword must NOT be localised
797 #448034 Anjuta crashes on starting
798 #448053 Crash on deactivating
799 #448408 crash in Anjuta IDE: Trying to change the edi...
800 #448491 Empty Lines Problem
802 Anjuta 2.1.3 (11 May 2007) -- Naba Kumar
803 ----------------------------------------
805 Changes:
806 ========
807 * Fixed glade plugin build against glade3 svn trunk
808 * Fixes for sun cc compiler
809 * Fixes for cygwin
810 * Debugger fixes
811 * Icons for build messages.
812 * Enabled makefile based projects (not fully working)
813 * Resolved namespace conflicts
814 * Better templates for GObject class generator.
815 * Fixes to editor life-cycle
816 * Support for shared library in new project templates.
817 * Fixes subversion build.
818 * New django project template
819 * New minimal and flat project template
821 Translation updates
822 ===================
823 dz, hu, ja, de, gl, ar, en_GB
825 Bugs fixed
826 ==========
827 #346355 search in project files don't work the first time
828 #355145 makefile-based projects are broken
829 #359399 Anjuta crash, I don't know (remember) why
830 #378193 Find in Files for empty string hangs Anjuta
831 #397505 code errors reported by compiler
832 #397509 Close project menu-item is disabled when no project file is open
833 #406963 File > New > Glade File does nothing
834 #409412 crash in Anjuta IDE: Changing font preference...
835 #417875 Use G_DEFINE_TYPE in plugins:class-gen
836 #417918 Use G_*_DECLS macro in Header_c maco
837 #419008 Does not use prefence set e-mail
838 #419036 Only one hyphen is replaced by underscore in macros
839 #422143 Crash when loading multiple files or several files quickly
840 #423680 sun cc can not compile anonymous union
841 #423682 sun cc can not compile with zero subscript
842 #423727 sun cc can not compile with inline function can not use static function
843 #423730 build fail on different return value of function anjuta_launcher_get_child_pid
844 #423733 build fail on solaris: missing header files in anjuta-utils.c
845 #423737 build fail on solaris: can not find lib util
846 #423768 compile fail on plugins/class-gen/window.c: void function cannot return value
847 #423772 compile fail on plugins/class-inheritance/class-inherit.c: invalid cast expression
848 #424121 anjuta Cygwin fixes
849 #424845 crash in Anjuta IDE: I was closing a project ...
850 #425850 anjuta crashes on import project from existing sources
851 #426701 can not find subversion --with-svn-include
852 #427395 Typo in configuration GUI
853 #427399 Typo in configuration GUI
854 #430401 Anjuta crash when closing file when debugger active
855 #433070 [Patch] Run gtk-update-icon-cache in uninstall-hook
857 Anjuta 2.1.2 (28 March 2007) -- Naba Kumar
858 ------------------------------------------
860 New: Plugin profiles. Each project and user session would remember their plugins.
861 New: Improvements and clean up of icons.
862 New: API docs improvements.
863 New: Translatable strings cleanups.
864 New: Display program counter and breakpoints in disassembly view
865 New: Add markers in the disassembly view
866 New: Display function name in disassembly view
867 New: Segmentated toolbars for added configurability. Store and restore toolbar states.
868 New: Several stability improvements in debugger and others.
869 New: Improved local tags navigation
870 New: Fixed/improved global/project tags navigation (highlighting, autocompletion, calltips work now)
871 New: Improved gtksourceview editor component.
872 New: Improved autoindentation
873 New: Add a window displaying all threads in debugger
874 New: Several improvements in debugger navigation.
875 New: Improved prepare changelog tool script
876 New: Improved docking strategy. No more docking anomalies when enabling new plugins
878 Translation updates
879 ===================
880 gl, en_GB, dz. hu, ca
882 Bugs fixed
883 ==========
884 #306971 The auto-ident in swich/case doesn't work in an intelligent way (the best is for version 1.2.x series)
885 #355155 Goto / Matching Brace does nothing
886 #357541 can't launch Anjuta project file from Nautilus
887 #360462 Avoid markup in translatable messages
888 #374709 Anjuta Crash activating devhelp plugin
889 #377483 don't display "D" beside each directory in Files view
890 #378927 allow switching threads in debugger
891 #387208 [Patch] Add custom file-manager ignore pattern support
892 #392904 Disassembly view navigation is uncomfortable
893 #394709 symbol browser preference window is does re-size correctly
894 #397981 Automatic indentation does not work in some cases
895 #398035 Project manager templates are not localized
896 #398985 File symbol list as a combo box is useless. It should just be a button with popdown
897 #402774 No button at Empty Log message
898 #403514 Double clicking on the function names does not do anything
899 #407115 debugger crash on right-click on a frame in stack trace pane
900 #407314 build breakage in class-gen plugin
901 #407473 refresh dialog appears after saving a file
902 #408218 cass-gen is setting gtk.entries with null 'name' and 'email' values
903 #409176 Create Tags produces "The anjuta-tags utility is not installed. Please install it."
904 #409216 crash periodically
905 #409410 crash in Anjuta IDE: Right click in the sourc...
906 #409592 crash in Anjuta IDE: I closed the application...
907 #411377 Build breakage in profiler plugin
908 #411623 GLIB_REQUIRED should be 2.12
909 #412186 crash in Anjuta IDE: Crash on initial app. st...
910 #417612 GNOME Goal #3: Remove "Application" category from .desktop files
911 #418174 toolbar size
912 #418448 crash in Anjuta IDE: I just installed Anjunta...
913 #421525 Locals view does not update when stack frame is changed
914 #421529 Disassembly view is not updated when strack frame is changed
915 #423111 Wall can not build with sun cc
916 #423270 crash in Anjuta IDE: Crash on adding a new tool item
918 Anjuta 2.1.1 (11 Feb 2007) -- Naba Kumar
919 ----------------------------------------
921 New: gprof based program profiler plugin.
922 New: Several improvements in debugger plugin.
923 New: Several improvements in editor plugins.
924 New: Enabled integrated devhelp now that it works.
925 New: Use pixmaps for editor markers.
926 New: Several minor improvements.
928 Translation updates
929 ===================
930 * en_GB, sv, ja, Swedish translation of manual.
932 Bugs fixed
933 ==========
934 #335235 python programs are not executeable/ do not start when pr...
935 #335981 Migration from popt to GOption
936 #340618 Application wizards should use gtkmm-2.4 API
937 #355160 show debug toolbar without debugger plugin => crash
938 #357997 add a new project variable => crash
939 #374709 Anjuta Crash activating devhelp plugin
940 #394216 No indication of subversion commands running
941 #395875 upon startup i get this big fat warning -- crash when add...
942 #398067 plugin.in files are not localized
943 #398930 Set alignment in the tab page header widget
944 #398991 Anjuta manuals does not use the gnome-doc-utils format
945 #400833 Changes in libgladeui ABI
946 #404561 xml and xsl editing is not possible
947 #397406 Class files are not created in the right directory
948 #394184 [Bounty] Test and fix all project wizards templates
949 #359478 Bounty: Gprof performance profiler plugin
950 #403501 Proper handling of parsing error
951 #403515 When a target is selected, the profiler widget should be ...
952 #391728 Program crashes when accepting save directory.
953 #378600 indicate debugger state
954 #392537 Starting debugger is very confusing: UI suggestions
955 #395808 breakpoints don't seem to work
956 #404755 Multiple instances of debugger views
957 #406113 debugger crash on 'Run/continue'
958 #376404 show current line arrow only when debugger running
960 Anjuta 2.1.0 (14 Jan 2007) -- Naba Kumar
962 New: Debug manager and gdb plugins.
963 New: Disassembly window in debugger.
964 New: C++ and gobject class wizard.
965 New: Mime icons in editor tabs.
966 New: Improvements in project templates.
967 New: C++ and java indentation plugin.
968 New: Save prompt implemented for unsaved data.
969 New: Documentation updates, both API and users manual.
970 New: Improvements in glade-3 integration.
971 New: Many other improvements.
973 Translation updates:
974 ====================
975 ar, en_GB, hu, en_CA, nb, es, gl, ca, fi, ru, ne, de, ja
977 Bugs fixed:
978 ===========
979 #396571 Anjuta crashes as soon as editing starts in normal text files.
980 #395362 Tagmanager crashes on update - Probably because of project reload
981 #377477 when debugging, scintilla editor grays out all lines before current line.
982 #342717 Build errors redisplayed AFTER a successful build.
983 #167534 Multiple errors in strings
984 #168274 anjuta creates an empty system.tags file
985 #168301 the new project druid should be center on the anjuta window
986 #169068 Unclear new strings, with misspellings
987 #169137 Missing spaces from changed strings
988 #169138 Spelling error in modified string
989 #169139 Missing spaces from changed string
990 #170406 problem when creating a new projects
991 #170467 crash when changing fonts and color in the preferences dialog
992 #172666 cvs diff does not always obtain full diff
993 #173048 library selection plugin
994 #300228 Ctrl + S intermittent behaviour
995 #300229 Replace button fault
996 #300231 Find pane non-functional
997 #301054 Help window not docked - Anjuta closes when Help window is closed.
998 #304495 Project saved as fullscreen
999 #304515 can not edit project properties
1000 #304523 Crashes while importing a project
1001 #304641 Can't type the "-character
1002 #304650 make -j CPUS doesn't always work for anjuta2
1003 #304651 Restoring the project doesn't restore the cursor location of the files
1004 #304652 Possibility to set breakpoints in libraries that will be dlopen()'ed
1005 #304829 questions on use anjuta 2.0
1006 #305076 anjuta 2.0.0: edge column editor preference not functionnal
1007 #305299 Error in anjuta.desktop file
1008 #305301 In menu tree "Settings"->"Customize shortcuts" there are two lines "Task In menu tree "Settings"->"Customize shortcuts" there are two similar lines "Task manager"
1009 #305303 Error while installing anjuta-devel rpm package
1010 #306085 Keybindings are not saved.
1011 #306187 bad definition of PACKAGE_LOCALE_DIR
1012 #306474 The ordering of the buttons in the file open dialog is reversed.
1013 #306582 Anjuta crashes when typing "std::"
1014 #306790 doble click in a message, doesn't find the file.
1015 #306966 Search tool on the tool bar don't work correctly
1016 #306970 The order of the command buttons "Close" - "Search" - "Stop" in the Search Dialog, is useless; the sugestion is: "Search" - "Stop" - "Close"
1017 #307800 Crashes when project directory removed from command line.
1018 #307810 Can't configure a project after creating with new project wizard
1019 #307872 Remember Configure and autogen options for the next time
1020 #307886 Activated plugins not remembered
1021 #308007 Bad interpreter in global-tags/create_global_tags.sh
1022 #308870 Glade Plugin Won't open Glade file.
1023 #309153 code cleanup use glib/gi18n.h
1024 #309154 gnome_color_picker is deprecated
1025 #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
1026 #309688 When committing a file that is loaded, I get a file-modification warning
1027 #311420 Crash on terminal deactivation
1028 #311948 some strings untranslatedable Preference dialog
1029 #312227 Crash when selecting debug command
1030 #312566 Patch that will fix another make -j 10 problem
1031 #312666 Return "F3" to execute project
1032 #314069 Window gets hidden when using glade3 plugin
1033 #315188 Project Wizard Problems
1034 #315218 anjuta 2.0 freeze on opening my project
1035 #315521 Failed to compile HEAD-hourly-2005-09-05-18
1036 #316731 Can not add new encodings
1037 #317454 Anjuta crash when array lenght is incorrect
1038 #320191 It's a chore adding/removing files and setting up targets
1039 #320338 Colors of tab menu labels
1040 #320341 Critical error in debugger "locals" window.
1041 #321090 Wrong array/struct/union var type display in locals windows
1042 #321455 Ask for root password when installing
1043 #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Reference Manual incorrect
1044 #322744 New anjuta plugin project configured incorrectly
1045 #323591 Data lost, two tab of the same file
1046 #324572 anjuta crashes on open
1047 #328209 Crash when opening a file while an unsaved new file is open
1048 #332084 Anjuta crashes, when Ctrl+c is pressed.
1049 #332161 Test editor not opening
1050 #332954 No read permission for: file:///usr/share/anjuta/profiles/default.anjuta
1051 #333601 GPL headers are first to c-header template.
1052 #333606 Macro contain hyphen
1053 #334546 No more lookup widget
1054 #334663 Allow to set a parent class to new GObject class
1055 #335142 crash when opeing a second file
1056 #335981 Migration from popt to GOption
1057 #336389 Should check for libwnck
1058 #339296 Wizard can't cope with insufficient permissions in project target directory
1059 #341359 Search function doesnt doing their job.
1060 #341997 The 'Tree' tab in the symbol-browser is not type-to-search able
1061 #342352 Can't close file which in not the current editor
1062 #342375 configure doesn't check for g++
1063 #342401 Compile fix when NLS is enabled
1064 #342447 Crash when using the live-search-entry
1065 #342937 crash after accepting Reload Warning Dialog
1066 #343023 make gives strange error
1067 #344015 on_build_mesg_format prepends an absolute path with the current dir
1068 #344099 valgrind plugin is not built
1069 #346295 Crash when removing breakpoint
1070 #346450 Crash when removing all breakpoints
1071 #346575 data loss when disk is full
1072 #346775 No highlight styles to edit are shown in the preferences dialog in anjuta
1073 #347412 crash when opening file with sourceview plugin
1074 #347414 Stack trace window
1075 #349374 Compilation on FreeBSD 6.1
1076 #351387 don't use Alt+key combinations for shortcut keys
1077 #355148 title bar should show name of active project
1078 #355149 Anjuta should warn if I try to exit with unsaved edits
1079 #355156 plugins window should sort plugins alphabetically
1080 #355168 color selection is broken in messages preferences
1081 #355407 The create_global_tags script doesn't find the anjuta-tags bin
1082 #357151 a + character in a directory name confuses anjuta
1083 #357534 syntax coloring fails and breaks selection display
1084 #357537 allow double click in plugin selection dialog
1085 #357542 Anjuta Plugins window is too narrow
1086 #357546 add keyboard shortcut for toggling breakpoint
1087 #358009 activating stack frame in debugger should also jump to source
1088 #358068 indicate when Find in Files is complete
1089 #358134 Goto Address command should prompt more clearly
1090 #358163 debug Inspect/Evaluate dialog leads to crash
1091 #358583 close any project => crash
1092 #359118 Anjuta crashes when trying to open "src folder" after finishing creating/loading a project
1093 #359259 highlight modes listed in reverse alphabetical order
1094 #359317 can't load debug manager
1095 #359663 make line highlighting optional in GtkSourceView editor
1096 #359730 Anjuta can't launch help files
1097 #359750 fix find/replace shortcut keys
1098 #359862 Bounty: Improve class wizard
1099 #361830 AboutDialog does not close
1100 #363884 CVS head of 21/10 doesn't compile
1101 #363953 create_global_tags.sh contains bash-ism
1102 #364133 There are some GTK+ warning caused by document-manager plugins
1103 #364135 Incorrect widget removed from notebook if call to anjuta_preferences_dialog_remove_page are not in LIFO
1104 #364137 The valgrind plugin can cause anjuta to crash
1105 #364142 Valgrind plugin crash when unloaded
1106 #364144 There is a warning when closing and reloading a plugin using the symbol-browser plugin
1107 #364179 Usage of srcdir and argv fields of vg_action object is incorrect
1108 #364754 Subversion plugin doesn't compile with apr 1.2.X
1109 #364755 Glade plugin crashes on anjuta exit
1110 #364801 Unable to edit glade windows in fullscreen mode
1111 #364900 Warning during compilation of valgrind plugin
1112 #364903 Memory leak in valgrind plugin
1113 #369030 create_global_tags.sh has some errors
1114 #374665 Bounty: Use class macros for type casting in all plugin classes
1115 #376031 [PATCH] CVS command file entry dialog show only directories
1116 #376335 menu items should be capitalized
1117 #377027 crash after unloading Terminal plugin
1118 #377043 Intltool-update -m complains about missing files from POTFILES.in
1119 #377061 close project while debugging => Anjuta hangs
1120 #377767 resize crashes window manager in gnome
1121 #377903 improve message color defaults
1122 #378850 double clicking breakpoint should jump to its source
1123 #378871 Debug / Info command problems
1124 #378879 several command names need ellipses
1125 #383319 GLADE_PROJECT_VIEW_TREE error with glade 3.1.2
1126 #385597 Closed one project and attempted to open another
1127 #388727 Block-tab does not work
1128 #388731 Odd editor behaviour after performing block-text operations
1129 #389764 Tags search do not retrieve all matching symbols
1130 #392290 Missed install as root option in project manager
1131 #392699 Some patches are necessary to build anjuta on NetBSD 3.0
1132 #393680 huge icon on the files pane for .anjuta files
1133 #394218 Signals list view in gobject class creation tab does not scroll horiz.
1134 #395767 when selecting a GTK+ project the sample files generated do not compile
1136 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
1138 New: GtkSourceView based editor
1139 New: Project configuration
1140 New: Valgrind plugin
1141 New: Tab drag&drop in Editor
1142 Updated: Manual and FAQ
1144 Improved: global tags can now be updated after installation
1145 Improved: Remember toolbars on restart
1146 Improved: Tag manager now knows about classes/namespaces which
1147 should make C++ programming much more easy (IComplete)
1148 Improved: Devhelp plugin improved but we still have linking problems
1149 Improved: Scintilla is now up-to-date 1.68
1151 Known issues:
1152 - Glade plugin crashes because of namespace conflict with libglade (#341073)
1153 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
1155 Bug fixes:
1156 #171314         Anjuta crash when trying to do "stream comment"
1157 #311420         Crash on terminal deactivation
1158 #317454         Anjuta crash when array lenght is incorrect
1159 #332084         Anjuta crashes, when Ctrl+c is pressed.
1160 #170467         crash when changing fonts and color in the preferences di...
1161 #172442         inserting empty box comment
1162 #172666         cvs diff does not always obtain full diff
1163 #300231         Find pane non-functional
1164 #304495         Project saved as fullscreen
1165 #304641         Can't type the "-character
1166 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
1167 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
1168 #305587         gtkmm project compile crash
1169 #306790         doble click in a message, doesn't find the file.
1170 #306966         Search tool on the tool bar don't work correctly
1171 #306970         The order of the command buttons "Close" - "Search" - "St...
1172 #307800         Crashes when project directory removed from command line.
1173 #307810         Can't configure a project after creating with new project...
1174 #307872         Remember Configure and autogen options for the next time
1175 #307879         Crashed when exiting
1176 #308870         Glade Plugin Won't open Glade file.
1177 #309153         code cleanup use glib/gi18n.h
1178 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
1179 #309526         Help->ReportBugs points to removed bug tracking system
1180 #309688         When committing a file that is loaded, I get a file-modif...
1181 #311710         freeze in __lll_mutex_lock_wait () after crash?
1182 #312566         Patch that will fix another make -j 10 problem
1183 #312666         Return "F3" to execute project
1184 #314069         Window gets hidden when using glade3 plugin
1185 #315188         Project Wizard Problems
1186 #315218         anjuta 2.0 freeze on opening my project
1187 #315521         Failed to compile HEAD-hourly-2005-09-05-18
1188 #316731         Can not add new encodings
1189 #320338         Colors of tab menu labels
1190 #320341         Critical error in debugger "locals" window.
1191 #321090         Wrong array/struct/union var type display in locals windows
1192 #321455         Ask for root password when installing
1193 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
1194 #322744         New anjuta plugin project configured incorrectly
1195 #324572         anjuta crashes on open
1196 #328209         Crash when opening a file while an unsaved new file is open
1197 #332161         Test editor not opening
1198 #333601         GPL headers are first to c-header template.
1199 #333606         Macro contain hyphen
1200 #334663         Allow to set a parent class to new GObject class
1201 #335142         crash when opeing a second file
1202 #336389         Should check for libwnck
1203 #107510         Excessive messages marked for translation in anjuta
1204 #304650         make -j CPUS doesn't always work for anjuta2
1205 #334546         No more lookup widget
1206 #312319         Opening files when Anjuta is already open
1207 #339296         Wizard can't cope with insufficient permissions in project target directory
1209 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
1211 New: Group and target properties (for automake based projects)
1212 New: Improvements in class heirarchy. Added members view.
1213 New: Tools plugin improvements and scripts as tools.
1214 New: Prepare-ChangeLog tool.
1215 New: Find-Fixmes tool.
1216 New: Project translation status tool.
1217 New: Save and restore editor current line positions.
1218 New: Added configure flags to enable/disable optional plugins.
1219 New: Message saving from menu.
1220 New: Message manager context menu.
1221 New: Remember plugins profile for project sessions.
1222 Mew: Progress bar implementation.
1223 New: Better progress bar in splash.
1224 New: General preferences page.
1225 New: "Add to project" in file wizard and class wizard implemented.
1226 New: glade plugin improvements.
1227 Updated: RPM spec file
1228 Bug fix: Fixed lots of project import bugs.
1229 Bug fix: Group and target removal.
1230 Bug fix: Fixed Message tab position preferece.
1231 Bug fix: Scroll messages on next/previous.
1232 Bug fix: Fixed crash on project Import
1233 Bug fix: Fixed crash on terminal dockings.
1234 Bug fix: Fixed crash on exit (after using save-as dialog once).
1235 Bug fix: Fixed crash on exit.
1236 Bug fix: Fixed mime installation screw-up
1237 Bug fix: Fixed installation paths.
1238 Bug fix: Fixed 64bit arch build problems
1239 Bug fix: Fixed Autoformat/indent problems.
1240 Bug fix: Fixed Keyboard shortcuts for message navigation.
1241 Bug fix: Fixed graphviz build problems.
1242 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
1243 Bug fix: Fixed default font names and sizes.
1244 Bug fix: Fixed errors in opening zero sized files.
1245 Bug fix: Fixed buttons order in open dialog.
1247 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
1249 Architecture and code base:
1250 New: New plugin architecture and all IDE components ported to this framework.
1251 New: Complex docking shell that allows arbitrary docking of IDE widgets.
1252 New: Dynamic plugin activation and deactivation.
1253 New: Extensible architecture.
1254 New: Plugins can interact with other plugins through interface.
1255 New: Plugins can install dynamic UIs (menus/toolbars), including installing
1256          context menus in other plugins.
1257 New: Shell and Plugin API documentation.
1259 Integration:
1260 New: Integrated help system with Devhelp.
1261 New: Integrated glade UI designer (incomplete).
1263 Editor plugin:
1264 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
1265 New: Editor split views.
1266 New: Automatic indentation with tabbing.
1267 New: More syntax highlighting lexers
1268 New: Split multiple views of document
1269 New: Remote editing (full gnome-vfs support)
1270 New: Real-time file modification monitor.
1272 Project management and build plugin:
1273 New: Multiple parallel builds and independent debugging and execution.
1274 New: Synchronous project management (simultaneous manual and automatic management)
1275 New: Mime based filemanager and desktop integration.
1277 Other plugins:
1278 New: Task Manager.
1279 New: Macro plugin allows inserting predefined and user defined texts (macros).
1280 New: Easily extensible template based project wizards (based on autogen).
1281 New: Symbol search plugin.
1282 New: C++ and GObject based class wizard.
1283 New: Class inheritance diagram plugin.
1284 New: Subversion plugin (incomplete)
1285 New: Session management framework.
1286 Updated: Debuger uses GDB machine-interface.
1287 Updated: CVS plugin
1288 Updated: Pretty much everyting.
1290 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
1292 New: Anjuta advanced tutorial
1293 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
1294 Bug fix: Use build.silent option from preferences (bug #895726)
1295 Bug fix: Use font style defined for message indicators (bug #885032)
1296 Bug fix: Set bold color as foreground color in terminal (bug #864924)
1297 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
1298 Bug fix: Fixed return value when dest file could not be created.
1299 Bug fix: Fixed a typo in Hello World indentation style.
1300 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
1301 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
1302 Bug fix: Fixed a compiler warnings.
1303 Bug fix: Disabled printing of long debug lines.
1304 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
1305 Bug fix: Fixed a program execution crash bug.
1306 Bug fix: Fixed Crash on Find & Replace (#887833)
1307 Bug fix: Use defined file name when saving new files (fixes bug #898105).
1308 Bug fix: Don't change filename when clicking on a directory.
1309 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
1310 Bug fix: Do not reload new files (bug #900897).
1311 Bug fix: Disconnects menuitem signal properly (bug #901723).
1312 Bug fix: Fixed bugs #890609 and #890609, #900903.
1313 Bug fix: Fixed a typo in tutorial (bug #866143).
1314 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
1315 Bug fix: Fixed a runtime warning (bug #900087).
1316 Bug fix: Changed build shortcut to F11 (bug #877683).
1317 Bug fix: Do not defualt to -k make option (bug #875486).
1318 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
1319 Bug fix: Improved Search and Replace. Fixed crash bug.
1320 Bug fix: Fixed bug #910097 (Insert comment).
1321 Bug fix: Find-Usage rework (bug #890609).
1322 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
1323 Bug fix: Fixed Find-Usage crash when no project open
1324 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
1325 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
1326 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
1327 Bug fix: Goto the first error if it exists (bug #874380).
1328 Bug fix: Save-all for 1 file opened (bug #912618).
1329 Bug fix: Fixed conditional breakpoints.
1330 Bug fix: Fixed debugger calltips displayed for wrong file.
1331 Bug fix: Fixed delete breakpoints.
1332 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
1333 Bug fix: Fixed a crash bug with debugger attach process dialog
1334 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
1335 Bug fix: Fixed a memory corruption (bug #921893).
1336 Bug fix: Open file starts in right directory (bug #908941).
1337 Bug fix: Fixed another crash bug in Find-Usage.
1338 Bug fix: Correctly prompts and reponds passwords (bug #894533).
1339 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
1340 Bug fix: Installs .glade file of libgllade projects (bug #861038).
1341 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
1342 Bug fix: Fixed ADA syntax highlighting (bug #923474).
1343 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
1344 Bug fix: Fixed core file loading in debugger.
1345 Bug fix: Partially fixed to show long calltips properly (bug #917982).
1346 Bug fix: Fixed a crash bug in search replace. (bug #921893).
1347 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
1348 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
1349 Bug fix: Sets filename when saving new files.
1350 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
1352 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
1354 New: "New File" with some options for newly created files
1355 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
1356 Bug fix: #860906, #859329, #858993, #857605, #878404
1357 Bug fix: 169058@bugs.debian.org
1358 Bug fix: compile file works with shell expression like `command` now
1359 Bug fix: Buildiing on SMP systems
1360 Bug fix: debugger improvements & cleanups
1361 Bug fix: Sample file confirms to C++-Standard now
1362 Bug fix: Use gtk stock icon for editor tabs
1363 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
1365 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
1366 Franco Catrin L and Stefano Vallarino for their patches.
1368 From this release on anjuta has two new development responsibilities
1369 alongside with Naba Kumar <naba@gnome.org>:
1370 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
1371 Johannes Schmid <jhs@cvs.gnome.org>
1373 If you want to support anjuta development please contact the
1374 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
1375 You can also make a donation through the SF.net donation system now.
1377 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
1379 Updated: Prompts users for unsaved files during project closing.
1380 Updated: Added checkbox in wizard to enable/disable glade source generation.
1381 Updated: Scintilla to version 1.57
1382 Bug fix: Crash on preferences with other locales.
1383 Bug fix: Freeze ups during build/debugging with other locales.
1384 Bug fix: Crash with readonly project files (during saves).
1385 Bug fix: Breakpoints bug.
1386 Bug fix: Syntax hiliting bug.
1387 Bug fix: Avoids error conditions for glade/glademm not found
1388 Bug fix: Crash on anjuta exit
1389 Bug fix: Crash on project close with unsaved files.
1390 Bug fix: Compilation errors with old gcc.
1391 Bug fix: Fixed debugger malfunctioning with non-english locales.
1392 Bug fix: Crash bug during import.
1393 Bug fix: Dnd file drop.
1394 Bug fix: Setting breakpoints for c++ files works.
1395 Bug fix: Crash bug to multiple open of same file fixed.
1396 Bug fix: Enables debug and optimization flags for new projects.
1397 Bug fix: Fixed pascal highlighting
1398 Bug fix: Fixed build failure with no 'intl' directory.
1399 Bug fix: Added filters to find in files.
1400 Bug fix: Fixed tutorial
1401 Bug fix: Added horizontal scrollbar to description text in wizard.
1402 Bug fix: Installs properly even when system.tags file could not be generated.
1403 Bug fix: Compiler error with old gcc.
1405 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
1407 New: Double click on margin toggles bookmark.
1408 New: Double click on margin (debugger mode) adds/removes breakpoints.
1409 New: Single click on margin (debugger mode) enables/disables breakpoints
1410 New: Find previous added.
1411 New: Emacs style file modeline in files.
1412 Updated: Removed 'page setup' item from the file menu.
1413 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
1414 Updated: No libzvt dependency (means faster operation).
1415 Updated: Performance improvements in Editor.
1416 Updated: Documentations revived in docbook xml format.
1417 Bug fix: Symbol browser now loads properly for new projects.
1418 Bug fix: Fixed many compiler warnings.
1419 Bug fix: Fixed crash bug in Application wizard.
1420 Bug fix: Fixed crash bug in Project Import.
1421 Bug fix: Printing in proper UTF8
1422 Bug fix: Fixed crash bug during project creation.
1423 Bug fix: Fixed clean-before-build bug.
1424 Bug fix: Fixed find in files bugs.
1425 Bug fix: Fixed gettext bug with projects.
1426 Bug fix: Fixed Autoformat
1427 Bug fix: Fixed crash bug with 'Add watch expression'
1428 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
1430 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
1432 New: Support for all text file encodings (can be customized in preferences).
1433 New: Line and word selection menu entries (setting shortcuts possible).
1434 New: Added *.css files highlighting.
1435 Updated: Project window and message window no longer always float above the main window.
1436 Updated: Reorganized messages tabs in more sensible order.
1437 Updated: Better 'Customize menu' message.
1438 Updated: Prompts for 'clean' for modified compiler options.
1439 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
1440 Updated: Speedier startup (but needs more optimization todo).
1441 Updated: New splash.
1442 Updated: Some re-organization and cleanups.
1443 Updated: Better debugger operations.
1444 Updated: Better HIG complient dialogs.
1445 Updated: Many many translation updates.
1446 Bug fix: Separated -dP and -A flags of CVS update into different options.
1447 Bug fix: No more file corruption for non-utf-8 encodings.
1448 Bug fix: Removed references to older automake/autoconf in generated projects.
1449 Bug fix: Fixed automake errors with old automake in generated projects.
1450 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
1451 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
1452 Bug fix: Backward search works correctly.
1453 Bug fix: Fixed shell script to properly detect installed *-config files.
1454 Bug fix: Corrected many project generation codes.
1455 Bug fix: Fixed compiler errors associated with older gcc.
1456 Bug fix: Stack trace output can be activated with double-click.
1457 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
1458 Bug fix: Properly jumps to correct file/line from build messages.
1459 Bug fix: CVS dialogs bug fixes.
1460 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
1461 Bug fix: Fixed glade/glade-2 confusion in generated projects.
1462 Bug fix: Multiple file selection works now.
1463 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
1464 Bug fix: And many more critical/non-critical bug fixes.
1465 Bug fix: Fixed non-working shortcuts (changed to working ones).
1467 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
1469 New: Ported to GNOME2:
1470 New: New Preferences management.
1471 New: Tools management.
1472 New: Watch and Backtrace moved to messages pane.
1473 New: GNOMEVFS based file browser.
1474 New: Pango fonts in editor (Anti-Aliased fonts).
1475 New: Project configuration for GUI editor and version.
1476 New: Advance search and replace (ported from 1.0.x branch).
1477 Updated: Scintilla 1.51+ (cvs)
1478 Updated: Session management. It now saves tree states.
1479 Bug fix: Many
1481 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
1483 New: Auto-complete takes graphics now.
1484 NEW: Auto-complete automatic.
1485 New: Per project editor properties
1486 New: Sub windows now float above main window.
1487 New: Project version and excluded modules configuration.
1488 NEW: Errors and warnings indications in editor.
1489 New: Tools support and tools editor.
1490 New: Incremental search (like emacs I-Search)
1491 Bug fix: Printing now takes editor default fonts
1492 Bug fix: Rpm package fix
1493 Bug fix: ChangeLog insert uses spaces (instead of tabs)
1494 Bug fix: Fixed compiler warnings.
1495 Bug fix: Fixed debug terminal bug
1496 Bug fix: Disabled gladen to remove the libssl dep.
1497 Bug fix: brace indentation works properly.
1498 Bug fix: Wrap-around search
1499 Updated: Upgraded scintilla to 1.49+
1500 Updated: Upgraded editor properties and added new properties.
1501 Updated: Organized plugins
1503 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
1505    => Release of Anjuta-1.0-beta1 (beta)
1507 This precedes the final release of Anjuta for the 
1508 GNOME 1.x platform...
1510 New: CVS support for Projects and individual files,
1511      file revisions are displayed in Files pane
1512 New: Gnome Print support (including syntax colouring)
1513 New: Patch plugin to apply diffs
1514 New: Application Wizard support for wxWindows, Xlib, 
1515      GNOME2, Gtk2 and libglade2 Projects, plus option for 
1516          dynamic or static libraries as targets in generic Projects
1517 New: user identity preferences enabling new editor functions
1518 New: better GNOME integration, now uses configured GNOME URL 
1519      handlers
1520 New: MIME handling
1521 New: Anjuta kickstart tutorial
1522 New: automatic expression tips during debugging (hover-and-show)
1523 New: compilation warning/error navigation from terminal
1524 New: better find functionality
1525 New: enhanced file selection widget
1526 New: enhanced Evolution-style about dialog
1527 New: Automatic Variable display when mouse hovered on the
1528      variable name (in dubugger mode).
1529 New: Raw memory veiw for debugger (somewhat resembling ghex).
1531 Updated: synced to Scintilla 1.46
1532 Updated: many usability improvements to the GUI and menus
1534 --------------------------------------------------------------------
1536 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
1538    => Release of Anjuta-0.1.9 (stable)
1539    
1540 New: messages manager rewritten to use notebook tabs
1541 New: symbol and tag browser fully based on TagManager
1542 New: embedded terminal window (using zvt)
1543 New: Project Import Wizard makes it easier to migrate
1544      existing projects to Anjuta (experimental)
1545 New: libglade project type added to the Application
1546      Wizard
1547 New: simple class creator plugin now included
1548 New: files autosaved before a build
1549 New: more translations - 21 languages now fully or 
1550      partially supported
1552 Updated: new look for the Application Wizard
1553 Updated: UI enhancements
1554 Updated: Solaris support improved
1555 Updated: many, many bug fixes.....
1557 --------------------------------------------------------------------
1559 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
1561    => Release of Anjuta-0.1.8 (stable)
1562    
1563 New: integration of new TagManager library - much improved
1564      autocompletion and calltips functionality
1565 New: multiple file drag-and-drop
1566 New: ability to save build message output
1567 New: DOS file (CR/LF) handling
1568 New: basic plugin hooks added
1569 New: many new translations - 17 languages now fully or 
1570      partially supported
1572 Updated: notebook tabs notify when file has been changed, can be
1573          scrolled for browsing
1574 Updated: improvements to interactive debugger and communication
1575          with gdb
1576 Updated: improved find functionality, better dialogs
1577 Updated: synced up to version 1.41 of Scintilla, new lexers added
1578 Updated: new icons
1580 ... plus the usual bug fixes and minor feature additions.
1582 --------------------------------------------------------------------
1584 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
1586    => Release of Anjuta-0.1.7 (stable) - bug fixes release
1588 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
1589        src/source.c).
1590 Fixed: Interface clean up.
1591 Updated: HACKING, doc, and others
1592 Updated: french, spanish, turk and japan translations fully up-to-date.
1594 --------------------------------------------------------------------
1596 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
1598    => Release of Anjuta-0.1.6 (stable).
1600 New: Class browser and file browser added in the project manager.
1601 New: GDP standardized docbook documentations.
1602 New: Anjuta faqs documentation.
1603 New: New gnomish icon set and splashscreen.
1604 New: Context sensitive help and gnome api browser
1605      (need Devhelp and the dev books to be installed).
1607 Added: Preferences for setting caret and selection colors.
1608 Fix for gdb version 5.
1609 Closes all files when project is closed.
1610 And many big fixes and minor feature additions.
1611 Translations updated.
1613 Note : the major part of the new project manager has been written but
1614 it needs time to be integrated and tested. That's why it's not present in
1615 this release. 
1617 --------------------------------------------------------------------
1619 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
1621    => Release of Anjuta-0.1.4 (stable).
1623 Calltips provided for Gnome function prototypes (and standard libraries functions).   
1624 Fixed project dir creation bug.
1625 Fixed double accelerators bug.
1626 Fixed source generation bug.
1627 Fixed pixmap creation with NULL window.
1628 i18n bug fix.
1629 Debugger now takes program args.
1630 Japanese translation.
1631 Other minor  bug fixes.
1633 --------------------------------------------------------------------
1635 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
1637    => Release of Third  version (Alpha)  with lots of bugs.
1638    
1639 New Features in Anjuta 0.1.3:
1640 -----------------------------
1642         => Anjuta now integrates Scintilla editing component:
1643         ----------------------------------------------------
1644                 * Automatic syntax hilighting (using lexers).
1645                 * Code folding/hiding .
1646                 * Linenumbers/markers display.
1647                 * Text zooming.
1648                 * Text autocompletion
1649                 * Automatic indentation and indentation guides
1650                 * ... and much more.
1652         => Dynamic Project Management:
1653         -----------------------------
1654                 * Anjuta no longer uses the template based project management.
1655                 * Provides project configuration.
1656                 * Added two more modules in project management:
1657                         (Help module and Translation module).
1658                 * Added BONOBO support and BONOBO application wizard.
1659                 
1660         => Java style Properties management:
1661         -----------------------------------
1662                 Now uses Java style properties management. Which makes
1663                 it highly configurable, both from distributor's and user's side.
1664         
1665         => Supports for Other languages added:
1666         -------------------------------------
1667                 * Java, Perl, Python, LaTeX, 
1668                 ... and others can be user configurable.
1669                 
1670         => On-Board command editor:
1671         --------------------------
1672                 Facilitates customization of commands used
1673                 for compiling, building and execution.
1674         
1675         => Provides Hilite style editor:
1676         -------------------------------
1677                 Used for customizing Syntax hiliting style.
1678         
1679         => More intelligent messaging system:
1680         -----------------------------------
1681                 * Now error messages (or messages in general)
1682                 can be browsed using go to Prev/Next message,
1683                 goto start/end of block and goto matching braces.
1684         
1685         => Bookmarks management:
1686         -----------------------
1687                 Anjuta has now supported Bookmarks
1688                 management.
1689         
1690         => Debugger:
1691         -----------
1692                 * Now breakpoints can be toggled Onboard.
1693                 * Added Run to cursor.
1694                 * Fixed some earlier bugs.
1695         
1696         => Added Two more toolbars:
1697         --------------------------
1698                 * Browser toolbar for browsing messages,
1699                 bookmarks and code blocks.
1700                 * Format toolbar for easy formatting
1701                 of code statements.
1702                 
1703         => Application GUI:
1704         ------------------
1705                 * Smarter and more informative status bar.
1706                 * Improved memory to remember Application
1707                 GUI configuration between sessions.
1709 Thing that I forgot to change:
1710 ------------------------------
1711         => Anjuta Online manual. It's still the old one.
1712         so, new users may find it a bit annoying to learn
1713         the controls, especially those who are young
1714         in programming.
1716 --------------------------------------------------------------------
1717 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
1719    => Release of 0.1.2 beta2  version  with lesser bugs.
1721 --------------------------------------------------------------------
1722 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
1724    => Release of second version (Beta) with lesser bugs.
1726    => Minor fixes in Doc files.
1727    => Fixed to ignore non-existent dir for blank prj.
1728    => More checking in project creation, especially to confirm
1729         that the prj file already does not exist.
1730    => Now Menu item "Format/Detach current document" is inactive
1731         when there is no document opened.
1732    => Improved Library settings GUI.
1733    => Can now enable/disable added libraries.
1734    => Stock libs provided for ease of entry.
1736 --------------------------------------------------------------------
1737 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
1739   => Release of first version (Beta) with lots of bugs.
1740         
1741 --------------------------------------------------------------------