Updated Spanish translation
[anjuta-git-plugin.git] / NEWS
blobb3cd5c4297c12151315e9275b97eda067d491a0a
1 Anjuta 2.3.0 (31 Oct 2007) -- Naba Kumar
2 -----------------------------------------
4 Changes:
5 ========
6 * Support for GError in interfaces.
7 * Big improvements in debugger.
8 * On demand preferences dialog (faster startup) and moved to Edit submenu.
9 * Moved plugins and shortcuts settings inside General preferences page.
10 * Move preferences menu from Settings to Edit submenu.
11 * Got rid of Settings submenu.
12 * Updates for glade-3 recent releases.
13 * Sort preferences pages on title.
14 * Introduced document-interface and reorganized documents handling such
15   that documents tab can now hold any 'document' and not just editors.
16 * Glade files are now opened as documents, so they behave just like editors.
17 * Do not display registers list if not available
18 * Big fixes in glade plugin.
19 * Fixed lots of memory leaks (thansk valgrind)
20 * Change the address of FSF in various files
21 * Cleaned up message view (#458041)
22 * Cleaned up message view
23 * Removed some deprecated widgets.
24 * New and better (uses gnome-vfs) file-manager plugin
25 * Big improvements in autocompletion, both in scintilla and sourceview editors.
26 * Whole lot of new icons for toolbars and plugins.
27 * Added preference option to set the gdl switcher style
28 * Function tooltips are finally supported in sourceview.
29 * Added nicer icons for document manager and debugger.
30 * New incremental "Quick Search" bar in the document manager
31 * Improvements in plugin framework.
32 * Added API for commands override in build interface
34 Bugfixes:
35 =========
37 * Fixed anjuta-plugin project wizard
38 * Fixed selection management in sourceview
39 * Fixed incremental search
40 * Fixed #427390 – Show path of item in currently focused editor window
41 * Fixed #458034 – Method of indicating unsaved changes breaks convention
42 * Fixed #343522 – Unable to execute commands that use options.
43 * Fixed #466031 – Update of pieces of menus for Localization
44 * Show an error dialog instead of crashing when plugin loading fails
45 * Clean up debugger queue
46 * Many small code, warnings and leak fixes
47 * Fixed #440637 – Search, don't work very well
48 * Fixed #478238 – set env for execute programe in the terminal
49 * Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
50 * Fixed #427104 – No "highlight" of lines matching find-result
51 * Improved (programming) language management.
52 * Fixed #480851, disconnect save_session signal when plugin is unloaded
53 * Moved indent code to it's own plugin.
54 * Fixed #478987 – Unusable 'Indent setting window' on preferences
55 * Fixed #477976 – Keybinding in run dialog
56 * Fixed #482067, escape project wizard user defined strings
57 * Fix several crashing bugs (including bug#482985) with the debugger
58   when closing project, stopping the debugger, restarting the program
59 * Scroll to selected executable and remember it across sessions
60   (followup of #477976)
61 * Fixed #357544 – incremental search should work consistently (or not at all) 
62   when main toolbar is hidden
63 * Bug 440637 – Search, don't work very well (partly for incremental search)
64 * Use the same marker for 'important' in sourceview editor as
65   gedit (yellow background)
66 * Correction to various search-related issues
67 * Move glade properties widget into center because it is way to big for
68   the sidebar
69 * Added preferences to file-manager.
70 * Fixed crash when closing a project and unloading another while
71   the debugger is enabled
72 * Fixed #487854 – Anjuta crashes when i try to add a SVN url
73 * Remove maximum gdb command length, should fix bug#474811
74 * Fix #488061: Mutiple crash dialogs
75 * Fixed the language supprt loading unloading stuff.
76 * Added some separators to the toolbar
77 * Fixed #487683 – undefined operations in libegg/eggtreemodelfilter.c
78 * Bug 489798 – Do not rely on svn-config
80 .. and others
82 Anjuta 2.2.2 (23 Oct 2007) -- Naba Kumar
83 -----------------------------------------
85 Changes:
86 ========
87 * Fixed #477976 - Keybinding in run dialog
88 * Fixed #427104 - No "highlight" of lines matching find-result
89 * Fixed #479020 - Use of old open file dialog instead of GtkFileChooser
90 * Fixed #478238 - set env for execute programe in the terminal
91 * Update EggRecent (#456465)
92 * Fixed #466031 - Update of pieces of menus for Localization
93 * Fixed #343522 - anjuta: Unable to execute commands that use options.
94 * Improved incremental search (still sucks) and selection management in
95 GtkSourceView editor
96 * Fix bug#487112, crash while removing a breakpoint in a new file
97 * Fix bug#486597, crash when gdb is not installed
98 * Fix bug#482067, escape project wizard user defined strings
99 * Fixed #477976 - Keybinding in run dialog
100 * Fixed #427104 - No "highlight" of lines matching find-result
101 * Fixed get_current_word (useful for API help)
102 * Fixed #487854 - Anjuta crashes when i try to add a SVN url
103 * Fixed #474811 - Anjuta crash while debugging into variable
104 * Fixed #488061 - Mutiple crash dialogs
105 * Show error dialog instead of crashing when plugin loading fails.
106 * Fixed glade-3 3.3.2 build compatibility.
107 * Fixed #488928 - Do not register glade plugin if it wasn't built.
109 Anjuta 2.2.1 (06 Sep 2007) -- Naba Kumar
110 -----------------------------------------
112 Changes:
113 ========
114 * Fixed lots of memory leaks (thanks valgrind)
115 * Fixed crasher on shutdown
116 * Avoid an endless loop if clearing all breakpoints while the programm
117   is running
118 * Fixed help activation (bug #451557).
119 * Fixed compiler warnings.
120 * Fixed #423467 (View->Tasks menu items are not checked on startup)
121 * Fixed anjuta-plugin template plugin by moving the "\" out of the [IF] block
122 * Fixes bug #433552: crash in Anjuta IDE: add file test.h in project on
123   generic Makefile.
124 * Disables 'Add to project' in wizards for projects that can not add sources.
125 * Fixed bug #450217: Refreshing tree brings to random crashes
126 * Fixed bug 453931 - crash in Anjuta IDE: Trying some c++ exampled
127 * Fixed bug 457093 - crash in Anjuta IDE: just typed in some text
129 Anjuta 2.2.0 (25 June 2007) -- Naba Kumar
130 -----------------------------------------
132 Changes:
133 ========
134 * Autocompletion in gtksourceview editor.
135 * Allow/remember target specific options in profiler plugin.
136 * Allow selecting independent executable target for profiler.
137 * Fixed class generation templates.
138 * Updated users manual.
139 * Updated faqs.
140 * Simple support for building and executing inside scratchbox.
141 * Use progressbar instead of messages for system tags creation.
142 * SDL project template for project wizard.
143 * Be able to forget previously selected plugins from query dialog.
144 * Fixes in loading project
145 * Build fixes for some platforms.
146 * Fixed lots of bugs, both stability and usability bugs (see below).
148 Translation updates:
149 ====================
150 es.po, gl.po, ja.po
152 Bug fixed
153 =========
154 #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.
155 #310577 Chosen plugins aren't kept after application is closed
156 #314277 Option for Anjuta 1.x style project files
157 #315635 There's no SDL wizard...
158 #315983 Mac OS 10.3/Darwin support
159 #320192 Shared library targets compiled as executables
160 #346207 task manager doesn't repaint- anjuta 2.0.2
161 #350003 crash when doing file->new
162 #355151 drag/drop into editor window should open file
163 #355166 in Find dialog, Search Expression combo list is always empty
164 #358560 segfault while trying use scinilla editor
165 #362372 Problems with Help->About and a warning when creating a new file.
166 #371406 Anjuta 2.0.2-8 hangs on startup
167 #377461 don't create new message window for each build/find
168 #390990 Anjuta errors out when attempting to create generic C project
169 #393680 huge icon on the files pane for .anjuta files
170 #395362 Tagmanager crashes on update - Probably because of project reload
171 #397881 The credits are empty
172 #400572 Anjuta crashes on file pane refresh
173 #403502 User should also be allowed to select an independent executable target
174 #403503 Incorrect use of AnjutaPreferences. Use AnjutaSession instead
175 #412186 crash in Anjuta IDE: Crash on initial app. st...
176 #417372 Scintilla Editor Crash
177 #418448 crash in Anjuta IDE: I just installed Anjunta...
178 #424121 anjuta Cygwin fixes
179 #424845 crash in Anjuta IDE: I was closing a project ...
180 #427101 Compiler reports various warnings about sloppy code
181 #427395 Typo in configuration GUI
182 #427399 Typo in configuration GUI
183 #427406 Subversion plugin won't stay unloaded in new session
184 #427410 Enable changiing of editor for a project
185 #427702 Creating a static ou dynamic library
186 #428032 Crashes when removing "other files" sub-tree
187 #437466 Implement IAnjutaEditorAssist interface
188 #437688 crash in Anjuta IDE: closing project
189 #437689 when i generate a new c++ class it ask me to reload the file cpp
190 #437960 crash in Anjuta IDE: trying to start anjuta
191 #438878 Using gtksourceview editor for the first time has black background
192 #439710 Use G_DEFINE_TYPE parent_class global variable
193 #440196 crash in Anjuta IDE: removing a target (other...
194 #440370 Symbol browser doesn't jump to definition
195 #440585 Crash on opening source file
196 #440801 config.h should not be included in libanjuta public header
197 #440866 Anjuta aborts with numerous assertion failures when adding a new message view tab
198 #442038 Makefile-Project Wizard always fails
199 #442314 Autogeneration fails when there is no autogen.sh
200 #442315 After calling configure, the build menus are still insensitive
201 #445171 Build Failure on Slackware-11.0/Garnome: missing #include <sys/types.h>
202 #445707 undefined symbol: glade_project_get_changed
203 #447304 Souceview system default font should used fixed font (one used for terminal)
204 #447655 C keyword must NOT be localised
205 #448034 Anjuta crashes on starting
206 #448053 Crash on deactivating
207 #448408 crash in Anjuta IDE: Trying to change the edi...
208 #448491 Empty Lines Problem
210 Anjuta 2.1.3 (11 May 2007) -- Naba Kumar
211 ----------------------------------------
213 Changes:
214 ========
215 * Fixed glade plugin build against glade3 svn trunk
216 * Fixes for sun cc compiler
217 * Fixes for cygwin
218 * Debugger fixes
219 * Icons for build messages.
220 * Enabled makefile based projects (not fully working)
221 * Resolved namespace conflicts
222 * Better templates for GObject class generator.
223 * Fixes to editor life-cycle
224 * Support for shared library in new project templates.
225 * Fixes subversion build.
226 * New django project template
227 * New minimal and flat project template
229 Translation updates
230 ===================
231 dz, hu, ja, de, gl, ar, en_GB
233 Bugs fixed
234 ==========
235 #346355 search in project files don't work the first time
236 #355145 makefile-based projects are broken
237 #359399 Anjuta crash, I don't know (remember) why
238 #378193 Find in Files for empty string hangs Anjuta
239 #397505 code errors reported by compiler
240 #397509 Close project menu-item is disabled when no project file is open
241 #406963 File > New > Glade File does nothing
242 #409412 crash in Anjuta IDE: Changing font preference...
243 #417875 Use G_DEFINE_TYPE in plugins:class-gen
244 #417918 Use G_*_DECLS macro in Header_c maco
245 #419008 Does not use prefence set e-mail
246 #419036 Only one hyphen is replaced by underscore in macros
247 #422143 Crash when loading multiple files or several files quickly
248 #423680 sun cc can not compile anonymous union
249 #423682 sun cc can not compile with zero subscript
250 #423727 sun cc can not compile with inline function can not use static function
251 #423730 build fail on different return value of function anjuta_launcher_get_child_pid
252 #423733 build fail on solaris: missing header files in anjuta-utils.c
253 #423737 build fail on solaris: can not find lib util
254 #423768 compile fail on plugins/class-gen/window.c: void function cannot return value
255 #423772 compile fail on plugins/class-inheritance/class-inherit.c: invalid cast expression
256 #424121 anjuta Cygwin fixes
257 #424845 crash in Anjuta IDE: I was closing a project ...
258 #425850 anjuta crashes on import project from existing sources
259 #426701 can not find subversion --with-svn-include
260 #427395 Typo in configuration GUI
261 #427399 Typo in configuration GUI
262 #430401 Anjuta crash when closing file when debugger active
263 #433070 [Patch] Run gtk-update-icon-cache in uninstall-hook
265 Anjuta 2.1.2 (28 March 2007) -- Naba Kumar
266 ------------------------------------------
268 New: Plugin profiles. Each project and user session would remember their plugins.
269 New: Improvements and clean up of icons.
270 New: API docs improvements.
271 New: Translatable strings cleanups.
272 New: Display program counter and breakpoints in disassembly view
273 New: Add markers in the disassembly view
274 New: Display function name in disassembly view
275 New: Segmentated toolbars for added configurability. Store and restore toolbar states.
276 New: Several stability improvements in debugger and others.
277 New: Improved local tags navigation
278 New: Fixed/improved global/project tags navigation (highlighting, autocompletion, calltips work now)
279 New: Improved gtksourceview editor component.
280 New: Improved autoindentation
281 New: Add a window displaying all threads in debugger
282 New: Several improvements in debugger navigation.
283 New: Improved prepare changelog tool script
284 New: Improved docking strategy. No more docking anomalies when enabling new plugins
286 Translation updates
287 ===================
288 gl, en_GB, dz. hu, ca
290 Bugs fixed
291 ==========
292 #306971 The auto-ident in swich/case doesn't work in an intelligent way (the best is for version 1.2.x series)
293 #355155 Goto / Matching Brace does nothing
294 #357541 can't launch Anjuta project file from Nautilus
295 #360462 Avoid markup in translatable messages
296 #374709 Anjuta Crash activating devhelp plugin
297 #377483 don't display "D" beside each directory in Files view
298 #378927 allow switching threads in debugger
299 #387208 [Patch] Add custom file-manager ignore pattern support
300 #392904 Disassembly view navigation is uncomfortable
301 #394709 symbol browser preference window is does re-size correctly
302 #397981 Automatic indentation does not work in some cases
303 #398035 Project manager templates are not localized
304 #398985 File symbol list as a combo box is useless. It should just be a button with popdown
305 #402774 No button at Empty Log message
306 #403514 Double clicking on the function names does not do anything
307 #407115 debugger crash on right-click on a frame in stack trace pane
308 #407314 build breakage in class-gen plugin
309 #407473 refresh dialog appears after saving a file
310 #408218 cass-gen is setting gtk.entries with null 'name' and 'email' values
311 #409176 Create Tags produces "The anjuta-tags utility is not installed. Please install it."
312 #409216 crash periodically
313 #409410 crash in Anjuta IDE: Right click in the sourc...
314 #409592 crash in Anjuta IDE: I closed the application...
315 #411377 Build breakage in profiler plugin
316 #411623 GLIB_REQUIRED should be 2.12
317 #412186 crash in Anjuta IDE: Crash on initial app. st...
318 #417612 GNOME Goal #3: Remove "Application" category from .desktop files
319 #418174 toolbar size
320 #418448 crash in Anjuta IDE: I just installed Anjunta...
321 #421525 Locals view does not update when stack frame is changed
322 #421529 Disassembly view is not updated when strack frame is changed
323 #423111 Wall can not build with sun cc
324 #423270 crash in Anjuta IDE: Crash on adding a new tool item
326 Anjuta 2.1.1 (11 Feb 2007) -- Naba Kumar
327 ----------------------------------------
329 New: gprof based program profiler plugin.
330 New: Several improvements in debugger plugin.
331 New: Several improvements in editor plugins.
332 New: Enabled integrated devhelp now that it works.
333 New: Use pixmaps for editor markers.
334 New: Several minor improvements.
336 Translation updates
337 ===================
338 * en_GB, sv, ja, Swedish translation of manual.
340 Bugs fixed
341 ==========
342 #335235 python programs are not executeable/ do not start when pr...
343 #335981 Migration from popt to GOption
344 #340618 Application wizards should use gtkmm-2.4 API
345 #355160 show debug toolbar without debugger plugin => crash
346 #357997 add a new project variable => crash
347 #374709 Anjuta Crash activating devhelp plugin
348 #394216 No indication of subversion commands running
349 #395875 upon startup i get this big fat warning -- crash when add...
350 #398067 plugin.in files are not localized
351 #398930 Set alignment in the tab page header widget
352 #398991 Anjuta manuals does not use the gnome-doc-utils format
353 #400833 Changes in libgladeui ABI
354 #404561 xml and xsl editing is not possible
355 #397406 Class files are not created in the right directory
356 #394184 [Bounty] Test and fix all project wizards templates
357 #359478 Bounty: Gprof performance profiler plugin
358 #403501 Proper handling of parsing error
359 #403515 When a target is selected, the profiler widget should be ...
360 #391728 Program crashes when accepting save directory.
361 #378600 indicate debugger state
362 #392537 Starting debugger is very confusing: UI suggestions
363 #395808 breakpoints don't seem to work
364 #404755 Multiple instances of debugger views
365 #406113 debugger crash on 'Run/continue'
366 #376404 show current line arrow only when debugger running
368 Anjuta 2.1.0 (14 Jan 2007) -- Naba Kumar
370 New: Debug manager and gdb plugins.
371 New: Disassembly window in debugger.
372 New: C++ and gobject class wizard.
373 New: Mime icons in editor tabs.
374 New: Improvements in project templates.
375 New: C++ and java indentation plugin.
376 New: Save prompt implemented for unsaved data.
377 New: Documentation updates, both API and users manual.
378 New: Improvements in glade-3 integration.
379 New: Many other improvements.
381 Translation updates:
382 ====================
383 ar, en_GB, hu, en_CA, nb, es, gl, ca, fi, ru, ne, de, ja
385 Bugs fixed:
386 ===========
387 #396571 Anjuta crashes as soon as editing starts in normal text files.
388 #395362 Tagmanager crashes on update - Probably because of project reload
389 #377477 when debugging, scintilla editor grays out all lines before current line.
390 #342717 Build errors redisplayed AFTER a successful build.
391 #167534 Multiple errors in strings
392 #168274 anjuta creates an empty system.tags file
393 #168301 the new project druid should be center on the anjuta window
394 #169068 Unclear new strings, with misspellings
395 #169137 Missing spaces from changed strings
396 #169138 Spelling error in modified string
397 #169139 Missing spaces from changed string
398 #170406 problem when creating a new projects
399 #170467 crash when changing fonts and color in the preferences dialog
400 #172666 cvs diff does not always obtain full diff
401 #173048 library selection plugin
402 #300228 Ctrl + S intermittent behaviour
403 #300229 Replace button fault
404 #300231 Find pane non-functional
405 #301054 Help window not docked - Anjuta closes when Help window is closed.
406 #304495 Project saved as fullscreen
407 #304515 can not edit project properties
408 #304523 Crashes while importing a project
409 #304641 Can't type the "-character
410 #304650 make -j CPUS doesn't always work for anjuta2
411 #304651 Restoring the project doesn't restore the cursor location of the files
412 #304652 Possibility to set breakpoints in libraries that will be dlopen()'ed
413 #304829 questions on use anjuta 2.0
414 #305076 anjuta 2.0.0: edge column editor preference not functionnal
415 #305299 Error in anjuta.desktop file
416 #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"
417 #305303 Error while installing anjuta-devel rpm package
418 #306085 Keybindings are not saved.
419 #306187 bad definition of PACKAGE_LOCALE_DIR
420 #306474 The ordering of the buttons in the file open dialog is reversed.
421 #306582 Anjuta crashes when typing "std::"
422 #306790 doble click in a message, doesn't find the file.
423 #306966 Search tool on the tool bar don't work correctly
424 #306970 The order of the command buttons "Close" - "Search" - "Stop" in the Search Dialog, is useless; the sugestion is: "Search" - "Stop" - "Close"
425 #307800 Crashes when project directory removed from command line.
426 #307810 Can't configure a project after creating with new project wizard
427 #307872 Remember Configure and autogen options for the next time
428 #307886 Activated plugins not remembered
429 #308007 Bad interpreter in global-tags/create_global_tags.sh
430 #308870 Glade Plugin Won't open Glade file.
431 #309153 code cleanup use glib/gi18n.h
432 #309154 gnome_color_picker is deprecated
433 #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
434 #309688 When committing a file that is loaded, I get a file-modification warning
435 #311420 Crash on terminal deactivation
436 #311948 some strings untranslatedable Preference dialog
437 #312227 Crash when selecting debug command
438 #312566 Patch that will fix another make -j 10 problem
439 #312666 Return "F3" to execute project
440 #314069 Window gets hidden when using glade3 plugin
441 #315188 Project Wizard Problems
442 #315218 anjuta 2.0 freeze on opening my project
443 #315521 Failed to compile HEAD-hourly-2005-09-05-18
444 #316731 Can not add new encodings
445 #317454 Anjuta crash when array lenght is incorrect
446 #320191 It's a chore adding/removing files and setting up targets
447 #320338 Colors of tab menu labels
448 #320341 Critical error in debugger "locals" window.
449 #321090 Wrong array/struct/union var type display in locals windows
450 #321455 Ask for root password when installing
451 #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Reference Manual incorrect
452 #322744 New anjuta plugin project configured incorrectly
453 #323591 Data lost, two tab of the same file
454 #324572 anjuta crashes on open
455 #328209 Crash when opening a file while an unsaved new file is open
456 #332084 Anjuta crashes, when Ctrl+c is pressed.
457 #332161 Test editor not opening
458 #332954 No read permission for: file:///usr/share/anjuta/profiles/default.anjuta
459 #333601 GPL headers are first to c-header template.
460 #333606 Macro contain hyphen
461 #334546 No more lookup widget
462 #334663 Allow to set a parent class to new GObject class
463 #335142 crash when opeing a second file
464 #335981 Migration from popt to GOption
465 #336389 Should check for libwnck
466 #339296 Wizard can't cope with insufficient permissions in project target directory
467 #341359 Search function doesnt doing their job.
468 #341997 The 'Tree' tab in the symbol-browser is not type-to-search able
469 #342352 Can't close file which in not the current editor
470 #342375 configure doesn't check for g++
471 #342401 Compile fix when NLS is enabled
472 #342447 Crash when using the live-search-entry
473 #342937 crash after accepting Reload Warning Dialog
474 #343023 make gives strange error
475 #344015 on_build_mesg_format prepends an absolute path with the current dir
476 #344099 valgrind plugin is not built
477 #346295 Crash when removing breakpoint
478 #346450 Crash when removing all breakpoints
479 #346575 data loss when disk is full
480 #346775 No highlight styles to edit are shown in the preferences dialog in anjuta
481 #347412 crash when opening file with sourceview plugin
482 #347414 Stack trace window
483 #349374 Compilation on FreeBSD 6.1
484 #351387 don't use Alt+key combinations for shortcut keys
485 #355148 title bar should show name of active project
486 #355149 Anjuta should warn if I try to exit with unsaved edits
487 #355156 plugins window should sort plugins alphabetically
488 #355168 color selection is broken in messages preferences
489 #355407 The create_global_tags script doesn't find the anjuta-tags bin
490 #357151 a + character in a directory name confuses anjuta
491 #357534 syntax coloring fails and breaks selection display
492 #357537 allow double click in plugin selection dialog
493 #357542 Anjuta Plugins window is too narrow
494 #357546 add keyboard shortcut for toggling breakpoint
495 #358009 activating stack frame in debugger should also jump to source
496 #358068 indicate when Find in Files is complete
497 #358134 Goto Address command should prompt more clearly
498 #358163 debug Inspect/Evaluate dialog leads to crash
499 #358583 close any project => crash
500 #359118 Anjuta crashes when trying to open "src folder" after finishing creating/loading a project
501 #359259 highlight modes listed in reverse alphabetical order
502 #359317 can't load debug manager
503 #359663 make line highlighting optional in GtkSourceView editor
504 #359730 Anjuta can't launch help files
505 #359750 fix find/replace shortcut keys
506 #359862 Bounty: Improve class wizard
507 #361830 AboutDialog does not close
508 #363884 CVS head of 21/10 doesn't compile
509 #363953 create_global_tags.sh contains bash-ism
510 #364133 There are some GTK+ warning caused by document-manager plugins
511 #364135 Incorrect widget removed from notebook if call to anjuta_preferences_dialog_remove_page are not in LIFO
512 #364137 The valgrind plugin can cause anjuta to crash
513 #364142 Valgrind plugin crash when unloaded
514 #364144 There is a warning when closing and reloading a plugin using the symbol-browser plugin
515 #364179 Usage of srcdir and argv fields of vg_action object is incorrect
516 #364754 Subversion plugin doesn't compile with apr 1.2.X
517 #364755 Glade plugin crashes on anjuta exit
518 #364801 Unable to edit glade windows in fullscreen mode
519 #364900 Warning during compilation of valgrind plugin
520 #364903 Memory leak in valgrind plugin
521 #369030 create_global_tags.sh has some errors
522 #374665 Bounty: Use class macros for type casting in all plugin classes
523 #376031 [PATCH] CVS command file entry dialog show only directories
524 #376335 menu items should be capitalized
525 #377027 crash after unloading Terminal plugin
526 #377043 Intltool-update -m complains about missing files from POTFILES.in
527 #377061 close project while debugging => Anjuta hangs
528 #377767 resize crashes window manager in gnome
529 #377903 improve message color defaults
530 #378850 double clicking breakpoint should jump to its source
531 #378871 Debug / Info command problems
532 #378879 several command names need ellipses
533 #383319 GLADE_PROJECT_VIEW_TREE error with glade 3.1.2
534 #385597 Closed one project and attempted to open another
535 #388727 Block-tab does not work
536 #388731 Odd editor behaviour after performing block-text operations
537 #389764 Tags search do not retrieve all matching symbols
538 #392290 Missed install as root option in project manager
539 #392699 Some patches are necessary to build anjuta on NetBSD 3.0
540 #393680 huge icon on the files pane for .anjuta files
541 #394218 Signals list view in gobject class creation tab does not scroll horiz.
542 #395767 when selecting a GTK+ project the sample files generated do not compile
544 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
546 New: GtkSourceView based editor
547 New: Project configuration
548 New: Valgrind plugin
549 New: Tab drag&drop in Editor
550 Updated: Manual and FAQ
552 Improved: global tags can now be updated after installation
553 Improved: Remember toolbars on restart
554 Improved: Tag manager now knows about classes/namespaces which
555 should make C++ programming much more easy (IComplete)
556 Improved: Devhelp plugin improved but we still have linking problems
557 Improved: Scintilla is now up-to-date 1.68
559 Known issues:
560 - Glade plugin crashes because of namespace conflict with libglade (#341073)
561 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
563 Bug fixes:
564 #171314         Anjuta crash when trying to do "stream comment"
565 #311420         Crash on terminal deactivation
566 #317454         Anjuta crash when array lenght is incorrect
567 #332084         Anjuta crashes, when Ctrl+c is pressed.
568 #170467         crash when changing fonts and color in the preferences di...
569 #172442         inserting empty box comment
570 #172666         cvs diff does not always obtain full diff
571 #300231         Find pane non-functional
572 #304495         Project saved as fullscreen
573 #304641         Can't type the "-character
574 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
575 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
576 #305587         gtkmm project compile crash
577 #306790         doble click in a message, doesn't find the file.
578 #306966         Search tool on the tool bar don't work correctly
579 #306970         The order of the command buttons "Close" - "Search" - "St...
580 #307800         Crashes when project directory removed from command line.
581 #307810         Can't configure a project after creating with new project...
582 #307872         Remember Configure and autogen options for the next time
583 #307879         Crashed when exiting
584 #308870         Glade Plugin Won't open Glade file.
585 #309153         code cleanup use glib/gi18n.h
586 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
587 #309526         Help->ReportBugs points to removed bug tracking system
588 #309688         When committing a file that is loaded, I get a file-modif...
589 #311710         freeze in __lll_mutex_lock_wait () after crash?
590 #312566         Patch that will fix another make -j 10 problem
591 #312666         Return "F3" to execute project
592 #314069         Window gets hidden when using glade3 plugin
593 #315188         Project Wizard Problems
594 #315218         anjuta 2.0 freeze on opening my project
595 #315521         Failed to compile HEAD-hourly-2005-09-05-18
596 #316731         Can not add new encodings
597 #320338         Colors of tab menu labels
598 #320341         Critical error in debugger "locals" window.
599 #321090         Wrong array/struct/union var type display in locals windows
600 #321455         Ask for root password when installing
601 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
602 #322744         New anjuta plugin project configured incorrectly
603 #324572         anjuta crashes on open
604 #328209         Crash when opening a file while an unsaved new file is open
605 #332161         Test editor not opening
606 #333601         GPL headers are first to c-header template.
607 #333606         Macro contain hyphen
608 #334663         Allow to set a parent class to new GObject class
609 #335142         crash when opeing a second file
610 #336389         Should check for libwnck
611 #107510         Excessive messages marked for translation in anjuta
612 #304650         make -j CPUS doesn't always work for anjuta2
613 #334546         No more lookup widget
614 #312319         Opening files when Anjuta is already open
615 #339296         Wizard can't cope with insufficient permissions in project target directory
617 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
619 New: Group and target properties (for automake based projects)
620 New: Improvements in class heirarchy. Added members view.
621 New: Tools plugin improvements and scripts as tools.
622 New: Prepare-ChangeLog tool.
623 New: Find-Fixmes tool.
624 New: Project translation status tool.
625 New: Save and restore editor current line positions.
626 New: Added configure flags to enable/disable optional plugins.
627 New: Message saving from menu.
628 New: Message manager context menu.
629 New: Remember plugins profile for project sessions.
630 Mew: Progress bar implementation.
631 New: Better progress bar in splash.
632 New: General preferences page.
633 New: "Add to project" in file wizard and class wizard implemented.
634 New: glade plugin improvements.
635 Updated: RPM spec file
636 Bug fix: Fixed lots of project import bugs.
637 Bug fix: Group and target removal.
638 Bug fix: Fixed Message tab position preferece.
639 Bug fix: Scroll messages on next/previous.
640 Bug fix: Fixed crash on project Import
641 Bug fix: Fixed crash on terminal dockings.
642 Bug fix: Fixed crash on exit (after using save-as dialog once).
643 Bug fix: Fixed crash on exit.
644 Bug fix: Fixed mime installation screw-up
645 Bug fix: Fixed installation paths.
646 Bug fix: Fixed 64bit arch build problems
647 Bug fix: Fixed Autoformat/indent problems.
648 Bug fix: Fixed Keyboard shortcuts for message navigation.
649 Bug fix: Fixed graphviz build problems.
650 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
651 Bug fix: Fixed default font names and sizes.
652 Bug fix: Fixed errors in opening zero sized files.
653 Bug fix: Fixed buttons order in open dialog.
655 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
657 Architecture and code base:
658 New: New plugin architecture and all IDE components ported to this framework.
659 New: Complex docking shell that allows arbitrary docking of IDE widgets.
660 New: Dynamic plugin activation and deactivation.
661 New: Extensible architecture.
662 New: Plugins can interact with other plugins through interface.
663 New: Plugins can install dynamic UIs (menus/toolbars), including installing
664          context menus in other plugins.
665 New: Shell and Plugin API documentation.
667 Integration:
668 New: Integrated help system with Devhelp.
669 New: Integrated glade UI designer (incomplete).
671 Editor plugin:
672 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
673 New: Editor split views.
674 New: Automatic indentation with tabbing.
675 New: More syntax highlighting lexers
676 New: Split multiple views of document
677 New: Remote editing (full gnome-vfs support)
678 New: Real-time file modification monitor.
680 Project management and build plugin:
681 New: Multiple parallel builds and independent debugging and execution.
682 New: Synchronous project management (simultaneous manual and automatic management)
683 New: Mime based filemanager and desktop integration.
685 Other plugins:
686 New: Task Manager.
687 New: Macro plugin allows inserting predefined and user defined texts (macros).
688 New: Easily extensible template based project wizards (based on autogen).
689 New: Symbol search plugin.
690 New: C++ and GObject based class wizard.
691 New: Class inheritance diagram plugin.
692 New: Subversion plugin (incomplete)
693 New: Session management framework.
694 Updated: Debuger uses GDB machine-interface.
695 Updated: CVS plugin
696 Updated: Pretty much everyting.
698 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
700 New: Anjuta advanced tutorial
701 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
702 Bug fix: Use build.silent option from preferences (bug #895726)
703 Bug fix: Use font style defined for message indicators (bug #885032)
704 Bug fix: Set bold color as foreground color in terminal (bug #864924)
705 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
706 Bug fix: Fixed return value when dest file could not be created.
707 Bug fix: Fixed a typo in Hello World indentation style.
708 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
709 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
710 Bug fix: Fixed a compiler warnings.
711 Bug fix: Disabled printing of long debug lines.
712 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
713 Bug fix: Fixed a program execution crash bug.
714 Bug fix: Fixed Crash on Find & Replace (#887833)
715 Bug fix: Use defined file name when saving new files (fixes bug #898105).
716 Bug fix: Don't change filename when clicking on a directory.
717 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
718 Bug fix: Do not reload new files (bug #900897).
719 Bug fix: Disconnects menuitem signal properly (bug #901723).
720 Bug fix: Fixed bugs #890609 and #890609, #900903.
721 Bug fix: Fixed a typo in tutorial (bug #866143).
722 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
723 Bug fix: Fixed a runtime warning (bug #900087).
724 Bug fix: Changed build shortcut to F11 (bug #877683).
725 Bug fix: Do not defualt to -k make option (bug #875486).
726 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
727 Bug fix: Improved Search and Replace. Fixed crash bug.
728 Bug fix: Fixed bug #910097 (Insert comment).
729 Bug fix: Find-Usage rework (bug #890609).
730 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
731 Bug fix: Fixed Find-Usage crash when no project open
732 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
733 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
734 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
735 Bug fix: Goto the first error if it exists (bug #874380).
736 Bug fix: Save-all for 1 file opened (bug #912618).
737 Bug fix: Fixed conditional breakpoints.
738 Bug fix: Fixed debugger calltips displayed for wrong file.
739 Bug fix: Fixed delete breakpoints.
740 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
741 Bug fix: Fixed a crash bug with debugger attach process dialog
742 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
743 Bug fix: Fixed a memory corruption (bug #921893).
744 Bug fix: Open file starts in right directory (bug #908941).
745 Bug fix: Fixed another crash bug in Find-Usage.
746 Bug fix: Correctly prompts and reponds passwords (bug #894533).
747 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
748 Bug fix: Installs .glade file of libgllade projects (bug #861038).
749 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
750 Bug fix: Fixed ADA syntax highlighting (bug #923474).
751 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
752 Bug fix: Fixed core file loading in debugger.
753 Bug fix: Partially fixed to show long calltips properly (bug #917982).
754 Bug fix: Fixed a crash bug in search replace. (bug #921893).
755 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
756 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
757 Bug fix: Sets filename when saving new files.
758 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
760 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
762 New: "New File" with some options for newly created files
763 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
764 Bug fix: #860906, #859329, #858993, #857605, #878404
765 Bug fix: 169058@bugs.debian.org
766 Bug fix: compile file works with shell expression like `command` now
767 Bug fix: Buildiing on SMP systems
768 Bug fix: debugger improvements & cleanups
769 Bug fix: Sample file confirms to C++-Standard now
770 Bug fix: Use gtk stock icon for editor tabs
771 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
773 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
774 Franco Catrin L and Stefano Vallarino for their patches.
776 From this release on anjuta has two new development responsibilities
777 alongside with Naba Kumar <naba@gnome.org>:
778 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
779 Johannes Schmid <jhs@cvs.gnome.org>
781 If you want to support anjuta development please contact the
782 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
783 You can also make a donation through the SF.net donation system now.
785 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
787 Updated: Prompts users for unsaved files during project closing.
788 Updated: Added checkbox in wizard to enable/disable glade source generation.
789 Updated: Scintilla to version 1.57
790 Bug fix: Crash on preferences with other locales.
791 Bug fix: Freeze ups during build/debugging with other locales.
792 Bug fix: Crash with readonly project files (during saves).
793 Bug fix: Breakpoints bug.
794 Bug fix: Syntax hiliting bug.
795 Bug fix: Avoids error conditions for glade/glademm not found
796 Bug fix: Crash on anjuta exit
797 Bug fix: Crash on project close with unsaved files.
798 Bug fix: Compilation errors with old gcc.
799 Bug fix: Fixed debugger malfunctioning with non-english locales.
800 Bug fix: Crash bug during import.
801 Bug fix: Dnd file drop.
802 Bug fix: Setting breakpoints for c++ files works.
803 Bug fix: Crash bug to multiple open of same file fixed.
804 Bug fix: Enables debug and optimization flags for new projects.
805 Bug fix: Fixed pascal highlighting
806 Bug fix: Fixed build failure with no 'intl' directory.
807 Bug fix: Added filters to find in files.
808 Bug fix: Fixed tutorial
809 Bug fix: Added horizontal scrollbar to description text in wizard.
810 Bug fix: Installs properly even when system.tags file could not be generated.
811 Bug fix: Compiler error with old gcc.
813 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
815 New: Double click on margin toggles bookmark.
816 New: Double click on margin (debugger mode) adds/removes breakpoints.
817 New: Single click on margin (debugger mode) enables/disables breakpoints
818 New: Find previous added.
819 New: Emacs style file modeline in files.
820 Updated: Removed 'page setup' item from the file menu.
821 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
822 Updated: No libzvt dependency (means faster operation).
823 Updated: Performance improvements in Editor.
824 Updated: Documentations revived in docbook xml format.
825 Bug fix: Symbol browser now loads properly for new projects.
826 Bug fix: Fixed many compiler warnings.
827 Bug fix: Fixed crash bug in Application wizard.
828 Bug fix: Fixed crash bug in Project Import.
829 Bug fix: Printing in proper UTF8
830 Bug fix: Fixed crash bug during project creation.
831 Bug fix: Fixed clean-before-build bug.
832 Bug fix: Fixed find in files bugs.
833 Bug fix: Fixed gettext bug with projects.
834 Bug fix: Fixed Autoformat
835 Bug fix: Fixed crash bug with 'Add watch expression'
836 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
838 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
840 New: Support for all text file encodings (can be customized in preferences).
841 New: Line and word selection menu entries (setting shortcuts possible).
842 New: Added *.css files highlighting.
843 Updated: Project window and message window no longer always float above the main window.
844 Updated: Reorganized messages tabs in more sensible order.
845 Updated: Better 'Customize menu' message.
846 Updated: Prompts for 'clean' for modified compiler options.
847 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
848 Updated: Speedier startup (but needs more optimization todo).
849 Updated: New splash.
850 Updated: Some re-organization and cleanups.
851 Updated: Better debugger operations.
852 Updated: Better HIG complient dialogs.
853 Updated: Many many translation updates.
854 Bug fix: Separated -dP and -A flags of CVS update into different options.
855 Bug fix: No more file corruption for non-utf-8 encodings.
856 Bug fix: Removed references to older automake/autoconf in generated projects.
857 Bug fix: Fixed automake errors with old automake in generated projects.
858 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
859 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
860 Bug fix: Backward search works correctly.
861 Bug fix: Fixed shell script to properly detect installed *-config files.
862 Bug fix: Corrected many project generation codes.
863 Bug fix: Fixed compiler errors associated with older gcc.
864 Bug fix: Stack trace output can be activated with double-click.
865 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
866 Bug fix: Properly jumps to correct file/line from build messages.
867 Bug fix: CVS dialogs bug fixes.
868 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
869 Bug fix: Fixed glade/glade-2 confusion in generated projects.
870 Bug fix: Multiple file selection works now.
871 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
872 Bug fix: And many more critical/non-critical bug fixes.
873 Bug fix: Fixed non-working shortcuts (changed to working ones).
875 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
877 New: Ported to GNOME2:
878 New: New Preferences management.
879 New: Tools management.
880 New: Watch and Backtrace moved to messages pane.
881 New: GNOMEVFS based file browser.
882 New: Pango fonts in editor (Anti-Aliased fonts).
883 New: Project configuration for GUI editor and version.
884 New: Advance search and replace (ported from 1.0.x branch).
885 Updated: Scintilla 1.51+ (cvs)
886 Updated: Session management. It now saves tree states.
887 Bug fix: Many
889 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
891 New: Auto-complete takes graphics now.
892 NEW: Auto-complete automatic.
893 New: Per project editor properties
894 New: Sub windows now float above main window.
895 New: Project version and excluded modules configuration.
896 NEW: Errors and warnings indications in editor.
897 New: Tools support and tools editor.
898 New: Incremental search (like emacs I-Search)
899 Bug fix: Printing now takes editor default fonts
900 Bug fix: Rpm package fix
901 Bug fix: ChangeLog insert uses spaces (instead of tabs)
902 Bug fix: Fixed compiler warnings.
903 Bug fix: Fixed debug terminal bug
904 Bug fix: Disabled gladen to remove the libssl dep.
905 Bug fix: brace indentation works properly.
906 Bug fix: Wrap-around search
907 Updated: Upgraded scintilla to 1.49+
908 Updated: Upgraded editor properties and added new properties.
909 Updated: Organized plugins
911 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
913    => Release of Anjuta-1.0-beta1 (beta)
915 This precedes the final release of Anjuta for the 
916 GNOME 1.x platform...
918 New: CVS support for Projects and individual files,
919      file revisions are displayed in Files pane
920 New: Gnome Print support (including syntax colouring)
921 New: Patch plugin to apply diffs
922 New: Application Wizard support for wxWindows, Xlib, 
923      GNOME2, Gtk2 and libglade2 Projects, plus option for 
924          dynamic or static libraries as targets in generic Projects
925 New: user identity preferences enabling new editor functions
926 New: better GNOME integration, now uses configured GNOME URL 
927      handlers
928 New: MIME handling
929 New: Anjuta kickstart tutorial
930 New: automatic expression tips during debugging (hover-and-show)
931 New: compilation warning/error navigation from terminal
932 New: better find functionality
933 New: enhanced file selection widget
934 New: enhanced Evolution-style about dialog
935 New: Automatic Variable display when mouse hovered on the
936      variable name (in dubugger mode).
937 New: Raw memory veiw for debugger (somewhat resembling ghex).
939 Updated: synced to Scintilla 1.46
940 Updated: many usability improvements to the GUI and menus
942 --------------------------------------------------------------------
944 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
946    => Release of Anjuta-0.1.9 (stable)
947    
948 New: messages manager rewritten to use notebook tabs
949 New: symbol and tag browser fully based on TagManager
950 New: embedded terminal window (using zvt)
951 New: Project Import Wizard makes it easier to migrate
952      existing projects to Anjuta (experimental)
953 New: libglade project type added to the Application
954      Wizard
955 New: simple class creator plugin now included
956 New: files autosaved before a build
957 New: more translations - 21 languages now fully or 
958      partially supported
960 Updated: new look for the Application Wizard
961 Updated: UI enhancements
962 Updated: Solaris support improved
963 Updated: many, many bug fixes.....
965 --------------------------------------------------------------------
967 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
969    => Release of Anjuta-0.1.8 (stable)
970    
971 New: integration of new TagManager library - much improved
972      autocompletion and calltips functionality
973 New: multiple file drag-and-drop
974 New: ability to save build message output
975 New: DOS file (CR/LF) handling
976 New: basic plugin hooks added
977 New: many new translations - 17 languages now fully or 
978      partially supported
980 Updated: notebook tabs notify when file has been changed, can be
981          scrolled for browsing
982 Updated: improvements to interactive debugger and communication
983          with gdb
984 Updated: improved find functionality, better dialogs
985 Updated: synced up to version 1.41 of Scintilla, new lexers added
986 Updated: new icons
988 ... plus the usual bug fixes and minor feature additions.
990 --------------------------------------------------------------------
992 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
994    => Release of Anjuta-0.1.7 (stable) - bug fixes release
996 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
997        src/source.c).
998 Fixed: Interface clean up.
999 Updated: HACKING, doc, and others
1000 Updated: french, spanish, turk and japan translations fully up-to-date.
1002 --------------------------------------------------------------------
1004 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
1006    => Release of Anjuta-0.1.6 (stable).
1008 New: Class browser and file browser added in the project manager.
1009 New: GDP standardized docbook documentations.
1010 New: Anjuta faqs documentation.
1011 New: New gnomish icon set and splashscreen.
1012 New: Context sensitive help and gnome api browser
1013      (need Devhelp and the dev books to be installed).
1015 Added: Preferences for setting caret and selection colors.
1016 Fix for gdb version 5.
1017 Closes all files when project is closed.
1018 And many big fixes and minor feature additions.
1019 Translations updated.
1021 Note : the major part of the new project manager has been written but
1022 it needs time to be integrated and tested. That's why it's not present in
1023 this release. 
1025 --------------------------------------------------------------------
1027 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
1029    => Release of Anjuta-0.1.4 (stable).
1031 Calltips provided for Gnome function prototypes (and standard libraries functions).   
1032 Fixed project dir creation bug.
1033 Fixed double accelerators bug.
1034 Fixed source generation bug.
1035 Fixed pixmap creation with NULL window.
1036 i18n bug fix.
1037 Debugger now takes program args.
1038 Japanese translation.
1039 Other minor  bug fixes.
1041 --------------------------------------------------------------------
1043 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
1045    => Release of Third  version (Alpha)  with lots of bugs.
1046    
1047 New Features in Anjuta 0.1.3:
1048 -----------------------------
1050         => Anjuta now integrates Scintilla editing component:
1051         ----------------------------------------------------
1052                 * Automatic syntax hilighting (using lexers).
1053                 * Code folding/hiding .
1054                 * Linenumbers/markers display.
1055                 * Text zooming.
1056                 * Text autocompletion
1057                 * Automatic indentation and indentation guides
1058                 * ... and much more.
1060         => Dynamic Project Management:
1061         -----------------------------
1062                 * Anjuta no longer uses the template based project management.
1063                 * Provides project configuration.
1064                 * Added two more modules in project management:
1065                         (Help module and Translation module).
1066                 * Added BONOBO support and BONOBO application wizard.
1067                 
1068         => Java style Properties management:
1069         -----------------------------------
1070                 Now uses Java style properties management. Which makes
1071                 it highly configurable, both from distributor's and user's side.
1072         
1073         => Supports for Other languages added:
1074         -------------------------------------
1075                 * Java, Perl, Python, LaTeX, 
1076                 ... and others can be user configurable.
1077                 
1078         => On-Board command editor:
1079         --------------------------
1080                 Facilitates customization of commands used
1081                 for compiling, building and execution.
1082         
1083         => Provides Hilite style editor:
1084         -------------------------------
1085                 Used for customizing Syntax hiliting style.
1086         
1087         => More intelligent messaging system:
1088         -----------------------------------
1089                 * Now error messages (or messages in general)
1090                 can be browsed using go to Prev/Next message,
1091                 goto start/end of block and goto matching braces.
1092         
1093         => Bookmarks management:
1094         -----------------------
1095                 Anjuta has now supported Bookmarks
1096                 management.
1097         
1098         => Debugger:
1099         -----------
1100                 * Now breakpoints can be toggled Onboard.
1101                 * Added Run to cursor.
1102                 * Fixed some earlier bugs.
1103         
1104         => Added Two more toolbars:
1105         --------------------------
1106                 * Browser toolbar for browsing messages,
1107                 bookmarks and code blocks.
1108                 * Format toolbar for easy formatting
1109                 of code statements.
1110                 
1111         => Application GUI:
1112         ------------------
1113                 * Smarter and more informative status bar.
1114                 * Improved memory to remember Application
1115                 GUI configuration between sessions.
1117 Thing that I forgot to change:
1118 ------------------------------
1119         => Anjuta Online manual. It's still the old one.
1120         so, new users may find it a bit annoying to learn
1121         the controls, especially those who are young
1122         in programming.
1124 --------------------------------------------------------------------
1125 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
1127    => Release of 0.1.2 beta2  version  with lesser bugs.
1129 --------------------------------------------------------------------
1130 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
1132    => Release of second version (Beta) with lesser bugs.
1134    => Minor fixes in Doc files.
1135    => Fixed to ignore non-existent dir for blank prj.
1136    => More checking in project creation, especially to confirm
1137         that the prj file already does not exist.
1138    => Now Menu item "Format/Detach current document" is inactive
1139         when there is no document opened.
1140    => Improved Library settings GUI.
1141    => Can now enable/disable added libraries.
1142    => Stock libs provided for ease of entry.
1144 --------------------------------------------------------------------
1145 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
1147   => Release of first version (Beta) with lots of bugs.
1148         
1149 --------------------------------------------------------------------