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