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