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