project-wizard: Use dist_doc_DATA for documentation text files
[anjuta.git] / NEWS
blobec898fd841ae92ad23451fbd1de4f1aaa2917058
1 Anjuta 3.8.0 (March 24, 2013) -- James Liggett
3 This is a new stable version of Anjuta and all users should update to this
4 version as all 3.6.x versions become unsupported at this point.
6 Summary of the major changes between 3.6.x and 3.8:
8 - Various bug fixes across many different plugins, including git, debug-manager,
9   document-manager, python, glade, project-wizard and libanjuta. See the shortlog
10   for complete details. 
12 - Two new plugins (Carl-Anton Ingmarsson):
13   1. jhbuild build plugin
14   2. Quick-open
16 Bugs fixed:
17 project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
18 python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
19 git: bgo#691044 - typo in git-cherry-pick menu
20 am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
21 build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
22 am-project: bgo#683728 - Project browser is not updated when files are added or removed
23 am-project: bgo #681051 - Folder properties dialog can't be close with ESC
24 am-project: bgo #681050 - Double click on folder in project view open properties window
25 am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
26 git: Fix bgo 687145 - Critical warning when switching git pane
27 project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
28 build-basic-autotools: bgo#686911 - Path of Vala source files passed to message pane is wrong
29 build-basic-autotools:bgo#688293 - build-basic-autotools: Fix invalid read
30 anjuta: bgo #688609 - Saved dock positions not applied when opening a project
31 libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
33 Thanks to everybody who has helped this cycle and all translators.
35 Akom Chotiphantawanon (2):
36       Updated Thai translation
37       Updated Thai translation
39 Alexander Shopov (1):
40       Updated Bulgarian translation
42 Alexandre Franke (1):
43       Update French translation
45 Anish A (1):
46       Updated Malayalam Localization
48 Arnel A. Borja (3):
49       indentation-c-style: Fix "parenthesis" typos
50       symbol-db: Fix "parenthesis" typos
51       quick-open: Fix typo in distributed files
53 Ask H. Larsen (1):
54       Updated Danish translation
56 Aurimas Černius (2):
57       Updated Lithuanian translation
58       Updated Lithuanian translation
60 B.Prathibha (1):
61       Added keywords in desktop file.
63 Balázs Úr (1):
64       Updated Hungarian translation
66 Carl-Anton Ingmarsson (149):
67       run-program: use AnjutaEnvironmentEditor instead of implementing our own version.
68       jhbuild: new plugin to build/run program inside the jhbuild environment.
69       indentation-c-style: be more picky when completing braces.
70       indentation-c-style: remove java_indentation() method
71       indentation-c-style: When removing opening bracket also remove the closing one.
72       sourceview: don't emit change events after doing an undo
73       indentation-c-style: Change plugin.c modeline to spaces
74       indentation-c-style: Enable the plugin for JavaScript source files.
75       indentation-c-style: Rename action group to "C Indentation" and remove it on deactivation.
76       indentation-python-style: Rename action group to "Python Indentation".
77       Fix compile errors regarding undeclared functions.
78       document-manager: Fix various compile warnings.
79       anjuta-window: Don't call gtk_widget_show_all when setting up widget.
80       document-manager: Support showing open documents in a combobox.
81       document-manager: Remove obsolete code for tabbing between documents.
82       indentation-c-style: Update preferences UI file to gtk+-3
83       indentation-c-style: Fix modeline in plugin.c
84       indentation-c-style: Fix get_line_indentation().
85       indentation-c-style: Add option whether paranthesis alignment should only use spaces.
86       file-manager: Fix invalid unref of NULL pointer.
87       document-manager: use on_close_file_activate() when closing file using combo close button.
88       document-manager: Show dirty character "*" and "[read-only]" in combo filename.
89       document-manager: Add search_box to document manager box directly.
90       document-manager: hide search box when pressing escape inside the document widget.
91       libanjuta: use g_spawn_sync instead of fork() and waitpid()
92       debug-manager: use g_spawn_sync() instead of fork() and waitpid()
93       document-manager: Never disable "find in files" action.
94       git: Fix assertion when running g_signal_handlers_disconnect on already destroyed widget.
95       git: Fix assertion when running g_hash_table_unref() on a NULL pointer.
96       debug-manager: Fix accessing of invalid tree models.
97       document-manager: Update combo filenames when the project changes.
98       glade: Fix the palette not being shown.
99       glade: Fix the images in the palette toggles used for choosing the edit mode.
100       symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
101       indentation-c-style: Fix logic error from e27cade3ec1ce883182ff1b99637d781ae6b128c
102       symbol-db: Use a vertical box for the search view.
103       document-manager: Fix disconnection of GtkNotebook "switch-page" signal.
104       anjuta-plugin-handle: Use g_hash_table_remove_all instead of g_hash_table_foreach_remove.
105       file-manager: Keep a weak reference to the IAnjutaVcs object in FileModel.
106       plugin-manager: Fix dependents checking on wrong object in should_unload().
107       file-manager: Unref the FileModel reference when the FileView gets finalized.
108       run-program: Keep a weak reference to the IAnjutaTerminal we run the program in.
109       plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
110       anjuta: Fix destruction of the AnjutaUI instance.
111       libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
112       glade: Add toggle buttons for margin and align editing.
113       anjuta: Fix destruction of AnjutaPreferences instance.
114       sourceview: Don't store the builder for the preferences in a global variable.
115       am-project: Change the "Dependencies loop in variables" warning to a debug print.
116       plugin-manager: Clean up memory management.
117       plugin-manager: Directly use anjuta_plugin_deactivate in unload_all_plugins().
118       profile-manager: Add new close() function.
119       anjuta: unload all plugins before closing a window.
120       anjuta: Remove "exiting" signal from AnjutaShell.
121       symbol-db: Remove buffer update timeout when plugin gets deactivated.
122       document-manager: Remove autosave timeout when the plugin is deactivated.
123       build-basic-autotools: Disconnect all signals on editors when the plugin is deactivated.
124       build-basic-autotools: Remove idle for updating indicators when plugin is deactivated.
125       git: Fix compile warnings.
126       symbol-db: When updating a symbol try to update the closest one.
127       run-program: Default to Yes in "The program is already running" dialog.
128       sourceview: keep ref on SourceViewIO during call to input_stream_read_async().
129       symbol-db: rename sdb_engine_get_tuple_id_by_unique_name4()...
130       sourceview: Don't check if objects are not NULL before calling g_clear_object().
131       sourceview: Add marks to an unloaded document the same way we reload marks.
132       sourceview: Detect that a ifile_open() is a reload and save marks and position.
133       libanjuta: Add "document-[added|removed]" signals to IAnjutaDocumentManager.
134       document-manager: Emit "document-[added|removed]" signals.
135       debug-manager: use IAnjutaDocumentManager::document-added to add breakpoints to editor.
136       debug-manager: Fix two leaks of GFile objects.
137       document-manager: sort files in document combo in ascending order.
138       libanjuta: Fix IAnjutaFile::opened signal documentation.
139       am-project: Fix leak of GMatchInfo in split_automake_variable().
140       starter: Fix leak of GtkRecentInfo.
141       symbol-db: Fix leaks of two GPtrArrays in do_import_system_sources_after_abort()
142       file-loader: Fix leak of GtkRecentInfos in the RecentChooserMenu.
143       symbol-db: Fix leak of file_abs_path in symbol_db_engine_update_project_symbols().
144       project-manager: Fix leak of the nodes GList in gbf_project_view_update_tree().
145       symbol-db: Fix leak of prj_elements_list in do_check_offline_files_changed()
146       file-loader: Fix leak of plugin names in sort_wizards()
147       debug-manager: Default to Yes in "The program is running" dialog.
148       snippets-manager: Fix faulty assertion in snippets_db_dispose().
149       libanjuta: Actually free stuff in AnjutaPkgConfigChooser::finalize.
150       symbol-db: Add update_flag to the symbol unique constraint.
151       file-manager: Fix compile warning.
152       git: Fix destruction of GitLogPane.
153       sourceview: Fix leak of list of GtkSourceCompletionItem.
154       sourceview: connect settings notifications with g_signal_connect_object().
155       language-support-js: Fix g_object_unref() of NULL object.
156       Add new quick-open plugin.
157       file-manager: Use a GFile instead of an URI for the base path property.
158       file-manager: Add option for showing the currently edited file in the file manager.
159       file-manager: Enable typeahead search.
160       file-manager: Fix leak of GtkTreeModelSort.
161       file-manager: Add "Show in File manager" action to document popup.
162       document-manager: make the search files options span two cells of the top grid
163       document-manager: remove usage of unneeded initialized variable in class_init
164       symbol-db: fix symbols view label box to be horizontal
165       libanjuta: don't use deprecated functions in AnjutaAsyncCommand
166       sourceview: use gtk_widget_preferred_size instead of gtk_widget_size_request
167       sourceview: use G_PRIORITY_DEFAULT for IO
168       anjuta: reduce size of toolbar buttons to GTK_ICON_SIZE_MENU
169       indentation-c-style: enable the plugin for IDL files
170       quick-open: remove duplicate declaration
171       document-manager: connect to toplevel SearchBox keypress to handle closing
172       quick-open: remove doc from list in quick_open_dialog_remove_document()
173       document-manager: emit "document-removed" for open documents in dispose
174       language-support-cpp-java: change modeline of plugin.c
175       language-support-cpp-java: don't use deprecated g_string_down()
176       language-support-cp-java: fix crasher when swapping header/source
177       file-manager: don't try to select document which has no file yet
178       devhelp: Port to webkitgtk2
179       class-gen: fix compile warnings
180       project-wizard: move license templates to data/
181       class-gen: generate license the same way as project-wizard
182       class-gen: output filename instead of project name before copyright
183       class-gen: Always generate GObject private structure
184       build-basic-autotools: don't let build directory button expand
185       jhbuild: Extract libdir from newly added JHBUILD_LIBDIR environment variable.
186       jhbuild: Translate error messages.
187       sourceview: mark clearing of buffer as a not undoable action
188       sourceview: use etag to only emit "changed" when file was externally modified
189       symbol-db: fix compile warnings
190       libanjuta: Add new AnjutaCompletion object for prefix matching
191       libanjuta: Add basic tests for AnjutaCompletion
192       parser-cxx: use AnjutaCompletion instead of deprecated GCompletion
193       parser-cxx: remove unused ParserCxxAssistContext
194       python-assist: use AnjutaCompletion instead of GCompletion
195       python-assist: remove unused PythonAssistContext
196       python-assist: don't use deprecated functions
197       git.mk: update to the latest version
198       Include git.mk in Makefiles where it was missing
199       message-view: fix compile warnings
200       sourceview: only update stored etag if save was succesful
201       libanjuta: keep a ref on the AnjutaAsyncCommand when its thread is run
202       git: use g_signal_connect_object() in GitLogCommand
203       git: use g_signal_connect_object() to connect to commands in GitLogPane
204       git: fix up memory management of log model
205       git: properly unset the log command in the case the command failed
206       file-manager: make file_view_show_extended_data() more robust
207       parser-cxx: use g_signal_connect_object() to connect to query signals
208       message-view: use g_type_class_add_private() to add private struct
209       sourceview: move all construction of Sourceview into constructed
210       sourceview: keep a separate reference to AnjutaShell in SourceviewIO
211       sourceview: only cancel open operations when closing editor
212       sourceview: add checks to SourceviewIO that the parent Sourceview is alive
213       sourceview: don't take extra refs during open/save
214       sourceview: use g_signal_connect_object() to connect to io signals
215       symbol-db: don't allow or set null scope_definition_id and scope_id.
217 Chao-Hsiung Liao (1):
218       Updated Traditional Chinese translation(Hong Kong and Taiwan)
220 Christian Kirbach (4):
221       Updated German manual translation
222       Updated German help translation
223       Updated German translation (fixed mismatched tags)
224       Updated German translation
226 Daniel Mustieles (12):
227       Updated Spanish translation
228       Updated Spanish translation
229       Updated Spanish translation
230       Updated Spanish translation
231       Removed markup from UI file
232       Updated Spanish translation
233       Updated Spanish translation
234       Updated Spanish translation
235       Updated Spanish translation
236       Updated Spanish translation
237       Updated Spanish translation
238       Updated Spanish translation
240 Dimitris Spingos (3):
241       Updated Greek translation
242       Updated Greek translation
243       Updated Greek translation
245 Duarte Loreto (1):
246       Updated Portuguese translation and converted to New Spelling (Novo AO)
248 Enrico Nicoletto (1):
249       Updated Brazilian Portuguese translation
251 Fran Diéguez (5):
252       Updated Galician translations
253       Updated Galician translations
254       Updated Galician translations
255       Updated Galician translations
256       Updated Galician translations
258 Frédéric Péters (1):
259       devhelp: update to latest devhelp changes
261 Gabor Kelemen (4):
262       Fix another Hungarian mistranslation
263       Hungarian help translation added
264       Added hu to HELP_LINGUAS
265       Updated Hungarian help translation
267 Gheyret Kenji (6):
268       Updated Uyghur translation
269       Updated Uyghur translation
270       Updated Uyghur translation
271       Updated Uyghur translation
272       Updated Uyghur translation
273       Updated Uyghur translation
275 Gil Forcada Codinachs (1):
276       [l10n] Minor fixes to Catalan translation
278 Ihar Hrachyshka (1):
279       Deleted obsolete Belarusian translation.
281 James Liggett (13):
282       Post-release version bump
283       Updated files for 3.7.1 release
284       language-support-cpp-java: Remove org.gnome.anjuta.plugins.cpp.gschema.valid from git
285       language-support-vala: Don't clean config.vapi
286       Updated files for 3.7.2 release
287       Updated files for 3.7.3 release
288       Update files for 3.7.4 release
289       git: Always annotate signed tags
290       Update files for 3.7.90 release
291       git: Unset the log model view before refreshing the log
292       Make the glade catalog an optional feature
293       Update the HACKING file
294       Update files for 3.7.92 release
296 Jasper Lievisse Adriaanse (1):
297       Remove two unused/non-existing headers.
299 Joan Duran (1):
300       [l10n] Updated Catalan translation
302 Johannes Schmid (5):
303       project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
304       python: Fix crash during auto-indentation
305       various: Fixed compile warnings and a real bug in the gdbmi plugin
306       python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
307       sourceview: Fix wrong assignment when saving markers
309 Kalev Lember (1):
310       Fix desktop file syntax errors
312 Kjartan Maraas (1):
313       Updated Norwegian bokmål translation
315 Marek Černocký (3):
316       Updated Czech translation
317       Fixed needlessly marked label for translation
318       Updated Czech translation
320 Mario Blättermann (3):
321       [l10n] Updated German translation
322       [l10n] Updated German translation
323       [l10n] Updated German doc translation
325 Matej Urbančič (2):
326       Updated Slovenian translation
327       Updated Slovenian translation
329 Milo Casagrande (1):
330       [l10n] Updated Italian translation.
332 OKANO Takayoshi (2):
333       [l10n] Update Japanese translation
334       [l10n] Update Japanese translation
336 Okano Takayoshi (1):
337       git: bgo#691044 - typo in git-cherry-pick menu
339 Piotr Drąg (7):
340       Updated POTFILES.in
341       Updated POTFILES.in
342       Updated Polish translation
343       Updated POTFILES.in
344       Updated Polish translation
345       Updated POTFILES.in
346       Updated Polish translation
348 Ryan Lortie (1):
349       build: disable -Werror to workaround flex(1) issue
351 Rūdolfs Mazurs (1):
352       Fixed Latvian po file header
354 Seong-ho Cho (1):
355       Updated Korean translation
357 Sébastien Granjoux (77):
358       am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
359       build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
360       am-project: Avoid critical warnings when a group does not have a Makefile.am
361       am-project: bgo#683728 - Project browser is not updated when files are added or removed
362       am-project: Check a copy of anjuta project in regression instead of the real project
363       am-project: bgo #681051 - Folder properties dialog can't be close with ESC
364       am-project: bgo #681050 - Double click on folder in project view open properties window
365       am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
366       build-basic-autotools: Configuration name combo box should be editable
367       build-basic-autotools: Update environment variables when the build configuration is changed
368       jhbuild: Provide a fallback for G_DEFINE_QUARK to allow compilation with GLib 2.32
369       build-basic-autotools: Fix alignment of some text broken by the previous patch
370       anjuta: Rename AnjutaApp as AnjutaWindow
371       anjuta: Rename Anjuta as AnjutaApplication
372       anjuta: Remove custom filtering for debugging message as this is provided by GLib >= 2.32
373       anjuta: Do not use GDL members deprecated in version 3.6
374       anjuta: Move command line parsing in AnjutaApplication
375       am-project: Do not store files as binary in anjuta shar archive used in regression test
376       glade: Fix make file some files were not installed
377       git: Fix bgo 687145 - Critical warning when switching git pane
378       libanjuta: Improve documentation of AnjutaSession
379       anjuta: Allow to abort loading of a session
380       anjuta: Clean up in create_window function
381       libanjuta: Add a function to create a new main window in the same process
382       anjuta: Restore command line options
383       anjuta: Save GDL settings correctly
384       libanjuta: Avoid a critical warning when an anjuta window is closed quite fast
385       libanjuta: Destroy plugins when the main anjuta window is closed
386       project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
387       build-basic-autotools: bgo#686911 - Path of Vala source files passed to message pane is wrong
388       anjuta: Remove unused variable and deprecated functions
389       anjuta: Remove trailing spaces
390       build-basic-autotools: Remove trailing spaces
391       build-basic-autotools: Remove warning
392       message-view: Remove trailing spaces
393       message-view: Message window is not displayed due to yesterday patch
394       run-program: Remove trailing spaces
395       run-program: Avoid a critical warning when closing a project
396       terminal: Remove trailing spaces
397       terminal: Fix warnings and remove deprecated functions
398       project-manager: Remove trailing spaces
399       project-manager: Avoid a critical warning for missing files
400       build-basic-autotools:bgo#688293 - build-basic-autotools: Fix invalid read
401       gdb: Fix debugger broken by the previous fix in gdbmi
402       run-program: Fix a crash when destroying the plugin
403       project-wizard: Allow to start a new project from the command line
404       project-wizard: Remove trailing spaces
405       project-wizard: Remove compilation warnings
406       project-wizard: 616728 - hide breakpoints and watches windows on new project
407       libanjuta: Allow to set indentation and tab size separately
408       project-manager: Display current project backend
409       project-manager: Allow to change project backend
410       faq: Add some information about jumping to an error position
411       libanjuta: Fix a few compiler warnings
412       libanjuta: Clean up and bug fix in plugin manager
413       anjuta: bgo #688609 - Saved dock positions not applied when opening a project
414       project-import: Try to fill project name automatically in import project dialog
415       project-import: Open a directory with Anjuta
416       starter: Fix a warning
417       anjuta: Make sure the starter widget is visible on startup
418       am-project: Fix a crash when changing target properties
419       build-basic-autotools: Fix selection of build directory
420       build-basic-autotools: Use a GtkFileChooser dialog instead of a GtkFileChooserButton to select build directory
421       project-wizard: Remove a critical warning
422       project-wizard: Replace deprecated GtkTable by GtkGrid
423       project-manager: Replace deprecated GtkTable by GtkGrid
424       patch: Replace deprecated GtkTable by GtkGrid
425       project-manager: Fix several warnings
426       project-manager: Replace deprecated gtk_paint_hline
427       project-manager: Remove New Library menu item
428       glade: Add a menu item for glade properties dialog
429       libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
430       document-manager: Save search box settings
431       libanjuta: Fix linking of anjuta-completion-test
432       document-manager: Move common code in a function
433       document-manager: Highlight search text in background
434       document-manager: Allow to search starting from the current position
436 Victor Ibragimov (1):
437       [l10n] Added Tadjik translation
439 Мирослав Николић (3):
440       Updated Serbian translation
441       Updated Serbian translation
442       Updated Serbian translation
444 Anjuta 3.7.92 (March 19, 2013) -- James Liggett
446 Ask H. Larsen (1):
447       Updated Danish translation
449 Aurimas Černius (1):
450       Updated Lithuanian translation
452 Balázs Úr (1):
453       Updated Hungarian translation
455 Carl-Anton Ingmarsson (16):
456       sourceview: only update stored etag if save was succesful
457       libanjuta: keep a ref on the AnjutaAsyncCommand when its thread is run
458       git: use g_signal_connect_object() in GitLogCommand
459       git: use g_signal_connect_object() to connect to commands in GitLogPane
460       git: fix up memory management of log model
461       git: properly unset the log command in the case the command failed
462       file-manager: make file_view_show_extended_data() more robust
463       parser-cxx: use g_signal_connect_object() to connect to query signals
464       message-view: use g_type_class_add_private() to add private struct
465       sourceview: move all construction of Sourceview into constructed
466       sourceview: keep a separate reference to AnjutaShell in SourceviewIO
467       sourceview: only cancel open operations when closing editor
468       sourceview: add checks to SourceviewIO that the parent Sourceview is alive
469       sourceview: don't take extra refs during open/save
470       sourceview: use g_signal_connect_object() to connect to io signals
471       symbol-db: don't allow or set null scope_definition_id and scope_id.
473 Christian Kirbach (2):
474       Updated German translation (fixed mismatched tags)
475       Updated German translation
477 Daniel Mustieles (1):
478       Updated Spanish translation
480 Dimitris Spingos (2):
481       Updated Greek translation
482       Updated Greek translation
484 Duarte Loreto (1):
485       Updated Portuguese translation and converted to New Spelling (Novo AO)
487 Enrico Nicoletto (1):
488       Updated Brazilian Portuguese translation
490 Gheyret Kenji (1):
491       Updated Uyghur translation
493 James Liggett (3):
494       git: Unset the log model view before refreshing the log
495       Make the glade catalog an optional feature
496       Update the HACKING file
498 Kalev Lember (1):
499       Fix desktop file syntax errors
501 Marek Černocký (2):
502       Fixed needlessly marked label for translation
503       Updated Czech translation
505 Mario Blättermann (2):
506       [l10n] Updated German translation
507       [l10n] Updated German doc translation
509 Matej Urbančič (1):
510       Updated Slovenian translation
512 Sébastien Granjoux (3):
513       document-manager: Move common code in a function
514       document-manager: Highlight search text in background
515       document-manager: Allow to search starting from the current position
517 Victor Ibragimov (1):
518       [l10n] Added Tadjik translation
520 Anjuta 3.7.90 (February 18, 2013) -- James Liggett
522 Anish A (1):
523       Updated Malayalam Localization
525 Arnel A. Borja (1):
526       quick-open: Fix typo in distributed files
528 Aurimas Černius (1):
529       Updated Lithuanian translation
531 Carl-Anton Ingmarsson (43):
532       sourceview: connect settings notifications with g_signal_connect_object().
533       language-support-js: Fix g_object_unref() of NULL object.
534       Add new quick-open plugin.
535       file-manager: Use a GFile instead of an URI for the base path property.
536       file-manager: Add option for showing the currently edited file in the file manager.
537       file-manager: Enable typeahead search.
538       file-manager: Fix leak of GtkTreeModelSort.
539       file-manager: Add "Show in File manager" action to document popup.
540       document-manager: make the search files options span two cells of the top grid
541       document-manager: remove usage of unneeded initialized variable in class_init
542       symbol-db: fix symbols view label box to be horizontal
543       libanjuta: don't use deprecated functions in AnjutaAsyncCommand
544       sourceview: use gtk_widget_preferred_size instead of gtk_widget_size_request
545       sourceview: use G_PRIORITY_DEFAULT for IO
546       anjuta: reduce size of toolbar buttons to GTK_ICON_SIZE_MENU
547       indentation-c-style: enable the plugin for IDL files
548       quick-open: remove duplicate declaration
549       document-manager: connect to toplevel SearchBox keypress to handle closing
550       quick-open: remove doc from list in quick_open_dialog_remove_document()
551       document-manager: emit "document-removed" for open documents in dispose
552       language-support-cpp-java: change modeline of plugin.c
553       language-support-cpp-java: don't use deprecated g_string_down()
554       language-support-cp-java: fix crasher when swapping header/source
555       file-manager: don't try to select document which has no file yet
556       devhelp: Port to webkitgtk2
557       class-gen: fix compile warnings
558       project-wizard: move license templates to data/
559       class-gen: generate license the same way as project-wizard
560       class-gen: output filename instead of project name before copyright
561       class-gen: Always generate GObject private structure
562       build-basic-autotools: don't let build directory button expand
563       jhbuild: Extract libdir from newly added JHBUILD_LIBDIR environment variable.
564       jhbuild: Translate error messages.
565       sourceview: mark clearing of buffer as a not undoable action
566       sourceview: use etag to only emit "changed" when file was externally modified
567       symbol-db: fix compile warnings
568       libanjuta: Add new AnjutaCompletion object for prefix matching
569       libanjuta: Add basic tests for AnjutaCompletion
570       parser-cxx: use AnjutaCompletion instead of deprecated GCompletion
571       parser-cxx: remove unused ParserCxxAssistContext
572       python-assist: use AnjutaCompletion instead of GCompletion
573       python-assist: remove unused PythonAssistContext
574       python-assist: don't use deprecated functions
576 Chao-Hsiung Liao (1):
577       Updated Traditional Chinese translation(Hong Kong and Taiwan)
579 Daniel Mustieles (9):
580       Updated Spanish translation
581       Updated Spanish translation
582       Removed markup from UI file
583       Updated Spanish translation
584       Updated Spanish translation
585       Updated Spanish translation
586       Updated Spanish translation
587       Updated Spanish translation
588       Updated Spanish translation
590 Fran Diéguez (3):
591       Updated Galician translations
592       Updated Galician translations
593       Updated Galician translations
595 Frédéric Péters (1):
596       devhelp: update to latest devhelp changes
598 Gheyret Kenji (5):
599       Updated Uyghur translation
600       Updated Uyghur translation
601       Updated Uyghur translation
602       Updated Uyghur translation
603       Updated Uyghur translation
605 James Liggett (1):
606       git: Always annotate signed tags
608 Johannes Schmid (1):
609       sourceview: Fix wrong assignment when saving markers
611 Kjartan Maraas (1):
612       Updated Norwegian bokmål translation
614 Piotr Drąg (4):
615       Updated POTFILES.in
616       Updated Polish translation
617       Updated POTFILES.in
618       Updated Polish translation
620 Sébastien Granjoux (19):
621       anjuta: bgo #688609 - Saved dock positions not applied when opening a project
622       project-import: Try to fill project name automatically in import project dialog
623       project-import: Open a directory with Anjuta
624       starter: Fix a warning
625       anjuta: Make sure the starter widget is visible on startup
626       am-project: Fix a crash when changing target properties
627       build-basic-autotools: Fix selection of build directory
628       build-basic-autotools: Use a GtkFileChooser dialog instead of a GtkFileChooserButton to select build directory
629       project-wizard: Remove a critical warning
630       project-wizard: Replace deprecated GtkTable by GtkGrid
631       project-manager: Replace deprecated GtkTable by GtkGrid
632       patch: Replace deprecated GtkTable by GtkGrid
633       project-manager: Fix several warnings
634       project-manager: Replace deprecated gtk_paint_hline
635       project-manager: Remove New Library menu item
636       glade: Add a menu item for glade properties dialog
637       libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
638       document-manager: Save search box settings
639       libanjuta: Fix linking of anjuta-completion-test
641 Мирослав Николић (3):
642       Updated Serbian translation
643       Updated Serbian translation
644       Updated Serbian translation
646 Anjuta 3.7.4 (January 14, 2013) -- James Liggett
648 Akom Chotiphantawanon (1):
649       Updated Thai translation
651 Alexander Shopov (1):
652       Updated Bulgarian translation
654 Arnel A. Borja (1):
655       symbol-db: Fix "parenthesis" typos
657 Carl-Anton Ingmarsson (28):
658       symbol-db: When updating a symbol try to update the closest one.
659       run-program: Default to Yes in "The program is already running" dialog.
660       sourceview: keep ref on SourceViewIO during call to input_stream_read_async().
661       symbol-db: rename sdb_engine_get_tuple_id_by_unique_name4()...
662       sourceview: Don't check if objects are not NULL before calling g_clear_object().
663       sourceview: Add marks to an unloaded document the same way we reload marks.
664       sourceview: Detect that a ifile_open() is a reload and save marks and position.
665       libanjuta: Add "document-[added|removed]" signals to IAnjutaDocumentManager.
666       document-manager: Emit "document-[added|removed]" signals.
667       debug-manager: use IAnjutaDocumentManager::document-added to add breakpoints to editor.
668       debug-manager: Fix two leaks of GFile objects.
669       document-manager: sort files in document combo in ascending order.
670       libanjuta: Fix IAnjutaFile::opened signal documentation.
671       am-project: Fix leak of GMatchInfo in split_automake_variable().
672       starter: Fix leak of GtkRecentInfo.
673       symbol-db: Fix leaks of two GPtrArrays in do_import_system_sources_after_abort()
674       file-loader: Fix leak of GtkRecentInfos in the RecentChooserMenu.
675       symbol-db: Fix leak of file_abs_path in symbol_db_engine_update_project_symbols().
676       project-manager: Fix leak of the nodes GList in gbf_project_view_update_tree().
677       symbol-db: Fix leak of prj_elements_list in do_check_offline_files_changed()
678       file-loader: Fix leak of plugin names in sort_wizards()
679       debug-manager: Default to Yes in "The program is running" dialog.
680       snippets-manager: Fix faulty assertion in snippets_db_dispose().
681       libanjuta: Actually free stuff in AnjutaPkgConfigChooser::finalize.
682       symbol-db: Add update_flag to the symbol unique constraint.
683       file-manager: Fix compile warning.
684       git: Fix destruction of GitLogPane.
685       sourceview: Fix leak of list of GtkSourceCompletionItem.
687 Daniel Mustieles (2):
688       Updated Spanish translation
689       Updated Spanish translation
691 Dimitris Spingos (1):
692       Updated Greek translation
694 Fran Diéguez (2):
695       Updated Galician translations
696       Updated Galician translations
698 Matej Urbančič (1):
699       Updated Slovenian translation
701 OKANO Takayoshi (2):
702       [l10n] Update Japanese translation
703       [l10n] Update Japanese translation
705 Okano Takayoshi (1):
706       git: bgo#691044 - typo in git-cherry-pick menu
708 Piotr Drąg (1):
709       Updated Polish translation
711 Sébastien Granjoux (6):
712       libanjuta: Allow to set indentation and tab size separately
713       project-manager: Display current project backend
714       project-manager: Allow to change project backend
715       faq: Add some information about jumping to an error position
716       libanjuta: Fix a few compiler warnings
717       libanjuta: Clean up and bug fix in plugin manager
720 Anjuta 3.7.3 (December 17, 2012) -- James Liggett
722 B.Prathibha (1):
723       Added keywords in desktop file.
725 Carl-Anton Ingmarsson (26):
726       symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
727       indentation-c-style: Fix logic error from e27cade3ec1ce883182ff1b99637d781ae6b128c
728       symbol-db: Use a vertical box for the search view.
729       document-manager: Fix disconnection of GtkNotebook "switch-page" signal.
730       anjuta-plugin-handle: Use g_hash_table_remove_all instead of g_hash_table_foreach_remove.
731       file-manager: Keep a weak reference to the IAnjutaVcs object in FileModel.
732       plugin-manager: Fix dependents checking on wrong object in should_unload().
733       file-manager: Unref the FileModel reference when the FileView gets finalized.
734       run-program: Keep a weak reference to the IAnjutaTerminal we run the program in.
735       plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
736       anjuta: Fix destruction of the AnjutaUI instance.
737       libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
738       glade: Add toggle buttons for margin and align editing.
739       anjuta: Fix destruction of AnjutaPreferences instance.
740       sourceview: Don't store the builder for the preferences in a global variable.
741       am-project: Change the "Dependencies loop in variables" warning to a debug print.
742       plugin-manager: Clean up memory management.
743       plugin-manager: Directly use anjuta_plugin_deactivate in unload_all_plugins().
744       profile-manager: Add new close() function.
745       anjuta: unload all plugins before closing a window.
746       anjuta: Remove "exiting" signal from AnjutaShell.
747       symbol-db: Remove buffer update timeout when plugin gets deactivated.
748       document-manager: Remove autosave timeout when the plugin is deactivated.
749       build-basic-autotools: Disconnect all signals on editors when the plugin is deactivated.
750       build-basic-autotools: Remove idle for updating indicators when plugin is deactivated.
751       git: Fix compile warnings.
753 Christian Kirbach (1):
754       Updated German help translation
756 Marek Černocký (1):
757       Updated Czech translation
759 Mario Blättermann (1):
760       [l10n] Updated German translation
762 Ryan Lortie (1):
763       build: disable -Werror to workaround flex(1) issue
765 Sébastien Granjoux (5):
766       run-program: Fix a crash when destroying the plugin
767       project-wizard: Allow to start a new project from the command line
768       project-wizard: Remove trailing spaces
769       project-wizard: Remove compilation warnings
770       project-wizard: 616728 - hide breakpoints and watches windows on new project
773 Anjuta 3.7.2 (November 19, 2012) -- James Liggett
775 Arnel A. Borja (1):
776       indentation-c-style: Fix "parenthesis" typos
778 Carl-Anton Ingmarsson (31):
779       indentation-c-style: be more picky when completing braces.
780       indentation-c-style: remove java_indentation() method
781       indentation-c-style: When removing opening bracket also remove the closing one.
782       sourceview: don't emit change events after doing an undo
783       indentation-c-style: Change plugin.c modeline to spaces
784       indentation-c-style: Enable the plugin for JavaScript source files.
785       indentation-c-style: Rename action group to "C Indentation" and remove it on deactivation.
786       indentation-python-style: Rename action group to "Python Indentation".
787       Fix compile errors regarding undeclared functions.
788       document-manager: Fix various compile warnings.
789       anjuta-window: Don't call gtk_widget_show_all when setting up widget.
790       document-manager: Support showing open documents in a combobox.
791       document-manager: Remove obsolete code for tabbing between documents.
792       indentation-c-style: Update preferences UI file to gtk+-3
793       indentation-c-style: Fix modeline in plugin.c
794       indentation-c-style: Fix get_line_indentation().
795       indentation-c-style: Add option whether paranthesis alignment should only use spaces.
796       file-manager: Fix invalid unref of NULL pointer.
797       document-manager: use on_close_file_activate() when closing file using combo close button.
798       document-manager: Show dirty character "*" and "[read-only]" in combo filename.
799       document-manager: Add search_box to document manager box directly.
800       document-manager: hide search box when pressing escape inside the document widget.
801       libanjuta: use g_spawn_sync instead of fork() and waitpid()
802       debug-manager: use g_spawn_sync() instead of fork() and waitpid()
803       document-manager: Never disable "find in files" action.
804       git: Fix assertion when running g_signal_handlers_disconnect on already destroyed widget.
805       git: Fix assertion when running g_hash_table_unref() on a NULL pointer.
806       debug-manager: Fix accessing of invalid tree models.
807       document-manager: Update combo filenames when the project changes.
808       glade: Fix the palette not being shown.
809       glade: Fix the images in the palette toggles used for choosing the edit mode.
811 Christian Kirbach (1):
812       Updated German manual translation
814 James Liggett (2):
815       language-support-cpp-java: Remove org.gnome.anjuta.plugins.cpp.gschema.valid from git
816       language-support-vala: Don't clean config.vapi
818 Johannes Schmid (4):
819       project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
820       python: Fix crash during auto-indentation
821       various: Fixed compile warnings and a real bug in the gdbmi plugin
822       python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
824 Sébastien Granjoux (25):
825       git: Fix bgo 687145 - Critical warning when switching git pane
826       libanjuta: Improve documentation of AnjutaSession
827       anjuta: Allow to abort loading of a session
829 Anjuta 3.7.1 (October 29, 2012) -- James Liggett
831 Carl-Anton Ingmarsson (2):
832       run-program: use AnjutaEnvironmentEditor instead of implementing our own version.
833       jhbuild: new plugin to build/run program inside the jhbuild environment.
835 Gabor Kelemen (3):
836       Fix another Hungarian mistranslation
837       Hungarian help translation added
838       Added hu to HELP_LINGUAS
840 Gil Forcada Codinachs (1):
841       [l10n] Minor fixes to Catalan translation
843 Ihar Hrachyshka (1):
844       Deleted obsolete Belarusian translation.
846 James Liggett (1):
847       Post-release version bump
849 Jasper Lievisse Adriaanse (1):
850       Remove two unused/non-existing headers.
852 Milo Casagrande (1):
853       [l10n] Updated Italian translation.
855 Piotr Drąg (2):
856       Updated POTFILES.in
857       Updated POTFILES.in
859 Rūdolfs Mazurs (1):
860       Fixed Latvian po file header
862 Sébastien Granjoux (19):
863       am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
864       build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
865       am-project: Avoid critical warnings when a group does not have a Makefile.am
866       am-project: bgo#683728 - Project browser is not updated when files are added or removed
867       am-project: Check a copy of anjuta project in regression instead of the real project
868       am-project: bgo #681051 - Folder properties dialog can't be close with ESC
869       am-project: bgo #681050 - Double click on folder in project view open properties window
870       am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
871       build-basic-autotools: Configuration name combo box should be editable
872       build-basic-autotools: Update environment variables when the build configuration is changed
873       jhbuild: Provide a fallback for G_DEFINE_QUARK to allow compilation with GLib 2.32
874       build-basic-autotools: Fix alignment of some text broken by the previous patch
875       anjuta: Rename AnjutaApp as AnjutaWindow
876       anjuta: Rename Anjuta as AnjutaApplication
877       anjuta: Remove custom filtering for debugging message as this is provided by GLib >= 2.32
878       anjuta: Do not use GDL members deprecated in version 3.6
879       anjuta: Move command line parsing in AnjutaApplication
880       am-project: Do not store files as binary in anjuta shar archive used in regression test
881       glade: Fix make file some files were not installed
883 Anjuta 3.6.0 (September 26, 2012) -- James Liggett
885 This is a new stable version of Anjuta and all users should update to this
886 version as all 3.4.x versions become unsupported at this point.
888 Summary of the major changes between 3.4.x and 3.6:
890 * project-manager:
891  - Support for calling make check (Sébastien Granjoux)
892  - Support for subdirectories in project groups (Sébastien Granjoux)
893  - Crash fixes (Sébastien Granjoux)
895 * git
896  - Git Tasks dock is only shown the Git dock is active (Sébastien Granjoux/James Liggett)
897  - The Status view is the first view shown in the Git dock (James Liggett)
898  - Status view works with git 1.7.10 and newer (James Liggett)
900 * symbol-db
901  - Various crash and infinite loop fixes (Massimo Corà)
903 * sourceview
904  - Use common indentation settings (Sébastien Granjoux)
906 Bug fixes:
907 bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
908 sourceview: Correctly implement popup-menu (bgo#672692)
909 project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
910 symbol-db: Ingore files with unknown language (see bgo#678695)
911 libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
912 build: Only check for passwords when installing as root (bgo#680136)
913 document-manager: bgo#680554 - entry of find in files doesn't get focused
914 document-manager: bgo#680559 - Find in Files does not scroll to top of results
915 document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
916 Fix bgo #680657 - Warnings when starting anjuta
917 Fix #679767 - crash trying to stop the debugger
919 Thanks to everybody who has helped this cycle and all translators.
921 Akom Chotiphantawanon (1):
922       Updated Thai translation
924 Aleksander Morgado (1):
925       devhelp: update plugin to avoid DhBase, no longer available in libdevhelp
927 Alexander Shopov (4):
928       Updated Bulgarian translation
929       Updated Bulgarian translation
930       Updated Bulgarian translation
931       Updated Bulgarian translation
933 Alexandre Franke (2):
934       Update French translation
935       Update French translation
937 Alexandre Rostovtsev (1):
938       language-support-vala: build using $(VALAC), not valac
940 Andika Triwidada (2):
941       Updated Indonesian translation
942       Updated Indonesian translation
944 Andre Klapper (1):
945       FAQ: Several improvements
947 Arnel A. Borja (1):
948       language-support-vala: Removed "cpp-" prefix from schema key names
950 Ask H. Larsen (1):
951       Updated Danish translation
953 Aurimas Černius (1):
954       Updated Lithuanian translation
956 Bruce Cowan (1):
957       Updated British English translation
959 Bruno Brouard (3):
960       Updated French doc translation
961       Updated French translation
962       Updated French translation
964 Carles Ferrando (2):
965       [l10n]Updated Catalan (Valencian) translation
966       [l10n]Updated Catalan (Valencian) translation
968 Chao-Hsiung Liao (3):
969       Updated Traditional Chinese translation(Hong Kong and Taiwan)
970       Updated Traditional Chinese translation(Hong Kong and Taiwan)
971       Updated Traditional Chinese translation(Hong Kong and Taiwan)
973 Daniel Mustieles (11):
974       Updated Spanish translation
975       Updated Spanish translation
976       Updated Spanish translation
977       Updated Spanish translation
978       Updated Spanish translation
979       Updated Spanish translation
980       Updated Spanish translation
981       Updated Spanish translation
982       Updated Spanish translation
983       Updated Spanish translation
984       Updated Spanish translation
986 Daniel Șerbănescu (1):
987       Updated Romanian Translation
989 Dimitris Spingos (1):
990       Updated Greek translation
992 Dimitris Spingos (Δημήτρης Σπίγγος) (1):
993       Updated Greek translation
995 Dominique Leuenberger (1):
996       gtksourceview plugin: include gtksource.h instead of gtksourceview.h
998 Duarte Loreto (1):
999       Updated Portuguese translation
1001 Fran Diéguez (8):
1002       Updated Galician translations
1003       Updated Galician translations
1004       Updated Galician translations
1005       Updated Galician translations
1006       Updated Galician translations
1007       Updated Galician translations
1008       Updated Galician translations
1009       Updated Galician translations
1011 Gabor Kelemen (7):
1012       Updated Hungarian translation
1013       Add omitted plugin.in files to POTFILES.in
1014       Fix a typo in the code-analyzer plugin name
1015       Updated Hungarian translation
1016       Updated Hungarian translation
1017       Fix a mistranslation in Hungarian
1018       Fix another mistranslation in Hungarian
1020 Gil Forcada Codinachs (1):
1021       [l10n] Fixes on Catalan translation
1023 James Liggett (8):
1024       git: Use tree paths instead of iterators to track the selected log viewer branch
1025       git: Remove an unused variable
1026       libanjuta: Add widget presenting capability to AnjutaDock
1027       git: Show the Status pane on plugin load
1028       libanjuta: Reverse the order of pane operations in anjuta_dock_replace command_pane
1029       symbol-db: Fix build
1030       git: Fix bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
1031       language-support-cpp-java: Remove .plugin file from git
1033 Javier Jardón (1):
1034       Port to new documentation infrastruture
1036 Jens Georg (1):
1037       class-gen: Fix GObject template include
1039 Jiro Matsuzawa (1):
1040       [l10n] Update Japanese translation
1042 Joan Duran (1):
1043       [l10n] Updated Catalan translation
1045 Johannes Schmid (34):
1046       Updated files for release
1047       Post release version bump
1048       sourceview: Correctly implement popup-menu (bgo#672692)
1049       Updated files for release
1050       Fixed POTFILES.in
1051       project-wizard: Make sure no template requires gtk+ 2.12 anymore
1052       project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
1053       configure: Detect python more robust
1054       indentation: Use Indentation as name for all indentation preferences
1055       symbol-db: Don't crash if project was moved to another location
1056       symbol-db: Ingore files with unknown language (see bgo#678695)
1057       symbol-db: Avoid warning when NULL is passed to sdb_engine_add_language()
1058       Updated files for release
1059       Post-release version bump
1060       libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
1061       Updated files for release
1062       Post-release version bump
1063       build: Only check for passwords when installing as root (bgo#680136)
1064       libanjuta: Fix some warnings and made AnjutaPluginDescription a boxed type
1065       Updated dependencies to fixed checking twice for libgda
1066       document-manager: bgo#680554 - entry of find in files doesn't get focused
1067       document-manager: Only use in project files
1068       document-manager: bgo#680559 - Find in Files does not scroll to top of results
1069       document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
1070       libanjuta, language-support-*: Move IAnjutaLanguageProviderProposalData to libanjuta
1071       libanjuta, language-support-*: Introspection from bgo#680466
1072       class-inheritance, code-analyzer: Remove plugins that don't work or aren't built
1073       document-manager: Unify focus handling
1074       configure: Fix build
1075       configure: Remove check for graphviz
1076       Updated files for release
1077       Post-release version bump
1078       Updated files for release
1079       Post-release version bump
1081 Jonh Wendell (1):
1082       Updated Brazilian Portuguese translation
1084 Kalev Lember (2):
1085       starter: Use glib resource framework for UI files
1086       starter: Remove unused starter_logo.png
1088 Ken Shibata (1):
1089       [l10n] Update Japanese translation
1091 Kjartan Maraas (2):
1092       Updated Norwegian bokmål translation
1093       Updated Norwegian bokmål translation
1095 Kristjan SCHMIDT (1):
1096       Updated Esperanto translation
1098 Marco Diego Aurélio Mesquita (1):
1099       glade: bgo#676811 - Fix check order of editor on member add
1101 Marek Černocký (2):
1102       Updated Czech translation
1103       Czech translation
1105 Mario Blättermann (2):
1106       [l10n] Updated German translation
1107       [l10n] Updated German translation
1109 Massimo Corà (3):
1110       cxxparser: avoid infinite loop. Fixed bgo#679772
1111       cxxparser: improved code checks to avoid leaks.
1112       cxxparser: fixed warning on query field retrieving.
1114 Matej Urbančič (2):
1115       Updated Slovenian translation
1116       Updated Slovenian translation
1118 Mihai Ciocan (1):
1119       Fixed autoindentation after line wrapping
1121 Moritz Lüdecke (13):
1122       project-manager: bgo #594912 - The target advanced options window should remember its size
1123       split language-support-cpp-java and language-support-python plugin in an indentation part and a new language-support part
1124       Some trivial fixes in indentation plugins and cpp-java plugin
1125       resolve dependencies from cpp-java plugin
1126       improve calltips in vala plugin
1127       Add new the interface IAnjutaLanguageProvider and extend IAnjutaEditorAssist
1128       Adapt the sourceview plugin to the new IAnjutaEditorAssist API
1129       Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
1130       Adapt the language-support-vala plugin to the new IAnjutaEditorAssist API
1131       Adapt the language-support-python plugin to the new interface IAnjutaLanguageProvider
1132       Adapt the language-support-js plugin to the new interface IAnjutaLanguageProvider
1133       Adapt the parser-cxx plugin to the new interface IAnjutaLanguageProvider
1134       Move parser part from the language-support-cpp-java to the new parser-cxx plugin
1136 Nishio Futoshi (1):
1137       [l10n] Update Japanese translation
1139 Pavel (1):
1140       subversion: Fix pointer size problems on gcc 4.5.3 and newer
1142 Peter Mráz (1):
1143       Updated Slovak translation
1145 Piotr Drąg (7):
1146       Updated Polish translation
1147       Updated POTFILES.in
1148       Updated POTFILES.in and POTFILES.skip
1149       Updated POTFILES.in
1150       Updated POTFILES.in and POTFILES.skip
1151       Updated Polish translation
1152       Updated Polish translation
1154 Praveen Illa (1):
1155       Updated Telugu Translation
1157 Rafael Ferreira (1):
1158       Updated Brazilian Portuguese translation. Reviewed by Enrico Nicoletto <liverig@gmail.com>
1160 Ryan Lortie (2):
1161       vala language support: update to Vala 0.18
1162       ctags vala support: update to Vala 0.18
1164 Rūdolfs Mazurs (2):
1165       Updated Latvian translation
1166       Updated Latvian translation
1168 Sasi Bhushan (1):
1169       Updated Telugu Translation
1171 Seong-ho Cho (1):
1172       Updated Korean translation
1174 Steven Oliver (1):
1175       Add falcon pl to anjuta-tags
1177 Sébastien Granjoux (41):
1178       am-project: Include project files as sources in the project tree
1179       project-manager: Remove project files from project tree view
1180       am-project: Fix regression tests after adding project files in the project tree
1181       am-project: Avoid a crash when parent group is missing
1182       am-project: Avoid a crash when adding a target to an invalid group
1183       am-project: Allow to create the root group in an empty project
1184       am-project: Allow to have sub directories in a group
1185       project-manager: Display group name containing sub directories
1186       libanjuta: Fix anjuta_token functions
1187       am-project: Do not expand variable in target and group flags
1188       am-project: Expand variables in source names
1189       am-project: Fix a crash in regression test 1
1190       am-project: Fix a crash on 64 bits system due to missing declaration of amp_source_new
1191       am-project: Fix a crash when loading project
1192       libanjuta: Remove some useless code in AnjutaPreferences
1193       libanjuta: Allow to define common settings in plugin preference page
1194       language-support-cpp: Use common settings for indentation
1195       language-support-python: Use common settings for indentation
1196       sourceview: Use common settings for indentation
1197       project-wizard: bgo #563986 - wizard generates modeline inconsistent with indentation prefs
1198       language-support-python: Move preferences in plugins/python
1199       language-support-cpp: Move preferences in plugins/cpp
1200       project-wizard: Do not use NPWValue in autogen API
1201       class-gen: Use a simple hash table instead of NPWValue
1202       libanjuta: Move autogen functions from project-wizard to libanjuta
1203       libanjuta: document AnjutaAutogen API
1204       libanjuta: Change autogen API to support introspection
1205       libanjuta: Reuse G_FILE_ERROR instead of defining a new error domain for autogen
1206       libanjuta: Move useful template macros from project wizard to a common directory
1207       class-gen: bgo#672892 - Class generator should respect project's indent settings
1208       am-project: Fix regression test
1209       build-basic-autotools: bgo #674863 - No easy way to call make check
1210       libanjuta: Fix warnings in autogen code
1211       libanjuta, am-project: bgo #675118 - Project manager never finishes loading Anjuta project
1212       anjuta: Fix closed dock windows which were kept hidden due to the latest changes in GDL
1213       Do not include devhelp.h if devhelp plugin is not enabled
1214       Fix bgo #680657 - Warnings when starting anjuta
1215       git: Only show the Git Tasks menu when the Git window is active
1216       Fix #679767 - crash trying to stop the debugger
1217       build: bgo#configure project - strange environment variables behaviour
1218       am-project: Fix regression test
1220 Tom Tryfonidis (3):
1221       Updated Greek translation
1222       Updated Greek translation
1223       Updated Greek help translation
1225 YunQiang Su (1):
1226       Update zh_CN translation
1228 Yuri Kozlov (2):
1229       Updated Russian translation
1230       Updated Russian translation
1232 Yuri Myasoedov (2):
1233       Updated Russian translation
1234       Updated Russian translation
1236 Мирослав Николић (3):
1237       Updated Serbian translation
1238       Updated Serbian translation
1239       Updated Serbian translation
1243 Anjuta 3.5.91 "Je voudrais etre un yeti" (September 3 2012) -- Johannes Schmid
1245 This is an unstable developer snapshot - if you need a stable version,
1246 use 3.4.x!
1248 Andika Triwidada (1):
1249       Updated Indonesian translation
1251 Chao-Hsiung Liao (1):
1252       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1254 Dominique Leuenberger (1):
1255       gtksourceview plugin: include gtksource.h instead of gtksourceview.h
1257 Fran Diéguez (1):
1258       Updated Galician translations
1260 James Liggett (1):
1261       git: Fix bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
1263 Johannes Schmid (1):
1264       Post-release version bump
1266 Piotr Drąg (2):
1267       Updated Polish translation
1268       Updated Polish translation
1270 Sébastien Granjoux (1):
1271       Fix #679767 - crash trying to stop the debugger
1273 Yuri Myasoedov (1):
1274       Updated Russian translation
1276 Anjuta 3.5.5 "Kein Stress" (August 6 2012) -- Johannes Schmid
1278 This is an unstable developer snapshot - if you need a stable version,
1279 use 3.4.x!
1281 Aleksander Morgado (1):
1282       devhelp: update plugin to avoid DhBase, no longer available in libdevhelp
1284 Alexandre Rostovtsev (1):
1285       language-support-vala: build using $(VALAC), not valac
1287 Andre Klapper (1):
1288       FAQ: Several improvements
1290 Daniel Mustieles (1):
1291       Updated Spanish translation
1293 Daniel Șerbănescu (1):
1294       Updated Romanian Translation
1296 Fran Diéguez (1):
1297       Updated Galician translations
1299 James Liggett (1):
1300       symbol-db: Fix build
1302 Jiro Matsuzawa (1):
1303       [l10n] Update Japanese translation
1305 Johannes Schmid (13):
1306       Post-release version bump
1307       build: Only check for passwords when installing as root (bgo#680136)
1308       libanjuta: Fix some warnings and made AnjutaPluginDescription a boxed type
1309       Updated dependencies to fixed checking twice for libgda
1310       document-manager: bgo#680554 - entry of find in files doesn't get focused
1311       document-manager: Only use in project files
1312       document-manager: bgo#680559 - Find in Files does not scroll to top of results
1313       document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
1314       libanjuta, language-support-*: Move IAnjutaLanguageProviderProposalData to libanjuta
1315       libanjuta, language-support-*: Introspection from bgo#680466
1316       class-inheritance, code-analyzer: Remove plugins that don't work or aren't built
1317       document-manager: Unify focus handling
1318       configure: Fix build
1320 Kalev Lember (2):
1321       starter: Use glib resource framework for UI files
1322       starter: Remove unused starter_logo.png
1324 Moritz Lüdecke (8):
1325       Add new the interface IAnjutaLanguageProvider and extend IAnjutaEditorAssist
1326       Adapt the sourceview plugin to the new IAnjutaEditorAssist API
1327       Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
1328       Adapt the language-support-vala plugin to the new IAnjutaEditorAssist API
1329       Adapt the language-support-python plugin to the new interface IAnjutaLanguageProvider
1330       Adapt the language-support-js plugin to the new interface IAnjutaLanguageProvider
1331       Adapt the parser-cxx plugin to the new interface IAnjutaLanguageProvider
1332       Move parser part from the language-support-cpp-java to the new parser-cxx plugin
1334 Piotr Drąg (2):
1335       Updated POTFILES.in
1336       Updated POTFILES.in and POTFILES.skip
1338 Steven Oliver (1):
1339       Add falcon pl to anjuta-tags
1341 Sébastien Granjoux (4):
1342       anjuta: Fix closed dock windows which were kept hidden due to the latest changes in GDL
1343       Do not include devhelp.h if devhelp plugin is not enabled
1344       Fix bgo #680657 - Warnings when starting anjuta
1345       git: Only show the Git Tasks menu when the Git window is active
1347 Tom Tryfonidis (1):
1348       Updated Greek translation
1350 Мирослав Николић (2):
1351       Updated Serbian translation
1352       Updated Serbian translation
1354 Anjuta 3.5.4 "Irgendwas ist immer" -- Johannes Schmid
1356 This is an unstable developer snapshot - if you need a stable version,
1357 use 3.4.x!
1359 Alexander Shopov (2):
1360       Updated Bulgarian translation
1361       Updated Bulgarian translation
1363 Andika Triwidada (1):
1364       Updated Indonesian translation
1366 Chao-Hsiung Liao (1):
1367       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1369 Johannes Schmid (2):
1370       Post-release version bump
1371       libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
1373 Ken Shibata (1):
1374       [l10n] Update Japanese translation
1376 Kjartan Maraas (1):
1377       Updated Norwegian bokmål translation
1379 Massimo Corà (3):
1380       cxxparser: avoid infinite loop. Fixed bgo#679772
1381       cxxparser: improved code checks to avoid leaks.
1382       cxxparser: fixed warning on query field retrieving.
1384 Moritz Lüdecke (1):
1385       improve calltips in vala plugin
1387 Anjuta 3.5.3 "Pizza" (25 July 2012) -- Johannes Schmid
1389 This is an unstable developer snapshot - if you need a stable version,
1390 use 3.4.x!
1392 Alexander Shopov (1):
1393       Updated Bulgarian translation
1395 Bruno Brouard (1):
1396       Updated French translation
1398 Daniel Mustieles (4):
1399       Updated Spanish translation
1400       Updated Spanish translation
1401       Updated Spanish translation
1402       Updated Spanish translation
1404 Dimitris Spingos (1):
1405       Updated Greek translation
1407 Dimitris Spingos (Δημήτρης Σπίγγος) (1):
1408       Updated Greek translation
1410 Fran Diéguez (2):
1411       Updated Galician translations
1412       Updated Galician translations
1414 Gabor Kelemen (1):
1415       Updated Hungarian translation
1417 James Liggett (5):
1418       git: Use tree paths instead of iterators to track the selected log viewer branch
1419       git: Remove an unused variable
1420       libanjuta: Add widget presenting capability to AnjutaDock
1421       git: Show the Status pane on plugin load
1422       libanjuta: Reverse the order of pane operations in anjuta_dock_replace command_pane
1424 Johannes Schmid (8):
1425       Fixed POTFILES.in
1426       project-wizard: Make sure no template requires gtk+ 2.12 anymore
1427       project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
1428       configure: Detect python more robust
1429       indentation: Use Indentation as name for all indentation preferences
1430       symbol-db: Don't crash if project was moved to another location
1431       symbol-db: Ingore files with unknown language (see bgo#678695)
1432       symbol-db: Avoid warning when NULL is passed to sdb_engine_add_language()
1434 Jonh Wendell (1):
1435       Updated Brazilian Portuguese translation
1437 Kjartan Maraas (1):
1438       Updated Norwegian bokmål translation
1440 Marco Diego Aurélio Mesquita (1):
1441       glade: bgo#676811 - Fix check order of editor on member add
1443 Marek Černocký (1):
1444       Updated Czech translation
1446 Mario Blättermann (1):
1447       [l10n] Updated German translation
1449 Moritz Lüdecke (3):
1450       split language-support-cpp-java and language-support-python plugin in an indentation part and a new language-support part
1451       Some trivial fixes in indentation plugins and cpp-java plugin
1452       resolve dependencies from cpp-java plugin
1454 Peter Mráz (1):
1455       Updated Slovak translation
1457 Piotr Drąg (2):
1458       Updated POTFILES.in
1459       Updated POTFILES.in and POTFILES.skip
1461 Praveen Illa (1):
1462       Updated Telugu Translation
1464 Ryan Lortie (2):
1465       vala language support: update to Vala 0.18
1466       ctags vala support: update to Vala 0.18
1468 Rūdolfs Mazurs (1):
1469       Updated Latvian translation
1471 Sébastien Granjoux (3):
1472       build-basic-autotools: bgo #674863 - No easy way to call make check
1473       libanjuta: Fix warnings in autogen code
1474       libanjuta, am-project: bgo #675118 - Project manager never finishes loading Anjuta project
1476 Tom Tryfonidis (1):
1477       Updated Greek translation
1479 Yuri Kozlov (2):
1480       Updated Russian translation
1481       Updated Russian translation
1483 Мирослав Николић (1):
1484       Updated Serbian translation
1486 Anjuta 3.5.1 "It's gonna be a long summer" (30 April 2012) -- Johannes Schmid
1488 This is an unstable developer snapshot - if you need a stable version,
1489 use 3.4.x!
1491 Arnel A. Borja (1):
1492       language-support-vala: Removed "cpp-" prefix from schema key names
1494 Bruno Brouard (1):
1495       Updated French doc translation
1497 Carles Ferrando (1):
1498       [l10n]Updated Catalan (Valencian) translation
1500 Chao-Hsiung Liao (1):
1501       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1503 Daniel Mustieles (3):
1504       Updated Spanish translation
1505       Updated Spanish translation
1506       Updated Spanish translation
1508 Fran Diéguez (3):
1509       Updated Galician translations
1510       Updated Galician translations
1511       Updated Galician translations
1513 Gabor Kelemen (3):
1514       Updated Hungarian translation
1515       Add omitted plugin.in files to POTFILES.in
1516       Fix a typo in the code-analyzer plugin name
1518 Gil Forcada Codinachs (1):
1519       [l10n] Fixes on Catalan translation
1521 Johannes Schmid (2):
1522       Post release version bump
1523       sourceview: Correctly implement popup-menu (bgo#672692)
1525 Kristjan SCHMIDT (1):
1526       Updated Esperanto translation
1528 Matej Urbančič (1):
1529       Updated Slovenian translation
1531 Mihai Ciocan (1):
1532       Fixed autoindentation after line wrapping
1534 Moritz Lüdecke (1):
1535       project-manager: bgo #594912 - The target advanced options window should remember its size
1537 Pavel (1):
1538       subversion: Fix pointer size problems on gcc 4.5.3 and newer
1540 Piotr Drąg (1):
1541       Updated Polish translation
1543 Sasi Bhushan (1):
1544       Updated Telugu Translation
1546 Sébastien Granjoux (30):
1547       am-project: Include project files as sources in the project tree
1548       project-manager: Remove project files from project tree view
1549       am-project: Fix regression tests after adding project files in the project tree
1550       am-project: Avoid a crash when parent group is missing
1551       am-project: Avoid a crash when adding a target to an invalid group
1552       am-project: Allow to create the root group in an empty project
1553       am-project: Allow to have sub directories in a group
1554       project-manager: Display group name containing sub directories
1555       libanjuta: Fix anjuta_token functions
1556       am-project: Do not expand variable in target and group flags
1557       am-project: Expand variables in source names
1558       am-project: Fix a crash in regression test 1
1559       am-project: Fix a crash on 64 bits system due to missing declaration of amp_source_new
1560       am-project: Fix a crash when loading project
1561       libanjuta: Remove some useless code in AnjutaPreferences
1562       libanjuta: Allow to define common settings in plugin preference page
1563       language-support-cpp: Use common settings for indentation
1564       language-support-python: Use common settings for indentation
1565       sourceview: Use common settings for indentation
1566       project-wizard: bgo #563986 - wizard generates modeline inconsistent with indentation prefs
1567       language-support-python: Move preferences in plugins/python
1568       language-support-cpp: Move preferences in plugins/cpp
1569       project-wizard: Do not use NPWValue in autogen API
1570       class-gen: Use a simple hash table instead of NPWValue
1571       libanjuta: Move autogen functions from project-wizard to libanjuta
1572       libanjuta: document AnjutaAutogen API
1573       libanjuta: Change autogen API to support introspection
1574       libanjuta: Reuse G_FILE_ERROR instead of defining a new error domain for autogen
1575       libanjuta: Move useful template macros from project wizard to a common directory
1576       class-gen: bgo#672892 - Class generator should respect project's indent settings
1578 Yuri Myasoedov (1):
1579       Updated Russian translation
1581 Anjuta 3.4.0 "Wow, this time of the year again" (26 March 2012) -- Johannes Schmid
1583 This is a new stable version of Anjuta and all users should update to this
1584 version as all 3.2.x versions become unsupported at this point.
1586 Summary of the major changes between 3.2.x and 3.4:
1588 * project-manager:
1589  - Improved target chooser in various dialogs (Sébastien Granjoux)
1590  - Better parsing of complicated automake projects (Sébastien Granjoux)
1592 * project-wizard:
1593  - Simplification to make it easier for newcomers to create projects (Sébastien Granjoux)
1595 * language-support
1596  - Add widgets from glade as private members of GObject classes (Marco Diego Aurélio Mesquita)
1597  - Allow creating signal handlers by double-clicking (Marco Diego Aurélio Mesquita)
1598  - Build with vala-0.16 and various small fixes (Abderrahim Kitouni)
1600 * Search
1601  - Find in files for project files (Johannes Schmid)
1603 * Overall
1604  - Use relative path for sessions (Sébastien Granjoux)
1605  - Many bugs fixed including some crashers (various)
1607 Thanks to everybody who has helped this cycle and all translators!
1609 Andrea Zagli (1):
1610       [l10n] Updated Italian translation
1612 Duarte Loreto (1):
1613       Updated Portuguese translation
1615 Lucas Lommer (1):
1616       Updated Czech translation
1619 Anjuta 3.3.92 "This week needs more speed" (20 March 2012) -- Johannes Schmid
1621 This is an unstable developer snapshot - if you need a stable version,
1622 use 3.2.x!
1624 Akom Chotiphantawanon (1):
1625       Updated Thai translation.
1627 Alexander Shopov (1):
1628       Updated Bulgarian translation
1630 Antonio Fernandes C. Neto (1):
1631       Updated Brazilian Portuguese translation
1633 Bruce Cowan (1):
1634       Updated British English translation
1636 Bruno Brouard (1):
1637       Updated French translation
1639 Carles Ferrando (1):
1640       [l10n]Updated Catalan (Valencian) translation
1642 Chao-Hsiung Liao (1):
1643       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1645 Daniel Mustieles (3):
1646       Updated Spanish translation
1648 Daniel Nylander (1):
1649       Updated Swedish translation
1651 Fran Diéguez (2):
1652       Updated Galician translations
1654 Gabor Kelemen (2):
1655       Updated Hungarian translation
1657 Joan Duran (1):
1658       [l10n] Updated Catalan translation
1660 Johannes Schmid (2):
1661       document-manager: Destroy page with gtk_widget_destroy() instead of gtk_container_remove()
1662       sourceview: Correcly unref the buffer
1664 Kenneth Nielsen (1):
1665       Updated Danish translation
1667 Khoem Sokhem (1):
1668       Add Khmer translation.
1670 Krishnababu Krothapalli (1):
1671       Updated Telugu Translations
1673 Marco Diego Aurélio Mesquita (2):
1674       Fix marker comment for simple gtk+ project.
1675       Prevent multiple declarations for the same member widget.
1677 Mario Blättermann (2):
1678       [l10n] Updated German doc translation
1679       [l10n] Added German faq translation
1681 Massimo Corà (1):
1682       symbol-db: fixed scope_definition_id creation.
1684 Matej Urbančič (1):
1685       Updated Slovenian translation
1687 Paul Seyfert (1):
1688       [l10n] Updated German translation
1690 Piotr Drąg (1):
1691       Updated Polish translation
1693 Sébastien Granjoux (6):
1694       dir-project: Allow to add and remove source files
1695       project-manager: Allow to add groups to the root of directory project
1696       am-project: Avoid a crash when adding a second group at an upper level
1697       am-project: Keep sibling when reloading a node
1698       dir-project: Avoid a crash when closing a project
1699       dir-project: Avoid duplicated files in project view when reloading project
1701 Timo Jyrinki (1):
1702       Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
1704 Yuri Myasoedov (1):
1705       Updated Russian translation
1707 Мирослав Николић (1):
1708       Updated Serbian translation
1710 Anjuta 3.3.91 "Im Osten nichts Neues" (5 März 2012) -- Johannes Schmid
1712 This is an unstable developer snapshot - if you need a stable version,
1713 use 3.2.x!
1715 Abderrahim Kitouni (4):
1716       am-project: don't prefix object name with target name because of VALAFLAGS
1717       project-wizard: only add [CCode (instance_pos = -1)] when using GtkBuilder
1718       project-wizard: [CCode (instance_pos = -1)] should be in the signal callback
1719       bgo#670537: Do not ship vala-generated .c files in tarballs
1721 Alexander Shopov (1):
1722       Updated Bulgarian translation
1724 Ask H. Larsen (1):
1725       Updated Danish translation
1727 Daniel Nylander (1):
1728       Updated Swedish translation
1730 Daniel Șerbănescu (3):
1731       Updated Romanian Translation
1733 Fran Diéguez (2):
1734       Updated Galician translations
1735       Added galician translations for doc
1737 Johannes Schmid (10):
1738       project-wizard: bgo#670483 - [CCode (instance_pos = -1)] should be removed from boilerplate code.
1739       Updated files for release
1740       am-project: Fixed anjuta.at testcase
1741       Revert "Do not ship vala-generated .c files in tarballs"
1742       am-project: Fix anjuta testcase
1743       document-manager: Fixes on find in files
1744       Post-release version bump and bump glade requirement
1745       am-project: Fixed anjuta test-case
1746       Fixed distcheck
1747       snippets: Add tooltips (bgo#627089)
1749 Jonh Wendell (1):
1750       Updated Brazilian Portuguese translation
1752 Kenneth Nielsen (1):
1753       Updated Danish translation
1755 Kjartan Maraas (1):
1756       Updated Norwegian bokmål translation
1758 Krishnababu Krothapalli (1):
1759       Updated Telugu Translations
1761 Marco Diego Aurélio Mesquita (3):
1762       bgo#670149 - Automatically add a callback when user double-clicks a signal in the glade signal editor
1763       Fix check order for anjuta editor in glade plugin.
1764       Documentation fix for member widgets.
1766 Matej Urbančič (1):
1767       Updated Slovenian translation
1769 Sébastien Granjoux (7):
1770       am-project: Rename AM_PROPERTY_COMPILATION_FLAG
1771       project-wizard: bgo #670656 - I can not build a pygtk prj include i18n
1772       am-project: bgo #670830 - am-project anjuta test-case fails on dist-check
1773       build: Disable vala support if libvala is missing
1774       am-project: bgo #670789 - project-manager doesn't parse aqbanking project correctly
1775       language-support-cpp-java: bgo #662955 - Autoindent indents next line if previous have a string with double slash
1776       manual: Document emacs and vim modeline variables supported by Anjuta
1778 Vincent Untz (1):
1779       Do not ship vala-generated .c files in tarballs
1781 Yuri Myasoedov (1):
1782       Updated Russian translation
1785 Anjuta 3.3.90 "Für meine Oma" (20 February 2012) -- Johannes Schmid
1787 This is an unstable developer snapshot - if you need a stable version,
1788 use 3.2.x!
1790 What's new:
1791  * Find in files is back!
1793 Abderrahim Kitouni (4):
1794       configure: fix build of vala plugin
1795       language-support-cpp-java: do not insert widgets declaration and initialization for Vala
1796       libanjuta: add some gi annotations (and regenerate vapi)
1797       language-support-vala: insert glade member widget declaration and initialization
1799 Changwoo Ryu (1):
1800       Updated Korean translation
1802 Chao-Hsiung Liao (1):
1803       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1805 Daniel Mustieles (19):
1806       Updated Spanish translation
1807       Fixed typo in string
1809 Dominique Leuenberger (1):
1810       build: Support vala 0.15/0.16
1812 Fran Diéguez (2):
1813       Updated Galician translations
1814       Updated Galician translations
1816 Gheyret Kenji (1):
1817       Updated Uyghur translation
1819 James Liggett (2):
1820       git: Only show the selection checkboxes in the Branches pane when needed
1821       libanjuta: Remove the old pane first in anjuta_dock_replace_command_pane
1823 Johannes Schmid (22):
1824       Updated files for releas
1825       Post-release version bump
1826       anjuta: Correct desktop file so that gnome-shell recognizes anjuta
1827       search: Initial "Find in files" dialog work
1828       search: Minor code cleaup in search-box adding some access methods
1829       libanjuta: Added "opened" signal to IAnjutaFile interface
1830       sourceview: Implement IAnjutaFile::opened signal
1831       search: Improve find in files dialog
1832       search: Don't show spinner when not busy
1833       search: Get files from project manager according to the selection
1834       search: Added filter filter command
1835       language-manager: Added ianjuta_language_get_mime_types()
1836       search: Implemented file search based on mime-type and some memory fixes.
1837       libanjuta: Make AnjutaTabber look (mostly) like GtkNotebook tabs
1838       file-manager: Render version control status icons better
1839       language-support-cpp-java: Small memory leak
1840       search: Remove "Find files" button and instead reuse the search button for this feature.
1841       search: Use G_REGEX_MULTILINE for find in files.
1842       class-gen: Improve GObject tempalate (create priv variable if a private struct is created)
1843       class-gen: Guess param spec correctly.
1844       document-manager: Update project chooser in search-files correctly when project is changed
1845       manual: Improve code assistance documentation
1847 Ken Shibata (1):
1848       [l10n] Update Japanese translation
1850 Kjartan Maraas (1):
1851       Updated Norwegian bokmål translation
1853 Marco Diego Aurélio Mesquita (2):
1854       Implement automatic member declaration and initialization for widgets in the glade plugin.
1855       Automatically detect which file that will hold member widgets declaration and initialization.
1857 Massimo Corà (3):
1858       symbol-db: bgo #668438 IANJUTA_SYMBOL_FIELD_IS_CONTAINER has wrong column type
1859       symbol-db: added static value for local project
1860       symbol-db: force upgrade db version to 340.0
1862 Matej Urbančič (1):
1863       Updated Slovenian translation
1865 Olav Vitters (2):
1866       fix string formatting (from Mageia)
1867       fix build / linking (from Mageia)
1869 Piotr Drąg (3):
1870       Updated POTFILES.in
1872 Sébastien Granjoux (34):
1873       anjuta-manual: Improve project manager documentation
1874       anjuta-manual: Split FAQ using a page for each question
1875       project-manager: Small fixes on project manager dialog
1876       libanjuta: Add a help id in node information
1877       project-manager: Add a help button on project properties dialogs
1878       am-project: Fix move of projects (used in regression tests)
1879       am-project: Fix an error when changing quoted properties value in configure.ac
1880       am-project: Fix apply button in project properties dialog
1881       project-wizard: bgo #655865 - library project naming. library names is not what you want.
1882       project-wizard: bgo #661300 - Double clicking fails to initiate project wizard
1883       project-wizard: Add search paths for files included in autogen template
1884       project-wizard: Generate the licenses in a more general way, fix bgo #627431
1885       project-wizard: Add file forgotten in the previous commit
1886       libanjuta: Allow to store relative URI in anjuta saved session
1887       anjuta, document-manager, file-loader, glade, project-manager: Save relative URI
1888       project-manager: Fix new project manager combo box when the glade plugin is loaded
1889       debug-manager: Save breakpoint using relative file paths
1890       debug-manager: Use GFile instead of URI in breakpoint
1891       run-program: Save relative working directories in session file
1892       run-program: Save relative program URI in session file
1893       am-project: Add files missing in source package for regression test
1894       am-project: Fix configure.ac parser allowing to load gnucash
1895       am-project: Fix regression test using anjuta project
1896       project-manager: Implement ianjuta_project_manager_get_children
1897       message-view,sourceview: bgo #669359 - Yellow debugger color in dark theme
1898       am-project: Allow to create libtool modules
1899       am-project: bgo #669944 - missing file "gnucash.at" in am-project plugin
1900       libanjuta, project-manager, document-manager: ianjuta_project_manager_get_children find now all children with the specified type
1901       project-manager: Remove duplicate from the list of files returned by ianjuta_project_manager_get_children
1902       document-manager: Do not check file types if there is no files in find files window
1903       am-project: Display an error when trying to add a directory as a source
1904       am-project: rh #702849 crash when removing a target in the project root node
1905       dir-project: Merge root and top group node
1906       dir-project: Removing an node in a sub directory was crashing Anjuta
1908 Tiffany Antopolski (1):
1909       po: Updated en_CA.po
1911 Yuri Myasoedov (1):
1912       Updated Russian translation
1914 Мирослав Николић (5):
1915       Updated Serbian translation
1919 Anjuta 3.3.4 "First snow in Berlin" (16 January 2012) -- Johannes Schmid
1921 This is an unstable developer snapshot - if you need a stable version,
1922 use 3.2.x!
1924 Abderrahim Kitouni (7):
1925       libanjuta: set the info for the default value of a property
1926       libanjuta: add gir annotation for anjuta_project_node_insert_property_info
1927       libanjuta: don't register project property lists as GObject properties
1928       libanjuta, am-project: better memory management for the properties lists
1929       language-support-vala: update .vapi for the latest changes
1930       language-support-vala: take advantage of the new project API
1931       libanjuta, am-project, project-manager, language-support-vala: rename property to default_value
1933 Alexander Shopov (1):
1934       Updated Bulgarian translation
1936 Arnel A. Borja (10):
1937       sourceview: Fix typo in a gschema key name
1938       anjuta-build-tutorial: Remove AM_MAINTAINER_MODE
1939       project-wizard: Don't symlink Automake files
1940       project-wizard: Use Automake variables for defines
1941       project-wizard: Move PROJECT_CFLAGS to own line
1942       class-gen: Use convention for get-private macros
1943       project-wizard: Use pkgdatadir instead of datadir/package
1944       project-wizard: Move PROJECT_CFLAGS to own line in minimal template
1945       project-wizard: check HavePackage before adding PROJECT_CFLAGS
1946       project-wizard: Don't replace hyphen with underscore in filenames
1948 Daniel Mustieles (6):
1949       Missing file in POTFILEs.in
1950       Updated Spanish translation
1952 Fran Diéguez (1):
1953       Updated Galician translations
1955 James Liggett (2):
1956       git: Fix switch delete branch, and merge action sensitivity
1957       Revert "git: Use combo box instead of tree view for remotes"
1959 Jiro Matsuzawa (1):
1960       Updated Japanese translation
1962 Johannes Schmid (7):
1963       Updated files for release
1964       Post-release version bump
1965       search: Search for next occurence when replace succeeds (see bgo#665945)
1966       search: Set focus chain (see bgo#665945)
1967       search: Add tooltip in search entry (see bgo#665945)
1968       search: Move close button to the right edge (see #665945)
1969       code-analyzer: Fixed bgo#667903 - Code Analyzer Crashes
1971 Massimo Corà (3):
1972       symbol-db: fixed bgo #664413 - Symbols not updated correctly when switching branches
1973       symbol-db: improved some debug messages
1974       symbol-db: minor performance bugfix.
1976 Matej Urbančič (1):
1977       Updated Slovenian translation
1979 Muhammet Kara (1):
1980       [l10n]Updated Turkish translation
1982 Peter Hoffmann (1):
1983       language-support-cpp: bgo#633341 - Code completion should close parentheses
1985 Piotr Drąg (2):
1986       Updated POTFILES.in
1988 Sébastien Granjoux (21):
1989       am-project: bgo #666621 - segfault in amp_node_property_add when there is an orphan AmpTargetNode
1990       project-manager: Allow to add groups and targets in the root node
1991       anjuta: Remove old tutorial links
1992       libanjuta: Fix anjuta_util_help_display to use yelp
1993       project-manager: Add a help button in some dialogs
1994       am-project: bgo #666966 - crash editing configure.ac
1995       libanjuta: Add a model property to AnjutaTreeComboBox
1996       libanjuta: Add IAnjutaProjectChooser interface
1997       project-manager: Implement a project node chooser
1998       project-manager: Fix ianjuta_project_manager_add_source_quite function
1999       libanjuta: Fix a critical warning when selecting a node in chooser widget
2000       file-wizard: Use the new project node chooser
2001       class-gen: Use the new project node chooser
2002       libanjuta: Add missing GdfProjectView in Anjuta glade catalog
2003       project-manager: Use a GtkFileChooser to add sources in a target
2004       file-wizard: Cosmetic improvements of new file dialog
2005       libanjuta: Improve AnjutaTreeComboBox
2006       project-manager: Use new improvements in ProjectChooser button
2007       project-manager: Select a valid default node in ProjectChooser button
2008       project-manager: Use ProjectChooser button in the Add library dialog
2009       project-manager: Rename directory to folder in project dialogs
2011 Anjuta 3.3.3 "It's X-mas time..." (20 December 2011) -- Johannes Schmid
2013 This is an unstable developer snapshot - if you need a stable version,
2014 use 3.2.x!
2016 Abderrahim Kitouni (1):
2017       language-support-vala: fix a crash with the directory project backend
2019 Akom Chotiphantawanon (1):
2020       Updated Thai translation.
2022 Alban Browaeys (1):
2023       git: fix active_branch_iter not behing null though filled with null values.
2025 Arnel A. Borja (3):
2026       project-wizard: Add wizard files to EXTRA_DIST
2027       language-support-vala: update the .vapi after project-manager changes
2028       language-support-vala: update project property interfaces
2030 Bruno Brouard (3):
2031       Updated French doc translation
2032       Updated French translation
2034 Christian Kirbach (3):
2035       Updated German Anjuta manual translation
2036       Updated German translation
2038 Daniel Mustieles (4):
2039       Updated Spanish translation
2042 Gabor Kelemen (1):
2043       Make the tasks in the Git tasks window show up translated.
2045 Johannes Schmid (18):
2046       libanjuta: Add anjuta_dock_replace_command_pane
2047       git: Only show one command pane at any time
2048       git: fix bgo#646695 - Remote needs translator comment
2049       git: bgo# 656761 - Error messages being spewed
2050       message-manager: Fix rh#532290 - Crash when ianjuta_message_manager_append() is used with NULL string
2051       build-basic-autotools: Fix rh#757236 - anjuta crashes when file doesn't belong to build configuration.
2052       libanjuta: Add anjuta_dock_get_command_bar()
2053       git: Fix bgo#641079 - check number of branches selected when switching
2054       document-manager: Fixed some memory leaks
2055       anjuta: Fixed a memory leak
2056       language-support-js: Fixed bgo#665082 - Crash in javascript autocompletion
2057       git: Disable delete button when there is no selection in the tags pane
2058       git: Use combo box instead of tree view for remotes
2059       i18n: Fix bug with wrong format string in german translation
2060       sourceview: Don't break layout when displaying message area
2061       js-debugger: bgo#666448 - Support application/javascript target
2062       manual: Fix bgo666321 -  Wrong Context-Help shortcut
2063       Revert "git: fix active_branch_iter not behing null though filled with null values."
2065 Matej Urbančič (1):
2066       Updated Slovenian translation
2068 Piotr Drąg (1):
2069       Updated POTFILES.in
2071 Sébastien Granjoux (16):
2072       debug-manager: Move settings in plugins/debug-manager
2073       run: Move preferences to plugins/run
2074       sourceview: Fix a crash with Scintilla
2075       project-wizard: Display only useful page on the sidebar
2076       project-wizard: Replace GtkSwitch by GtkCheckButton
2077       project-wizard: Add a title to each wizard page
2078       project-wizard: wizard pages were not displayed due to the previous changes.
2079       libanjuta, am-project, dir-project, mk-project, project-manager: Change AnjutaProjectProperty
2080       libanjuta, language-support-vala: Fix an declaration of anjuta_project_get_properties
2081       sourceview: Move preferences in plugins/sourceview
2082       document-manager: Remove editor settings
2083       sourceview: Add editor view settings
2084       document-manager: Remove unused editor view settings
2085       run-program: bgo #666336 - Add Execute project more than one
2086       sourceview: bgo #666482 - missing "anjuta-sourceview.xml" breaks build
2087       am-project: Fix a crash when closing and opening a new project
2089 Anjuta 3.3.2 "Dark and cold" (21 November 2011) -- Johannes Schmid
2091 This is an unstable developer snapshot - if you need a stable version, 
2092 use 3.2.x!
2094 Bugs fixed:
2095 648934  Vala completion doesn't work in some cases.
2096 662526  Can't replace with empty replace text
2097 663016  Fix search behavior in regex and selections
2098 663385  Replace all hangs when replace text contains search_text
2099 664058  couple of spelling fixes
2100 664263  Auto-complete (anjuta-python-autocomplete.py) fails with rope<=0.9.2, calltip always fail
2101 645212  Enhance export feature
2102 629769  Hard coding of application title in splash screen
2103 658788  Change default dist to .xz
2104 661299  Template for Gnome Shell Extension
2105 662960  SegFault when a line is highlighted when debugging
2107 Thanks to: Abderrahim Kitouni, Arnel A. Borja, Christian Kirbach, 
2108 Daniel Mustieles, Fran Diéguez, Jason Siefken, Jorge González, 
2109 Massimo Corà, Mihai Bivol, Piotr Drąg, Samir Ibradžić, Sébastien Granjoux
2111 Anjuta 3.3.1 "Back in Berlin" (23 October 2011) -- Johannes Schmid
2113 This is an unstable developer snapshot - if you need a stable version, 
2114 use 3.2.x!
2116 Bugs fixed:
2117 659563  Bookmarks reset to position 1 after file changed on FS
2118 660841  build failure with [-Werror=format-security]
2119 662526  Can't replace with empty replace text
2120 610371  Scite adds a trailing white space after pressing enter for aligning variables
2121 653274  Autotools backend doesn't support include file in configure script
2122 653652  'New file' doesn't check duplicates, gets confused
2123 660061  Remove 'no-dist-bzip2' from automake options
2124 660065  Can't create a new target in empty Makefile
2125 633284  Scintilla plugin crashes Anjuta when opening a file with syntax highlighting
2126 661511  Python/Django Project Wizard: Missing Components/Programs: django-admin 
2128 Thanks to:
2129 Andre Klapper, Arnel A. Borja, Carles Ferrando, Michael Biebl, 
2130 Sébastien Granjoux, Xandru Armesto, krishnababu k, Мирослав Николић
2132 Anjuta 3.2.0 "No more bombs" (25 September 2011) -- Johannes Schmid
2134 This is the new stable release, please update if you are using anjuta
2135 3.0.x or 2.32.x. From now on, only 3.2.x will be receiving bug-fixes.
2137 Fixes:
2138 * Fixed make distcheck: FAQ, autotests, etc (Sébastien Granjoux)
2140 Special thanks for the whole 3.1/3.2 cycle goes to Sébastien who fixed
2141 a huge amount of stuff and was responsible for the huge documentation rewrite.
2143 Thanks to:
2144 Akom Chotiphantawanon, Alexander Shopov, Andrea Zagli, 
2145 Antonio Fernandes C. Neto, Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao,
2146 Duarte Loreto, Gabor Kelemen, Javier Jardón, Jiro Matsuzawa, Joan Duran,
2147 Joe Hansen, Johannes Schmid, Jorge González, Mario Blättermann, Matej Urbančič,
2148 Paul Seyfert, Sébastien Granjoux, Yinghua Wang, Yuri Myasoedo
2150 Anjuta 3.1.92 "Hot summer in Nagano" (18 September 2011) -- Johannes Schmid
2152 Bugs fixed:
2153 656470  Dangling symlinks created by make install
2154 658229  Inconsistent size of widgets in Properties Frames of Class Generator Dialog
2155 658262  Extra separator between double upper case characters
2156 566700  Default font for the Scintilla editor
2157 654320  Vala: New Class Wizard - created file not added to project
2158 655295  Add Target in Vala project does nothing.
2159 658903  Anjuta Plugin wizard fails
2160 654463  Disable "Install missing packages" button on OpenBSD
2162 Thanks to:
2163 Akom Chotiphantawanon, Alexander Shopov, Antonio Fernandes C. Neto,
2164 Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao, Duarte Loreto, Javier Jardón, 
2165 Jiro Matsuzawa, Joan Duran, Jorge González, Paul Seyfert, Sébastien Granjoux,
2166 Yinghua Wang
2168 Anjuta 3.1.91 "On the way to Tokio" (5 September 2011) -- Johannes Schmid
2170 Updates:
2171  - More improvements in vala plugin (Abderrahim Kitouni)
2172  - Fix up problems with gtk+ 3.0 (Sébastien Granjoux)
2174 Bugs fixed:
2175 638525  vala support crash on reading source file
2176 657491  Only parse the source files of the current target
2177 657513  anjuta fails to build in gnome 3.1
2178 657589  tests fail in tarball releases because tarballs are missing anjuta.lst
2179 655756  User should be notified if execution of a project fails
2180 656123  plural forms needed
2181 657590  Projects with libtool fails to regenerate
2182 657022  make clean removes libanjuta-interfaces.h which breaks make clean; make
2184 Anjuta 3.1.90 "Whitsunday Islands" (29 August 2011) -- Johannes Schmid
2186 Changes:
2187  - Some seldom used debugger menu items were removed (Sébastien Granjoux)
2188  - A lot of fixes to the vala support (Abderrahim Kitouni)
2189  - vala-0.14 (>= 0.13.3) is now required
2191 Bugs fixed:
2192 656584  Error in DevHelp
2193 642187  C++ symbols are not shown in symbol browser
2194 657023  Build broken with vala-0.13.x
2195 566704  Better UI for environment variables
2196 652047  Support linking against libgda-5.0
2197 656585  <FileName>.ui and INSTALL not created in a new project
2198 657134  Missing file in POTFILES.in
2199 653259  Empty lines in Locals during debugging
2201 Thanks to:
2202 Abderrahim Kitouni, Aron Xu, Daniel Mustieles, Dominique Leuenberger,
2203 Jorge González, Kjartan Maraas, Marek Černocký, Og B. Maciel, P. F. Chimento, 
2204 Piotr Drąg, Sébastien Granjoux
2206 Anjuta 3.1.5 "Sydney Edition" (13 August 2011) -- Johannes Schmid
2208 Officially brought to you about 20 000 km away from desktop-summit!
2210 Bugs fixed:
2211 654881  Segmentation fault during project creation if no packages were selected
2212 651151  vala plugin crashes when uncommenting source
2213 654502  Allow building with libvala-0.14 (0.13 development tree)
2214 655743  Usage of GtkHBoxClass and GtkHBox
2215 655998  Main toolbar looks out-of-place
2216 655584  Can't edit Integer Field
2218 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Alban Browaeys,
2219 Alexander Shopov, Daniel Mustieles, Dominique Leuenberger, Mario Blättermann, 
2220 Piotr Drąg, Sébastien Granjoux, Yuri Myasoedov
2222 Anjuta 3.1.4 "Leaving on a jet-plane" (25 July 2011) -- Johannes Schmid
2224 Bugs fixed:
2225 654502  Allow building with libvala-0.14 (0.13 development tree)
2226 646410  Missing infrastructure for the new Mallard manual
2227 654073  Please apply the kfreebsd patch to anjuta-extras
2228 654124  Vala: add class wizard creates file twice.
2229 654445  Add 'BSD' as a valid license in the Class Generator
2230 654099  file manager plugin: fix leak for file
2231 654100  file manager plugin: fix leak in row callapsed
2232 654559  Weird pseudo-password dialog shown with half a commit message when I import a project
2233 654092  Crash when adding a project file
2234 654095  increase reference count of the selected file
2235 654560  Contents of Preferences tabs seem to be packed to fill all vertical space, with ugly consequences
2236 631157  unix is not defined on OpenBSD
2237 654455  Fix build on OpenBSD
2239 Thanks to:
2240 Abderrahim Kitouni, Alban Browaeys, Daniel Mustieles, Dominique Leuenberger,
2241 Francisco Javier Fernández Serrador, Francisco Javier Serrador, 
2242 Jasper Lievisse Adriaanse, Jorge González, Marek Černocký, ario Blättermann,
2243 Piotr Drąg, Sébastien Granjoux, Tamara Atanasoska
2245 Anjuta 3.1.3 "Is this it?" (4 July 2011) -- Johannes Schmid
2247 New:
2248  - Various improvements in the project wizard
2249  - Git usuability improvements
2250  - Auto-completion for Gtk.Builder objects in python plugin
2251  - more mallard documentation
2253 Bugs fixed:
2254 649107  Add an index of help topics to the Mallard manual
2255 651212  Auto-completion of Gtk.Builder objects
2256 312667  Why not allow people to compile a simple .cpp file not starting a project in a first place?
2257 588952  build-menu disabled if sources are in subfolder
2258 590323  Make the context menu "context"-aware
2259 645516  Enabled (translation comment)
2260 646073  Application Manager
2261 646192  New File (translation comment)
2262 652773  Anjuta (current git) fails to load abiword project
2263 652778  Opening an automake based project with empty configure.in file fails.
2264 653364  build failure on kfreebsd: Error on line 6 char 104: Invalid UTF-8 encoded text in
2265 647403  Selecting Configure External Packages and selecting no packages causes segfault.
2267 Thanks to: Daniel Mustieles, Daniel Nylander, James Liggett, Johannes Schmid, 
2268 Jorge González, Massimo Corà, Matej Urbančič, Philip Chimento, Sébastien Granjoux
2270 Anjuta 3.1.2 "Berg 2011" (13 June 2011) -- Johannes Schmid
2272 New:
2273 - Autocompletion for builder objects in python (Jason Siefken)
2274 - Improvements in autotools backend (Sebastien Granjoux)
2276 Bugs fixed:
2277 645199  Signal dnd issues
2278 475261  Change install directory
2279 563856  generic Vala project type
2280 651670  Glade file not rendering
2281 646530  Anjuta crashes when closing tab other than current
2282 588387  symbol-db-view-locals: better search
2283 651285  Memory leak in symbol-db/readtags.c
2284 569994  support includes in makefiles
2285 644047  No Symbols shown in Global and Search Symbol pane
2286 645659  Basic aesthetic improvements to preferences dialog
2287 645695  install broken since deec63dfe4c2527d5adfed049eeac423307229d1
2288 645965  Theming tweaks
2289 588757  automake projects reject accented characters in paths
2290 640470  Port Scintilla to Gtk+3
2291 642784  New autotools backend has problems with variables in dependencies
2292 648361  In the "Tools Editor" the Command-Browse button does not work
2293 648571  file manager variables don't work
2294 650930  anjuta-3.x project wizard fails to detect autogen-5.11.x
2295 652017  Default pygtk Makefile.am has incorrect path for ui file
2296 651212  Auto-completion of Gtk.Builder objects
2298 Thanks to
2299 Abderrahim Kitouni, Abduxukur Abdurixit, Alexander Shopov, Alexandre Rostovtsev,
2300 Carl-Anton Ingmarsson, Carles Ferrando, Chao-Hsiung Liao, Christian Hergert,
2301 Cosimo Cecchi, Daniel Mustieles, Djavan Fagundes, Fran Diéguez, Jason Siefken,
2302 Kristjan SCHMIDT, Massimo Corà, Matej Urbančič, Muhammet Kara, Naba Kumar,
2303 Philip Chimento, Sébastien Granjoux, Tamara Atanasoska
2305 Anjuta 3.0.0 "Three.Point.Zero" (4 April 2011) -- Johannes Schmid
2307 Summary of new features compared to 2.32.x:
2308  * New project manager that supports a wider range of autotools features
2309  (Sébastien Granjoux)
2310  * Reworked git UI for easier version control (James Liggett)
2311  * Better glade integration including drag & drop for signals
2312  * Inline search features replace and regular expressions (Eugenia Gabrielova)
2313  * Project wizards adapted to new GNOME3 libraries and languages
2315 Bugs fixed (since RC1):
2316 645470  Anjuta from git master still creates Vala projects using GTK 2
2317 645557  Autogenerated PyGTK projects have wrong path to UI file 
2318 646530  Anjuta crashes when closing tab other than current
2320 Thanks to:
2321 Abduxukur Abdurixit, Akom Chotiphantawanon, Andrea Zagli, Aron Xu,
2322 Ask H. Larsen, Bruce Cowan, Bruno Brouard, Christian Kirbach, Daniel Korostil,
2323 Daniel Nylander, Djavan Fagundes, Duarte Loreto, Gabor Kelemen, Joan Duran,
2324 Joe Hansen, Jordi Serratosa, Kenneth Nielsen, Kjartan Maraas, Lukas Lommer,
2325 Marek Černocký, P. F. Chimento, Peteris Krisjanis, Rajesh Ranjan,
2326 Rodolfo Ribeiro Gomes, Sébastien Granjoux, Yuri Myasoedov
2329 Anjuta 2.91.92 "Toronto-style" (RC1) (21 March 2011) -- Johannes Schmid
2331 Updated:
2332 - Lots of little fixes on the templates
2334 Bugs fixed:
2335 643379  Glade drag and drop support for Vala
2336 307515  drag and drop variable symbol onto watches for simple expressions
2337 336856  Search and replace is not simple
2338 565275  Quick Search should be able to search backward
2339 565276  highlight all matches in Quick Search
2340 638134  Redesign of Single and Multi-File Search & Replace
2341 645311  Adjust to GtkSourceView API break
2342 644050  Some strings are not marked for translation in the .ui file
2343 643621  Anjuta catalog makes glade complain.
2344 644595  Patches from Mandriva package
2345 645049  Password detection not working on non-english locales
2346 645076  Run dialog doesn't work with python project
2347 570912  Cannot remove module/package
2348 644294  old version of gtk+ specified for gtkmm projects 
2350 Thanks to:
2351 Abderrahim Kitouni, Bruce Cowan, Chao-Hsiung Liao, Daniel Mustieles,
2352 Daniel Nylander, Dirgita, Fran Dieguez, Fran Diéguez, Gabor Kelemen,
2353 Garrett Regier, Jorge González, Mario Blättermann, Matej Urbančič,
2354 Nanci de Brito Bonfim, Piotr Drąg, Sébastien Granjoux
2356 Anjuta 2.91.91 "Less bugs, more fun" (Beta 2) (7 March 2011) -- Johannes Schmid
2358 New:
2359 - Signal dragging support for Vala (Abderrahim Kitouni)
2360 - Improved C++ signal dropping features (Marco Diego Aurélio Mesquita)
2361 - Regular expression inline search (Eugenia Gabrielova)
2363 Bugs fixed:
2364 623735  Move pkg-config symbol parsing to language-support-cpp-java
2365 638836  language-support-vala: refactor to work with latest project manager
2366 336856  Search and replace is not simple
2367 565275  Quick Search should be able to search backward
2368 565276  highlight all matches in Quick Search
2369 568047  Glade plugin does not allow adding notebook containers with less than 3 tabs.
2370 638134  Redesign of Single and Multi-File Search & Replace
2371 643205  Updates symbols on glade signal drop.
2372 644014  Typo at translation message
2373 640545  File-wizard screws up file notice
2374 642763  Fix memory in message-view plugin
2375 627105  Mark default diff filenames for translation
2376 642749  Status window doesn't work
2377 643707  Please remove unnecessary markup from .ui files
2378 644050  Some strings are not marked for translation in the .ui file
2379 636410  Unable to delete data target
2380 639440  [PATCH] Strings not translated when plugin manager is used form apps
2381 643245  Create a prototype in the header file when a signal is dropped in a C source file.
2382 643828  A few typos
2383 641331  Add a (non-alphabetical) sorting order to wizard files 
2385 Thanks to:
2386 Abderrahim Kitouni, Akom Chotiphantawanon, Daniel Mustieles
2387 Daniele Forsi, Dragos Dena, Eugenia Gabrielova, Gabor Kelemen,
2388 James Liggett, Jorge González, Marco Diego Aurélio Mesquita,
2389 Massimo Corà, Mathieu Dupuy, Sébastien Granjoux, Yuri Myasoedov
2391 Special thanks to all the translators for spotting typos and non-translatable strings!
2394 Anjuta 2.91.90 "Prepare for the gladification" (Beta 1) (21 February 2011) -- Johannes Schmid
2396 New:
2397 - Signal dragging support for python
2398 - Glade usuability fixes
2399 - New inline search/replace from Eugenia (Women Outreach program)
2401 Bugs fixed:
2402 530060 Have a "replace all" option in search and replace
2403 553772 Unable to move or resize widget placed inside a layout widget
2404 568047 Glade plugin does not allow adding notebook containers with less than 3 tabs.
2405 631260 Composer window broken after defining ActionGroup
2406 633786 plugin.c:59: warning: implicit declaration of function 'PyString_FromString' when compiling anjuta
2407 642647 Crash if anjuta is launched with a project that needs the glade plugin.
2408 642719 Prototype generator for C header files
2409 638787 wrong set on gtk_source_view_set_smart_home_end
2410 642763 Fix memory in message-view plugin
2411 516685 New artwork for splash screen
2412 549440 LIBADD is added at the wrong position in Makefile.am if it doesn't exist
2413 565358 documentation files appear in "other files" target
2414 566248 ianjuta_project_manager_get_elements returns weird data
2415 569992 support makefiles named GNUmakefile.am
2416 637981 Port Makefile backend to the new API
2417 640969 Allow importing projects with 3rd party project backends
2418 641181 error building out-of-tree plugins that only include libanjuta/libanjuta.h
2419 642640 NULL pointer dereference and memory leak in parameter.c
2420 642750 [PATCH] NULL pointer dereference in anjuta-tabber.c
2421 570912 Cannot remove module/package
2422 642723 Small in C header template 
2424 Thanks to: Abderrahim Kitouni, Aron Xu, Christian Kirbach, Daniel Mustieles,
2425 Eugenia Gabrielova, Fran Diéguez, James Liggett, Jorge González, Kjartan Maraas,
2426 Marco Diego Aurélio Mesquita, Nanci de Brito Bonfim, Sébastien Granjoux
2428 Anjuta 2.91.6 "To all the dead poets" (31 January 2010) -- Johannes Schmid
2430 New:
2431 - Support for dragging signals from glade into the code (C only)
2432 - Improvements in project-manager
2433 - More features in git-plugin
2435 Bugs fixed:
2436 638506 Homepage: FAQ Mailinglist link is wrong
2437 639786 quick bookmark deletion
2438 640277 editor position history doesn't work with shortcut
2439 618142 Anjuta Snippets Plug-in
2440 627131 Autocompletion duplicates characters
2441 639795 Editing variabile after inserting snippet bug
2442 638980 Crash when closing project
2443 608578 Anjuta is unable to import Gnumeric source tree
2444 611206 doesn't recognize newer AC_INIT
2445 615990 path is missing when add a source to the target
2446 616041 Add Source -> Cannot add source files -> Core Dump
2447 618617 Project view doesn't make sense
2448 638368 test-suite fails
2449 639342 Anjuta crash when loading libgee
2450 640348 minor mistake in UI string
2451 640726 anjuta stops updating session information
2452 581613 Unable to import a tarball into Anjuta 2.4.2
2453 639093 I can't start a new project properly 
2455 Thanks to: Chao-Hsiung Liao, Christian Kirbach, Daniel Muestieles,
2456 Daniel Mustieles, Dragos Dena, Fran Diéguez, James Liggett, 
2457 Jorge González, Kjartan Maraas, Massimo Corà, Matej Urbančič, 
2458 Michael Kotsarinis, Rakesh Pandit, Sébastien Granjoux
2460 Anjuta 2.91.5 "Moving forward" (11 Januar 2010) -- Johannes Schmid
2462 Updates:
2463 - Glade integration is working again and far more stable
2464 - Devhelp plugin is here gain
2465 - New class generation for Vala, Python and Javascript (Kenny)
2466 - New artwork (Samuel)
2467 - Comment/Uncomment feature for C/C++ (Peter)
2468 - Various improvements in vala support
2470 Bugs fixed:
2471 638228 language-support-vala: interrupt parsing if user switches to another file
2472 638252 language-support-vala: use the new markers to show error tooltips
2473 511000 Icons needed
2474 638532 crash in plugin list when pressing cursor-down
2475 637699 JavaScript wizard
2476 637774 Add Vala class wizard to class-gen
2477 638534 Criticals with local-only repositories
2478 616426 model wants symbols before db creation.
2479 625399 Attempt to make a query when database is not connected
2480 633018 crash in Anjuta IDE: I closed a project, wich...
2481 637695 allow comment/uncomment with gtksourceview editor
2482 638097 Remove deprecated gdk_spawn_command_line_on_screen gdk_spawn_on_screen
2483 638347 Incorrect makefile
2484 638830 Fortan typo?
2485 638878 $(BUILT_SOURCES): No such file or directory
2486 638034 Unable to create new project
2487 638524 Syntax error on valid configure.ac files 
2489 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Andika Triwidada, 
2490 Aron Xu, Bekhtiyar Ghulam, Daniel Nylander, Gheyret T.Kenji, James Liggett,
2491 Jens Georg, Johannes Schmid, Kenny Meyer, Kjartan Maraas, Massimo Corà,
2492 Matej Urbančič, Peter Hoffmann, Sébastien Granjoux, Yuri Myasoedov
2494 Anjuta 2.91.4 "Merry X-mas" (21 December 2010) -- Johannes Schmid
2496 New:
2497 - Project Manager: Lots of work improving the new project manager. Special
2498 thanks to Sébastien Granjoux for all the time he invests here
2499 - Git Shell: More panes for git features (James)
2501 Bugs fixed:
2502 636665  [PATCH] .vapi file not distributed
2503 609213  Anjuta FAQ
2504 636667  [PATCH] Plugins require GTK_LIBS to link against, but this is not in configure.ac
2505 637249  [class-gen] Python wizard
2506 621424  No easy way to delete a bookmark
2507 636312  Double click fails to select entire word if it contains _ or digits
2508 619592  crash in autocompletion
2509 636084  Crash Anjuta when typing in Build->Configure->Configuration combo box
2510 636666  [PATCH] Introspection fails to build with recent gobject-introspection
2511 636668  [PATCH] Link against the libraries anjuta and anjuta-shell are using
2512 584060  Project manager hangs anjuta when the contents of project files changes 
2514 Thanks to:
2515 Chao-Hsiung Liao, James Liggett, Jorge González, Kenny Meyer, Robert Ancell,
2516 Sébastien Granjoux
2518 Anjuta 2.91.3 "Lebkuchen - yay!" (30 November 2010) -- Johannes Schmid
2520 WARNING: This is an unstable development snapshot
2522 New:
2523 - Git Shell: Git interface has changed to be context sensitive (James)
2524 - Project Manager: New project manager landed with much better capabilities (Sébastien)
2525 - clang-analyzer: New plugin to use the clang analyzer
2527 Bugs fixed:
2528 615345 Tabs in AnjutaTabber should not expand to all available space
2529 631213 locale.h included twice in main.c
2530 633112 Smart Brace Completion Quotation Mark Crash
2531 633911 Unknown (translation)
2532 635121 language-support-cpp-java: fix invalid read of paranthese-size setting
2533 635795 Editing configure.ac crashes anjuta
2534 631521 create project in folder c++
2536 Thanks to: Abderrahim Kitouni,Akom Chotiphantawanon, Alexander Shopov,
2537 Antonio Fernandes C. Neto, Ask H. Larsen, Bruno Brouard, Carl-Anton Ingmarsson,
2538 Claude Paroz, Daniel Nylander, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
2539 Gheyret T.Kenji, James Liggett, Joan Duran, Jonh Wendell, Jorge González,
2540 Kjartan Maraas, Leonid Kanter, Mario Blättermann, Massimo Corà, Matej Urbančič
2541 Milo Casagrande, Nikos Bakaoukas, Petr Kovar, Philip Withnall, Saleem Ansari
2542 Sébastien Granjoux, Simos Xenitellis, Yang Hong
2544 Anjuta 2.91.2 "Remember the days when we ported from Gtk+ 1.2 to 2.0?" -- Johannes Schmid
2546 WARNING: This is an unstable release! It's the first released based on the
2547 GNOME 3.x library set and a such it may kill your kitten though it's unlikely.
2549 New:
2550 - Everything works with gtk+-3.0 now. gconf replaced with GSettings, etc.
2551 - Switch to enable/disable modeline detection
2552 - Automatic completion of comments with "*"
2554 Regressions:
2555 - Glade hasn't been ported to gtk+-3.0 yet and isn't available
2556 - class-inheritance isn't build because of missing foocanvas for gtk+-3.0
2557 - gtodo is disabled and will probably be removed soon
2558 - terminal plugin hasn't been ported to GSettings, yet
2560 Bugs fixed:
2561 bgo#600407 - Missing LIBXML_CFLAGS and LIBXML_LIBS
2562 bgo#627105 - Mark default diff filenames for translation
2563 bgo#577595 - Prepend comment with *
2564 bgo#625903 - Port to GSettings
2565 bgo#625978 - configure failure in gtk+-3.0 environment
2566 bgo#631952 - better GObject-Introspection support for new-project branch
2567 bgo#633661 - vala support is automagic
2569 Thanks to: Abderrahim Kitouni, Andika Triwidada, Carles Ferrando,
2570 Eugenia Gabrielova, Evgeny Grablyk, Florian Ludwig, Gabor Kelemen,
2571 Giannis Katsampirhs, Javier Jardón, Jens Georg, Joan Duran, Jorge González,
2572 Josseline Mouette, knight2000, Mario Blättermann, Matej Urbančič, 
2573 Nanci de Brito Bonfim, Pacho Ramos, Sébastien Granjoux, Takayuki KUSANO
2575 Anjuta 2.32.0 "Goodbye Berlin" (27 Sep 2010) -- Johannes Schmid
2577 This is our new stable release. Older releases won't see any bug-fixing, support,
2578 etc and master is now heading for GNOME 3.0 which will rock!
2580 Bugs fixed:
2581 bgo#630460 PackageKit integration is not working on all distros
2582 project-wizard: Update default ui file to use gtk+-2.16
2584 Various translation updates, Anjuta is now fully available in over 20 and more
2585 languages. Thanks for your effort.
2587 Thanks to (again, mostly translators):
2588 Andika Triwidada, Andrea Zagli, Aron Xu, Bruce Cowan, Bruno Brouard,
2589 Chao-Hsiung Liao, Christian Kirbach, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
2590 Jonh Wendell, Jorge González, Kenneth Nielsen, Marek Černocký, Mario Blättermann,
2591 Matej Urbančič, Michael Kotsarinis, Milo Casagrande, Piotr Drąg, Takayuki KUSANO,
2592 Yuri Myasoedov
2594 Anjuta 2.31.92 "What's reality like?" (13 Sep 2010) -- Johannes Schmid
2596 Bugs fixed:
2597 python-loader: bgo #628975 - error in python loader .plugin
2598 sourceview: bgo #626541 - Crash when saving to unavailable location
2599 bgo #628397: Fix anjuta-idl-compiler to keep typedef comments
2600 bgo #628397 - gir build error
2602 Thanks to (mostly translators):
2603 Abderrahim Kitouni, Andika Triwidada, Aron Xu, Bruno Brouard, Christian Kirbach,
2604 Claude Paroz, Daniel Nylander, Dragos Dena, Gabor Kelemen, Hiroyuki Sekihara,
2605 Jorge González, Kjartan Maraas, Philip Withnall, Sébastien Granjoux,
2606 Takayuki KUSANO
2608 Anjuta 2.31.91 "Cold summer rain" (30 Aug 2010) -- Johannes Schmid
2610 Updated:
2611 - More updates to the vala support
2613 Bugs fixed:
2614 libanjuta: Fixed bgo #622922: migrated to GDBus
2615 pm: bgo #626690 - wrong project clean on new-project
2616 project-wizard: bgo #627595 - Ambiguous strings for translation
2617 bgo #627648 - Add IDE to Categories in .desktop file
2618 symbol-db: bgo#622340 - Tried to close project and Anjuta crashed
2619 bgo #628099 - Remove markup from translatable strings
2620 language-support-python: bgo#627437 - couldn't find python rope.
2621 bgo #628286 Fix introspection build when builddir != srcdir
2622 bgo #628285 Don't distribute the .gir files
2624 Thanks to Abderrahim Kitouni, Andika Triwidada, Ask H. Larsen, Branko Kokanović,
2625 Bruno Brouard, Christian Kirbach, Fran Diéguez, Gabor Kelemen, James Liggett,
2626 Jorge González, Massimo Corà, Matej Urbančič, Philip Withnall, Robert Ancell,
2627 Sébastien Granjoux
2629 Anjuta 2.31.90 "GSoC is over - we have snippets now" -- Johannes Schmid
2631 New:
2632 - Python is now fully supported
2633 - Initial support for python plugins (Abderrahim Kitouni)
2634 - Snippets plugins from GSoC (Dragos Dena)
2636 Updated:
2637 - Language support for Vala got a major update
2639 Bugs fixed:
2640 project-wizard: bgo#625434 - remove cvsignore from templates
2641 python-support: bgo#626950 Anjuta crash with python support
2642 build-basic-auotools: bgo#626562 crash refusing to clean the configuration
2643 symbol-db: bgo#622529 - Crash when trying to open a non-writable project
2644 symbol-db: bgo#616560  - Symbol views do not display names containing especial chars correctly
2645 manual: Fixed mailing list adress (bgo#625588)
2646 language-support-vala: bgo#626306 Symbol completion doesn't work with "this."
2647 libanjuta: Increase launcher buffer size (bgo#624700)
2648 class-gen: add missing include (#626265)
2649 Add PyGTK project template. Fixes bug #608304.
2651 Abderrahim Kitouni, Andika Triwidada, Daniel Nylander, Dragos Dena
2652 Fran Diéguez, James Liggett, Jens Georg, Jorge González, Leandro Mattioli
2653 Massimo Corà, Matej Urbančič, Vincent Untz, Yang Hong
2655 Anjuta 2.31.6.1 "Thank you, The Hague (5 Aug 2010) -- Johannes Schmid
2657 Bugs fixed:
2658 symbol-db: bgo#625964 anjuta-tags does not build
2659 libanjuta: bgo#621919 AnjutaAsyncCommand class is inconsistent
2661 Thanks to James Liggett and Vicent Untz
2663 Anjuta 2.31.6 "Thank you, The Hague" (2 Aug 2010) -- Johannes Schmid
2665 Updated:
2666 - Debugger is now much more polished (Sebastien)
2667 - Project wizard shows better package chooser
2669 Bugs fixed:
2670 devhelp: Use Devhelp-2 API (bgo#625841)
2671 build: bgo #625604  - anjuta crashes on starting the debugger
2672 gdb: bgo#625605  - register function is not found in a pretty printer
2673 symbol-db: bgo #625350 - critical warning on project unload
2674 debugger: bgo#558954  - Documentation for debug interfaces is incomplete
2675 libanjuta: bgo#624660 introspection build order problem
2676 debugger: bgo #515395  - Mouse cursor is a clock in debug mode
2677 debugger: bgo #598187  - Feature request: Make 'Locals' columns configurable
2678 project-wizard: bgo #624091  - Use AnjutaPkgConfigChooser
2679 debugger: bgo #516112  - Debugger create too much variable objects
2681 Thanks to Chao-Hsiung Liao, Eleanor Chen, Fran Diéguez, Frédéric Péters,
2682 Jorge González, Mario Blättermann, Massimo Corà, Matej Urbančič, Naba Kumar,
2683 Sébastien Granjoux, Sergei Grudinin, Tao Wang
2685 Anjuta 2.31.5 "Too hot to code" (12 June 2010) -- Johannes Schmid
2687 New:
2688 - Debugger supports pretty-printing now
2690 Updated:
2691 - More work on the symbol database code quality and performance
2693 Bugs fixed:
2694 project-wizard: bgo #623754  - focus on wrong text-field
2695 run: bgo #623944  - buttons swapped on "Program parameters"
2696 gdb: bgo#494292  - Set next statement
2697 gdb: bgo #617323  - Save debugger stack trace
2698 configure: Fix the forced debugging mode even if --disable-debug is given (bgo#612453)
2699 Fix for bgo #622706 and allow to sort shortcuts by accelerator
2700 symbol-db: Fixed bgo #617472: doubled items in locals view
2701 bgo #622526  - HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
2702 terminal: bgo#619253  - Problem of ianjuta_terminal_execute_command in 2.28
2703 anjuta: F6 switches focus instead of setting over (bgo#621678)
2704 symbol-db: Fixed crasher bgo #622139
2705 project-wizard: bgo #621512  - Remove deprecated glib symbols
2706 language-support-vala: bgo#620927  - Vala plugin compilation
2707 libanjuta: bgo#620664  - Drag and drop of multiple source files
2709 Thanks to Abderrahim Kitouni, Akom C, Andika Triwidada, Fran Diéguez,
2710 G. Baylard, Gennaro Bellizio, Jorge González, Massimo Corà, Matej Urbančič,
2711 Naba Kumar, Romain Perier Sébastien Granjoux
2713 Anjuta 2.31.3 "Smile, tommorow will be worse" (7 June 2010) -- Johannes Schmid
2715 New:
2716 - language-support for Vala
2718 Updated:
2719 - Symbol database is super fast now
2720 - Glade plugins was cleaned a lot and doesn't spit warnings anymore
2722 Bugs fixed:
2723 anjuta: bgo #618273  - Anjuta closes when pressing ESC in the save dialog
2724 bgo #586428  - paths with symlinks do not get 'real' absolute paths
2725 language-support-cpp-java: bgo#618955  - Smart brace completion is no longer smart
2726 message-view: bgo#620209  - Message View Crashes When Hovering Mouse Cursor Over Message Toggle Icons
2727 npw: fix #610934  - Improve translations for the wizard files
2728 Remove deprecated GTK+ symbols. Fixes bug 572754.
2730 Anjuta 2.31.2 "There are no ugly girls, just lazy ones" (25 May 2010) -- Johannes Schmid
2732 New:
2733 - class-inheritance is included using libfoocanvas
2735 Bugs fixed:
2736 file-wizard: #616810 Error when creating new c source and header
2737 language-support-cpp-java: bgo#618314  - Anjuta crash on while editing
2738 symbol-db: Fixes #bgo 617433 Tab switching is slow because of rescanned symbols
2739 symbol-db: Partially fixes bgo #615429: Optimize global and local views sql queries
2740 libanjuta: Completes fixing bgo #615428: new column is_container
2742 Anjuta 2.31.1 "Better late than never" (6 May 2010) -- Johannes Schmid
2744 New:
2745 - Symbol-db tree model with direct database access
2746 This brings faster a faster and more up-to-date symbol tree
2748 Bugs fixed:
2749 anjuta-tags: bgo #616780 - Wrong return type recognition
2750 document-manager: fixed bgo #616739 - doesn't open .ui files, neither in xml mode
2751 anjuta-tags: fixed bgo #616503 - updates to the ctags vala parser.
2752 symbol-db, language-support-js: bgo #616435 - make distclean removes y.tab.c
2753 document-manager: bgo#550027  - Open a source tab in full window size
2754 document-manager: bgo #586689 - close all but this
2755 symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
2756 symbol-db: Fixes bgo #614906 - Local view shows namespaces far too often
2757 symbol-db: bgo #614408 - convert GET_PRIV () to ->priv
2758 anjuta: Fixed bgo 500962 - Further icons
2759 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
2760 macro: #613118 - Please fix escaping of UTF-chars in ui file
2762 Anjuta 2.30.1 "BASIC's not the answer" (26 April 2010) -- Johannes Schmid
2764 Bugs fixed:
2765 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
2766 document-manager: bgo #600083 - close documents by middle-mouse click
2767 symbol-db: bgo #614936 - compile error with cfiles under js_parser
2768 symbol-db: bgo #614932 - void function cannot return value
2769 symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
2770 language-support-cpp-java: libstdc++ is not available on Solaris #614928
2771 gtodo: Deselecting "Hide completed items" does nothing (#614751)
2772 language-support-cpp-java: bgo#615596  - . -> completions doesn't work with prefixed &, %, etc
2773 libanjuta: #615718  - anjuta-command crash call on set_error_message.
2774 js: bgo#615341  - Use correct LDFLAGS for the JS plugins
2775 dir-project: bgo #616503 consider Vala files as sources
2776 patch: Fixed bug 616740 - duplicated shortcuts nodes
2778 Anjuta 2.30.0 "Ostern in Berlin" (29 March 2010) -- Johannes Schmid
2780 Bugs fixed:
2781 git: Free the log message for merges at the right time
2782 Makefile.am missing libxml flags in some plugins (bgo#613559)
2783 macro: #613118 - Please fix escaping of UTF-chars in ui file
2784 project-wizard: JS template support and require GJS 0.6
2785 build: bgo#612959 - Anjuta crashes when clicked 'Compile'
2786 language-support-cpp-java: Avoid duplication of local symbols in project search
2787 language-support-cpp-java: Fixed some undo problems with indentation
2788 sourceview: bgo#567029 - underline warnings/errors using user-selected message colors
2789 starter: Add tooltip for recent projects.
2791 Anjuta 2.29.92 "Give me Shortcuts" (8 March 2010) -- Johannes Schmid
2793 Changes:
2794 - Stabilisation fixes with autocompletion
2795 - Performance work
2797 Bugs fixed:
2798 anjuta: bgo#567689 -  Shortcuts grabbed all components of anjuta
2799 bgo #566194 -  Garbage in the message pane for messages with bold font
2800 sourceview: Don't block F7 shortcut (bgo#611204)
2801 language-support-cpp-java: Better expression parsing (bgo#608499)
2802 project-wizard: Added back translatable-strings.h until bgo#610934 is fixed
2803 preferences: fix preferences registration for recent gtk+ versions (bgo#609190)
2804 project-wizard: bgo#606596 -  Javascript template doesn't make sense
2805 fm: bgo#605050 -  Saving a file duplicates its entry in File Manager
2806 build-basic-autootls: Get make targets for files from language-manager plugin (bgo#611933)
2807 bgo #611312 -  Make manual page up-to-date
2809 Anjuta 2.29.91 "Vala la Révolution" (22 February 2010) -- Johannes Schmid
2811 Features:
2812 - Support for Vala symbols in the symbol-db
2814 Bugs fixed:
2815 language-support-cpp-java: bgo#609227 -  autocompletion problem (and some memory leaks)
2816 bgo #550715 - Smaller icons in plugin list.
2817 language-support-cpp-java: reapplied previous commit. bgo#610397 bgo#610404
2818 symbol-db: bgo#610404 added cancel logic to search command.
2819 starter: bgo#582726 -  Loading file from command-line/nautilus puts starter page in front of file
2820 project-import: bgo#582717 -  'Create Folder' button not applicable in 'New From Existing Sources' file
2821     chooser dialog
2823 Also special thanks to all translaters!
2825 Anjuta 2.29.90 "Jag älkar svesk..." (7. Februar 2010) -- Johannes Schmid
2827 Features:
2828 - None (we are in feature freeze) except new language for Codename ;)
2830 Bugs fixed:
2831 bgo #608701 -  Compiler warnings
2832 bgo #608396 -  crash while refreshing a buffer with some breakpoints
2833 + Several fixed in symbol-db and language-support-cpp-java
2835 This is the first beta release in the 2.30 cycle so please give it some testing!
2837 Anjuta 2.29.6 "Naba is back" (25 January 2010) -- Johannes Schmid
2839 Features:
2840 - Packagekit integration (Naba Kumar)
2841 - Project manager supports a simple "Directory" project now which allows
2842 to handle project that either don't use automake or where the automake parser
2843 can detect the files correctly. (Sébastien Granjoux)
2845 Bugs fixed:
2846 bgo#541687 - selecting properties of executable with mouse
2847 class-gen: bgo#606801 -  Bad translation error + GTKmm Project error
2848 bgo#572754 - Replace deprecated GTK_OBJECT_TYPE with G_OBJECT_TYPE
2849 bgo#601750 -  Tooltip evaluation doesn't respects mouse position
2850 bgo#605060 -  Single-step highlighting works only for the first-opened project
2851 bgo#607415 -  Anjuta creates lots of random directories
2853 Anjuta 2.29.5 "Birthday present" (12 January 2010) -- Johannes Schmid
2855 Features:
2856 - Completion for ., ->, and :: in C/C++
2858 Bugs fixed:
2859 symbol-db: re-fixed bgo#605952 with patch from Sébastien Granjoux.
2860 language-support-cpp-java: #566982 -  don't autocomplete inside string or comment
2861 sourceview: Implement ianjuta_editor_cell_get_attribute() properly (#586457)
2862 bgo #605763 -  No file found while adding a simple c++ class
2863 bgo #605730 -  completion "." "->" are not shown
2864 bgo #606069 -  Anjuta won't attach to process to debug it
2865 symbol-db: bgo#605952 -  Some small fixes for symbol-db
2866 bgo #559876 -  I can't add python file source code to Project > Add source code
2867 bgo #565191 -  'add project target' is mostly broken
2868 bgo#566209 -  "generate inhertances..." progress bar doesn't disappear
2869 symbol-db: fixed bgo#605343 - fix build warnings
2870 symbol-db: fixed bgo#605306 -  Add missing include to fix build
2872 Anjuta 2.29.4 "Snow makes happy aka Last X-Mas" (21. December 2009) -- Johannes Schmid
2874 Features:
2875 - Javascript support (Deniz Ermilov)
2876 - Support for parsing expressions allowing member completion (Massimo' Cora)
2877 - Improved autocopletion support using GtkSourceCompletion support in
2878 GtkSourceview master (Johannes Schmid)
2880 Bugs fixed:
2881 bgo#597318 - Anjuta terminal crashes X
2882 bgo#597815 - Crash due to malformed UI definition file
2883 bgo#599532 - plugin.c: missing call to fclose
2884 bgo#600924 - misc. build fixes for 2.28
2885 bgo#601567 - Import from git fails
2886 bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar
2887 bgo#559925 - Send special keys to the terminal
2888 bgo#602784 - Remove unneeded libsexy code
2889 bgo#604581 - Crash Scintilla when writing a comment
2890 bgo#599323 - symbol-db plugin can't create the symbol database
2891 bgo#604954 - Configure project fail if project path contains space
2892 bgo#604621 - specify /dev/shm at config time.
2894 Anjuta 2.29.2 "Prager Herbst" (14 November 2009) -- Johannes Schmid
2896 Features:
2897 - New codename ;)
2898 - For upcoming features, see the new-project-manager and the cxxparser branches
2900 Bugs fixed:
2901 String review (thanks to Phillip Withnall)
2902 symbol-db: fix #597113
2903 search-plugin: unmerge ui and remove action group when the plugin is deactivated
2904 git: remove action groups when the plugin is deactivated
2905 file-manager: fix bug where we accessed the FileView even though it was freed
2906 debug-manager:bgo #596009 -  Easier adding of watches
2908 Anjuta 2.28.0 (28 September 2009) -- Johannes Schmid
2910 Bugs fixed:
2911 gdb: bgo#594665 -  Fix link of test program
2912 sourceview: Report error when location is > 0 for markers (bgo#593954)
2913 terminal: bgo#594648 -  Terminal does not work
2914 sourceview: #355151 -  drag/drop into editor window should open file
2916 And of course lots of translation updates!
2918 Anjuta is translated fully into the following languages:
2919 pt_BR, en_GB, bg, de, da, fr, gl, it, pt, sv, es, tr, uk, hu, th
2921 The manual is fully translated for:
2922 el, es and th
2924 Anjuta 2.27.92 (7 September 2009) -- Johannes Schmid
2926 Bugs fixed:
2927 class-gen: bgo #593532 - Untranslated strings
2928 language-support-cpp-java: bgo #593291 - fix small typo
2930 Thanks to all translators!
2932 Anjuta 2.27.91 (27 August 2009) -- Johannes Schmid
2934 Updates:
2935 - Some git fixes (file-status, etc.)
2936 - Stability fixes on symbol-db
2938 Bugs fixed:
2939 Typo in Anjuta pot file (bgo#593236)
2940 bgo #592941 – Fixed errors in Anjuta IDE Manual (Greek translation)
2941 bgo #591758 -  Fix language mistakes
2942 bgo #591887 -  Bad strings for translation
2943 bgo #590117 – Build failure: local scandir() function collides with system's
2944 bgo #589828 – Can't open GtkBuilder files with the glade plugin
2945 bgo#590708 – Some untranslated strings
2946 project-wizard: bgo#591359 – Need an easier and intuitive way to create a shared library project
2947 bgo #590337 – Compile failure: not allowed to link against a -module
2948 bgo #590720 – glade plugin FTBFS on mips(el) and alpha, LANGUAGE_C built-in
2949 bgo#590337 – Compile failure: not allowed to link against a -module
2950 language-support: bgo#575926 – 'Maintain past indentation' disables itself
2951 bgo #578690 – Several components underlinked
2952 bgo #585428 – Context needed to translate
2953 bgo#590334 – Fix -I ordering
2954 bgo #590338 – Missing plugins flags
2955 git: Add init support (bgo 566698)
2956 language-support-cpp-java: fixed critical #588112 - infinite loop / freeze
2957 bgo#587248 – Encoding key in desktop file is deprecated
2958 bgo#588485 – fixes from running anjuta with G_DEBUG="fatal_warnings"
2959 bgo#589699 – When ~/.cache isn't exists, session data isn't saved
2960 bgo#588506 – Wrong value of PACKAGE_DOC_DIR
2961 bgo#589601 – "gtk-execute" and "gtk-cancel" marked for translation
2963 Anjuta 2.27.5 (27 July 2009) -- Johannes Schmid
2965 Updates:
2966 - Even better git plugin (James Liggett)
2967 - Work to get C++ autocompletion done (Massimo' Cora)
2969 Bugs fixed:
2970 git: Show the active branch in the status bar (bgo 589401)
2971 symbol-db: #588387 make typeahead searching caseless
2972 Migrate anjuta project wizards from libglade to GtkBuilder (GnomeBug:530740)
2973 bgo #575147 – Headers of new C++/GObject classes have wrong copyright and license notices.
2974 bgo #577741 – "single step over function" does not always work as expected
2975 bgo #587957 – doap file missing bug-database
2976 bgo #583731 – Some untranslated strings
2977 git: Refresh the log view when switching branches (bgo 580276)
2978 bgo#578438 – broken svn libraries detection in configure
2979 git: Fix a typo in a menu tooltip (bgo 587191)
2980 gbf-am: build fix #586926
2981 #586926 – gdbmi_test build fails
2982 bgo#513156 – Get rid of libgnome(ui)
2983 git: Add descriptions to the menu items (bgo 577924)
2984 #586621 – Crash while loading project file
2985 go#586148 – Case had to be the other way around
2986 bgo#586148 – Fixing setting whitespace for the editor not working
2987 bgo#577924 – Fixing AnjutaStatusbar for displaying menu tags
2988 #577232 – run-program plugin: projects's working directory should be set to project root on start
2989 #586030 – Value of a new environment variable is not saved in run parameter dialog
2990 #584180 – Duplicate copy of GBF/General.pm installed to same location
2991 #582961 – Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
2992 subversion: Show conflicted files in the commit dialog (bgo 578411)
2993 symbol-db: #585498 – Completion stop working and strange warning
2995 Anjuta 2.27.3 (14 June 2009) -- Johannes Schmid
2997 Updates:
2998 - Pixel-saving UI for tabs
2999 - Remove markup from translatable strings
3001 Bugs fixed:
3002 - Lots of git bugs fixed
3003 #584013 – libanjuta-1.0.pc.in still requires libglade-2.0
3004 #584347 – Don't reference child revisions
3005 #567214 - bookmarks window wastes too much space
3006 #582464 – crash in Anjuta IDE: Hacking on Empathy, dele...
3008 Anjuta 2.27.2 (26 May 2009) -- Johannes Schmid
3010 Updates:
3011 - Lots of git improvements
3012 - Subversion improvements
3013 - Removed libglade dependency
3015 #581416 - Fix void function cannot return value
3016 #581869 - anjuta fails to build outside source tree
3017 #582710 - Please consider using g_timeout_add_seconds to reduce wakeups
3018 #582977 – String misspelled
3019 #581421 - build fail on symbol-db/test
3020 #530740 – Use GtkBuilder instead of libglade
3021 #583589 – Some untranslated strings
3022 #580340 - Reuse the last commit message when amending commits
3024 Anjuta 2.27.1 (4 May 2009) -- Johannes Schmid
3026 Updates:
3027 - Improvements in git plugin
3028 - Improvements with auto-completion speed
3030 Bugs fixed:
3031 #530740 - Use GtkBuilder instead of libglade
3032 #581074 - Creating a new wxWidgets project should not include libglade
3033 #580994 - using DEBUG_PRINT instead of g_print
3034 #580013 – patch plugin doesn't handle patch-files with whitespace
3035 #568779 – project wizard should infer project name from base path
3036 #577721 – tooltips appears in wrong position
3037 #579118 – Segmentation fault when adding file to project
3038 #578087 – Artwork for Symbol Database is actually not from Monodevelop
3039 #567588 – highlight default button in Find dialog
3040 #576959 - Search does not point to correct line number on first match when file is not opened in editor.
3041 #577006 – crash creating new file
3042 #574607 – Replace function selects text uncorrectly
3043 #576057 – doesn't build with graphviz 2.22.2
3044 #575617 – Update FSF address
3046 Anjuta 2.26.0 (16 March 2009) -- Johannes Schmid
3048 Bugs fixed:
3049 #397883 – The license info is almost empty
3050 #574376 – Save doesn't always save
3051 #573858 – link fail on Solaris for plugin symbol-db
3052 #562113 – Clean docbook syntax in order to validate
3053 #571740 – Get rid of deprecated libgnomecanvas
3054 - Fixed crash in git plugin
3055 - Fixed little problem in build plugin
3056 - Fixed distcheck
3058 - Translation updates:
3059 Anjuta is now fully translated into the following languages:
3060 pt_BR, en_GB, da, fi, fr, gl, el, it, ca, pt, sv, es, tr, hu, vi, de, sl
3061 and over 80% in
3062 ru, ja, mr, ar, th, pl
3063 The manual is translated into Spanish now.
3065 Thanks to all translators
3067 Anjuta 2.25.903 (2 March 2009) -- Johannes Schmid
3069 Bugs fixed:
3070 - Valgrind memory fixes
3071 - Documentation fixes and updates
3072 - Fixes in the glade plugin
3073 - Version control integration fixes
3074 - Auto-indentation fixes
3075 #564282 – configure error: source directory already configured
3076 #567513 – Running configure doesn't make anjuta be aware that the
3077   project doesn't need a configure stage in its menus
3078 #565170 – Invalid read in plugin.c
3079 #573326 – Debug misfunction
3080 #572637 – Valgrind shows some errors in symbol-db
3081 #567068 – autocomplete box should vanish on backspace
3082 #564306 – don't ask which program to run if project has only one target
3083 #559806 – Anjuta crashes when closing unsaved file
3084 #556970 – Swap .h/.c doesn't work for C header files (*.h)
3085 #555895 – Save configure options for build configuration
3086 #572608 – crash clicking on 'find in files...' results.
3087 #572451 - crash on closing project
3088 #571760 – Find & Replace is broken (due to my previous changes)
3089 #511589 - remove missed includes
3090 #572289 – Make code less ambiguous
3091 #564891 – Crash when closing editor window
3093 Anjuta 2.25.902 (16 February 2009) -- Johannes Schmid
3095 This is a bug-fix release for the GNOME 2.25.91 Beta!
3097 Updates:
3098 - Code completion
3099 - Searching
3100 - Project Management
3102 Bugs fixed:
3103 #570820 – problem with gtk+ trunk
3104 #564942 – display project-relative path in search results pane
3105 #571381 – Seach button disabled if no files opened. 
3106 #571733 – file manager should sort files case-insensitively
3107 #571233 – Uncorrect loading of subversion plugin
3108 #571215 – doesn't indent function declarations correctly
3109 #570492 – Some criticals in the terminal plugin
3110 #556148 – it's impossible to remove project variables
3111 #571262 – gbf-am: treat tail slash as a package
3112 #566991 – list project modules in sorted order
3113 #571114 – Crash after clicking on Edit/Preferences with open document
3114 #571143 - Double free crasher of path string.
3115 #563704 – Anjuta displays column/line numbers after edit windows closed
3116 #556970 – Swap .h/.c doesn't work for C header files (*.h)
3117 #570720 – There are warnings in some cases when I press cancel in 
3118         program arguments dialog
3119 #566785 – Anjuta crashes after enabling and disabling a plugin
3120         often
3121 #567606 – Auto-indentation in Anjuta gets tab indentation wrong for function paramaters
3122 #565015 – duplicate matches in search results pane
3123 #539580 – Uncorrect pass search result to
3124 #570614 – outdated download addresses
3125 #566531 – Find & Replace results in wrong result for files
3126         containing multi-byte UTF-8 sequences
3127 #570877 – symbol-db doesn't scan user-added packages.
3128 #570929, initialize widgets before add watches.
3129 #566987 – display tooltip with prototype when calling function in project.
3130 #570245 – gbf gio-critical g_file_query_exists
3131 #566693 – Code completion of symbols usually not working
3132 #570492 – Canot open editor - crash
3133 #567100 – opening Find dialog causes GtkSpinButton warning
3134 #570444 – can't change numbers in preferences dialog
3135 #566987 – display tooltip with prototype when calling function in project
3137 Thanks to anybody involved!
3139 Anjuta 2.25.901 (3 February 2009) -- Johannes Schmid
3141 This is a bug-fix release for things that were broken too much in 2.25.90
3143 Bugs fixed:
3144 #570249 – glade plugin does not build
3145 #566702 – Please add a separator between Build Project and Build Tarrbal
3146 #570264 – cannot do subversion->commit: no modified files are detected anymore
3147 #570223 – Replace all in open buffers crashes
3148 #567206 – Build doesn't start if auto-save fails
3150 Anjuta 2.25.90 (2 February 2009) -- Johannes Schmid
3152 New:
3153 - Glade integration work (GSoc) merged
3154 - Support for scratchbox2
3156 Updates:
3157 - Improved file status display
3158 - Don't depend on Gnomeprint
3160 Bugs fixed:
3161 #561370 – there is no way to know which files are in repository and which not.
3162 #566800 – Had a random crash in "File manager" preferences pane
3163 #569908 – completion of symbol shouldn't scroll the editor
3164 #511589 - fix c&p error in uri_is_parent; fix uri_get_chrooted_path
3165 #570136 – add option to not show unversioned files
3166 #542412 – GSoc: Glade3 integration
3167 #567728 – Copypasting build errors, messages and warnings
3168 #564276 – useless checkbox next to action groups in Shortcuts view
3169 #514609 – install-data-hook problem on Gentoo
3170 #563499 – Goto Matching Brace and other commands missing in GtkSourceView editor
3171 #564272 – Highlight Mode menu should indicate current mode
3172 #567030 – gtksourceview editor should underline warnings
3173 #561094 – Creation of backup files can't be disabled using gtksourceview
3174 #569585 – translation issues, typos
3175 #570034 – the open ToolbarItem is named "Open recent file"
3176 #570056 – version mismatch for dependency gtk+
3177 #567846 – A lot of g_warning-s when starting up Anjuta
3178 #570014 – invalid print of uninitalized value
3179 #560857 – GNOME Goal: Remove deprecated GLib symbols
3180 #567361 – allow me to jump to declaration in external package header
3181 #513156 – Get rid of libgnome(ui) (partial)
3182 #569857 – terminal copy/paste doesn't work
3183 #566209 – "generate inhertances..." progress bar doesn't disappear (partial)
3184 #549958 – user is not notified if a file is removed from filesystem
3185 #567206 – Build doesn't start if auto-save fails
3186 #357275 – allow user to jump directly to Symbols / Search
3187 #357275 – allow user to jump directly to Symbols / Search
3188 #491491 – Auto save's problem (automatic reload was a bad idea)
3189 #357820 – Goto / Previous history should return to previous cursor position
3190 #569225 – glade-plugin build error
3191 #568493 – Anjuta freezes after moving around large portions of code
3192 #511589 for debug-manager plugin
3193 #491491 – Auto save's problem (reload automatically)
3194 #549958 – user is not notified if a file is removed from filesystem
3195 #564308 – autogenerated gtk/gnome program does not exit
3196 #565188 – Invalid write on deinitialization
3197 #568119 – Automatic scanning of system-packages doesn't work
3198 #568381 – Website manual chapter 5. Debugging
3199 #548310 – Allow plugins to load/save key accelerators
3200 #565320 – sbox2 support for anjuta
3201 #564659 – Port anjuta to use Gtk+ print instead of deprecated gnomeprint
3202 #566696 – Make the terminal plugin open in the directory of the project
3203 #568254 – build fail on symbol-db-engine-core.c with suncc
3205 Anjuta 2.25.5 (19 January 2009) -- Johannes Schmid
3207 New:
3208 - File-browser shows version control status for subversion using emblems
3210 Updates:
3211 - Removed gnome-vfs usage
3212 - Lots of improvements with auto-completion and symbol-db
3213 - string fixes
3215 Bugs fixed:
3216 #567967 – build fail with sun cc because zero-sized struct
3217 #568068 – critical warnings on activation of debug-manager
3218 #531717 - remove tray icon
3219 #511589 - port to gio
3220 #568008 – invalid g_object_unref in file-manager
3221 #568020 – critical warning on bracket completion
3222 #565353 – View Log and Diff context menu commands should 
3223         act immediately
3224 #568028 – goto [declaration|implementation] should prefer the current 
3225         file.
3226 #567060 – symbol search should ignore case.
3227 #565342 – wizard creates useless dist-hook in Makefile.am
3228 65024 – "Retrieving log..." still displayed after retrieval 
3229         complete
3230 #564988 – Subversion context menu should have a Revert command
3231 Fix #567222 – Please add comments for translators
3232 Fix #567216 – Don't leave trailing spaces
3233 Fix #567226 – Don't leave trailing spaces
3234 Fix #567224 – Don't leave trailing spaces
3235 Fix #567881 – Strange strings
3236 #567523 (Goto Implementation jumps to declaration).
3237 #567504 – New Project dialog is not centered
3238 #567505 – Anjuta hangs while generating inheritances
3239 #567217 – Don't use trailing spaces.
3240 #567228 – Don't leave trailing spaces.
3241 #548910 Hide the Global tab in case only C-files are used in a project.
3242 #567360 – Context Help needs an icon
3243 566924 - Subversion diff should be done from the project's root
3244         directory.  
3245 #566943 – Icons are not not found
3246 #567156 – better autodetection of language
3247 #567010 - Can't import project if parse scripts failed
3248 #567068 – autocomplete box should vanish on backspace
3249 #566987 – display tooltip with prototype when calling function in project
3250 #566693 – Code completion of symbols usually not working
3251 #567227 – Don't leave trailing spaces
3252 #567223 – Don't leave trailing spaces
3253 #567219 – String fixes
3254 #567218 – Don't leave spaces before punctuation
3255 #567203 – small signal error in symbol-db-system
3256 #566985 – sort multiple symbol matches by file path
3257 #567058 – Goto Implementation can't jump to struct or typedef types
3258 #566690 – Goto declaration menu item should go to implementation if 
3259         there's no delcaration
3260 #567067 – Anjuta hangs if I close project while scanning symbols
3261 #567049 – Goto Definition fails for symbols ending in a digit
3262 #566699 – Default "Available API tags" for 
3263         Symbol Database preference tab.
3264 #566691 – Goto declaration nor goto definition work with macros
3265 #565981 – Don't use g_file_test()
3266 #511589 - Remove unnecessary hack for GNOME-VFS which
3267         is not needed for GIO/GVFS
3268 #511589 – Remove dependency on gnome-vfs from Makefiles
3269 #511589 – Anjuta uses GNOME-VFS
3270 #566715 – invalid free in run-program/parameters.c
3271 #511589 – Anjuta uses GNOME-VFS 
3273 Anjuta 2.25.4 (5 January 2009) -- Johannes Schmid
3275 Translations updates:
3276 ====================
3277 es, fr, sv, fi, he, ru, pt_BR, pl
3279 New:
3280 - Symbol-db plugin now default and working, old ctags code and symbol-browser
3281 removed
3282 - Starter plugin for fast access to common actions
3283 - Remote debugging support using gdbserver
3284 - New bookmark interface
3285 - gnome-build merge into anjuta
3287 Updates:
3288 - Single toolbar without bonobo
3289 - Devhelp plugin uses webkit now
3290 - Lots of HIG fixes
3291 - Improved searching
3292 - Scintilla updated to 1.77
3294 Special thanks to (in no particular order, before the huge list of bugs appears...)
3295 - Sébastien Granjoux (for general bug fixing, merging gnome-build and being totally awesome)
3296 - Massimo Cora' (for doing the great work on the symbol-db plugin)
3297 - Naba Kumar (for giving lots of input on design decisions)
3298 - James Liggett (for the work on the version control plugins)
3299 - Adam Dingle (for many patches and lots of QA in bugzilla)
3300 - Jens Georg (for the GNOME-VFS porting)
3301 - Carl-Anton Ingmarsson (for various great patches)
3302 - Ignacio Casal Quinteiro (for updating devhelp to webkit and the new starter plugin)
3303 - All translators and people I possibly missed here
3305 Bugs fixed:
3306 #565885 – Search is broken for a single file with output to find pane 
3307 #565714 – use F11 shortcut for Full Screen
3308 #511589 – Anjuta uses GNOME-VFS (partly)
3309 #305515 – Bookmarks are not remembered across sessions
3310 #566284 – search-view should match more
3311 #566225 – activating selected row in search view does nothing
3312 #564302 – "Loaded Project..." is confusing
3313 #566129 – crash when project opening and file not found
3314 #565773 – symbol scanning is very slow
3315 #529181 – refresh dialog pops over all windows
3316 #563988 - Zoom factor is not updated correctly in scintilla
3317 #565769 – symbol-db blocks anjuta when files are removed
3318 #565890 – cleanup thread handling by using a GThreadPool
3319 #565823 – symbol-db hardcodes /usr/include for header files
3320 #545127 – When searching down can't see below search result
3321 #565278 – remove Next Occurrence and Previous Occurrence commands
3322 #565014 – sort Find in Files output by filename
3323 #564891 – Crash when closing editor window
3324 #565691 – no Goto Definition command in symbol-db
3325 #565701 – Anjuta hangs if ctags not installed
3326 #565578 – Next Document command does not cycle back to first document
3327 #565650 – Port anjuta-session from gnome-config to GKeyfile
3328 #565706 – trailing period in symbol-db labels
3329 #565700 – Enter key inserts garbage into Symbols / Search box
3330 #565492 – remove usage of std i/o
3331 #560857 – Remove deprecated GLib symbols in project wizard
3332 #565381 – Anjuta manual needs copy editing
3333 #564987 – Save All, Close All should appear in Documents menu
3334 #565002 – Redo shortcut should be Ctrl+Shift+Z
3335 #565016 – Previous History and Next History should have shortcuts
3336 #563585 – Find in Files is extremely slow
3337 #565189 – anjuta fails to build due to IAnjutaBookmark not being
3338         removed from documentation
3339 #564673 – I cannot activate sourceview plugin over scintilla
3340 #563889 – GNOME Goal: Clean up GLib and GTK+ includes
3341 #563980 - displayed some more info on search tab
3342 #309664 - Some file types impossible to open In Anjuta
3343 #563490 – Select Code Block command selects nothing in GtkSourceView editor
3344 #559806 – Anjuta crashes when closing unsaved file
3345 #563988 – don't display zoom factor when using GtkSourceView editor
3346 #564295 - minor English fix
3347 #563500 – inconsistent case sensitivity defaults
3348 #564377: Avoid opening an empty buffer when file does not exist
3349 #562808 – symbol-db crashes with latest libgda
3350 #560857: Remove use of g_mem_chunk in tools plugin
3351 #513156: Get rid of libgnome(ui) (partial)
3352 #563692: added a toolbar with build and execute buttons
3353 #563696 – garbage pixels appear in build output
3354 #563685 crash when trying to create a GObject
3355 #563753 default project directory is "/" until I set it explicitly
3356 #563586 Crash if project TODO.tasks is not readable
3357 #559951: Class Generator cannot add new class
3358 #563530: "Do not show binary files" should add ".pyc" and ".pyo"
3359 #552081: Dependent plugins are not added in the preference dialog
3360 #560284: Crash when deleting a folder outside Anjuta
3361 #562623: Project creation fails if path uses a tilde
3362 #562754: Create corresponding header file does not work
3363 #548873: File->Close project menu remains active after closing
3364         a project
3365 #562750 – The view should be showed when you search something.
3366 #558910: libanjuta has several warnings
3367 #560311 – Update devhelp plugin to use webkit version
3368 #557767 – Open file in file tree view on press Enter
3369 #312660 – Too many click to set "terminus" font
3370 #561369: Debug->add source path menu item doesn't work
3371 #558788 – Improving debugging
3372 #559800 - Missing debugger menu
3373 #558315 – Ambiguous message
3374 #544583 Add support for gnome applet projects
3375 #556147 Provide valid default directory for project
3376 #552996 - New file dialog misses BSD licence
3377 #545668 - new file are not added correctly to the project
3378 #545668 – file's icon not correctly updated on tabs-right-click
3379 #556053 – closing file tabs disable 'save button'
3380 #556053 – closing file tabs disable 'save button'
3381 #523609 – PATCH: Using a deprecated func in about.c
3382 #554337 Allow to change build directory to project directory
3383 #554337 Set uri instead of current_folder_uri
3384 #554684 – Cursor column number is not updated when typing text
3385 #554337 could not find glade file while executing a program
3387 Anjuta 2.24.0 (22 September 2008) -- Johannes Schmid
3389 Translations updates:
3390 ====================
3391 he, da, de, nb, ar, hu, mr, pt_BR, cs, da, sr, gl, th, ja, hi, nl, fi, ca, es, pt, en_GB, it, sv, fr, zh_CN, sq, gl, th, gu, tr
3393 Updates and fixes:
3394 - New version of symbol-db plugin beta
3395 - Fix warnings, some documents could have no associated file
3396 - Fix #529468: Use weak pointers to avoid acting on widgets that have
3397   been destroyed.
3398 - Fix #551574 Project names and descriptions are not translatable
3399 - Fix #551684: Wrong AC substitutions in anjuta-version.h.
3400 - Fixed a problem with async file loading.
3401 - Fix libanjuta API documentation
3402 - Imported new symbol icons from MonoDevelop.
3403 - Fix #550322 - Newlines should be placed at the end of error messages
3404   lines
3405 - Fix #550470 - Crash: Executing file through popup menu
3406 - Use the View->Editor->* menu items for view spaces, view eol and
3407   line wrap (new) option instead of the preferences.
3408 - Fix #549950 - crash while saving a file
3411 Anjuta 2.23.91 (1 September 2008) -- Naba Kumar
3412 -------------------------------------------------
3414 Translations updates:
3415 =====================
3416 mr, sq, es, gl, sr@Latin, ar, fi, gu, sv, de
3418 New:
3419 ====
3420 * GSoC Git plugin completed: Beta 1 completes the agreed-upon feature set in
3421   the proposal.
3422 * Symbol-DB plugin maturing.
3424 Updates and fixes:
3425 ==================
3426 * Fixed a crasher in symbol-db due to use of uninitialised memory
3427 * Fixed bug #548622 – sun cc can not compile build-options.c
3428 * Do not free mutex in symbol-db because that crashes 50% of the time.
3429 * Fixed critical on plugin deactivation of message-view plugin
3430 * Fixed bug #546109 - Spurious libanjuta-2.0.pc file
3431 * Install anjuta-version.h
3432 * Keep const gchar* instead of GFile in debugger interface
3433 * Updated debugger documentation
3434 * Updated build documentation
3435 * when terminal window is active (remove shortcut)
3436 * Fixed bug #548646 Delete key press is routed to editor window
3437 * Fixed bug #549105 Patch plugin icon not loaded
3438 * Fixed bug #549405 – There are warnings when I create a new file
3439 * Fixed bug #548606 now engine exits cleanly even if it's in scanning mode.
3440   It still remains the libgda bug anyway, bug #545979.
3441 * Fixed bug #522032 also for symbol-db.
3442 * Added two checkboxes: one is for parallel scan control, the other is for
3443   the buffer updating control.
3444 * GSoC Git plugin: Beta 1 completes the agreed-upon feature set in
3445   the proposal.
3446 * Fixed bug #548984 – Use AC_HELP_STRING macro
3447 * Use gnome-terminal if terminal plugin is missing
3450 Anjuta 2.5.90 (18 August 2008) -- Johannes Schmid
3451 -------------------------------------------------
3453 Translations updates:
3454 =====================
3455 ar, be@latin, de, es, fi, gl, he, mk, oc, pt, ru, th, vi
3457 Updates and bugfixes:
3458 =====================
3459 * Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
3460 * Fix a crash when GNOME Terminal is not installed
3461 * now search for symbols can be done also in global tags. Added a new parameter
3462         to search function and adjusted dependencies on different plugins.
3463 * Put tables.sql into distribution
3464 * Fix #536889 anjuta doesn't pass "make check"
3465 * Fixed #537398 – crash in Anjuta IDE: Closed project
3466 * Fix #537134: critical warnings tools->plugin_deactivate
3467 * Fix #534523: anjuta parses filenames from make wrong
3468   GMatchInfo need to be freed even when regex fail in build_get_summary
3469 * Fixed a possible bug where the project-manager plugin is deactivated twice.
3470 * Fix #536375: libsocket not included cause build fail on Solaris
3471 * Add new scratchbox 1 plugin implementing IAnjutaEnvironment
3472 * Enabled tooltips for recent files to identify full paths.
3473 * Ported file-manager to gio
3474 * Fix #530215 – Have a message area like gedit
3475 * Using glib/gi18n.h instead of libgnome/gnome-i18n.h
3476 * Fixed a crash on file selection. Gave enough buffer for the formated
3477   time print.
3478 * Restore text focus on switching editor with ALT+X and
3479   navigating from local-symbols view.
3480 * Fixed #528699 – Auto-indent ignores spaces-per-indent settings
3481 * Fix #538798: UI selected tab document differs from real one
3482 * Fix again #538798: UI selected tab document differs from real one
3483 * Fix #538921 – Duplicated folders
3484 * Fix #539726 – Completing port to GIO
3485 * Fix #513156 – Get rid of libgnome(ui)
3486 * Fix #538443 – Missing files in POTFILES.in
3487 * Fix #538906 – Enable state "Max actions" when "No limit" toggled
3488 * Fix #449620 – Implement autocompletion for gtksourceview editor
3489 * Fix #540731 - Port editor to gio
3490 * Fixed loading of files from the command line
3491 * Fixed crash when double-clicking on a breakpoint.
3492 * Change (nearly) all interfaces to use GFile* instead of uris
3493   Document all shell variables
3494 * Fixed #541313 – Crash on saving file
3495 * Fix #515954 – create_global_tags.sh: wrong anjuta-tags path
3496 * Fixed global tags loading
3497 * Fix bug #538217: Run in terminal option isn't remembered
3498 * Fix bug: Debugger sources directories isn't remembered neither
3499 * Fixed "Hide binary files"
3500 * Fix #539551 – AutoComplete doesn't work
3501 * Fix #539551 – AutoComplete doesn't work
3502 * Fix #357697 – readonly file can be edited
3503 * Fix #511762 – Multiple selection don't work well when hitting enter
3504 * Fix #535173 – UI isn't updated on closing all documents
3505 * Fix #500962 – Further icons
3506 * Fix #475244 – AC_SUBST() not needed after PKG_CHECK_MODULES()
3507 * Fix #518594 – Get rid of .anjuta and follow fd.o specifications
3508 * Fixed #541689 – Filter buttons added
3509 * Fixed symbol-db plugin for threaded libgda calls
3510 * Show all completions even when the editor makes own suggestions
3511 * #541941 – Crash on searching with regular expression
3512 * Fixed #542838 – create_global_tags.sh is creating tags in root directory
3513 * Added 'continue global tags scan after abort' feature.
3514 * Allow to build project outside source directory (fix #540782)
3515 * Fix crash on closing project due to the previous patch
3516 * Add more options for build command: parallel make, keep going on error
3517   and keep message untranslated
3518 * Fix another crash on closing project with a file outside project
3519 * Fix #375640: Allow user to stop a build in progress
3520 * Fix #534566: expand shell variable in configure parameters
3521 * Fix #543889: Crash typing in configuration field
3522 * Fix #522825: Opening files from shell disable build->compile menu
3523 * Fix configuration name not displayed, error when compiling target
3524   outside project
3525 * Fix #543978: GPL license shown in COPYING file irrespective of
3526   which license selected
3527 * Fix #544190: Crash double click on item in stack trace
3528 * Fix #530630: Scintilla hand up after hit return
3529 * Fix #544841 – Cursor set on a wrong line when I click
3530 * Fix several memory leaks in build plugin
3531 * Keep all command data in one object
3532 * Fix #544495: Memory leak
3533 * Avoid using the same function name in interfaces implemented
3534   by the same object to avoid trouble with bindings
3535 * Fix crash on 64bits machine due to the previous change (thanks Ignacio)
3536 * Fix #543149 Project doesn't rebuild when file is changed
3537 * Bug #529270 - GSoc: Git Plugin, alpha release 3.
3538 * Add header file to expose libanjuta versioning information.
3539 * Add a preference for the new visible whitespace feature of gtksourceview
3540 * Pull GIO into the libraries that libanjuta links against. (Bug #546394)
3541 * Fix #542432 – Svn diff doesn't work correctly
3542   Convert the output of svn diff from localce to utf-8
3543 * Fix #545673 – A bug in isymbol_get_file function
3544   Use g_file_new_for_uri() instead of g_file_new_for_path
3545 * Fix #546620 – Build- and make dist fixes (with some small changes)
3546 * Fix #420279 – INS and OVR do not immediately change in status bar
3547 * Save files in their original encoding
3548 * Use a fallback dialog if the document was not added to the document-manager
3549   yet (#545557 – Crash pressing on message view)
3550 * Fix #493818 Close project with opened target properties dialog opened
3551   crash Anjuta
3552 * 545624 – Toolbar broken
3553 * Lots of improvements to symbol-db
3554 * Use uf8_strlen instead of strlen to avoid selection problem with
3555   non-ASCII search strings (see #440637 comment 15)
3556 * New git plugin (Anjuta GSoC project)
3558 Anjuta 2.5.0 (02 June 2008) -- Naba Kumar
3559 -----------------------------------------
3561 Translations updates:
3562 =====================
3563 gl, zh_TW, el, ru, en_GB, es, he, de, cs, ar, fr
3565 Updates and bugfixes:
3566 =====================
3567 * Fix #514620: Port anjuta to GRegex
3568 * Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
3569 * Update sexy icon entry
3570 * Fix #536045: New run program plugin crash
3571 * Keep comment for enum and structures
3572 * Declare class typedef first
3573 * Allow to document Anjuta shell variable using define
3574 * Add a documentation sample in IAnjutaProjectManager interface
3575 * Fix a detail in the previous patch
3576 * Fix #534175: Deprecated code in Plugin Tutorial
3577 * Use sh instead of bash when possible
3578 * Order of include matter on OpenBSD
3579 * ps syntax differ on *BSD
3580 * Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear CREAD).
3581 * Fix #528226: doesn't compiling on FreeBSD6.3
3582 * #535048 – Anjuta doesn't build when checking underlinking and overlinking
3583 * Forget this change to add AnjutaCommand and AnjutaAsyncCommand
3584   in the documentation
3585 * Change the new IAnjutaBuilder interface to use callbacks
3586 * Add the documentation of IAnjutaBuilder
3587 * Fixed bug #532537 - Crash on closing Anjuta Preferences when it
3588   open twice.
3589 * Set line to mouse location when popup-menu is displayed (#530689)
3590 * Document AnjutaCommand and AnjutaAsyncCommand
3591 * Fix a crash when changing a watch while debugger is stopped
3592 * Allow loading application/octet-stream mime type
3593 * Fix #378903: Use IAnjutaBuilder to always debug an up to date program
3594 * Use IAnjutaBuilder to always run an up to date program
3595 * New IAnjutaBuilder interface allowing to check if a target is up to
3596   data and having a notification when the target is built
3597 * Fix #533758: django project creation fails
3598 * #532625 – Wrong consecution of functions calls when opening a glade file
3599 * Fix #533346: Create project in path with spaces fails
3600 * Fix #531940: Can't change the default project directory
3601 * Remove useless _DEPENDENCIES
3602 * Fix #532243: Execute program with whitespace in the project path fails
3603 * Fix #531623: Crash on updating non-existing watch
3604 * Fixed a bunch of compiler warnings
3605 * Fixed global tags loading from project configuration and added a
3606   configuration option
3607 * Fix translation issues (#530860 and #531411)
3608 * #531405 – AM_CONFIG_HEADER macro is obsolete
3609 * add limit/offset keywords to search query. Adjusted APIs.
3610 * Fixed a minor bug with caches in the engine.
3611 * The terminal configuration default option doesn't work (#530031)
3612 * Combobox for terminal choose not working (#530032)
3613 * Do not reverse list of file in save-session (#531445)
3614 * Set line to mouse location when popup-menu is displayed (#530689)
3615 * Add a context menu with copy/paste in terminal plugin
3616 * Add an interface method to access the pkg-config data from gnome-build.
3617 * Automatically load symbol from project configuration (proof-of-concept)
3618 * Adapt to changes in recent libgda for symbols-db
3619 * Fix run plugin again, previous patch was causing a crash when
3620   the program exist
3621 * Fixed bug broken titles for new files
3622 * Added some utility methods (derived from gedit)
3623 * set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
3624 * fixed a population bug introduced with using of caches. It broke the kind
3625   of symbol in some cases (e.g. returning of table_id = -1). 
3626 * Avoid lazy initialization and inlined the lookup functions to speed up the
3627   thing.
3628 * Performances improvement in sdb_engine_second_pass_update_heritage () using
3629   a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
3630   logic in this part should avoid gui freezing, at least here it does not freeze.
3631 * greyed out trees while population is in place.
3632 * Put the new run program plugin in the default plugin list
3633 * Fix a crash when the program doesn't exist
3634 * Put the menu items of the message-manager in the correct Goto menu
3635 * Allow markup in dialog description
3636 * #523186 – Open With dialog should mention filename
3637 * #530033 – Have window title like gedit
3638 * Also add the dirty char (*) at the beginning of the filename to match HIG
3639 * Moved Goto menu into View to avoid cluttering the menubar and created
3640   new Documents menu
3641 * Show open documents in the "Documents" menu and add actions for next/prev
3642   document like in gedit. Don't center menu items of notebook popup menu.
3643   (Fixes bugs #453702 and #529528)
3644 * 530566 – Fix translation and POTFILES.in
3645 * Use current project folder as default and added a file filter for
3646   the patch file chooser.
3647 * fixed search symbols to match "foo_symbol_%"
3648 * New run program plugin, includes a new dialog box to set
3649   program arguments
3650 * Update debugger plugin to use run program parameter dialog
3651 * Remove run program menu item
3652 * Use a gchar * null terminated array instead of a GList for
3653   passing environment variables
3654 * Add a child-exited signal in the IAnjutaTerminal interface
3655   Remove environment variables merging, it is already done
3656   in vte
3657 * fixed partial pattern match in symbols accordingly with api.
3658 * Hide progress bar when things are done in symbols db.
3659 * new dynamic prepared queries architecture. Now every query used in the
3660   engine has its own compiled query in libgda-sqlite provider. This for speed
3661   improvements, code cleaning and auto-escaping of string parameters. 
3662 * Lookup of dynamic queries takes care of sym_info parameters and of 
3663   parameters passed to functions. The compiled GdaStatements are stored in an 
3664   array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
3665   are bounded at n = 5, to avoid a third level of indirection on the store-trees.
3666 * Fix #529798: Mark additional strings for translation
3667 * Add additional restriction on project name fix #529226
3668 * Fix #529506: Uncorrect unloading tools plugin
3669 * Don't spit out two many warnings when the message view is destroyed
3670 * Only use first 500 characters for validation
3671 * Use GRegex instead of pcre and convert files to utf-8 if necessary.
3672   Rest of #440637
3673 * #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
3674   (there was an else missing...)
3675 * Fixed bug #528264 - New: Uses incorrect spelling "assistent"
3676 * Fixed a condition where we kill our own process
3677 * Added new sessions states to avoid loading the local symbols before
3678   the session is loaded (speeds up start-up).
3679 * Fixed #528705 – There is no Redo
3680 * Add an env parameter in the IAnjutaTerminal interface allowing
3681   to specify additional environment variables
3682 * Show 5 project and 15 file items in recent-chooser
3683 * Make searching utf-8 aware. We still need to fix encodings for
3684   search/replace in files as it is currently assumed they are utf-8 like
3685   the editors.
3686 * Fix recent files in the toolbar
3687 * Do not enable brace autocompletion by defualt because it annoying for
3688   fast typist (i.e. it's easier to type ending brace than move carat)
3689   and it's currently broken for scintilla.
3690 * Removed dead files.
3691 * Added anjuta_utils_get_user_config_dir. This func is used
3692   to get the user config directory.
3693 * Switched from GnomeApp to GtkWindow.
3694 * Move the encoding conversion infrastrcute to libanjuta and update all
3695   users. Test all available encodings by default in scintilla editor
3696   like sourceview is doing and removed encoding preferences
3697 * Fixed crasher
3698 * Various small improvements to the dialog
3699 * Add separator to recent menu (#526932)
3700 * Merged the UI changes from bug #511688 and simplified the search dialog
3701 * Check for ctags binary (#516123)
3702 * GdaSet *plist is now used globally for every prepared statement.
3703   It won't be created/unreffed at every query.
3704 * Fixed crasher when deactivating symbol-db plugin
3705 * Don't use transactions - uses only half of the time now!
3706 * fixed global tab icons. Libgda could not understood the right fields, now it
3707   does.
3708 * Only show () for functions/methods and macros with arguments. Does not work
3709   with symbol-db yet but fixes things for symbol-browser
3710 * Fixed some issues with symbol caching
3711 * Give the symbol-db it's own progress bar because there are too many
3712   interactions with the global status bar.
3713 * Sort symbol trees
3714 * Block insert-text signal on cut/copy/paste
3715 * Only update buffer when a newline is inserted
3716 * Precompute file_defined_id to speed up symbol population
3717 * Fixed some problems with binary streams needed by symbol-db
3718 * Use some caching to speed up symbol population
3719 * Exit properly when symbol scanning is over
3720 * Fix bug #525999: Remove space in file and target names generated
3721   by project wizard
3722 * Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
3723   has been renamed ianjuta_document_manager_get_current_document
3724 * Added a check for vital programs and packages needed to create a
3725   new project. A warning dialog is shown to user in project
3726   wizard when he proceeds after selecting a project type.
3727   Updated all project templates to cover vital programs and
3728   packages to generate and build correctly.
3729 * Fixed bug #523068 link in about window doesn't work.
3730 * Removed unused color management code
3731 * Added style chooser for sourceview editor (#522555)
3732 * Moved "New" action from document-manager to file-loader using 
3733   IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
3734 * Killed libegg (#349279)
3735 * Removed dead code and libegg from Makefiles
3736 * Removed symbol-browser toolbar which used libegg and was
3737   buggy (#451588)
3738 * Port FileLoader to GtkRecent (#398984)
3739 * Merged changes from symbol-db branch
3740 * Use gnome_vfs_get_slow_mime_type()
3741 * Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
3742   supertype instead no plugin for mime-type was found (#525706)
3743 * Fixed padding in preferences
3744 * #515854 – Move configuration into preferences
3745 * #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
3746 * Improve start program dialog, allowing to specify working
3747   directory and environment variables
3748 * Get rid of gnome_help_display_with_doc_id()
3749 * Fixed type 'assistent' to 'assistant'.
3750 * Ports anjuta-ui to gtk_cell_renderer_accel
3751 * Ported the GnomeDruid stuff to GtkAssistant an removed the glade
3752   file because libglade doesn't have GtkAssistant support.
3753 * Avoid a crash when debugger stop on an error
3754   Display an error message when debugger target is not found
3755 * Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
3756 * Add API to set environment variables for the forked process
3757 * #520761 – Weirz behavior with popup
3758 * 520415 – [PATCH] Problems in auto indentatation code,
3759 * 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
3760 * 521691 – Crash when click "Resolve Conflicts" without opened project
3761 * 520324 – Execute command is not overridable
3762 * #521847 – anjuta freez when edit file
3763 * Removed all GNOME_CALL* calls in plugins.
3764 * Moved data/properties to plugins/editor/ and removed dead code from
3765   Makefile.am files.
3767 Anjuta 2.4.2 (27 May 2008) -- Naba Kumar
3768 -----------------------------------------
3770 Updates:
3771 ========
3772 Translation updates: he, pt_BR, es, ca
3774 Bugfixes:
3775 =========
3776 * Fixed bug #440637: Make searching utf-8 aware
3777 * Fixed bug #528705: There is no Redo (from trunk)
3778 * Fixed bug #528693: Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
3779 * Fixed bug #531623: Crash on updating non-existing watch
3780 * Fixed bug #532243: Execute Program with whitespace in the project path fails
3781 * Fixed bug #531940: Can't change the default project directory
3782 * Fixed bug #533346: Create project in path with spaces fails
3783 * Fixed bug #532625: Wrong consecution of functions calls when opening a glade file
3784 * Fixed bug #533758: django project creation fails
3785 * Fixed bug: crash when changing a watch while debugger is stopped
3786 * Fixed bug #532537: Crash on closing Anjuta Preferences when it open twice.
3788 Anjuta 2.4.1 (07 Apr 2008) -- Naba Kumar
3789 -----------------------------------------
3791 Updates:
3792 ========
3793 Translation updates: el, zh_TW, zh_HK, ml, ru, en_GB and it
3795 Bugfixes:
3796 =========
3797 * Fixed #520761 - Weirz behavior with popup
3798 * Fixed #520415 - [PATCH] Problems in auto indentatation code
3799 * Fixed #521691 - Crash when click "Resolve Conflicts" without opened project
3800 * Fixed #520324 - Execute command is not overridable
3801 * Fixed #521847 - anjuta freezes when editing file
3802 * Fixed #525706 - Use gnome_vfs_get_slow_mime_type() to determine the
3803    mime-type and try supertype instead no plugin for mime-type was found
3804 * Fixed #525999 - Remove space in file and target names generated
3805    by project wizard
3806 * Fixed sample anjuta plugin
3807 * Block insert-text signal on cut/copy/paste
3809 Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
3810 -----------------------------------------
3812 Updates:
3813 ========
3814 Translation updates: ca, it, es, pt_BR, gl, fi, lt, fr, en_GB, hi, hu,
3815 nl, ja, zh_TW, zh_HK, ar, ru, sv, nb, da and ml.
3817 Bugfixes:
3818 =========
3819 * Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
3820 * Fixed memory leaks and implemented ianjuta_editor_get_offset() which
3821   was missing.
3822 * Updated prepare-Changelog.pl to latest script version in gnome svn
3823 * Escape tooltip text to avoid broken markup
3824 * Removed some debug code
3825 * Fixed #519275 - Subversion should allow offline diffs
3826 * Fixes #518469 - Save message buffer not working good
3827 * Added a configure requirement for scintilla editor plugin
3828 * Fixed tags generation that broke in last release.
3830 Anjuta 2.3.5 (25 Feb 2008) -- Naba Kumar
3831 -----------------------------------------
3833 Updates:
3834 ========
3835 Translation updates: si, es, oc, ne, kn, de, en_GB, fi, be and pt_BR
3837 Bugfixes:
3838 =========
3839 * Fixed #515867 - Anjuta dies on startup
3840 * Fixed #515868 - File browser only shows icons when activated
3841 * Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
3842   from symbol-db branch
3843 * Fixed #515954 - create_global_tags.sh: wrong anjuta-tags path
3844 * Move anjuta-shell to noinst_PROGRAMS as it is just a test
3845 * Indent lines after comments correctly
3846 * Set indentation size correctly in sourceview plugin, when tab size is
3847   set by language support plugin
3848 * Indent /* */ comments correctly for multilines.
3849 * Fixed #504905 - Ctrl-I (Auto Indent) doesn't indent properly after
3850   C++ public: and private:
3851 * Fixed #516014 - Output in UTF-8 format to avoid hangs with the editor.
3852 * Fixed #516377 - Status bar does not change its status of 'Search for
3853   .. continued at top'
3854 * Fixed some memory leaks 
3855 * Fixed #516128 - crash in Anjuta IDE: selected profiler as the...
3856 * Fixed #516737: Import project doesn't load project with space in name
3857 * Fixed #516743: Import project keeps an old date on project file
3858 * Fixed #515207: Add a new project window screenshoot
3859 * Fixed #515993: "Add package" button is "Add Package" in code
3860 * Fixed #516727: "Build All" is "Build Project" in code
3861 * Fixed #516728: "Clean All" is "Clean Project" in code
3862 * Fixed #516728: "Autogenerate" is "Run Autogenerate..." in code
3863 * Fixed #516730: Fix note title 
3864 * Fixed #516630 - Selection custom binary in profiler is not user-friendly.
3865 * Fixed #516641 - Valgrind: Load Log does not clear list
3866 * Fixed implementation of get_character and return value of iiter_first()
3867   and iiter_last();
3868 * Cleaned implementation of char-added signal by using "insert-text" signal
3869   instead of filtering "key-press-event"
3870 * Some bugfixes and clean-ups in comment indentation code
3871 * Load executable in gdb with space in path name 
3872 * Fixed "char-added" signal to pass the correct iterator
3873 * Set breakpoint in file with uncommon characters in path name
3874 * Avoid a glib warning if no project is loaded
3875 * Fixed #518329: Crash when adding breakpoint and other similar bugs
3877 Anjuta 2.3.4 (11 Feb 2008) -- Naba Kumar
3878 -----------------------------------------
3880 Bugfixes:
3881 =========
3882 * Documentation fixes for IAnjutaDebugger* interfaces
3883 * ianjuta_document_manager_find_document_with_path expect an uri not a path.
3884 * Fix #513130, #513131 #513135: Wrong menu item names and errors in the
3885   documentation
3886 * Remove a possible memory leak
3887 * Fix #512901: Crash when adding a breakpoint
3888 * Fixed Editor->View popup menu for those entries that are appropriate for
3889   sourceview    
3890 * Fix #507831 - Wrong Profiler values for some locales
3891 * Fixed button ui problem...
3892 * Fix #511586: Project path with "+" not working in debugger
3893 * Emit all state changes notification
3894 * Avoid crash when getting relative path from debugger (same fix
3895   than for #510028)
3896 * Fix #513485: wrong strings maked as translatable
3897 * Fixed crash when closing anjuta after all document tabs have been closed
3898 * Fixed "jumping" tooltips, fixed indentation of brances
3899 * Fixed #512751 - libgnomeprint unnecessary without scintilla
3900 * Use two decimal places for float values in profiler views (bug #507831)
3901 * Another UI issue with the patch plugin and silenced a compiler
3902   warning
3903 * Updated manual figures to be in clearlooks theme, removed old figures
3904 * Updated manual
3905 * Fixed tabsize preference
3906 * Adapted to API changes in GtkSourceView
3907 * Fixed wrong status message output when resolving svn conflicts.
3908 * Pass an uri to ianjuta_document_manager_goto_file_line_mark() to fix
3909   clicking on search result messages
3910 * Fixed #512535 - Open files tabs' position is correctly remembered 
3911   but not applied at startup
3912 * Adjust preferences default values
3913 * Fixed #513730 - Option not present in the GUI po file
3914 * Fixed #509908 - [UI] Problems with the General settings tab
3915 * Fixed #511010 - [UI] Execute program utility window
3916 * Fixed #511981 - Error parsing make output
3917 * Fixed #495511 - Header_h macro correction
3918 * Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
3919   causes make install to fail
3920 * Partial fix of #507921: translation issues in debug-manager, tools,
3921   project-wizard, gdb and anjuta-plugin-manager.
3922 * Update debugger documentation
3923 * Fix bug #514118: Rename Clear All Breakpoints to Remove
3924   All Breakpoints
3925 * Fix search plugin to use an URI instead of a file path
3926 * Fix anjuta_docman_get_uri to always return an URI
3927 * Fix bug #514124 and bug #514138: Wrong menu item name
3928 * Fixed translation bugs from #507921.
3929 * Removed unused files in scintilla plugin
3930 * Fix translation bug #514494 and bug #514440
3931 * Fixed #514732 – 64 bit compliation error
3932 * Fixed bug #514733 – Use of uninitialized variables
3933 * Fix crashes when trying to stop the debugger while it is busy
3934 * Fixes bug #515500 - Make sure that all paths are "canonical" by
3935   libsvn rules so anjuta doesn't die if the user gives a path that
3936   libsvn doesn't like. 
3937 * Removed (almost) empty files, fixes #515383 and #515388
3938 * Fix interrupt command, not working due to previous change
3939 * Fix #512531 - Parallel build fails
3940 * Fix translation bug #515459 and #515460
3941 * Fix bug #515463: Deattaching process kill it
3942 * Fixed stream comment
3943 * Fix spelling errors, including bug #515204, #515172, #515117 and #513892
3944 * Fixes bug #510183 - Tooltips claim to be broken.
3946 Anjuta 2.3.3 (27 Jan 2008) -- Naba Kumar
3947 -----------------------------------------
3949 Changes:
3950 ========
3951 New menu item to add extra source directories for debugger
3952 Select the first window in the glade project when it is first opened. 
3954 Bugfixes:
3955 =========
3956 * Fix #507304 – crash in Anjuta IDE while removing done tasks
3957 * Do not reopen file having escaped character (+,...) in path name
3958 * Add forgotten Swedish entry to DOC_LINGUAS.
3959 * Adds export-dynamic option to LDFLAGS to project template for libglade
3960   to work for autoconnect signals.
3961 * Install anjuta-tags binary into FHS policy compliant directory and
3962   update references. (Fixes bug: 509346.)
3963 * Do not use opacity in assist window in sourceview editor.
3964 * Fix memory leaks
3965 * Added printing support to GtkSourceView editor
3966 * Fixed API docs
3967 * Many string fixes
3968 * Refresh the symbols for new file saved.
3969 * Fixed bug #502322 - Highlight doesn't work on new file saved
3970 * Removed unused gconf_notifications in task manager plugin.
3971 * Fixed bug #509864 - No initial section selected when opening the Preferences dialog
3972 * Fixed bug #509865 - Incorrect padding in the Documents settings tabs
3973 * Fixed bug #509867 - Create button contents is mis-aligned
3974 * Fixed bug #509869 - "Add Directory" button is not HIG complient
3975 * Fixed bug #509875 - The "Update globale tags" button wording is incorrect
3976 * Fixed bug #509873 - Build Autotools Preferences has excessive padding
3977 * Fixed bug #509872 - General Information labels are incorrectly aligned
3978 * Fixed bug #509871 - General preferences has incorrect use of colons
3979 * Fixes bug #508805 - Add support for both file and folder preferences.
3980 * Fixed bug #508399 - When you enable a plugin, preferences don't show up
3981 * Fixed bug #507627 memory tab stay active on debugger stop Remove two unused
3982   variables due to the previous patch
3983 * Fixes Bug #509510 - Check input of some dialogs to avoid termination
3984   if user gives bad or no input
3985 * Resupport cut/copy/paste/clear on GtkEditables when those have focus.
3986 * Fixed symlinks (#510238) and file permission (#405321) handling
3987   for scintilla editor.
3988 * Remove reference to IAnjutaCpuDebugger (useless)
3989 * Use gulong instead of guint for addresses
3990 * Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
3991   IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
3992 * Use editor native funtions to avoid round trips.
3993 * Enable logging of gdb communication with an environment variable
3994 * Fix bug #488519, remove critical warning (completion_cache == NULL is valid)
3995 * Fix #498734, typing error in c++ project template
3996 * Fix a crash when scrolling in the diassembly window
3997 * Start the terminal shell on plugin activation
3998 * Fix #502508, use anjuta_launcher to keep program output
3999 * Fix parsing with quotes in the command line. 
4000 * Fixed #465084 - wizard instead of assistant (only string changes...).
4001 * Update IAnjutaEditor and IAnjutaIndicable interfaces to take iterators
4002 * Fix #511757 - Close icon in tabs cut off.
4003 * Fix #511049: Change UI of add source directories dialog
4004 * Fixed some of gtk+ critical warnings.
4005 * Rename filename argument to uri when an uri is expected
4006   anjuta_docman_get_document_for_uri will remove symlinks 
4007 * Probably fix #510028: crash debugger when having a relative filename
4008   in stack trace
4009 * use gnome_vfs_get_uri_from_local_path to get local path from uri
4010   This takes care of escaping some characters
4011 * Fix #512224: Use a string in english
4012 * Fixes Bug #427108 - Scintilla plugin configuration folding-style
4013   setting not working
4014 * Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
4015 * Added scrollwindow shadow in save dialog.
4016 * Removed unmaintained rpm spec file.
4018 Anjuta 2.3.2 (11 Jan 2008) -- Naba Kumar
4019 -----------------------------------------
4021 Changes:
4022 ========
4023 * Document manager cleanups.
4024 * Use GtkSourceView 2.1.x for sourceview plugin.
4025 * Debugger improvements and cleanups.
4026 * Use hover interface to display variable inspect values.
4027 * Added (basic) support for vim modelines (#504331)
4028 * Added basic Vala support
4029 * Add a menu item to repeat the quick search
4031 Bugfixes:
4032 =========
4033 * Fixed bug #501469: Crash if mime_type is unknown
4034 * Fixed a bug remove all breakpoints was not working due to latest changes
4035 * Setting breakpoints is disabled when program is running
4036 * Fixed bug #481366: Do not stop at the beginning of the program
4037 * Fixed removing condition on breakpoint 
4038 * Fixed bug #488732: Breakpoint on delete lines
4039 * Breakpoints are now linked to their position in editor
4040 * Fixed a crash when a stack command is cancelled
4041 * Do not save temporary breakpoints
4042 * Fixed bug #502533: Implement assembler step
4043 * Present correct widget with anjuta_shell_present_widget(). This got wrong
4044   when the new search bar was introduced.
4045 * Save glade files correctly in session
4046 * Use new tooltip API if available in glade plugin.
4047 * Sort notebook pages when session is restored (needs work)
4048 * Gtk 2.12 Tooltip API is used if available in document manager.
4049 * Fixed some issues with session handling and several memory leaks in docman.
4050 * Remove address, condition and pass breakpoint column if not supported
4051 * Fixed clear all remove_all to avoid an endless loop if a breakpoint
4052   cannot be removed
4053 * Fixed bugs #497878 crash when double clicking on gtk-foobar.glade in PM.
4054 * Fixed #503719 Opening and closing .glade files plays badly with docman.
4055 * Fixed next/previous message
4056 * Fixed bug #491301: Inspecting a variable opens a bad focus dialog
4057 * Fixed bug #504818 Some signals/timeouts should be disconnected when dialogs are closed
4058 * Fixed bug #505237 Sort list of modified files
4059 * Shorten down the title bar if the current path is inside the opened project
4060 * Fixed #505315 anjuta hangs when going from editing a glade file to
4061   editing a c source file
4062 * Fixed #498986 Anjuta-2.3.0 fails to build
4063 * Fixed #506266 – Attempting to build the scintilla plugin, even when
4064   explicitly disabled
4065 * Fixed GtkFileChooserButton preferences to also work when only the combo
4066   changes without a dialog being open.
4067 * Only install glade catalog files if glade-3 is available
4068   (Fixes #506269 and #500296)
4069 * Fixed #506740 – ianjuta_editor_get_text crash if request text
4070   past the buffer length
4071 * Unregister preferences for custom preferences when the widget is
4072   destroyed.
4073 * Fixed #486724 and #488615
4074 * Removed stock icon open/save from
4075   menus to avoid conflict with file open/save. Fixes bug #507455
4076 * Fixed #507441: Disable all breakpoints doesn't work
4077 * Fixed #507444: Enable Breakpoint menu item doesn't change name
4078 * Fixed #348854 invisible cursor in certain themes
4079 * Added disable_password_check for stream where it does not make sense 
4080   (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
4081   that sometimes occur in symbol-db plugin
4082 * Made all of the columns resizable and reorderable.
4083 * API in AnjutaDescription for translatable properties. Fixes bug #496833
4084   comment #18.
4085 * Fix bug #505205
4086 * Fixed a crash when creating a new file
4087 * Fixed editor popup menu (Cut, Copy, Paste)
4088 * Fixed a memory corruption reported in bug #507491.
4089 * Fixed #460390 Changing categories while edinting something
4090 * Fixed translation issues (#496833)
4091 * Fixed #508424 Auto complete: previous char was removed when
4092   pre TAB to auto complete.
4093 * Fixed #508497 and added a new chooser to select whether to use
4094   libglade or not.
4096 Anjuta 2.3.1 (02 Dec 2007) -- Naba Kumar
4097 -----------------------------------------
4099 Changes:
4100 ========
4101 New improved subversion plugin (bug #457477)
4102 New improved icons (bug #480093)
4103 Major improvements to debugger
4104 Internationalization improvements
4106 Bugfixes:
4107 =========
4108 * Bug #493062 – gcj template needs AC_PROG_CC
4109 * Bug #493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4110 * Bug #422329 – Creating a new directory in program options doesn't work
4111 * Bug #493583 – crash in Anjuta IDE: trying to open a file
4112 * Replace anjuta_children_register by g_child_watch_add
4113 * Fixed translations (Bug #496833, Bug #488211 and Bug #497758)
4114 * Removed unused code in document manager.
4115 * Bug #495536 – Plugins localization improvement
4116 * Bug #495245 – Strings bug
4117 * Add a pulsing progress bar to all dialogs receiving status
4118 * Whole Project checkbox enabled by default in diff and update dialogs.
4119 * Changes the editor names for diff editors to something much more descriptive. 
4120 * The diff dialog should have a checkbox, enabled by default, that
4121   allows the user to make sure that all open files are saved before diffing.
4122 * Do not insensitize New action when there is no document. Indentation fixes.
4123 * Removed redundant icon.
4124 * Fixed dockitem positions for subversion and symbol-db widgets.
4125 * Use Ctrl+Shift+s as shortcut for Save As
4126 * Partial Fix translation Bug #496833 comment 4,7,8,9,10,11 
4127 * Debugger: Display error message returned by debugger command Add new error codes
4128 * Debugger: program-unload signal does not exist used debugger-stopped
4129 * Debugger: Do not display address when not needed
4130 * Debugger: Breakpoints directly connect to debugger signals
4131 * Debugger: Remove gnome terminal check function
4132 * Debugger: Use anjuta terminal plugin instead of gnome terminal
4133 * Debugger: Partial fix of bug #481366
4134 * Debugger: Fix a stupid crash when changing a register value
4135 * Debugger: Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4136 * Debugger: Fix parsing of breakpoint data
4137 * Debugger: Add a breakpoint list command
4138 * Debugger: Implement condition, hit count, ignore and temporary attribute
4139 * Debugger: Remove editor watch when plugin is deactivated
4140 * Debugger: Connect debugger signal only when program is loaded
4141 * Debugger: Rename get_feature in is_supported
4142 * Debugger: Fix bug #500376
4143 * Debugger: Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4145 Translation updates:
4146 ====================
4147 nb.po, it.po, es.po, gl.po, sv.po, sl.po, ru.po, ko.po, de.po,
4148 ja.po, oc.po, ko.po
4150 Anjuta 2.3.0 (31 Oct 2007) -- Naba Kumar
4151 -----------------------------------------
4153 Changes:
4154 ========
4155 * Support for GError in interfaces.
4156 * Big improvements in debugger.
4157 * On demand preferences dialog (faster startup) and moved to Edit submenu.
4158 * Moved plugins and shortcuts settings inside General preferences page.
4159 * Move preferences menu from Settings to Edit submenu.
4160 * Got rid of Settings submenu.
4161 * Updates for glade-3 recent releases.
4162 * Sort preferences pages on title.
4163 * Introduced document-interface and reorganized documents handling such
4164   that documents tab can now hold any 'document' and not just editors.
4165 * Glade files are now opened as documents, so they behave just like editors.
4166 * Do not display registers list if not available
4167 * Big fixes in glade plugin.
4168 * Fixed lots of memory leaks (thansk valgrind)
4169 * Change the address of FSF in various files
4170 * Cleaned up message view (#458041)
4171 * Cleaned up message view
4172 * Removed some deprecated widgets.
4173 * New and better (uses gnome-vfs) file-manager plugin
4174 * Big improvements in autocompletion, both in scintilla and sourceview editors.
4175 * Whole lot of new icons for toolbars and plugins.
4176 * Added preference option to set the gdl switcher style
4177 * Function tooltips are finally supported in sourceview.
4178 * Added nicer icons for document manager and debugger.
4179 * New incremental "Quick Search" bar in the document manager
4180 * Improvements in plugin framework.
4181 * Added API for commands override in build interface
4183 Bugfixes:
4184 =========
4186 * Fixed anjuta-plugin project wizard
4187 * Fixed selection management in sourceview
4188 * Fixed incremental search
4189 * Fixed #427390 – Show path of item in currently focused editor window
4190 * Fixed #458034 – Method of indicating unsaved changes breaks convention
4191 * Fixed #343522 – Unable to execute commands that use options.
4192 * Fixed #466031 – Update of pieces of menus for Localization
4193 * Show an error dialog instead of crashing when plugin loading fails
4194 * Clean up debugger queue
4195 * Many small code, warnings and leak fixes
4196 * Fixed #440637 – Search, don't work very well
4197 * Fixed #478238 – set env for execute programe in the terminal
4198 * Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4199 * Fixed #427104 – No "highlight" of lines matching find-result
4200 * Improved (programming) language management.
4201 * Fixed #480851, disconnect save_session signal when plugin is unloaded
4202 * Moved indent code to it's own plugin.
4203 * Fixed #478987 – Unusable 'Indent setting window' on preferences
4204 * Fixed #477976 – Keybinding in run dialog
4205 * Fixed #482067, escape project wizard user defined strings
4206 * Fix several crashing bugs (including bug#482985) with the debugger
4207   when closing project, stopping the debugger, restarting the program
4208 * Scroll to selected executable and remember it across sessions
4209   (followup of #477976)
4210 * Fixed #357544 – incremental search should work consistently (or not at all) 
4211   when main toolbar is hidden
4212 * Bug 440637 – Search, don't work very well (partly for incremental search)
4213 * Use the same marker for 'important' in sourceview editor as
4214   gedit (yellow background)
4215 * Correction to various search-related issues
4216 * Move glade properties widget into center because it is way to big for
4217   the sidebar
4218 * Added preferences to file-manager.
4219 * Fixed crash when closing a project and unloading another while
4220   the debugger is enabled
4221 * Fixed #487854 – Anjuta crashes when i try to add a SVN url
4222 * Remove maximum gdb command length, should fix bug#474811
4223 * Fix #488061: Mutiple crash dialogs
4224 * Fixed the language supprt loading unloading stuff.
4225 * Added some separators to the toolbar
4226 * Fixed #487683 – undefined operations in libegg/eggtreemodelfilter.c
4227 * Bug 489798 – Do not rely on svn-config
4229 .. and others
4231 Anjuta 2.2.2 (23 Oct 2007) -- Naba Kumar
4232 -----------------------------------------
4234 Changes:
4235 ========
4236 * Fixed #477976 - Keybinding in run dialog
4237 * Fixed #427104 - No "highlight" of lines matching find-result
4238 * Fixed #479020 - Use of old open file dialog instead of GtkFileChooser
4239 * Fixed #478238 - set env for execute programe in the terminal
4240 * Update EggRecent (#456465)
4241 * Fixed #466031 - Update of pieces of menus for Localization
4242 * Fixed #343522 - anjuta: Unable to execute commands that use options.
4243 * Improved incremental search (still sucks) and selection management in
4244 GtkSourceView editor
4245 * Fix bug#487112, crash while removing a breakpoint in a new file
4246 * Fix bug#486597, crash when gdb is not installed
4247 * Fix bug#482067, escape project wizard user defined strings
4248 * Fixed #477976 - Keybinding in run dialog
4249 * Fixed #427104 - No "highlight" of lines matching find-result
4250 * Fixed get_current_word (useful for API help)
4251 * Fixed #487854 - Anjuta crashes when i try to add a SVN url
4252 * Fixed #474811 - Anjuta crash while debugging into variable
4253 * Fixed #488061 - Mutiple crash dialogs
4254 * Show error dialog instead of crashing when plugin loading fails.
4255 * Fixed glade-3 3.3.2 build compatibility.
4256 * Fixed #488928 - Do not register glade plugin if it wasn't built.
4258 Anjuta 2.2.1 (06 Sep 2007) -- Naba Kumar
4259 -----------------------------------------
4261 Changes:
4262 ========
4263 * Fixed lots of memory leaks (thanks valgrind)
4264 * Fixed crasher on shutdown
4265 * Avoid an endless loop if clearing all breakpoints while the programm
4266   is running
4267 * Fixed help activation (bug #451557).
4268 * Fixed compiler warnings.
4269 * Fixed #423467 (View->Tasks menu items are not checked on startup)
4270 * Fixed anjuta-plugin template plugin by moving the "\" out of the [IF] block
4271 * Fixes bug #433552: crash in Anjuta IDE: add file test.h in project on
4272   generic Makefile.
4273 * Disables 'Add to project' in wizards for projects that can not add sources.
4274 * Fixed bug #450217: Refreshing tree brings to random crashes
4275 * Fixed bug 453931 - crash in Anjuta IDE: Trying some c++ exampled
4276 * Fixed bug 457093 - crash in Anjuta IDE: just typed in some text
4278 Anjuta 2.2.0 (25 June 2007) -- Naba Kumar
4279 -----------------------------------------
4281 Changes:
4282 ========
4283 * Autocompletion in gtksourceview editor.
4284 * Allow/remember target specific options in profiler plugin.
4285 * Allow selecting independent executable target for profiler.
4286 * Fixed class generation templates.
4287 * Updated users manual.
4288 * Updated faqs.
4289 * Simple support for building and executing inside scratchbox.
4290 * Use progressbar instead of messages for system tags creation.
4291 * SDL project template for project wizard.
4292 * Be able to forget previously selected plugins from query dialog.
4293 * Fixes in loading project
4294 * Build fixes for some platforms.
4295 * Fixed lots of bugs, both stability and usability bugs (see below).
4297 Translation updates:
4298 ====================
4299 es.po, gl.po, ja.po
4301 Bug fixed
4302 =========
4303 #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.
4304 #310577 Chosen plugins aren't kept after application is closed
4305 #314277 Option for Anjuta 1.x style project files
4306 #315635 There's no SDL wizard...
4307 #315983 Mac OS 10.3/Darwin support
4308 #320192 Shared library targets compiled as executables
4309 #346207 task manager doesn't repaint- anjuta 2.0.2
4310 #350003 crash when doing file->new
4311 #355151 drag/drop into editor window should open file
4312 #355166 in Find dialog, Search Expression combo list is always empty
4313 #358560 segfault while trying use scinilla editor
4314 #362372 Problems with Help->About and a warning when creating a new file.
4315 #371406 Anjuta 2.0.2-8 hangs on startup
4316 #377461 don't create new message window for each build/find
4317 #390990 Anjuta errors out when attempting to create generic C project
4318 #393680 huge icon on the files pane for .anjuta files
4319 #395362 Tagmanager crashes on update - Probably because of project reload
4320 #397881 The credits are empty
4321 #400572 Anjuta crashes on file pane refresh
4322 #403502 User should also be allowed to select an independent executable target
4323 #403503 Incorrect use of AnjutaPreferences. Use AnjutaSession instead
4324 #412186 crash in Anjuta IDE: Crash on initial app. st...
4325 #417372 Scintilla Editor Crash
4326 #418448 crash in Anjuta IDE: I just installed Anjunta...
4327 #424121 anjuta Cygwin fixes
4328 #424845 crash in Anjuta IDE: I was closing a project ...
4329 #427101 Compiler reports various warnings about sloppy code
4330 #427395 Typo in configuration GUI
4331 #427399 Typo in configuration GUI
4332 #427406 Subversion plugin won't stay unloaded in new session
4333 #427410 Enable changiing of editor for a project
4334 #427702 Creating a static ou dynamic library
4335 #428032 Crashes when removing "other files" sub-tree
4336 #437466 Implement IAnjutaEditorAssist interface
4337 #437688 crash in Anjuta IDE: closing project
4338 #437689 when i generate a new c++ class it ask me to reload the file cpp
4339 #437960 crash in Anjuta IDE: trying to start anjuta
4340 #438878 Using gtksourceview editor for the first time has black background
4341 #439710 Use G_DEFINE_TYPE parent_class global variable
4342 #440196 crash in Anjuta IDE: removing a target (other...
4343 #440370 Symbol browser doesn't jump to definition
4344 #440585 Crash on opening source file
4345 #440801 config.h should not be included in libanjuta public header
4346 #440866 Anjuta aborts with numerous assertion failures when adding a new message view tab
4347 #442038 Makefile-Project Wizard always fails
4348 #442314 Autogeneration fails when there is no autogen.sh
4349 #442315 After calling configure, the build menus are still insensitive
4350 #445171 Build Failure on Slackware-11.0/Garnome: missing #include <sys/types.h>
4351 #445707 undefined symbol: glade_project_get_changed
4352 #447304 Souceview system default font should used fixed font (one used for terminal)
4353 #447655 C keyword must NOT be localised
4354 #448034 Anjuta crashes on starting
4355 #448053 Crash on deactivating
4356 #448408 crash in Anjuta IDE: Trying to change the edi...
4357 #448491 Empty Lines Problem
4359 Anjuta 2.1.3 (11 May 2007) -- Naba Kumar
4360 ----------------------------------------
4362 Changes:
4363 ========
4364 * Fixed glade plugin build against glade3 svn trunk
4365 * Fixes for sun cc compiler
4366 * Fixes for cygwin
4367 * Debugger fixes
4368 * Icons for build messages.
4369 * Enabled makefile based projects (not fully working)
4370 * Resolved namespace conflicts
4371 * Better templates for GObject class generator.
4372 * Fixes to editor life-cycle
4373 * Support for shared library in new project templates.
4374 * Fixes subversion build.
4375 * New django project template
4376 * New minimal and flat project template
4378 Translation updates
4379 ===================
4380 dz, hu, ja, de, gl, ar, en_GB
4382 Bugs fixed
4383 ==========
4384 #346355 search in project files don't work the first time
4385 #355145 makefile-based projects are broken
4386 #359399 Anjuta crash, I don't know (remember) why
4387 #378193 Find in Files for empty string hangs Anjuta
4388 #397505 code errors reported by compiler
4389 #397509 Close project menu-item is disabled when no project file is open
4390 #406963 File > New > Glade File does nothing
4391 #409412 crash in Anjuta IDE: Changing font preference...
4392 #417875 Use G_DEFINE_TYPE in plugins:class-gen
4393 #417918 Use G_*_DECLS macro in Header_c maco
4394 #419008 Does not use prefence set e-mail
4395 #419036 Only one hyphen is replaced by underscore in macros
4396 #422143 Crash when loading multiple files or several files quickly
4397 #423680 sun cc can not compile anonymous union
4398 #423682 sun cc can not compile with zero subscript
4399 #423727 sun cc can not compile with inline function can not use static function
4400 #423730 build fail on different return value of function anjuta_launcher_get_child_pid
4401 #423733 build fail on solaris: missing header files in anjuta-utils.c
4402 #423737 build fail on solaris: can not find lib util
4403 #423768 compile fail on plugins/class-gen/window.c: void function cannot return value
4404 #423772 compile fail on plugins/class-inheritance/class-inherit.c: invalid cast expression
4405 #424121 anjuta Cygwin fixes
4406 #424845 crash in Anjuta IDE: I was closing a project ...
4407 #425850 anjuta crashes on import project from existing sources
4408 #426701 can not find subversion --with-svn-include
4409 #427395 Typo in configuration GUI
4410 #427399 Typo in configuration GUI
4411 #430401 Anjuta crash when closing file when debugger active
4412 #433070 [Patch] Run gtk-update-icon-cache in uninstall-hook
4414 Anjuta 2.1.2 (28 March 2007) -- Naba Kumar
4415 ------------------------------------------
4417 New: Plugin profiles. Each project and user session would remember their plugins.
4418 New: Improvements and clean up of icons.
4419 New: API docs improvements.
4420 New: Translatable strings cleanups.
4421 New: Display program counter and breakpoints in disassembly view
4422 New: Add markers in the disassembly view
4423 New: Display function name in disassembly view
4424 New: Segmentated toolbars for added configurability. Store and restore toolbar states.
4425 New: Several stability improvements in debugger and others.
4426 New: Improved local tags navigation
4427 New: Fixed/improved global/project tags navigation (highlighting, autocompletion, calltips work now)
4428 New: Improved gtksourceview editor component.
4429 New: Improved autoindentation
4430 New: Add a window displaying all threads in debugger
4431 New: Several improvements in debugger navigation.
4432 New: Improved prepare changelog tool script
4433 New: Improved docking strategy. No more docking anomalies when enabling new plugins
4435 Translation updates
4436 ===================
4437 gl, en_GB, dz. hu, ca
4439 Bugs fixed
4440 ==========
4441 #306971 The auto-ident in swich/case doesn't work in an intelligent way (the best is for version 1.2.x series)
4442 #355155 Goto / Matching Brace does nothing
4443 #357541 can't launch Anjuta project file from Nautilus
4444 #360462 Avoid markup in translatable messages
4445 #374709 Anjuta Crash activating devhelp plugin
4446 #377483 don't display "D" beside each directory in Files view
4447 #378927 allow switching threads in debugger
4448 #387208 [Patch] Add custom file-manager ignore pattern support
4449 #392904 Disassembly view navigation is uncomfortable
4450 #394709 symbol browser preference window is does re-size correctly
4451 #397981 Automatic indentation does not work in some cases
4452 #398035 Project manager templates are not localized
4453 #398985 File symbol list as a combo box is useless. It should just be a button with popdown
4454 #402774 No button at Empty Log message
4455 #403514 Double clicking on the function names does not do anything
4456 #407115 debugger crash on right-click on a frame in stack trace pane
4457 #407314 build breakage in class-gen plugin
4458 #407473 refresh dialog appears after saving a file
4459 #408218 cass-gen is setting gtk.entries with null 'name' and 'email' values
4460 #409176 Create Tags produces "The anjuta-tags utility is not installed. Please install it."
4461 #409216 crash periodically
4462 #409410 crash in Anjuta IDE: Right click in the sourc...
4463 #409592 crash in Anjuta IDE: I closed the application...
4464 #411377 Build breakage in profiler plugin
4465 #411623 GLIB_REQUIRED should be 2.12
4466 #412186 crash in Anjuta IDE: Crash on initial app. st...
4467 #417612 GNOME Goal #3: Remove "Application" category from .desktop files
4468 #418174 toolbar size
4469 #418448 crash in Anjuta IDE: I just installed Anjunta...
4470 #421525 Locals view does not update when stack frame is changed
4471 #421529 Disassembly view is not updated when strack frame is changed
4472 #423111 Wall can not build with sun cc
4473 #423270 crash in Anjuta IDE: Crash on adding a new tool item
4475 Anjuta 2.1.1 (11 Feb 2007) -- Naba Kumar
4476 ----------------------------------------
4478 New: gprof based program profiler plugin.
4479 New: Several improvements in debugger plugin.
4480 New: Several improvements in editor plugins.
4481 New: Enabled integrated devhelp now that it works.
4482 New: Use pixmaps for editor markers.
4483 New: Several minor improvements.
4485 Translation updates
4486 ===================
4487 * en_GB, sv, ja, Swedish translation of manual.
4489 Bugs fixed
4490 ==========
4491 #335235 python programs are not executeable/ do not start when pr...
4492 #335981 Migration from popt to GOption
4493 #340618 Application wizards should use gtkmm-2.4 API
4494 #355160 show debug toolbar without debugger plugin => crash
4495 #357997 add a new project variable => crash
4496 #374709 Anjuta Crash activating devhelp plugin
4497 #394216 No indication of subversion commands running
4498 #395875 upon startup i get this big fat warning -- crash when add...
4499 #398067 plugin.in files are not localized
4500 #398930 Set alignment in the tab page header widget
4501 #398991 Anjuta manuals does not use the gnome-doc-utils format
4502 #400833 Changes in libgladeui ABI
4503 #404561 xml and xsl editing is not possible
4504 #397406 Class files are not created in the right directory
4505 #394184 [Bounty] Test and fix all project wizards templates
4506 #359478 Bounty: Gprof performance profiler plugin
4507 #403501 Proper handling of parsing error
4508 #403515 When a target is selected, the profiler widget should be ...
4509 #391728 Program crashes when accepting save directory.
4510 #378600 indicate debugger state
4511 #392537 Starting debugger is very confusing: UI suggestions
4512 #395808 breakpoints don't seem to work
4513 #404755 Multiple instances of debugger views
4514 #406113 debugger crash on 'Run/continue'
4515 #376404 show current line arrow only when debugger running
4517 Anjuta 2.1.0 (14 Jan 2007) -- Naba Kumar
4519 New: Debug manager and gdb plugins.
4520 New: Disassembly window in debugger.
4521 New: C++ and gobject class wizard.
4522 New: Mime icons in editor tabs.
4523 New: Improvements in project templates.
4524 New: C++ and java indentation plugin.
4525 New: Save prompt implemented for unsaved data.
4526 New: Documentation updates, both API and users manual.
4527 New: Improvements in glade-3 integration.
4528 New: Many other improvements.
4530 Translation updates:
4531 ====================
4532 ar, en_GB, hu, en_CA, nb, es, gl, ca, fi, ru, ne, de, ja
4534 Bugs fixed:
4535 ===========
4536 #396571 Anjuta crashes as soon as editing starts in normal text files.
4537 #395362 Tagmanager crashes on update - Probably because of project reload
4538 #377477 when debugging, scintilla editor grays out all lines before current line.
4539 #342717 Build errors redisplayed AFTER a successful build.
4540 #167534 Multiple errors in strings
4541 #168274 anjuta creates an empty system.tags file
4542 #168301 the new project druid should be center on the anjuta window
4543 #169068 Unclear new strings, with misspellings
4544 #169137 Missing spaces from changed strings
4545 #169138 Spelling error in modified string
4546 #169139 Missing spaces from changed string
4547 #170406 problem when creating a new projects
4548 #170467 crash when changing fonts and color in the preferences dialog
4549 #172666 cvs diff does not always obtain full diff
4550 #173048 library selection plugin
4551 #300228 Ctrl + S intermittent behaviour
4552 #300229 Replace button fault
4553 #300231 Find pane non-functional
4554 #301054 Help window not docked - Anjuta closes when Help window is closed.
4555 #304495 Project saved as fullscreen
4556 #304515 can not edit project properties
4557 #304523 Crashes while importing a project
4558 #304641 Can't type the "-character
4559 #304650 make -j CPUS doesn't always work for anjuta2
4560 #304651 Restoring the project doesn't restore the cursor location of the files
4561 #304652 Possibility to set breakpoints in libraries that will be dlopen()'ed
4562 #304829 questions on use anjuta 2.0
4563 #305076 anjuta 2.0.0: edge column editor preference not functionnal
4564 #305299 Error in anjuta.desktop file
4565 #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"
4566 #305303 Error while installing anjuta-devel rpm package
4567 #306085 Keybindings are not saved.
4568 #306187 bad definition of PACKAGE_LOCALE_DIR
4569 #306474 The ordering of the buttons in the file open dialog is reversed.
4570 #306582 Anjuta crashes when typing "std::"
4571 #306790 doble click in a message, doesn't find the file.
4572 #306966 Search tool on the tool bar don't work correctly
4573 #306970 The order of the command buttons "Close" - "Search" - "Stop" in the Search Dialog, is useless; the sugestion is: "Search" - "Stop" - "Close"
4574 #307800 Crashes when project directory removed from command line.
4575 #307810 Can't configure a project after creating with new project wizard
4576 #307872 Remember Configure and autogen options for the next time
4577 #307886 Activated plugins not remembered
4578 #308007 Bad interpreter in global-tags/create_global_tags.sh
4579 #308870 Glade Plugin Won't open Glade file.
4580 #309153 code cleanup use glib/gi18n.h
4581 #309154 gnome_color_picker is deprecated
4582 #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
4583 #309688 When committing a file that is loaded, I get a file-modification warning
4584 #311420 Crash on terminal deactivation
4585 #311948 some strings untranslatedable Preference dialog
4586 #312227 Crash when selecting debug command
4587 #312566 Patch that will fix another make -j 10 problem
4588 #312666 Return "F3" to execute project
4589 #314069 Window gets hidden when using glade3 plugin
4590 #315188 Project Wizard Problems
4591 #315218 anjuta 2.0 freeze on opening my project
4592 #315521 Failed to compile HEAD-hourly-2005-09-05-18
4593 #316731 Can not add new encodings
4594 #317454 Anjuta crash when array lenght is incorrect
4595 #320191 It's a chore adding/removing files and setting up targets
4596 #320338 Colors of tab menu labels
4597 #320341 Critical error in debugger "locals" window.
4598 #321090 Wrong array/struct/union var type display in locals windows
4599 #321455 Ask for root password when installing
4600 #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Reference Manual incorrect
4601 #322744 New anjuta plugin project configured incorrectly
4602 #323591 Data lost, two tab of the same file
4603 #324572 anjuta crashes on open
4604 #328209 Crash when opening a file while an unsaved new file is open
4605 #332084 Anjuta crashes, when Ctrl+c is pressed.
4606 #332161 Test editor not opening
4607 #332954 No read permission for: file:///usr/share/anjuta/profiles/default.anjuta
4608 #333601 GPL headers are first to c-header template.
4609 #333606 Macro contain hyphen
4610 #334546 No more lookup widget
4611 #334663 Allow to set a parent class to new GObject class
4612 #335142 crash when opeing a second file
4613 #335981 Migration from popt to GOption
4614 #336389 Should check for libwnck
4615 #339296 Wizard can't cope with insufficient permissions in project target directory
4616 #341359 Search function doesnt doing their job.
4617 #341997 The 'Tree' tab in the symbol-browser is not type-to-search able
4618 #342352 Can't close file which in not the current editor
4619 #342375 configure doesn't check for g++
4620 #342401 Compile fix when NLS is enabled
4621 #342447 Crash when using the live-search-entry
4622 #342937 crash after accepting Reload Warning Dialog
4623 #343023 make gives strange error
4624 #344015 on_build_mesg_format prepends an absolute path with the current dir
4625 #344099 valgrind plugin is not built
4626 #346295 Crash when removing breakpoint
4627 #346450 Crash when removing all breakpoints
4628 #346575 data loss when disk is full
4629 #346775 No highlight styles to edit are shown in the preferences dialog in anjuta
4630 #347412 crash when opening file with sourceview plugin
4631 #347414 Stack trace window
4632 #349374 Compilation on FreeBSD 6.1
4633 #351387 don't use Alt+key combinations for shortcut keys
4634 #355148 title bar should show name of active project
4635 #355149 Anjuta should warn if I try to exit with unsaved edits
4636 #355156 plugins window should sort plugins alphabetically
4637 #355168 color selection is broken in messages preferences
4638 #355407 The create_global_tags script doesn't find the anjuta-tags bin
4639 #357151 a + character in a directory name confuses anjuta
4640 #357534 syntax coloring fails and breaks selection display
4641 #357537 allow double click in plugin selection dialog
4642 #357542 Anjuta Plugins window is too narrow
4643 #357546 add keyboard shortcut for toggling breakpoint
4644 #358009 activating stack frame in debugger should also jump to source
4645 #358068 indicate when Find in Files is complete
4646 #358134 Goto Address command should prompt more clearly
4647 #358163 debug Inspect/Evaluate dialog leads to crash
4648 #358583 close any project => crash
4649 #359118 Anjuta crashes when trying to open "src folder" after finishing creating/loading a project
4650 #359259 highlight modes listed in reverse alphabetical order
4651 #359317 can't load debug manager
4652 #359663 make line highlighting optional in GtkSourceView editor
4653 #359730 Anjuta can't launch help files
4654 #359750 fix find/replace shortcut keys
4655 #359862 Bounty: Improve class wizard
4656 #361830 AboutDialog does not close
4657 #363884 CVS head of 21/10 doesn't compile
4658 #363953 create_global_tags.sh contains bash-ism
4659 #364133 There are some GTK+ warning caused by document-manager plugins
4660 #364135 Incorrect widget removed from notebook if call to anjuta_preferences_dialog_remove_page are not in LIFO
4661 #364137 The valgrind plugin can cause anjuta to crash
4662 #364142 Valgrind plugin crash when unloaded
4663 #364144 There is a warning when closing and reloading a plugin using the symbol-browser plugin
4664 #364179 Usage of srcdir and argv fields of vg_action object is incorrect
4665 #364754 Subversion plugin doesn't compile with apr 1.2.X
4666 #364755 Glade plugin crashes on anjuta exit
4667 #364801 Unable to edit glade windows in fullscreen mode
4668 #364900 Warning during compilation of valgrind plugin
4669 #364903 Memory leak in valgrind plugin
4670 #369030 create_global_tags.sh has some errors
4671 #374665 Bounty: Use class macros for type casting in all plugin classes
4672 #376031 [PATCH] CVS command file entry dialog show only directories
4673 #376335 menu items should be capitalized
4674 #377027 crash after unloading Terminal plugin
4675 #377043 Intltool-update -m complains about missing files from POTFILES.in
4676 #377061 close project while debugging => Anjuta hangs
4677 #377767 resize crashes window manager in gnome
4678 #377903 improve message color defaults
4679 #378850 double clicking breakpoint should jump to its source
4680 #378871 Debug / Info command problems
4681 #378879 several command names need ellipses
4682 #383319 GLADE_PROJECT_VIEW_TREE error with glade 3.1.2
4683 #385597 Closed one project and attempted to open another
4684 #388727 Block-tab does not work
4685 #388731 Odd editor behaviour after performing block-text operations
4686 #389764 Tags search do not retrieve all matching symbols
4687 #392290 Missed install as root option in project manager
4688 #392699 Some patches are necessary to build anjuta on NetBSD 3.0
4689 #393680 huge icon on the files pane for .anjuta files
4690 #394218 Signals list view in gobject class creation tab does not scroll horiz.
4691 #395767 when selecting a GTK+ project the sample files generated do not compile
4693 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
4695 New: GtkSourceView based editor
4696 New: Project configuration
4697 New: Valgrind plugin
4698 New: Tab drag&drop in Editor
4699 Updated: Manual and FAQ
4701 Improved: global tags can now be updated after installation
4702 Improved: Remember toolbars on restart
4703 Improved: Tag manager now knows about classes/namespaces which
4704 should make C++ programming much more easy (IComplete)
4705 Improved: Devhelp plugin improved but we still have linking problems
4706 Improved: Scintilla is now up-to-date 1.68
4708 Known issues:
4709 - Glade plugin crashes because of namespace conflict with libglade (#341073)
4710 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
4712 Bug fixes:
4713 #171314         Anjuta crash when trying to do "stream comment"
4714 #311420         Crash on terminal deactivation
4715 #317454         Anjuta crash when array lenght is incorrect
4716 #332084         Anjuta crashes, when Ctrl+c is pressed.
4717 #170467         crash when changing fonts and color in the preferences di...
4718 #172442         inserting empty box comment
4719 #172666         cvs diff does not always obtain full diff
4720 #300231         Find pane non-functional
4721 #304495         Project saved as fullscreen
4722 #304641         Can't type the "-character
4723 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
4724 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
4725 #305587         gtkmm project compile crash
4726 #306790         doble click in a message, doesn't find the file.
4727 #306966         Search tool on the tool bar don't work correctly
4728 #306970         The order of the command buttons "Close" - "Search" - "St...
4729 #307800         Crashes when project directory removed from command line.
4730 #307810         Can't configure a project after creating with new project...
4731 #307872         Remember Configure and autogen options for the next time
4732 #307879         Crashed when exiting
4733 #308870         Glade Plugin Won't open Glade file.
4734 #309153         code cleanup use glib/gi18n.h
4735 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
4736 #309526         Help->ReportBugs points to removed bug tracking system
4737 #309688         When committing a file that is loaded, I get a file-modif...
4738 #311710         freeze in __lll_mutex_lock_wait () after crash?
4739 #312566         Patch that will fix another make -j 10 problem
4740 #312666         Return "F3" to execute project
4741 #314069         Window gets hidden when using glade3 plugin
4742 #315188         Project Wizard Problems
4743 #315218         anjuta 2.0 freeze on opening my project
4744 #315521         Failed to compile HEAD-hourly-2005-09-05-18
4745 #316731         Can not add new encodings
4746 #320338         Colors of tab menu labels
4747 #320341         Critical error in debugger "locals" window.
4748 #321090         Wrong array/struct/union var type display in locals windows
4749 #321455         Ask for root password when installing
4750 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
4751 #322744         New anjuta plugin project configured incorrectly
4752 #324572         anjuta crashes on open
4753 #328209         Crash when opening a file while an unsaved new file is open
4754 #332161         Test editor not opening
4755 #333601         GPL headers are first to c-header template.
4756 #333606         Macro contain hyphen
4757 #334663         Allow to set a parent class to new GObject class
4758 #335142         crash when opeing a second file
4759 #336389         Should check for libwnck
4760 #107510         Excessive messages marked for translation in anjuta
4761 #304650         make -j CPUS doesn't always work for anjuta2
4762 #334546         No more lookup widget
4763 #312319         Opening files when Anjuta is already open
4764 #339296         Wizard can't cope with insufficient permissions in project target directory
4766 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
4768 New: Group and target properties (for automake based projects)
4769 New: Improvements in class heirarchy. Added members view.
4770 New: Tools plugin improvements and scripts as tools.
4771 New: Prepare-ChangeLog tool.
4772 New: Find-Fixmes tool.
4773 New: Project translation status tool.
4774 New: Save and restore editor current line positions.
4775 New: Added configure flags to enable/disable optional plugins.
4776 New: Message saving from menu.
4777 New: Message manager context menu.
4778 New: Remember plugins profile for project sessions.
4779 Mew: Progress bar implementation.
4780 New: Better progress bar in splash.
4781 New: General preferences page.
4782 New: "Add to project" in file wizard and class wizard implemented.
4783 New: glade plugin improvements.
4784 Updated: RPM spec file
4785 Bug fix: Fixed lots of project import bugs.
4786 Bug fix: Group and target removal.
4787 Bug fix: Fixed Message tab position preferece.
4788 Bug fix: Scroll messages on next/previous.
4789 Bug fix: Fixed crash on project Import
4790 Bug fix: Fixed crash on terminal dockings.
4791 Bug fix: Fixed crash on exit (after using save-as dialog once).
4792 Bug fix: Fixed crash on exit.
4793 Bug fix: Fixed mime installation screw-up
4794 Bug fix: Fixed installation paths.
4795 Bug fix: Fixed 64bit arch build problems
4796 Bug fix: Fixed Autoformat/indent problems.
4797 Bug fix: Fixed Keyboard shortcuts for message navigation.
4798 Bug fix: Fixed graphviz build problems.
4799 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
4800 Bug fix: Fixed default font names and sizes.
4801 Bug fix: Fixed errors in opening zero sized files.
4802 Bug fix: Fixed buttons order in open dialog.
4804 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
4806 Architecture and code base:
4807 New: New plugin architecture and all IDE components ported to this framework.
4808 New: Complex docking shell that allows arbitrary docking of IDE widgets.
4809 New: Dynamic plugin activation and deactivation.
4810 New: Extensible architecture.
4811 New: Plugins can interact with other plugins through interface.
4812 New: Plugins can install dynamic UIs (menus/toolbars), including installing
4813          context menus in other plugins.
4814 New: Shell and Plugin API documentation.
4816 Integration:
4817 New: Integrated help system with Devhelp.
4818 New: Integrated glade UI designer (incomplete).
4820 Editor plugin:
4821 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
4822 New: Editor split views.
4823 New: Automatic indentation with tabbing.
4824 New: More syntax highlighting lexers
4825 New: Split multiple views of document
4826 New: Remote editing (full gnome-vfs support)
4827 New: Real-time file modification monitor.
4829 Project management and build plugin:
4830 New: Multiple parallel builds and independent debugging and execution.
4831 New: Synchronous project management (simultaneous manual and automatic management)
4832 New: Mime based filemanager and desktop integration.
4834 Other plugins:
4835 New: Task Manager.
4836 New: Macro plugin allows inserting predefined and user defined texts (macros).
4837 New: Easily extensible template based project wizards (based on autogen).
4838 New: Symbol search plugin.
4839 New: C++ and GObject based class wizard.
4840 New: Class inheritance diagram plugin.
4841 New: Subversion plugin (incomplete)
4842 New: Session management framework.
4843 Updated: Debuger uses GDB machine-interface.
4844 Updated: CVS plugin
4845 Updated: Pretty much everyting.
4847 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
4849 New: Anjuta advanced tutorial
4850 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
4851 Bug fix: Use build.silent option from preferences (bug #895726)
4852 Bug fix: Use font style defined for message indicators (bug #885032)
4853 Bug fix: Set bold color as foreground color in terminal (bug #864924)
4854 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
4855 Bug fix: Fixed return value when dest file could not be created.
4856 Bug fix: Fixed a typo in Hello World indentation style.
4857 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
4858 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
4859 Bug fix: Fixed a compiler warnings.
4860 Bug fix: Disabled printing of long debug lines.
4861 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
4862 Bug fix: Fixed a program execution crash bug.
4863 Bug fix: Fixed Crash on Find & Replace (#887833)
4864 Bug fix: Use defined file name when saving new files (fixes bug #898105).
4865 Bug fix: Don't change filename when clicking on a directory.
4866 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
4867 Bug fix: Do not reload new files (bug #900897).
4868 Bug fix: Disconnects menuitem signal properly (bug #901723).
4869 Bug fix: Fixed bugs #890609 and #890609, #900903.
4870 Bug fix: Fixed a typo in tutorial (bug #866143).
4871 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
4872 Bug fix: Fixed a runtime warning (bug #900087).
4873 Bug fix: Changed build shortcut to F11 (bug #877683).
4874 Bug fix: Do not defualt to -k make option (bug #875486).
4875 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
4876 Bug fix: Improved Search and Replace. Fixed crash bug.
4877 Bug fix: Fixed bug #910097 (Insert comment).
4878 Bug fix: Find-Usage rework (bug #890609).
4879 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
4880 Bug fix: Fixed Find-Usage crash when no project open
4881 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
4882 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
4883 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
4884 Bug fix: Goto the first error if it exists (bug #874380).
4885 Bug fix: Save-all for 1 file opened (bug #912618).
4886 Bug fix: Fixed conditional breakpoints.
4887 Bug fix: Fixed debugger calltips displayed for wrong file.
4888 Bug fix: Fixed delete breakpoints.
4889 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
4890 Bug fix: Fixed a crash bug with debugger attach process dialog
4891 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
4892 Bug fix: Fixed a memory corruption (bug #921893).
4893 Bug fix: Open file starts in right directory (bug #908941).
4894 Bug fix: Fixed another crash bug in Find-Usage.
4895 Bug fix: Correctly prompts and reponds passwords (bug #894533).
4896 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
4897 Bug fix: Installs .glade file of libgllade projects (bug #861038).
4898 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
4899 Bug fix: Fixed ADA syntax highlighting (bug #923474).
4900 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
4901 Bug fix: Fixed core file loading in debugger.
4902 Bug fix: Partially fixed to show long calltips properly (bug #917982).
4903 Bug fix: Fixed a crash bug in search replace. (bug #921893).
4904 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
4905 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
4906 Bug fix: Sets filename when saving new files.
4907 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
4909 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
4911 New: "New File" with some options for newly created files
4912 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
4913 Bug fix: #860906, #859329, #858993, #857605, #878404
4914 Bug fix: 169058@bugs.debian.org
4915 Bug fix: compile file works with shell expression like `command` now
4916 Bug fix: Buildiing on SMP systems
4917 Bug fix: debugger improvements & cleanups
4918 Bug fix: Sample file confirms to C++-Standard now
4919 Bug fix: Use gtk stock icon for editor tabs
4920 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
4922 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
4923 Franco Catrin L and Stefano Vallarino for their patches.
4925 From this release on anjuta has two new development responsibilities
4926 alongside with Naba Kumar <naba@gnome.org>:
4927 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
4928 Johannes Schmid <jhs@cvs.gnome.org>
4930 If you want to support anjuta development please contact the
4931 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
4932 You can also make a donation through the SF.net donation system now.
4934 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
4936 Updated: Prompts users for unsaved files during project closing.
4937 Updated: Added checkbox in wizard to enable/disable glade source generation.
4938 Updated: Scintilla to version 1.57
4939 Bug fix: Crash on preferences with other locales.
4940 Bug fix: Freeze ups during build/debugging with other locales.
4941 Bug fix: Crash with readonly project files (during saves).
4942 Bug fix: Breakpoints bug.
4943 Bug fix: Syntax hiliting bug.
4944 Bug fix: Avoids error conditions for glade/glademm not found
4945 Bug fix: Crash on anjuta exit
4946 Bug fix: Crash on project close with unsaved files.
4947 Bug fix: Compilation errors with old gcc.
4948 Bug fix: Fixed debugger malfunctioning with non-english locales.
4949 Bug fix: Crash bug during import.
4950 Bug fix: Dnd file drop.
4951 Bug fix: Setting breakpoints for c++ files works.
4952 Bug fix: Crash bug to multiple open of same file fixed.
4953 Bug fix: Enables debug and optimization flags for new projects.
4954 Bug fix: Fixed pascal highlighting
4955 Bug fix: Fixed build failure with no 'intl' directory.
4956 Bug fix: Added filters to find in files.
4957 Bug fix: Fixed tutorial
4958 Bug fix: Added horizontal scrollbar to description text in wizard.
4959 Bug fix: Installs properly even when system.tags file could not be generated.
4960 Bug fix: Compiler error with old gcc.
4962 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
4964 New: Double click on margin toggles bookmark.
4965 New: Double click on margin (debugger mode) adds/removes breakpoints.
4966 New: Single click on margin (debugger mode) enables/disables breakpoints
4967 New: Find previous added.
4968 New: Emacs style file modeline in files.
4969 Updated: Removed 'page setup' item from the file menu.
4970 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
4971 Updated: No libzvt dependency (means faster operation).
4972 Updated: Performance improvements in Editor.
4973 Updated: Documentations revived in docbook xml format.
4974 Bug fix: Symbol browser now loads properly for new projects.
4975 Bug fix: Fixed many compiler warnings.
4976 Bug fix: Fixed crash bug in Application wizard.
4977 Bug fix: Fixed crash bug in Project Import.
4978 Bug fix: Printing in proper UTF8
4979 Bug fix: Fixed crash bug during project creation.
4980 Bug fix: Fixed clean-before-build bug.
4981 Bug fix: Fixed find in files bugs.
4982 Bug fix: Fixed gettext bug with projects.
4983 Bug fix: Fixed Autoformat
4984 Bug fix: Fixed crash bug with 'Add watch expression'
4985 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
4987 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
4989 New: Support for all text file encodings (can be customized in preferences).
4990 New: Line and word selection menu entries (setting shortcuts possible).
4991 New: Added *.css files highlighting.
4992 Updated: Project window and message window no longer always float above the main window.
4993 Updated: Reorganized messages tabs in more sensible order.
4994 Updated: Better 'Customize menu' message.
4995 Updated: Prompts for 'clean' for modified compiler options.
4996 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
4997 Updated: Speedier startup (but needs more optimization todo).
4998 Updated: New splash.
4999 Updated: Some re-organization and cleanups.
5000 Updated: Better debugger operations.
5001 Updated: Better HIG complient dialogs.
5002 Updated: Many many translation updates.
5003 Bug fix: Separated -dP and -A flags of CVS update into different options.
5004 Bug fix: No more file corruption for non-utf-8 encodings.
5005 Bug fix: Removed references to older automake/autoconf in generated projects.
5006 Bug fix: Fixed automake errors with old automake in generated projects.
5007 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
5008 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
5009 Bug fix: Backward search works correctly.
5010 Bug fix: Fixed shell script to properly detect installed *-config files.
5011 Bug fix: Corrected many project generation codes.
5012 Bug fix: Fixed compiler errors associated with older gcc.
5013 Bug fix: Stack trace output can be activated with double-click.
5014 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
5015 Bug fix: Properly jumps to correct file/line from build messages.
5016 Bug fix: CVS dialogs bug fixes.
5017 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
5018 Bug fix: Fixed glade/glade-2 confusion in generated projects.
5019 Bug fix: Multiple file selection works now.
5020 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
5021 Bug fix: And many more critical/non-critical bug fixes.
5022 Bug fix: Fixed non-working shortcuts (changed to working ones).
5024 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
5026 New: Ported to GNOME2:
5027 New: New Preferences management.
5028 New: Tools management.
5029 New: Watch and Backtrace moved to messages pane.
5030 New: GNOMEVFS based file browser.
5031 New: Pango fonts in editor (Anti-Aliased fonts).
5032 New: Project configuration for GUI editor and version.
5033 New: Advance search and replace (ported from 1.0.x branch).
5034 Updated: Scintilla 1.51+ (cvs)
5035 Updated: Session management. It now saves tree states.
5036 Bug fix: Many
5038 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
5040 New: Auto-complete takes graphics now.
5041 NEW: Auto-complete automatic.
5042 New: Per project editor properties
5043 New: Sub windows now float above main window.
5044 New: Project version and excluded modules configuration.
5045 NEW: Errors and warnings indications in editor.
5046 New: Tools support and tools editor.
5047 New: Incremental search (like emacs I-Search)
5048 Bug fix: Printing now takes editor default fonts
5049 Bug fix: Rpm package fix
5050 Bug fix: ChangeLog insert uses spaces (instead of tabs)
5051 Bug fix: Fixed compiler warnings.
5052 Bug fix: Fixed debug terminal bug
5053 Bug fix: Disabled gladen to remove the libssl dep.
5054 Bug fix: brace indentation works properly.
5055 Bug fix: Wrap-around search
5056 Updated: Upgraded scintilla to 1.49+
5057 Updated: Upgraded editor properties and added new properties.
5058 Updated: Organized plugins
5060 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
5062    => Release of Anjuta-1.0-beta1 (beta)
5064 This precedes the final release of Anjuta for the 
5065 GNOME 1.x platform...
5067 New: CVS support for Projects and individual files,
5068      file revisions are displayed in Files pane
5069 New: Gnome Print support (including syntax colouring)
5070 New: Patch plugin to apply diffs
5071 New: Application Wizard support for wxWindows, Xlib, 
5072      GNOME2, Gtk2 and libglade2 Projects, plus option for 
5073          dynamic or static libraries as targets in generic Projects
5074 New: user identity preferences enabling new editor functions
5075 New: better GNOME integration, now uses configured GNOME URL 
5076      handlers
5077 New: MIME handling
5078 New: Anjuta kickstart tutorial
5079 New: automatic expression tips during debugging (hover-and-show)
5080 New: compilation warning/error navigation from terminal
5081 New: better find functionality
5082 New: enhanced file selection widget
5083 New: enhanced Evolution-style about dialog
5084 New: Automatic Variable display when mouse hovered on the
5085      variable name (in dubugger mode).
5086 New: Raw memory veiw for debugger (somewhat resembling ghex).
5088 Updated: synced to Scintilla 1.46
5089 Updated: many usability improvements to the GUI and menus
5091 --------------------------------------------------------------------
5093 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
5095    => Release of Anjuta-0.1.9 (stable)
5096    
5097 New: messages manager rewritten to use notebook tabs
5098 New: symbol and tag browser fully based on TagManager
5099 New: embedded terminal window (using zvt)
5100 New: Project Import Wizard makes it easier to migrate
5101      existing projects to Anjuta (experimental)
5102 New: libglade project type added to the Application
5103      Wizard
5104 New: simple class creator plugin now included
5105 New: files autosaved before a build
5106 New: more translations - 21 languages now fully or 
5107      partially supported
5109 Updated: new look for the Application Wizard
5110 Updated: UI enhancements
5111 Updated: Solaris support improved
5112 Updated: many, many bug fixes.....
5114 --------------------------------------------------------------------
5116 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
5118    => Release of Anjuta-0.1.8 (stable)
5119    
5120 New: integration of new TagManager library - much improved
5121      autocompletion and calltips functionality
5122 New: multiple file drag-and-drop
5123 New: ability to save build message output
5124 New: DOS file (CR/LF) handling
5125 New: basic plugin hooks added
5126 New: many new translations - 17 languages now fully or 
5127      partially supported
5129 Updated: notebook tabs notify when file has been changed, can be
5130          scrolled for browsing
5131 Updated: improvements to interactive debugger and communication
5132          with gdb
5133 Updated: improved find functionality, better dialogs
5134 Updated: synced up to version 1.41 of Scintilla, new lexers added
5135 Updated: new icons
5137 ... plus the usual bug fixes and minor feature additions.
5139 --------------------------------------------------------------------
5141 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
5143    => Release of Anjuta-0.1.7 (stable) - bug fixes release
5145 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
5146        src/source.c).
5147 Fixed: Interface clean up.
5148 Updated: HACKING, doc, and others
5149 Updated: french, spanish, turk and japan translations fully up-to-date.
5151 --------------------------------------------------------------------
5153 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
5155    => Release of Anjuta-0.1.6 (stable).
5157 New: Class browser and file browser added in the project manager.
5158 New: GDP standardized docbook documentations.
5159 New: Anjuta faqs documentation.
5160 New: New gnomish icon set and splashscreen.
5161 New: Context sensitive help and gnome api browser
5162      (need Devhelp and the dev books to be installed).
5164 Added: Preferences for setting caret and selection colors.
5165 Fix for gdb version 5.
5166 Closes all files when project is closed.
5167 And many big fixes and minor feature additions.
5168 Translations updated.
5170 Note : the major part of the new project manager has been written but
5171 it needs time to be integrated and tested. That's why it's not present in
5172 this release. 
5174 --------------------------------------------------------------------
5176 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
5178    => Release of Anjuta-0.1.4 (stable).
5180 Calltips provided for Gnome function prototypes (and standard libraries functions).   
5181 Fixed project dir creation bug.
5182 Fixed double accelerators bug.
5183 Fixed source generation bug.
5184 Fixed pixmap creation with NULL window.
5185 i18n bug fix.
5186 Debugger now takes program args.
5187 Japanese translation.
5188 Other minor  bug fixes.
5190 --------------------------------------------------------------------
5192 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
5194    => Release of Third  version (Alpha)  with lots of bugs.
5195    
5196 New Features in Anjuta 0.1.3:
5197 -----------------------------
5199         => Anjuta now integrates Scintilla editing component:
5200         ----------------------------------------------------
5201                 * Automatic syntax hilighting (using lexers).
5202                 * Code folding/hiding .
5203                 * Linenumbers/markers display.
5204                 * Text zooming.
5205                 * Text autocompletion
5206                 * Automatic indentation and indentation guides
5207                 * ... and much more.
5209         => Dynamic Project Management:
5210         -----------------------------
5211                 * Anjuta no longer uses the template based project management.
5212                 * Provides project configuration.
5213                 * Added two more modules in project management:
5214                         (Help module and Translation module).
5215                 * Added BONOBO support and BONOBO application wizard.
5216                 
5217         => Java style Properties management:
5218         -----------------------------------
5219                 Now uses Java style properties management. Which makes
5220                 it highly configurable, both from distributor's and user's side.
5221         
5222         => Supports for Other languages added:
5223         -------------------------------------
5224                 * Java, Perl, Python, LaTeX, 
5225                 ... and others can be user configurable.
5226                 
5227         => On-Board command editor:
5228         --------------------------
5229                 Facilitates customization of commands used
5230                 for compiling, building and execution.
5231         
5232         => Provides Hilite style editor:
5233         -------------------------------
5234                 Used for customizing Syntax hiliting style.
5235         
5236         => More intelligent messaging system:
5237         -----------------------------------
5238                 * Now error messages (or messages in general)
5239                 can be browsed using go to Prev/Next message,
5240                 goto start/end of block and goto matching braces.
5241         
5242         => Bookmarks management:
5243         -----------------------
5244                 Anjuta has now supported Bookmarks
5245                 management.
5246         
5247         => Debugger:
5248         -----------
5249                 * Now breakpoints can be toggled Onboard.
5250                 * Added Run to cursor.
5251                 * Fixed some earlier bugs.
5252         
5253         => Added Two more toolbars:
5254         --------------------------
5255                 * Browser toolbar for browsing messages,
5256                 bookmarks and code blocks.
5257                 * Format toolbar for easy formatting
5258                 of code statements.
5259                 
5260         => Application GUI:
5261         ------------------
5262                 * Smarter and more informative status bar.
5263                 * Improved memory to remember Application
5264                 GUI configuration between sessions.
5266 Thing that I forgot to change:
5267 ------------------------------
5268         => Anjuta Online manual. It's still the old one.
5269         so, new users may find it a bit annoying to learn
5270         the controls, especially those who are young
5271         in programming.
5273 --------------------------------------------------------------------
5274 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
5276    => Release of 0.1.2 beta2  version  with lesser bugs.
5278 --------------------------------------------------------------------
5279 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
5281    => Release of second version (Beta) with lesser bugs.
5283    => Minor fixes in Doc files.
5284    => Fixed to ignore non-existent dir for blank prj.
5285    => More checking in project creation, especially to confirm
5286         that the prj file already does not exist.
5287    => Now Menu item "Format/Detach current document" is inactive
5288         when there is no document opened.
5289    => Improved Library settings GUI.
5290    => Can now enable/disable added libraries.
5291    => Stock libs provided for ease of entry.
5293 --------------------------------------------------------------------
5294 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
5296   => Release of first version (Beta) with lots of bugs.
5297         
5298 --------------------------------------------------------------------