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