* tagmanager/tm_workspace.c,
[anjuta-git-plugin.git] / NEWS
blob2df61a13215e356d3cb07104e810a495b8c69a6e
1 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
3 New: GtkSourceView based editor
4 New: Project configuration
5 New: Valgrind plugin
6 New: Tab drag&drop in Editor
7 Updated: Manual and FAQ
9 Improved: global tags can now be updated after installation
10 Improved: Remember toolbars on restart
11 Improved: Tag manager now knows about classes/namespaces which
12 should make C++ programming much more easy (IComplete)
13 Improved: Devhelp plugin improved but we still have linking problems
14 Improved: Scintilla is now up-to-date 1.68
16 Known issues:
17 - Glade plugin crashes because of namespace conflict with libglade (#341073)
18 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
20 Bug fixes:
21 #171314         Anjuta crash when trying to do "stream comment"
22 #311420         Crash on terminal deactivation
23 #317454         Anjuta crash when array lenght is incorrect
24 #332084         Anjuta crashes, when Ctrl+c is pressed.
25 #170467         crash when changing fonts and color in the preferences di...
26 #172442         inserting empty box comment
27 #172666         cvs diff does not always obtain full diff
28 #300231         Find pane non-functional
29 #304495         Project saved as fullscreen
30 #304641         Can't type the "-character
31 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
32 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
33 #305587         gtkmm project compile crash
34 #306790         doble click in a message, doesn't find the file.
35 #306966         Search tool on the tool bar don't work correctly
36 #306970         The order of the command buttons "Close" - "Search" - "St...
37 #307800         Crashes when project directory removed from command line.
38 #307810         Can't configure a project after creating with new project...
39 #307872         Remember Configure and autogen options for the next time
40 #307879         Crashed when exiting
41 #308870         Glade Plugin Won't open Glade file.
42 #309153         code cleanup use glib/gi18n.h
43 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
44 #309526         Help->ReportBugs points to removed bug tracking system
45 #309688         When committing a file that is loaded, I get a file-modif...
46 #311710         freeze in __lll_mutex_lock_wait () after crash?
47 #312566         Patch that will fix another make -j 10 problem
48 #312666         Return "F3" to execute project
49 #314069         Window gets hidden when using glade3 plugin
50 #315188         Project Wizard Problems
51 #315218         anjuta 2.0 freeze on opening my project
52 #315521         Failed to compile HEAD-hourly-2005-09-05-18
53 #316731         Can not add new encodings
54 #320338         Colors of tab menu labels
55 #320341         Critical error in debugger "locals" window.
56 #321090         Wrong array/struct/union var type display in locals windows
57 #321455         Ask for root password when installing
58 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
59 #322744         New anjuta plugin project configured incorrectly
60 #324572         anjuta crashes on open
61 #328209         Crash when opening a file while an unsaved new file is open
62 #332161         Test editor not opening
63 #333601         GPL headers are first to c-header template.
64 #333606         Macro contain hyphen
65 #334663         Allow to set a parent class to new GObject class
66 #335142         crash when opeing a second file
67 #336389         Should check for libwnck
68 #107510         Excessive messages marked for translation in anjuta
69 #304650         make -j CPUS doesn't always work for anjuta2
70 #334546         No more lookup widget
71 #312319         Opening files when Anjuta is already open
72 #339296         Wizard can't cope with insufficient permissions in project target directory
74 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
76 New: Group and target properties (for automake based projects)
77 New: Improvements in class heirarchy. Added members view.
78 New: Tools plugin improvements and scripts as tools.
79 New: Prepare-ChangeLog tool.
80 New: Find-Fixmes tool.
81 New: Project translation status tool.
82 New: Save and restore editor current line positions.
83 New: Added configure flags to enable/disable optional plugins.
84 New: Message saving from menu.
85 New: Message manager context menu.
86 New: Remember plugins profile for project sessions.
87 Mew: Progress bar implementation.
88 New: Better progress bar in splash.
89 New: General preferences page.
90 New: "Add to project" in file wizard and class wizard implemented.
91 New: glade plugin improvements.
92 Updated: RPM spec file
93 Bug fix: Fixed lots of project import bugs.
94 Bug fix: Group and target removal.
95 Bug fix: Fixed Message tab position preferece.
96 Bug fix: Scroll messages on next/previous.
97 Bug fix: Fixed crash on project Import
98 Bug fix: Fixed crash on terminal dockings.
99 Bug fix: Fixed crash on exit (after using save-as dialog once).
100 Bug fix: Fixed crash on exit.
101 Bug fix: Fixed mime installation screw-up
102 Bug fix: Fixed installation paths.
103 Bug fix: Fixed 64bit arch build problems
104 Bug fix: Fixed Autoformat/indent problems.
105 Bug fix: Fixed Keyboard shortcuts for message navigation.
106 Bug fix: Fixed graphviz build problems.
107 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
108 Bug fix: Fixed default font names and sizes.
109 Bug fix: Fixed errors in opening zero sized files.
110 Bug fix: Fixed buttons order in open dialog.
112 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
114 Architecture and code base:
115 New: New plugin architecture and all IDE components ported to this framework.
116 New: Complex docking shell that allows arbitrary docking of IDE widgets.
117 New: Dynamic plugin activation and deactivation.
118 New: Extensible architecture.
119 New: Plugins can interact with other plugins through interface.
120 New: Plugins can install dynamic UIs (menus/toolbars), including installing
121          context menus in other plugins.
122 New: Shell and Plugin API documentation.
124 Integration:
125 New: Integrated help system with Devhelp.
126 New: Integrated glade UI designer (incomplete).
128 Editor plugin:
129 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
130 New: Editor split views.
131 New: Automatic indentation with tabbing.
132 New: More syntax highlighting lexers
133 New: Split multiple views of document
134 New: Remote editing (full gnome-vfs support)
135 New: Real-time file modification monitor.
137 Project management and build plugin:
138 New: Multiple parallel builds and independent debugging and execution.
139 New: Synchronous project management (simultaneous manual and automatic management)
140 New: Mime based filemanager and desktop integration.
142 Other plugins:
143 New: Task Manager.
144 New: Macro plugin allows inserting predefined and user defined texts (macros).
145 New: Easily extensible template based project wizards (based on autogen).
146 New: Symbol search plugin.
147 New: C++ and GObject based class wizard.
148 New: Class inheritance diagram plugin.
149 New: Subversion plugin (incomplete)
150 New: Session management framework.
151 Updated: Debuger uses GDB machine-interface.
152 Updated: CVS plugin
153 Updated: Pretty much everyting.
155 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
157 New: Anjuta advanced tutorial
158 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
159 Bug fix: Use build.silent option from preferences (bug #895726)
160 Bug fix: Use font style defined for message indicators (bug #885032)
161 Bug fix: Set bold color as foreground color in terminal (bug #864924)
162 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
163 Bug fix: Fixed return value when dest file could not be created.
164 Bug fix: Fixed a typo in Hello World indentation style.
165 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
166 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
167 Bug fix: Fixed a compiler warnings.
168 Bug fix: Disabled printing of long debug lines.
169 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
170 Bug fix: Fixed a program execution crash bug.
171 Bug fix: Fixed Crash on Find & Replace (#887833)
172 Bug fix: Use defined file name when saving new files (fixes bug #898105).
173 Bug fix: Don't change filename when clicking on a directory.
174 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
175 Bug fix: Do not reload new files (bug #900897).
176 Bug fix: Disconnects menuitem signal properly (bug #901723).
177 Bug fix: Fixed bugs #890609 and #890609, #900903.
178 Bug fix: Fixed a typo in tutorial (bug #866143).
179 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
180 Bug fix: Fixed a runtime warning (bug #900087).
181 Bug fix: Changed build shortcut to F11 (bug #877683).
182 Bug fix: Do not defualt to -k make option (bug #875486).
183 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
184 Bug fix: Improved Search and Replace. Fixed crash bug.
185 Bug fix: Fixed bug #910097 (Insert comment).
186 Bug fix: Find-Usage rework (bug #890609).
187 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
188 Bug fix: Fixed Find-Usage crash when no project open
189 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
190 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
191 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
192 Bug fix: Goto the first error if it exists (bug #874380).
193 Bug fix: Save-all for 1 file opened (bug #912618).
194 Bug fix: Fixed conditional breakpoints.
195 Bug fix: Fixed debugger calltips displayed for wrong file.
196 Bug fix: Fixed delete breakpoints.
197 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
198 Bug fix: Fixed a crash bug with debugger attach process dialog
199 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
200 Bug fix: Fixed a memory corruption (bug #921893).
201 Bug fix: Open file starts in right directory (bug #908941).
202 Bug fix: Fixed another crash bug in Find-Usage.
203 Bug fix: Correctly prompts and reponds passwords (bug #894533).
204 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
205 Bug fix: Installs .glade file of libgllade projects (bug #861038).
206 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
207 Bug fix: Fixed ADA syntax highlighting (bug #923474).
208 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
209 Bug fix: Fixed core file loading in debugger.
210 Bug fix: Partially fixed to show long calltips properly (bug #917982).
211 Bug fix: Fixed a crash bug in search replace. (bug #921893).
212 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
213 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
214 Bug fix: Sets filename when saving new files.
215 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
217 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
219 New: "New File" with some options for newly created files
220 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
221 Bug fix: #860906, #859329, #858993, #857605, #878404
222 Bug fix: 169058@bugs.debian.org
223 Bug fix: compile file works with shell expression like `command` now
224 Bug fix: Buildiing on SMP systems
225 Bug fix: debugger improvements & cleanups
226 Bug fix: Sample file confirms to C++-Standard now
227 Bug fix: Use gtk stock icon for editor tabs
228 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
230 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
231 Franco Catrin L and Stefano Vallarino for their patches.
233 From this release on anjuta has two new development responsibilities
234 alongside with Naba Kumar <naba@gnome.org>:
235 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
236 Johannes Schmid <jhs@cvs.gnome.org>
238 If you want to support anjuta development please contact the
239 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
240 You can also make a donation through the SF.net donation system now.
242 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
244 Updated: Prompts users for unsaved files during project closing.
245 Updated: Added checkbox in wizard to enable/disable glade source generation.
246 Updated: Scintilla to version 1.57
247 Bug fix: Crash on preferences with other locales.
248 Bug fix: Freeze ups during build/debugging with other locales.
249 Bug fix: Crash with readonly project files (during saves).
250 Bug fix: Breakpoints bug.
251 Bug fix: Syntax hiliting bug.
252 Bug fix: Avoids error conditions for glade/glademm not found
253 Bug fix: Crash on anjuta exit
254 Bug fix: Crash on project close with unsaved files.
255 Bug fix: Compilation errors with old gcc.
256 Bug fix: Fixed debugger malfunctioning with non-english locales.
257 Bug fix: Crash bug during import.
258 Bug fix: Dnd file drop.
259 Bug fix: Setting breakpoints for c++ files works.
260 Bug fix: Crash bug to multiple open of same file fixed.
261 Bug fix: Enables debug and optimization flags for new projects.
262 Bug fix: Fixed pascal highlighting
263 Bug fix: Fixed build failure with no 'intl' directory.
264 Bug fix: Added filters to find in files.
265 Bug fix: Fixed tutorial
266 Bug fix: Added horizontal scrollbar to description text in wizard.
267 Bug fix: Installs properly even when system.tags file could not be generated.
268 Bug fix: Compiler error with old gcc.
270 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
272 New: Double click on margin toggles bookmark.
273 New: Double click on margin (debugger mode) adds/removes breakpoints.
274 New: Single click on margin (debugger mode) enables/disables breakpoints
275 New: Find previous added.
276 New: Emacs style file modeline in files.
277 Updated: Removed 'page setup' item from the file menu.
278 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
279 Updated: No libzvt dependency (means faster operation).
280 Updated: Performance improvements in Editor.
281 Updated: Documentations revived in docbook xml format.
282 Bug fix: Symbol browser now loads properly for new projects.
283 Bug fix: Fixed many compiler warnings.
284 Bug fix: Fixed crash bug in Application wizard.
285 Bug fix: Fixed crash bug in Project Import.
286 Bug fix: Printing in proper UTF8
287 Bug fix: Fixed crash bug during project creation.
288 Bug fix: Fixed clean-before-build bug.
289 Bug fix: Fixed find in files bugs.
290 Bug fix: Fixed gettext bug with projects.
291 Bug fix: Fixed Autoformat
292 Bug fix: Fixed crash bug with 'Add watch expression'
293 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
295 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
297 New: Support for all text file encodings (can be customized in preferences).
298 New: Line and word selection menu entries (setting shortcuts possible).
299 New: Added *.css files highlighting.
300 Updated: Project window and message window no longer always float above the main window.
301 Updated: Reorganized messages tabs in more sensible order.
302 Updated: Better 'Customize menu' message.
303 Updated: Prompts for 'clean' for modified compiler options.
304 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
305 Updated: Speedier startup (but needs more optimization todo).
306 Updated: New splash.
307 Updated: Some re-organization and cleanups.
308 Updated: Better debugger operations.
309 Updated: Better HIG complient dialogs.
310 Updated: Many many translation updates.
311 Bug fix: Separated -dP and -A flags of CVS update into different options.
312 Bug fix: No more file corruption for non-utf-8 encodings.
313 Bug fix: Removed references to older automake/autoconf in generated projects.
314 Bug fix: Fixed automake errors with old automake in generated projects.
315 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
316 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
317 Bug fix: Backward search works correctly.
318 Bug fix: Fixed shell script to properly detect installed *-config files.
319 Bug fix: Corrected many project generation codes.
320 Bug fix: Fixed compiler errors associated with older gcc.
321 Bug fix: Stack trace output can be activated with double-click.
322 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
323 Bug fix: Properly jumps to correct file/line from build messages.
324 Bug fix: CVS dialogs bug fixes.
325 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
326 Bug fix: Fixed glade/glade-2 confusion in generated projects.
327 Bug fix: Multiple file selection works now.
328 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
329 Bug fix: And many more critical/non-critical bug fixes.
330 Bug fix: Fixed non-working shortcuts (changed to working ones).
332 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
334 New: Ported to GNOME2:
335 New: New Preferences management.
336 New: Tools management.
337 New: Watch and Backtrace moved to messages pane.
338 New: GNOMEVFS based file browser.
339 New: Pango fonts in editor (Anti-Aliased fonts).
340 New: Project configuration for GUI editor and version.
341 New: Advance search and replace (ported from 1.0.x branch).
342 Updated: Scintilla 1.51+ (cvs)
343 Updated: Session management. It now saves tree states.
344 Bug fix: Many
346 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
348 New: Auto-complete takes graphics now.
349 NEW: Auto-complete automatic.
350 New: Per project editor properties
351 New: Sub windows now float above main window.
352 New: Project version and excluded modules configuration.
353 NEW: Errors and warnings indications in editor.
354 New: Tools support and tools editor.
355 New: Incremental search (like emacs I-Search)
356 Bug fix: Printing now takes editor default fonts
357 Bug fix: Rpm package fix
358 Bug fix: ChangeLog insert uses spaces (instead of tabs)
359 Bug fix: Fixed compiler warnings.
360 Bug fix: Fixed debug terminal bug
361 Bug fix: Disabled gladen to remove the libssl dep.
362 Bug fix: brace indentation works properly.
363 Bug fix: Wrap-around search
364 Updated: Upgraded scintilla to 1.49+
365 Updated: Upgraded editor properties and added new properties.
366 Updated: Organized plugins
368 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
370    => Release of Anjuta-1.0-beta1 (beta)
372 This precedes the final release of Anjuta for the 
373 GNOME 1.x platform...
375 New: CVS support for Projects and individual files,
376      file revisions are displayed in Files pane
377 New: Gnome Print support (including syntax colouring)
378 New: Patch plugin to apply diffs
379 New: Application Wizard support for wxWindows, Xlib, 
380      GNOME2, Gtk2 and libglade2 Projects, plus option for 
381          dynamic or static libraries as targets in generic Projects
382 New: user identity preferences enabling new editor functions
383 New: better GNOME integration, now uses configured GNOME URL 
384      handlers
385 New: MIME handling
386 New: Anjuta kickstart tutorial
387 New: automatic expression tips during debugging (hover-and-show)
388 New: compilation warning/error navigation from terminal
389 New: better find functionality
390 New: enhanced file selection widget
391 New: enhanced Evolution-style about dialog
392 New: Automatic Variable display when mouse hovered on the
393      variable name (in dubugger mode).
394 New: Raw memory veiw for debugger (somewhat resembling ghex).
396 Updated: synced to Scintilla 1.46
397 Updated: many usability improvements to the GUI and menus
399 --------------------------------------------------------------------
401 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
403    => Release of Anjuta-0.1.9 (stable)
404    
405 New: messages manager rewritten to use notebook tabs
406 New: symbol and tag browser fully based on TagManager
407 New: embedded terminal window (using zvt)
408 New: Project Import Wizard makes it easier to migrate
409      existing projects to Anjuta (experimental)
410 New: libglade project type added to the Application
411      Wizard
412 New: simple class creator plugin now included
413 New: files autosaved before a build
414 New: more translations - 21 languages now fully or 
415      partially supported
417 Updated: new look for the Application Wizard
418 Updated: UI enhancements
419 Updated: Solaris support improved
420 Updated: many, many bug fixes.....
422 --------------------------------------------------------------------
424 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
426    => Release of Anjuta-0.1.8 (stable)
427    
428 New: integration of new TagManager library - much improved
429      autocompletion and calltips functionality
430 New: multiple file drag-and-drop
431 New: ability to save build message output
432 New: DOS file (CR/LF) handling
433 New: basic plugin hooks added
434 New: many new translations - 17 languages now fully or 
435      partially supported
437 Updated: notebook tabs notify when file has been changed, can be
438          scrolled for browsing
439 Updated: improvements to interactive debugger and communication
440          with gdb
441 Updated: improved find functionality, better dialogs
442 Updated: synced up to version 1.41 of Scintilla, new lexers added
443 Updated: new icons
445 ... plus the usual bug fixes and minor feature additions.
447 --------------------------------------------------------------------
449 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
451    => Release of Anjuta-0.1.7 (stable) - bug fixes release
453 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
454        src/source.c).
455 Fixed: Interface clean up.
456 Updated: HACKING, doc, and others
457 Updated: french, spanish, turk and japan translations fully up-to-date.
459 --------------------------------------------------------------------
461 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
463    => Release of Anjuta-0.1.6 (stable).
465 New: Class browser and file browser added in the project manager.
466 New: GDP standardized docbook documentations.
467 New: Anjuta faqs documentation.
468 New: New gnomish icon set and splashscreen.
469 New: Context sensitive help and gnome api browser
470      (need Devhelp and the dev books to be installed).
472 Added: Preferences for setting caret and selection colors.
473 Fix for gdb version 5.
474 Closes all files when project is closed.
475 And many big fixes and minor feature additions.
476 Translations updated.
478 Note : the major part of the new project manager has been written but
479 it needs time to be integrated and tested. That's why it's not present in
480 this release. 
482 --------------------------------------------------------------------
484 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
486    => Release of Anjuta-0.1.4 (stable).
488 Calltips provided for Gnome function prototypes (and standard libraries functions).   
489 Fixed project dir creation bug.
490 Fixed double accelerators bug.
491 Fixed source generation bug.
492 Fixed pixmap creation with NULL window.
493 i18n bug fix.
494 Debugger now takes program args.
495 Japanese translation.
496 Other minor  bug fixes.
498 --------------------------------------------------------------------
500 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
502    => Release of Third  version (Alpha)  with lots of bugs.
503    
504 New Features in Anjuta 0.1.3:
505 -----------------------------
507         => Anjuta now integrates Scintilla editing component:
508         ----------------------------------------------------
509                 * Automatic syntax hilighting (using lexers).
510                 * Code folding/hiding .
511                 * Linenumbers/markers display.
512                 * Text zooming.
513                 * Text autocompletion
514                 * Automatic indentation and indentation guides
515                 * ... and much more.
517         => Dynamic Project Management:
518         -----------------------------
519                 * Anjuta no longer uses the template based project management.
520                 * Provides project configuration.
521                 * Added two more modules in project management:
522                         (Help module and Translation module).
523                 * Added BONOBO support and BONOBO application wizard.
524                 
525         => Java style Properties management:
526         -----------------------------------
527                 Now uses Java style properties management. Which makes
528                 it highly configurable, both from distributor's and user's side.
529         
530         => Supports for Other languages added:
531         -------------------------------------
532                 * Java, Perl, Python, LaTeX, 
533                 ... and others can be user configurable.
534                 
535         => On-Board command editor:
536         --------------------------
537                 Facilitates customization of commands used
538                 for compiling, building and execution.
539         
540         => Provides Hilite style editor:
541         -------------------------------
542                 Used for customizing Syntax hiliting style.
543         
544         => More intelligent messaging system:
545         -----------------------------------
546                 * Now error messages (or messages in general)
547                 can be browsed using go to Prev/Next message,
548                 goto start/end of block and goto matching braces.
549         
550         => Bookmarks management:
551         -----------------------
552                 Anjuta has now supported Bookmarks
553                 management.
554         
555         => Debugger:
556         -----------
557                 * Now breakpoints can be toggled Onboard.
558                 * Added Run to cursor.
559                 * Fixed some earlier bugs.
560         
561         => Added Two more toolbars:
562         --------------------------
563                 * Browser toolbar for browsing messages,
564                 bookmarks and code blocks.
565                 * Format toolbar for easy formatting
566                 of code statements.
567                 
568         => Application GUI:
569         ------------------
570                 * Smarter and more informative status bar.
571                 * Improved memory to remember Application
572                 GUI configuration between sessions.
574 Thing that I forgot to change:
575 ------------------------------
576         => Anjuta Online manual. It's still the old one.
577         so, new users may find it a bit annoying to learn
578         the controls, especially those who are young
579         in programming.
581 --------------------------------------------------------------------
582 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
584    => Release of 0.1.2 beta2  version  with lesser bugs.
586 --------------------------------------------------------------------
587 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
589    => Release of second version (Beta) with lesser bugs.
591    => Minor fixes in Doc files.
592    => Fixed to ignore non-existent dir for blank prj.
593    => More checking in project creation, especially to confirm
594         that the prj file already does not exist.
595    => Now Menu item "Format/Detach current document" is inactive
596         when there is no document opened.
597    => Improved Library settings GUI.
598    => Can now enable/disable added libraries.
599    => Stock libs provided for ease of entry.
601 --------------------------------------------------------------------
602 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
604   => Release of first version (Beta) with lots of bugs.
605         
606 --------------------------------------------------------------------