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