Updated Czech translation
[anjuta.git] / NEWS
blob61a8ffc985d22b25ed0938e77c05fe2f82d76abb
1 Anjuta 3.10.0 (September 23, 2013) -- James Liggett
3 This is a new stable version of Anjuta and all users should update to this
4 version as all 3.8.x versions become unsupported at this point.
6 Summary of the major changes between 3.8.x and 3.10:
8 - Various bug fixes across many different plugins, including git, debug-manager,
9   document-manager, symbol-db glade, project-wizard and libanjuta. See the 
10   shortlog for complete details. 
12 - Several updates to the git plugin, including an integrated diff viewer in the
13   status pane. The command bar and dock are also packed together and most panes
14   have right-click context menus.
16 - The beginnings of a Windows port. This work is in its very early stages and 
17   is not really usable yet.
19 - The document manager has a Close Others option accessible by right clicking 
20   on a document tab that will close all but the selected document.
22 Bugs fixed:
24 symbol-db: bgo #704985 - link with librt on Linux
25 libanjuta: bgo #696984 - Update documentation comments
26 project-wizard: bgo #696990 - Require package libanjuta-3.0 in anjuta-plugin template
27 bgo #696023 - Use dist_ prefix in Makefiles
28 devhelp: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
29 glade: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
30 language-support-vala: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
31 python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
32 subversion: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
33 libanjuta: bgo #697030 - Add close button widget
34 document-manager: bgo #697030 - Replace close button in tabs with AnjutaCloseButton
35 project-wizard: bgo #688611 - Make templates Windows portable
36 libanjuta: bgo #699323 - Use GSettings to get user terminal
37 file-loader: bgo #699329 - Convert mime types to content types before comparing
38 libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
39 libanjuta: bgo #699330 - Implement anjuta_util_get_real_path in Windows
40 libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in anjuta-utils.c
41 libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in resources.c
42 glade: bgo #698705 - Add application/x-gtk-builder to supported mime types
43 terminal: bgo #699316 - Add option to disable terminal plugin
44 file-loader: bgo #700615 - Remove markup from title of Open With dialog
45 sourceview: bgo #703637 - Set monospace font as default font
46 git: Fix bgo 699544 - Git pane prevents maximize of main window in small screens
47 sourceview: bgo#680770 - Don't scroll undo position to center if line already visible
48 sourceview: Fix bgo#701443 - When trying to change font of GtkSourceView Anjuta crashes
49 glade: bgo #701207 - Glade signal drop no longer works
50 glade: bgo #700383 - Anjuta should automatically associate .ui and source files
51 bgo #702576 - Use a marker comment to get macro and class name
52 project-manager: bgo #501230 - The 'Can not add source files' dialog is too long and his buttons and bottom side are out of the screen
53 project-wizard: bgo#696672 - Creating new project using wizard fails due to license files missing
54 project wizard: bgo #688611 - Add Windows configuration
55 project-wizard: bgo #698011 - Cannot run anything
56 bgo #696991 - Anjuta widgets do not load up properly in standalone glade
57 bgo #698158: anjuta-3.8.1 fails to build with vala-0.20
58 project-wizard: bgo #700318 - Can't build a project whose name starts by a digit
59 bgo #694644 - Position of Locals and Stack panes not saved
60 bgo #689384 - should install a highcontrast app icon
61 bgo #701419 - sqlite not in depencies
62 bgo #706630 - Incorrect MimeType in .desktop file
63 project-manager: bgo #707562 - Plural forms for "%d elements"
64 project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
65 document-manager: bgo#698036 - Close Other Tabs enhancement
67 Thanks to everybody who has helped this cycle and all translators.
69 Akom Chotiphantawanon (5):
70       Updated Thai translation.
71       Updated Thai translation
72       Updated Thai translation.
73       Updated Thai translation.
74       Updated Thai translation.
76 Alexandre Franke (2):
77       Update French translation
78       Update French translation
80 Alexandre Rostovtsev (1):
81       symbol-db: bgo #704985 - link with librt on Linux
83 Andika Triwidada (1):
84       Updated Indonesian translation
86 Arnel A. Borja (38):
87       libanjuta: bgo #696984 - Include Gdl-3 when introspecting Anjuta-3.0
88       libanjuta: bgo #696984 - Documentation comment of section anjuta-debug should be inside after inclusion guard
89       libanjuta: bgo #696984 - Remove extra empty lines in documentation comments
90       libanjuta: bgo #696984 - Add missing commas in documentation comments
91       libanjuta: bgo #696984 - Fix missing double asterisk in documentation comments
92       libanjuta: bgo #696984 - Fix function name typos in documentation comments
93       libanjuta: bgo #696984 - Fix function argument name typos in documentation comments
94       libanjuta: bgo #696984 - Fix a signal name typo in documentation comments
95       libanjuta: bgo #696984 - Fix allow-none annotation typo in a documentation comments
96       libanjuta: bgo #696984 - Add some missing documentation comment
97       libanjuta: bgo #696984 - Update some annotations in documentation comments
98       libanjuta: bgo #696984 - Add missing % in constants NULL, TRUE and FALSE in documentation comments
99       libanjuta: bgo #696984 - Add anjuta-tabber section stub
100       libanjuta: bgo #696984 - Remove unused file anjuta-token-style.h
101       libanjuta: bgo #696984 - Update libanjuta.h header
102       project-wizard: bgo #696990 - Require package libanjuta-3.0 in anjuta-plugin template
103       bgo #696023 - Use dist_ prefix in Makefiles
104       devhelp: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
105       glade: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
106       language-support-vala: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
107       python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
108       subversion: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
109       libanjuta: bgo #697030 - Add close button widget
110       document-manager: bgo #697030 - Replace close button in tabs with AnjutaCloseButton
111       project-wizard: bgo #688611 - Make templates Windows portable
112       Use dist_doc_DATA for documentation text files
113       project-wizard: Use dist_doc_DATA for documentation text files
114       libanjuta: bgo #699323 - Use GSettings to get user terminal
115       file-loader: bgo #699329 - Convert mime types to content types before comparing
116       libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
117       libanjuta: bgo #699330 - Implement anjuta_util_get_real_path in Windows
118       libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in anjuta-utils.c
119       libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in resources.c
120       glade: bgo #698705 - Add application/x-gtk-builder to supported mime types
121       terminal: bgo #699316 - Add option to disable terminal plugin
122       file-loader: bgo #700615 - Remove markup from title of Open With dialog
123       manuals: Update entries in Anjuta Reference Manual
124       sourceview: bgo #703637 - Set monospace font as default font
126 Ask H. Larsen (1):
127       Updated Danish translation
129 Aurimas Černius (4):
130       Updated Lithuanian translation
131       Updated Lithuanian translation
132       Updated Lithuanian translation
133       Updated Lithuanian translation
135 Balázs Úr (2):
136       Updated Hungarian translation
137       Updated Hungarian translation
139 Carl-Anton Ingmarsson (61):
140       dir-project: check for NULL groups in dir_project_is_loaded()
141       document-manager: pack notebook with width 1
142       document-manager: remove margin around the document combo box
143       document-manager: don't allocate AnjutaDocmanPriv ourselves
144       document-manager: fix compile warning
145       anjuta-tabber: implement gtk_container_get_path_for_child()
146       anjuta-tabber: rework size allocation
147       anjuta-tabber: remove call to gtk_widget_style_attach()
148       anjuta-tabber: don't iterate list to check if node is first/last
149       message-view: Use AnjutaCloseButton in tabs
150       anjuta-tabber: fix calculation of region flags
151       anjuta-tabber: don't iterate list to check if node is first/last
152       anjuta-tabber: take focus-padding into account when rendering focus
153       anjuta-tabber: Always use the padding of an active tab in y-direction size allocation
154       document-manager: don't free AnjutaDocmanPriv ourselves
155       anjuta-tabber: remove the total padding from total width
156       anjuta-tabber: use tab_curvature for left/right space of first/last tab
157       message-view: use a single box for the tab widget
158       parser-cxx: fix compilation warning
159       anjuta_language_provider: add proposals() function
160       sourceview: remove filtering of single proposals matching pre_word
161       parser-cxx: use anjuta_language_provider_proposals()
162       language-support-python: use anjuta_language_provider_proposals()
163       language-support-js: use anjuta_language_provider_proposals()
164       language-support-js: replace one more use of ianjuta_editor_assist_proposals()
165       language-support-python: replace one more use of ianjuta_editor_assist_proposals()
166       symbol-db-query: change order of property installation in SymbolDBQuery
167       dir-project: fix compile error
168       subversion: convert builder file to gtk+-3.0
169       starter: guard for NULL document manager or project manager
170       anjuta-column-text-view: don't derive from deprecated GtkVBox
171       anjuta-file-list: fix deprecation warnings
172       anjuta-preferences-dialog: don't use deprecated GtkVBox
173       anjuta-status: don't derive from deprecated GtkHBox
174       anjuta-tree-combo: remove usage of gtk_widget_[push|pop]_composite_child()
175       anjuta-ui: don't use deprecated gtk_widget_render_icon()
176       class-gen: don't derive from deprecated GtkHBox
177       run-program: let IAnjutaEnvironment override command lines
178       anjuta-entry: remove usage of deprecated GtkStyle
179       python: only pass python source files to anjuta-python-autocomplete
180       cvs-plugin: remove unused variables
181       am-project: don't use deprecated g_thread_create()
182       devhelp: remove unused variable
183       debug-manager: fix compile warnings
184       debug-manager: show the disassemble and memory widgets
185       debug-manager: don't use deprecated functions in DmaDataView
186       debug-manager: make DmaDataView's buffer a property
187       debug-manager: don't use deprecated functions in DmaSparseView
188       build-basic-autotools: guard against NULL project_uri when build is configured
189       Add libgd submodule
190       sourceview: use GdRevealer for sliding in the message area
191       message-view: don't manually free private structure
192       snippets-manager: fix compile warnings
193       sourceview: fix compile warnings
194       sourceview: use GtkRevealer for sliding in the message area
195       indentation-python-style: remove unused editor_settings
196       language-support-python: remove unused editor_settings
197       language-support-cpp-java: remove unused editor_settings
198       parser-cxx: remove unused editor_settings
199       Update my email
200       symbol-db: Use a GtkSearchEntry for the search entry in the search view.
202 Chao-Hsiung Liao (3):
203       Updated Traditional Chinese translation(Hong Kong and Taiwan)
204       Updated Traditional Chinese translation(Hong Kong and Taiwan)
205       Updated Traditional Chinese translation(Hong Kong and Taiwan)
207 Cheng-Chia Tseng (1):
208       Updated Traditional Chinese translation(Hong Kong and Taiwan)
210 Christian Kirbach (5):
211       Updated German help translation
212       Updated German help translation
213       Updated German help translation
214       Updated German help translation
215       Updated German translation
217 Claudio Arseni (3):
218       [l10n] Updated Italian translation.
219       [l10n] Updated Italian translation.
220       [l10n] Added Italian translation.
222 Daniel Mustieles (12):
223       Updated Spanish translation
224       Updated Spanish translation
225       Updated Spanish translation
226       Updated Spanish translation
227       Updated Spanish translation
228       Updated Spanish translation
229       Updated Spanish translation
230       Updated Spanish translation
231       Updated Spanish translation
232       Updated Spanish translation
233       Updated Spanish translation
234       Updated Spanish translation
236 Dimitris Spingos (2):
237       Updated Greek translation
238       Updated Greek translation
240 Dirgita (1):
241       Updated Indonesian translation
243 Dominique Leuenberger (1):
244       build: add support for libvala-0.22
246 Enrico Nicoletto (2):
247       Updated Brazilian Portuguese translation
248       Updated Brazilian Portuguese translation
250 Fran Diéguez (9):
251       Updated Galician translations
252       Updated Galician translations
253       Updated Galician translations
254       Updated Galician translations
255       Updated Galician translations
256       Updated Galician translations
257       Updated Galician translations
258       Updated Galician translations
259       Updated Galician translations
261 Gabor Kelemen (4):
262       Fix errors in the Hungarian translation
263       Updated Hungarian translation
264       Update and relicence Hungarian help translation
265       Updated Hungarian translation
267 James Liggett (65):
268       Post-release version bump
269       git: Use actions for recurring items in the glade file
270       git: Pack the dock and the command bar together
271       git: Fix more names in the glade file
272       git: Use a toggle button to show and hide the command bar
273       git: More glade file name fixes
274       git: Add a stash button to the Status command bar
275       git: Implement branch switching by double-click
276       Update doap file
277       git: Fix widget names
278       git: Implement adding files by dragging them onto the status view
279       git: Widget name fixes
280       git: Log path entry should be editable
281       git: Widget name fixes
282       libanjuta/manuals: Update documentation sections
283       Revert "git: Log path entry should be editable"
284       Update files for 3.9.1 release
285       Post release version bump
286       git: Widget name fixes
287       git: Add context menus to the Status pane
288       git: Fix signal names in diff code
289       git: More signal name fixes in diff code
290       Updated files for release
291       Post-release version bump
292       git: Add a context menu to the log pane
293       git: Add a context menu to the Branches pane
294       git: Add a popup menu to the Remotes pane
295       git: Check box action fixes in Push and Pull panes
296       git: Add a popup menu to the Stash pane
297       git: Fix a warning
298       Revert "Allow to build without libgd"
299       Revert "sourceview: use GdRevealer for sliding in the message area"
300       Revert "Add libgd submodule"
301       Update MAINTAINERS
302       Update files for release
303       Post-release version bump
304       git: Fix the Do Not Commit option in the Revert pane
305       libanjuta/anjuta-entry: Don't use CSS for help text styles
306       Updated POTFILES.in
307       Updated files for release
308       Post-release version bump
309       git: Fix bgo 699544 - Git pane prevents maximize of main window in small screens
310       Update files for release
311       Post-release version bump
312       libanjuta/anjuta-command-bar: Resect GTK button image settings
313       libanjuta/anjuta-command-bar: Don't use a shadow for the scrolled window
314       libanjuta/anjuta-file-list: Fix the help text color
315       git: Widget name fixes
316       libanjuta: Add AnjutaCellRendererDiff
317       libanjuta: Update the glade catalog
318       git: Show diffs of uncommitted changes in the status view
319       git: Show stash diffs in the stash pane
320       git: Don't show the command bar if the Tasks button isn't active
321       libanjuta/anjuta-cell-renderer-diff: Detect diff headers
322       git: Don't show stash numbers on diff rows
323       Updated files for release
324       Post-release version bump
325       git: Fix removed files status display
326       git: Expand the status view tree when all diff commands are finished
327       Update files for release
328       Post-release version bump
329       git: Run diff commands after the status commands finish
330       libanjuta/git: Render diffs one line at a time
331       Update files for release
332       Post-release version bump
334 Jaume Planas (1):
335       [l10n] Add Catalan translation
337 Jiro Matsuzawa (1):
338       l10n: Update Japanese translation
340 Johannes Schmid (6):
341       Updated AUTHORS file
342       sourceview: bgo#680770 - Don't scroll undo position to center if line already visible
343       sourceview: Fix bgo#701443 - When trying to change font of GtkSourceView Anjuta crashes
344       anjuta: Add application menu
345       libanjuta: Make AnjutaCommandBar easier to use on small screens
346       anjuta: Only show app-menu if supported by environment
348 Josep Sànchez (1):
349       [l10n] Update Catalan translation
351 Juan Pablo Ugarte (1):
352       mk-project: Prevent a crash
354 Kalev Lember (1):
355       dir-project: Fix compiler warning
357 Kjartan Maraas (2):
358       Updated Norwegian bokmål translation
359       Updated Norwegian bokmål translation
361 Marco Diego Aurélio Mesquita (8):
362       glade: bgo #701207 - Glade signal drop no longer works
363       glade: bgo #700383 - Anjuta should automatically associate .ui and source files
364       libanjuta: Improve symbol-db behavior on cut, paste, undo, redo and when multiple files are modified.
365       symbol-db: Update symbol database on editor changes without saving
366       language-support-cpp-jave: Fix memory leak
367       doc: Update documentation after the last improvements in glade support
368       Improve c callback body generation.
369       bgo #702576 - Use a marker comment to get macro and class name
371 Marek Černocký (7):
372       Updated Czech translation
373       Updated Czech translation
374       Updated Czech translation
375       Updated Czech translation
376       Updated Czech translation
377       Updated Czech translation
378       Updated Czech translation
380 Matej Urbančič (4):
381       Updated Slovenian translation
382       Updated Slovenian translation
383       Updated Slovenian translation
384       Updated Slovenian translation
386 Michael Catanzaro (3):
387       Use program icon on about dialog
388       Fix column number on lines with tabs
389       help: fix broken images
391 Milo Casagrande (2):
392       [l10n] Updated Italian translation.
393       [l10n] Updated Italian translation.
395 Piotr Drąg (5):
396       Updated POTFILES.in
397       Updated POTFILES.in
398       Updated Polish translation
399       Updated Polish translation
400       Updated Polish translation
402 Quentin Huot-Marchand (1):
403       project-manager: bgo #501230 - The 'Can not add source files' dialog is too long and his buttons and bottom side are out of the screen
405 Rafael Ferreira (2):
406       Updated Brazilian Portuguese translation
407       Updated Brazilian Portuguese translation
409 Richard Hughes (1):
410       Fixed Indonesian translation
412 Rūdolfs Mazurs (2):
413       Updated Latvian translation
414       Updated Latvian translation
416 Seong-ho Cho (2):
417       Updated Korean translation
418       Updated Korean translation
420 Sébastien Granjoux (42):
421       project-wizard: bgo#696672 - Creating new project using wizard fails due to license files missing
422       project wizard: bgo #688611 - Add Windows configuration
423       mk-project: Ignore conditional directives in makefile
424       git: Fix setting of a custom author in the commit pane
425       libanjuta: Improve editor modeline support
426       project-wizard: bgo #698011 - Cannot run anything
427       bgo #696991 - Anjuta widgets do not load up properly in standalone glade
428       bgo #698158: anjuta-3.8.1 fails to build with vala-0.20
429       project-wizard: bgo #700318 - Can't build a project whose name starts by a digit
430       debug-manager: show registers pane
431       bgo #694644 - Position of Locals and Stack panes not saved
432       Fix a crash with some version of Gtk due to my last commit
433       libanjuta: Move scoped and descoped signal on AnjutaProfile object
434       libanjuta: Replace AnjutaPluginDescription by AnjutaPluginHandle in API
435       libanjuta: Move anjuta_profile_manager_load_profile function in anjuta_profile
436       libanjuta: Always keep plugins in the system profile
437       Allow to select different profile on the command line
438       libanjuta: Allow to enable only a set of plugins defined in the profile file
439       Add a sample custom profile keeping only the editor
440       document-manager: Automatically open an empty file if starter plugin is not used
441       libanjuta: Keep dynamic allocation data in AnjutaPluginDescription
442       libanjuta: Allow to change plugin description key from profile
443       Allow to build without libgd
444       Keep using loaded plugin even if they are marked as disabled
445       Register GApplication with a different name if a profile is used
446       document-manager: Make use of symbol-db plugin optional
447       language-support-python: Remove critical warnings
448       language-manager: Support symbols in more programming languages
449       Need at least glib 2.34 for g_spawn_check_exit_status
450       dir-project: Load big project faster
451       dir-project: Decrease project load priority to avoid blocking GUI
452       am-project: data target are not distributed by default in automake
453       project-manager: Add a function in the interface to remove a file from a project
454       bgo #689384 - should install a highcontrast app icon
455       bgo #701419 - sqlite not in depencies
456       document-manager: Fix icon size in document manager tabs
457       bgo #706630 - Incorrect MimeType in .desktop file
458       Remove a critical warning when closing a project
459       glade: Fix a critical warning when opening a project with a .ui file opened
460       document-manager: Close all documents when closing a project
461       project-manager: bgo #707562 - Plural forms for "%d elements"
462       project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
464 Techlive Zheng (1):
465       anjuta-tags: fix scope information parsing in the Vala parser
467 Varad Gautam (1):
468       document-manager: bgo#698036 - Close Other Tabs enhancement
470 Yuri Myasoedov (2):
471       Updated Russian translation
472       Updated Russian translation
474 victory (1):
475       l10n: Update Japanese translation
477 Мирослав Николић (2):
478       Updated Serbian translation
479       Updated Serbian translation
482 Anjuta 3.9.92 (September 15, 2013) -- James Liggett
484 Akom Chotiphantawanon (1):
485       Updated Thai translation.
487 Alexandre Franke (2):
488       Update French translation
489       Update French translation
491 Andika Triwidada (1):
492       Updated Indonesian translation
494 Ask H. Larsen (1):
495       Updated Danish translation
497 Aurimas Černius (1):
498       Updated Lithuanian translation
500 Chao-Hsiung Liao (1):
501       Updated Traditional Chinese translation(Hong Kong and Taiwan)
503 Claudio Arseni (2):
504       [l10n] Updated Italian translation.
505       [l10n] Updated Italian translation.
507 Daniel Mustieles (2):
508       Updated Spanish translation
509       Updated Spanish translation
511 Enrico Nicoletto (1):
512       Updated Brazilian Portuguese translation
514 Fran Diéguez (1):
515       Updated Galician translations
517 Gabor Kelemen (1):
518       Updated Hungarian translation
520 James Liggett (3):
521       Post-release version bump
522       git: Run diff commands after the status commands finish
523       libanjuta/git: Render diffs one line at a time
525 Marek Černocký (2):
526       Updated Czech translation
527       Updated Czech translation
529 Matej Urbančič (1):
530       Updated Slovenian translation
532 Piotr Drąg (1):
533       Updated Polish translation
535 Rūdolfs Mazurs (2):
536       Updated Latvian translation
537       Updated Latvian translation
539 Seong-ho Cho (2):
540       Updated Korean translation
541       Updated Korean translation
543 Sébastien Granjoux (2):
544       project-manager: bgo #707562 - Plural forms for "%d elements"
545       project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
547 Мирослав Николић (1):
548       Updated Serbian translation
551 Anjuta 3.9.91 (September 2, 2013) -- James Liggett
553 Aurimas Černius (2):
554       Updated Lithuanian translation
555       Updated Lithuanian translation
557 Balázs Úr (1):
558       Updated Hungarian translation
560 Christian Kirbach (1):
561       Updated German help translation
563 Enrico Nicoletto (1):
564       Updated Brazilian Portuguese translation
566 Fran Diéguez (2):
567       Updated Galician translations
568       Updated Galician translations
570 Gabor Kelemen (1):
571       Update and relicence Hungarian help translation
573 James Liggett (3):
574       Post-release version bump
575       git: Fix removed files status display
576       git: Expand the status view tree when all diff commands are finished
578 Kjartan Maraas (1):
579       Updated Norwegian bokmål translation
581 Matej Urbančič (2):
582       Updated Slovenian translation
583       Updated Slovenian translation
585 Piotr Drąg (2):
586       Updated Polish translation
587       Updated Polish translation
589 Quentin Huot-Marchand (1):
590       project-manager: bgo #501230 - The 'Can not add source files' dialog is too long and his buttons and bottom side are out of the screen
592 Rafael Ferreira (1):
593       Updated Brazilian Portuguese translation
595 Sébastien Granjoux (4):
596       bgo #706630 - Incorrect MimeType in .desktop file
597       Remove a critical warning when closing a project
598       glade: Fix a critical warning when opening a project with a .ui file opened
599       document-manager: Close all documents when closing a project
602 Anjuta 3.9.90 (August 19, 2013) -- James Liggett
604 Akom Chotiphantawanon (1):
605       Updated Thai translation.
607 Alexandre Rostovtsev (1):
608       symbol-db: bgo #704985 - link with librt on Linux
610 Carl-Anton Ingmarsson (1):
611       symbol-db: Use a GtkSearchEntry for the search entry in the search view.
613 Daniel Mustieles (1):
614       Updated Spanish translation
616 Dominique Leuenberger (1):
617       build: add support for libvala-0.22
619 Fran Diéguez (1):
620       Updated Galician translations
622 Gabor Kelemen (1):
623       Updated Hungarian translation
625 James Liggett (12):
626       Post-release version bump
627       libanjuta/anjuta-command-bar: Resect GTK button image settings
628       libanjuta/anjuta-command-bar: Don't use a shadow for the scrolled window
629       libanjuta/anjuta-file-list: Fix the help text color
630       git: Widget name fixes
631       libanjuta: Add AnjutaCellRendererDiff
632       libanjuta: Update the glade catalog
633       git: Show diffs of uncommitted changes in the status view
634       git: Show stash diffs in the stash pane
635       git: Don't show the command bar if the Tasks button isn't active
636       libanjuta/anjuta-cell-renderer-diff: Detect diff headers
637       git: Don't show stash numbers on diff rows
639 Marek Černocký (1):
640       Updated Czech translation
642 Michael Catanzaro (3):
643       Use program icon on about dialog
644       Fix column number on lines with tabs
645       help: fix broken images
647 Piotr Drąg (1):
648       Updated POTFILES.in
650 Rafael Ferreira (1):
651       Updated Brazilian Portuguese translation
653 Sébastien Granjoux (3):
654       bgo #689384 - should install a highcontrast app icon
655       bgo #701419 - sqlite not in depencies
656       document-manager: Fix icon size in document manager tabs
659 Anjuta 3.9.5 (July 29, 2013) -- James Liggett
661 Chao-Hsiung Liao (1):
662       Updated Traditional Chinese translation(Hong Kong and Taiwan)
664 Daniel Mustieles (1):
665       Updated Spanish translation
667 James Liggett (2):
668       Post-release version bump
669       git: Fix bgo 699544 - Git pane prevents maximize of main window in small screens
671 Johannes Schmid (2):
672       libanjuta: Make AnjutaCommandBar easier to use on small screens
673       anjuta: Only show app-menu if supported by environment
675 Marek Černocký (1):
676       Updated Czech translation
678 Anjuta 3.9.4 (July 8, 2013) -- James Liggett
680 Akom Chotiphantawanon (1):
681       Updated Thai translation
683 Arnel A. Borja (2):
684       manuals: Update entries in Anjuta Reference Manual
685       sourceview: bgo #703637 - Set monospace font as default font
687 Aurimas Černius (1):
688       Updated Lithuanian translation
690 Carl-Anton Ingmarsson (5):
691       indentation-python-style: remove unused editor_settings
692       language-support-python: remove unused editor_settings
693       language-support-cpp-java: remove unused editor_settings
694       parser-cxx: remove unused editor_settings
695       Update my email
697 Christian Kirbach (1):
698       Updated German help translation
700 James Liggett (3):
701       Post-release version bump
702       git: Fix the Do Not Commit option in the Revert pane
703       libanjuta/anjuta-entry: Don't use CSS for help text styles
705 Johannes Schmid (1):
706       anjuta: Add application menu
708 Marco Diego Aurélio Mesquita (1):
709       bgo #702576 - Use a marker comment to get macro and class name
711 Sébastien Granjoux (10):
712       Keep using loaded plugin even if they are marked as disabled
713       Register GApplication with a different name if a profile is used
714       document-manager: Make use of symbol-db plugin optional
715       language-support-python: Remove critical warnings
716       language-manager: Support symbols in more programming languages
717       Need at least glib 2.34 for g_spawn_check_exit_status
718       dir-project: Load big project faster
719       dir-project: Decrease project load priority to avoid blocking GUI
720       am-project: data target are not distributed by default in automake
721       project-manager: Add a function in the interface to remove a file from a project
724 Anjuta 3.9.3 (June 17, 2013) -- James Liggett
726 Akom Chotiphantawanon (1):
727       Updated Thai translation.
729 Carl-Anton Ingmarsson (5):
730       Add libgd submodule
731       sourceview: use GdRevealer for sliding in the message area
732       message-view: don't manually free private structure
733       snippets-manager: fix compile warnings
734       sourceview: fix compile warnings
736 Cheng-Chia Tseng (1):
737       Updated Traditional Chinese translation(Hong Kong and Taiwan)
739 Christian Kirbach (1):
740       Updated German help translation
742 Daniel Mustieles (4):
743       Updated Spanish translation
744       Updated Spanish translation
745       Updated Spanish translation
746       Updated Spanish translation
748 Fran Diéguez (4):
749       Updated Galician translations
750       Updated Galician translations
751       Updated Galician translations
752       Updated Galician translations
754 James Liggett (11):
755       Post-release version bump
756       git: Add a context menu to the log pane
757       git: Add a context menu to the Branches pane
758       git: Add a popup menu to the Remotes pane
759       git: Check box action fixes in Push and Pull panes
760       git: Add a popup menu to the Stash pane
761       git: Fix a warning
762       Revert "Allow to build without libgd"
763       Revert "sourceview: use GdRevealer for sliding in the message area"
764       Revert "Add libgd submodule"
765       Update MAINTAINERS
767 Jiro Matsuzawa (1):
768       l10n: Update Japanese translation
770 Johannes Schmid (1):
771       sourceview: Fix bgo#701443 - When trying to change font of GtkSourceView Anjuta crashes
773 Marco Diego Aurélio Mesquita (6):
774       glade: bgo #701207 - Glade signal drop no longer works
775       glade: bgo #700383 - Anjuta should automatically associate .ui and source files
776       libanjuta: Improve symbol-db behavior on cut, paste, undo, redo and when multiple files are modified.
777       symbol-db: Update symbol database on editor changes without saving
778       language-support-cpp-jave: Fix memory leak
779       doc: Update documentation after the last improvements in glade support
781 Marek Černocký (2):
782       Updated Czech translation
783       Updated Czech translation
785 Piotr Drąg (1):
786       Updated POTFILES.in
788 Sébastien Granjoux (12):
789       Fix a crash with some version of Gtk due to my last commit
790       libanjuta: Move scoped and descoped signal on AnjutaProfile object
791       libanjuta: Replace AnjutaPluginDescription by AnjutaPluginHandle in API
792       libanjuta: Move anjuta_profile_manager_load_profile function in anjuta_profile
793       libanjuta: Always keep plugins in the system profile
794       Allow to select different profile on the command line
795       libanjuta: Allow to enable only a set of plugins defined in the profile file
796       Add a sample custom profile keeping only the editor
797       document-manager: Automatically open an empty file if starter plugin is not used
798       libanjuta: Keep dynamic allocation data in AnjutaPluginDescription
799       libanjuta: Allow to change plugin description key from profile
800       Allow to build without libgd
803 Anjuta 3.9.2 (May 27, 2013) -- James Liggett
805 Arnel A. Borja (9):
806       libanjuta: bgo #699323 - Use GSettings to get user terminal
807       file-loader: bgo #699329 - Convert mime types to content types before comparing
808       libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
809       libanjuta: bgo #699330 - Implement anjuta_util_get_real_path in Windows
810       libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in anjuta-utils.c
811       libanjuta: bgo #699326 - Replace fork and execlp with g_spawn_async in resources.c
812       glade: bgo #698705 - Add application/x-gtk-builder to supported mime types
813       terminal: bgo #699316 - Add option to disable terminal plugin
814       file-loader: bgo #700615 - Remove markup from title of Open With dialog
816 Carl-Anton Ingmarsson (21):
817       subversion: convert builder file to gtk+-3.0
818       starter: guard for NULL document manager or project manager
819       anjuta-column-text-view: don't derive from deprecated GtkVBox
820       anjuta-file-list: fix deprecation warnings
821       anjuta-preferences-dialog: don't use deprecated GtkVBox
822       anjuta-status: don't derive from deprecated GtkHBox
823       anjuta-tree-combo: remove usage of gtk_widget_[push|pop]_composite_child()
824       anjuta-ui: don't use deprecated gtk_widget_render_icon()
825       class-gen: don't derive from deprecated GtkHBox
826       run-program: let IAnjutaEnvironment override command lines
827       anjuta-entry: remove usage of deprecated GtkStyle
828       python: only pass python source files to anjuta-python-autocomplete
829       cvs-plugin: remove unused variables
830       am-project: don't use deprecated g_thread_create()
831       devhelp: remove unused variable
832       debug-manager: fix compile warnings
833       debug-manager: show the disassemble and memory widgets
834       debug-manager: don't use deprecated functions in DmaDataView
835       debug-manager: make DmaDataView's buffer a property
836       debug-manager: don't use deprecated functions in DmaSparseView
837       build-basic-autotools: guard against NULL project_uri when build is configured
839 Daniel Mustieles (2):
840       Updated Spanish translation
841       Updated Spanish translation
843 Fran Diéguez (1):
844       Updated Galician translations
846 James Liggett (5):
847       Post release version bump
848       git: Widget name fixes
849       git: Add context menus to the Status pane
850       git: Fix signal names in diff code
851       git: More signal name fixes in diff code
853 Kalev Lember (1):
854       dir-project: Fix compiler warning
856 Kjartan Maraas (1):
857       Updated Norwegian bokmål translation
859 Matej Urbančič (1):
860       Updated Slovenian translation
862 Sébastien Granjoux (5):
863       bgo #696991 - Anjuta widgets do not load up properly in standalone glade
864       bgo #698158: anjuta-3.8.1 fails to build with vala-0.20
865       project-wizard: bgo #700318 - Can't build a project whose name starts by a digit
866       debug-manager: show registers pane
867       bgo #694644 - Position of Locals and Stack panes not saved
869 Techlive Zheng (1):
870       anjuta-tags: fix scope information parsing in the Vala parser
872 Varad Gautam (1):
873       document-manager: bgo#698036 - Close Other Tabs enhancement
875 Anjuta 3.9.1 (April 30, 2013) -- James Liggett
877 Arnel A. Borja (27):
878       libanjuta: bgo #696984 - Include Gdl-3 when introspecting Anjuta-3.0
879       libanjuta: bgo #696984 - Documentation comment of section anjuta-debug should be inside after inclusion guard
880       libanjuta: bgo #696984 - Remove extra empty lines in documentation comments
881       libanjuta: bgo #696984 - Add missing commas in documentation comments
882       libanjuta: bgo #696984 - Fix missing double asterisk in documentation comments
883       libanjuta: bgo #696984 - Fix function name typos in documentation comments
884       libanjuta: bgo #696984 - Fix function argument name typos in documentation comments
885       libanjuta: bgo #696984 - Fix a signal name typo in documentation comments
886       libanjuta: bgo #696984 - Fix allow-none annotation typo in a documentation comments
887       libanjuta: bgo #696984 - Add some missing documentation comment
888       libanjuta: bgo #696984 - Update some annotations in documentation comments
889       libanjuta: bgo #696984 - Add missing % in constants NULL, TRUE and FALSE in documentation comments
890       libanjuta: bgo #696984 - Add anjuta-tabber section stub
891       libanjuta: bgo #696984 - Remove unused file anjuta-token-style.h
892       libanjuta: bgo #696984 - Update libanjuta.h header
893       project-wizard: bgo #696990 - Require package libanjuta-3.0 in anjuta-plugin template
894       bgo #696023 - Use dist_ prefix in Makefiles
895       devhelp: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
896       glade: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
897       language-support-vala: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
898       python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
899       subversion: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
900       libanjuta: bgo #697030 - Add close button widget
901       document-manager: bgo #697030 - Replace close button in tabs with AnjutaCloseButton
902       project-wizard: bgo #688611 - Make templates Windows portable
903       Use dist_doc_DATA for documentation text files
904       project-wizard: Use dist_doc_DATA for documentation text files
906 Balázs Úr (1):
907       Updated Hungarian translation
909 Carl-Anton Ingmarsson (28):
910       dir-project: check for NULL groups in dir_project_is_loaded()
911       document-manager: pack notebook with width 1
912       document-manager: remove margin around the document combo box
913       document-manager: don't allocate AnjutaDocmanPriv ourselves
914       document-manager: fix compile warning
915       anjuta-tabber: implement gtk_container_get_path_for_child()
916       anjuta-tabber: rework size allocation
917       anjuta-tabber: remove call to gtk_widget_style_attach()
918       anjuta-tabber: don't iterate list to check if node is first/last
919       message-view: Use AnjutaCloseButton in tabs
920       anjuta-tabber: fix calculation of region flags
921       anjuta-tabber: don't iterate list to check if node is first/last
922       anjuta-tabber: take focus-padding into account when rendering focus
923       anjuta-tabber: Always use the padding of an active tab in y-direction size allocation
924       document-manager: don't free AnjutaDocmanPriv ourselves
925       anjuta-tabber: remove the total padding from total width
926       anjuta-tabber: use tab_curvature for left/right space of first/last tab
927       message-view: use a single box for the tab widget
928       parser-cxx: fix compilation warning
929       anjuta_language_provider: add proposals() function
930       sourceview: remove filtering of single proposals matching pre_word
931       parser-cxx: use anjuta_language_provider_proposals()
932       language-support-python: use anjuta_language_provider_proposals()
933       language-support-js: use anjuta_language_provider_proposals()
934       language-support-js: replace one more use of ianjuta_editor_assist_proposals()
935       language-support-python: replace one more use of ianjuta_editor_assist_proposals()
936       symbol-db-query: change order of property installation in SymbolDBQuery
937       dir-project: fix compile error
939 Christian Kirbach (1):
940       Updated German help translation
942 Daniel Mustieles (2):
943       Updated Spanish translation
944       Updated Spanish translation
946 Dimitris Spingos (2):
947       Updated Greek translation
948       Updated Greek translation
950 Dirgita (1):
951       Updated Indonesian translation
953 Gabor Kelemen (1):
954       Fix errors in the Hungarian translation
956 James Liggett (16):
957       Post-release version bump
958       git: Use actions for recurring items in the glade file
959       git: Pack the dock and the command bar together
960       git: Fix more names in the glade file
961       git: Use a toggle button to show and hide the command bar
962       git: More glade file name fixes
963       git: Add a stash button to the Status command bar
964       git: Implement branch switching by double-click
965       Update doap file
966       git: Fix widget names
967       git: Implement adding files by dragging them onto the status view
968       git: Widget name fixes
969       git: Log path entry should be editable
970       git: Widget name fixes
971       libanjuta/manuals: Update documentation sections
972       Revert "git: Log path entry should be editable"
974 Jaume Planas (1):
975       [l10n] Add Catalan translation
977 Johannes Schmid (2):
978       Updated AUTHORS file
979       sourceview: bgo#680770 - Don't scroll undo position to center if line already visible
981 Juan Pablo Ugarte (1):
982       mk-project: Prevent a crash
984 Marek Černocký (1):
985       Updated Czech translation
987 Milo Casagrande (2):
988       [l10n] Updated Italian translation.
989       [l10n] Updated Italian translation.
991 Richard Hughes (1):
992       Fixed Indonesian translation
994 Sébastien Granjoux (6):
995       project-wizard: bgo#696672 - Creating new project using wizard fails due to license files missing
996       project wizard: bgo #688611 - Add Windows configuration
997       mk-project: Ignore conditional directives in makefile
998       git: Fix setting of a custom author in the commit pane
999       libanjuta: Improve editor modeline support
1000       project-wizard: bgo #698011 - Cannot run anything
1002 Yuri Myasoedov (1):
1003       Updated Russian translation
1005 Мирослав Николић (1):
1006       Updated Serbian translation
1008 Anjuta 3.8.0 (March 24, 2013) -- James Liggett
1010 This is a new stable version of Anjuta and all users should update to this
1011 version as all 3.6.x versions become unsupported at this point.
1013 Summary of the major changes between 3.6.x and 3.8:
1015 - Various bug fixes across many different plugins, including git, debug-manager,
1016   document-manager, python, glade, project-wizard and libanjuta. See the shortlog
1017   for complete details. 
1019 - Two new plugins (Carl-Anton Ingmarsson):
1020   1. jhbuild build plugin
1021   2. Quick-open
1023 Bugs fixed:
1024 project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
1025 python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
1026 git: bgo#691044 - typo in git-cherry-pick menu
1027 am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
1028 build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
1029 am-project: bgo#683728 - Project browser is not updated when files are added or removed
1030 am-project: bgo #681051 - Folder properties dialog can't be close with ESC
1031 am-project: bgo #681050 - Double click on folder in project view open properties window
1032 am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
1033 git: Fix bgo 687145 - Critical warning when switching git pane
1034 project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
1035 build-basic-autotools: bgo#686911 - Path of Vala source files passed to message pane is wrong
1036 build-basic-autotools:bgo#688293 - build-basic-autotools: Fix invalid read
1037 anjuta: bgo #688609 - Saved dock positions not applied when opening a project
1038 libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
1040 Thanks to everybody who has helped this cycle and all translators.
1042 Akom Chotiphantawanon (2):
1043       Updated Thai translation
1044       Updated Thai translation
1046 Alexander Shopov (1):
1047       Updated Bulgarian translation
1049 Alexandre Franke (1):
1050       Update French translation
1052 Anish A (1):
1053       Updated Malayalam Localization
1055 Arnel A. Borja (3):
1056       indentation-c-style: Fix "parenthesis" typos
1057       symbol-db: Fix "parenthesis" typos
1058       quick-open: Fix typo in distributed files
1060 Ask H. Larsen (1):
1061       Updated Danish translation
1063 Aurimas Černius (2):
1064       Updated Lithuanian translation
1065       Updated Lithuanian translation
1067 B.Prathibha (1):
1068       Added keywords in desktop file.
1070 Balázs Úr (1):
1071       Updated Hungarian translation
1073 Carl-Anton Ingmarsson (149):
1074       run-program: use AnjutaEnvironmentEditor instead of implementing our own version.
1075       jhbuild: new plugin to build/run program inside the jhbuild environment.
1076       indentation-c-style: be more picky when completing braces.
1077       indentation-c-style: remove java_indentation() method
1078       indentation-c-style: When removing opening bracket also remove the closing one.
1079       sourceview: don't emit change events after doing an undo
1080       indentation-c-style: Change plugin.c modeline to spaces
1081       indentation-c-style: Enable the plugin for JavaScript source files.
1082       indentation-c-style: Rename action group to "C Indentation" and remove it on deactivation.
1083       indentation-python-style: Rename action group to "Python Indentation".
1084       Fix compile errors regarding undeclared functions.
1085       document-manager: Fix various compile warnings.
1086       anjuta-window: Don't call gtk_widget_show_all when setting up widget.
1087       document-manager: Support showing open documents in a combobox.
1088       document-manager: Remove obsolete code for tabbing between documents.
1089       indentation-c-style: Update preferences UI file to gtk+-3
1090       indentation-c-style: Fix modeline in plugin.c
1091       indentation-c-style: Fix get_line_indentation().
1092       indentation-c-style: Add option whether paranthesis alignment should only use spaces.
1093       file-manager: Fix invalid unref of NULL pointer.
1094       document-manager: use on_close_file_activate() when closing file using combo close button.
1095       document-manager: Show dirty character "*" and "[read-only]" in combo filename.
1096       document-manager: Add search_box to document manager box directly.
1097       document-manager: hide search box when pressing escape inside the document widget.
1098       libanjuta: use g_spawn_sync instead of fork() and waitpid()
1099       debug-manager: use g_spawn_sync() instead of fork() and waitpid()
1100       document-manager: Never disable "find in files" action.
1101       git: Fix assertion when running g_signal_handlers_disconnect on already destroyed widget.
1102       git: Fix assertion when running g_hash_table_unref() on a NULL pointer.
1103       debug-manager: Fix accessing of invalid tree models.
1104       document-manager: Update combo filenames when the project changes.
1105       glade: Fix the palette not being shown.
1106       glade: Fix the images in the palette toggles used for choosing the edit mode.
1107       symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
1108       indentation-c-style: Fix logic error from e27cade3ec1ce883182ff1b99637d781ae6b128c
1109       symbol-db: Use a vertical box for the search view.
1110       document-manager: Fix disconnection of GtkNotebook "switch-page" signal.
1111       anjuta-plugin-handle: Use g_hash_table_remove_all instead of g_hash_table_foreach_remove.
1112       file-manager: Keep a weak reference to the IAnjutaVcs object in FileModel.
1113       plugin-manager: Fix dependents checking on wrong object in should_unload().
1114       file-manager: Unref the FileModel reference when the FileView gets finalized.
1115       run-program: Keep a weak reference to the IAnjutaTerminal we run the program in.
1116       plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
1117       anjuta: Fix destruction of the AnjutaUI instance.
1118       libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
1119       glade: Add toggle buttons for margin and align editing.
1120       anjuta: Fix destruction of AnjutaPreferences instance.
1121       sourceview: Don't store the builder for the preferences in a global variable.
1122       am-project: Change the "Dependencies loop in variables" warning to a debug print.
1123       plugin-manager: Clean up memory management.
1124       plugin-manager: Directly use anjuta_plugin_deactivate in unload_all_plugins().
1125       profile-manager: Add new close() function.
1126       anjuta: unload all plugins before closing a window.
1127       anjuta: Remove "exiting" signal from AnjutaShell.
1128       symbol-db: Remove buffer update timeout when plugin gets deactivated.
1129       document-manager: Remove autosave timeout when the plugin is deactivated.
1130       build-basic-autotools: Disconnect all signals on editors when the plugin is deactivated.
1131       build-basic-autotools: Remove idle for updating indicators when plugin is deactivated.
1132       git: Fix compile warnings.
1133       symbol-db: When updating a symbol try to update the closest one.
1134       run-program: Default to Yes in "The program is already running" dialog.
1135       sourceview: keep ref on SourceViewIO during call to input_stream_read_async().
1136       symbol-db: rename sdb_engine_get_tuple_id_by_unique_name4()...
1137       sourceview: Don't check if objects are not NULL before calling g_clear_object().
1138       sourceview: Add marks to an unloaded document the same way we reload marks.
1139       sourceview: Detect that a ifile_open() is a reload and save marks and position.
1140       libanjuta: Add "document-[added|removed]" signals to IAnjutaDocumentManager.
1141       document-manager: Emit "document-[added|removed]" signals.
1142       debug-manager: use IAnjutaDocumentManager::document-added to add breakpoints to editor.
1143       debug-manager: Fix two leaks of GFile objects.
1144       document-manager: sort files in document combo in ascending order.
1145       libanjuta: Fix IAnjutaFile::opened signal documentation.
1146       am-project: Fix leak of GMatchInfo in split_automake_variable().
1147       starter: Fix leak of GtkRecentInfo.
1148       symbol-db: Fix leaks of two GPtrArrays in do_import_system_sources_after_abort()
1149       file-loader: Fix leak of GtkRecentInfos in the RecentChooserMenu.
1150       symbol-db: Fix leak of file_abs_path in symbol_db_engine_update_project_symbols().
1151       project-manager: Fix leak of the nodes GList in gbf_project_view_update_tree().
1152       symbol-db: Fix leak of prj_elements_list in do_check_offline_files_changed()
1153       file-loader: Fix leak of plugin names in sort_wizards()
1154       debug-manager: Default to Yes in "The program is running" dialog.
1155       snippets-manager: Fix faulty assertion in snippets_db_dispose().
1156       libanjuta: Actually free stuff in AnjutaPkgConfigChooser::finalize.
1157       symbol-db: Add update_flag to the symbol unique constraint.
1158       file-manager: Fix compile warning.
1159       git: Fix destruction of GitLogPane.
1160       sourceview: Fix leak of list of GtkSourceCompletionItem.
1161       sourceview: connect settings notifications with g_signal_connect_object().
1162       language-support-js: Fix g_object_unref() of NULL object.
1163       Add new quick-open plugin.
1164       file-manager: Use a GFile instead of an URI for the base path property.
1165       file-manager: Add option for showing the currently edited file in the file manager.
1166       file-manager: Enable typeahead search.
1167       file-manager: Fix leak of GtkTreeModelSort.
1168       file-manager: Add "Show in File manager" action to document popup.
1169       document-manager: make the search files options span two cells of the top grid
1170       document-manager: remove usage of unneeded initialized variable in class_init
1171       symbol-db: fix symbols view label box to be horizontal
1172       libanjuta: don't use deprecated functions in AnjutaAsyncCommand
1173       sourceview: use gtk_widget_preferred_size instead of gtk_widget_size_request
1174       sourceview: use G_PRIORITY_DEFAULT for IO
1175       anjuta: reduce size of toolbar buttons to GTK_ICON_SIZE_MENU
1176       indentation-c-style: enable the plugin for IDL files
1177       quick-open: remove duplicate declaration
1178       document-manager: connect to toplevel SearchBox keypress to handle closing
1179       quick-open: remove doc from list in quick_open_dialog_remove_document()
1180       document-manager: emit "document-removed" for open documents in dispose
1181       language-support-cpp-java: change modeline of plugin.c
1182       language-support-cpp-java: don't use deprecated g_string_down()
1183       language-support-cp-java: fix crasher when swapping header/source
1184       file-manager: don't try to select document which has no file yet
1185       devhelp: Port to webkitgtk2
1186       class-gen: fix compile warnings
1187       project-wizard: move license templates to data/
1188       class-gen: generate license the same way as project-wizard
1189       class-gen: output filename instead of project name before copyright
1190       class-gen: Always generate GObject private structure
1191       build-basic-autotools: don't let build directory button expand
1192       jhbuild: Extract libdir from newly added JHBUILD_LIBDIR environment variable.
1193       jhbuild: Translate error messages.
1194       sourceview: mark clearing of buffer as a not undoable action
1195       sourceview: use etag to only emit "changed" when file was externally modified
1196       symbol-db: fix compile warnings
1197       libanjuta: Add new AnjutaCompletion object for prefix matching
1198       libanjuta: Add basic tests for AnjutaCompletion
1199       parser-cxx: use AnjutaCompletion instead of deprecated GCompletion
1200       parser-cxx: remove unused ParserCxxAssistContext
1201       python-assist: use AnjutaCompletion instead of GCompletion
1202       python-assist: remove unused PythonAssistContext
1203       python-assist: don't use deprecated functions
1204       git.mk: update to the latest version
1205       Include git.mk in Makefiles where it was missing
1206       message-view: fix compile warnings
1207       sourceview: only update stored etag if save was succesful
1208       libanjuta: keep a ref on the AnjutaAsyncCommand when its thread is run
1209       git: use g_signal_connect_object() in GitLogCommand
1210       git: use g_signal_connect_object() to connect to commands in GitLogPane
1211       git: fix up memory management of log model
1212       git: properly unset the log command in the case the command failed
1213       file-manager: make file_view_show_extended_data() more robust
1214       parser-cxx: use g_signal_connect_object() to connect to query signals
1215       message-view: use g_type_class_add_private() to add private struct
1216       sourceview: move all construction of Sourceview into constructed
1217       sourceview: keep a separate reference to AnjutaShell in SourceviewIO
1218       sourceview: only cancel open operations when closing editor
1219       sourceview: add checks to SourceviewIO that the parent Sourceview is alive
1220       sourceview: don't take extra refs during open/save
1221       sourceview: use g_signal_connect_object() to connect to io signals
1222       symbol-db: don't allow or set null scope_definition_id and scope_id.
1224 Chao-Hsiung Liao (1):
1225       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1227 Christian Kirbach (4):
1228       Updated German manual translation
1229       Updated German help translation
1230       Updated German translation (fixed mismatched tags)
1231       Updated German translation
1233 Daniel Mustieles (12):
1234       Updated Spanish translation
1235       Updated Spanish translation
1236       Updated Spanish translation
1237       Updated Spanish translation
1238       Removed markup from UI file
1239       Updated Spanish translation
1240       Updated Spanish translation
1241       Updated Spanish translation
1242       Updated Spanish translation
1243       Updated Spanish translation
1244       Updated Spanish translation
1245       Updated Spanish translation
1247 Dimitris Spingos (3):
1248       Updated Greek translation
1249       Updated Greek translation
1250       Updated Greek translation
1252 Duarte Loreto (1):
1253       Updated Portuguese translation and converted to New Spelling (Novo AO)
1255 Enrico Nicoletto (1):
1256       Updated Brazilian Portuguese translation
1258 Fran Diéguez (5):
1259       Updated Galician translations
1260       Updated Galician translations
1261       Updated Galician translations
1262       Updated Galician translations
1263       Updated Galician translations
1265 Frédéric Péters (1):
1266       devhelp: update to latest devhelp changes
1268 Gabor Kelemen (4):
1269       Fix another Hungarian mistranslation
1270       Hungarian help translation added
1271       Added hu to HELP_LINGUAS
1272       Updated Hungarian help translation
1274 Gheyret Kenji (6):
1275       Updated Uyghur translation
1276       Updated Uyghur translation
1277       Updated Uyghur translation
1278       Updated Uyghur translation
1279       Updated Uyghur translation
1280       Updated Uyghur translation
1282 Gil Forcada Codinachs (1):
1283       [l10n] Minor fixes to Catalan translation
1285 Ihar Hrachyshka (1):
1286       Deleted obsolete Belarusian translation.
1288 James Liggett (13):
1289       Post-release version bump
1290       Updated files for 3.7.1 release
1291       language-support-cpp-java: Remove org.gnome.anjuta.plugins.cpp.gschema.valid from git
1292       language-support-vala: Don't clean config.vapi
1293       Updated files for 3.7.2 release
1294       Updated files for 3.7.3 release
1295       Update files for 3.7.4 release
1296       git: Always annotate signed tags
1297       Update files for 3.7.90 release
1298       git: Unset the log model view before refreshing the log
1299       Make the glade catalog an optional feature
1300       Update the HACKING file
1301       Update files for 3.7.92 release
1303 Jasper Lievisse Adriaanse (1):
1304       Remove two unused/non-existing headers.
1306 Joan Duran (1):
1307       [l10n] Updated Catalan translation
1309 Johannes Schmid (5):
1310       project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
1311       python: Fix crash during auto-indentation
1312       various: Fixed compile warnings and a real bug in the gdbmi plugin
1313       python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
1314       sourceview: Fix wrong assignment when saving markers
1316 Kalev Lember (1):
1317       Fix desktop file syntax errors
1319 Kjartan Maraas (1):
1320       Updated Norwegian bokmål translation
1322 Marek Černocký (3):
1323       Updated Czech translation
1324       Fixed needlessly marked label for translation
1325       Updated Czech translation
1327 Mario Blättermann (3):
1328       [l10n] Updated German translation
1329       [l10n] Updated German translation
1330       [l10n] Updated German doc translation
1332 Matej Urbančič (2):
1333       Updated Slovenian translation
1334       Updated Slovenian translation
1336 Milo Casagrande (1):
1337       [l10n] Updated Italian translation.
1339 OKANO Takayoshi (2):
1340       [l10n] Update Japanese translation
1341       [l10n] Update Japanese translation
1343 Okano Takayoshi (1):
1344       git: bgo#691044 - typo in git-cherry-pick menu
1346 Piotr Drąg (7):
1347       Updated POTFILES.in
1348       Updated POTFILES.in
1349       Updated Polish translation
1350       Updated POTFILES.in
1351       Updated Polish translation
1352       Updated POTFILES.in
1353       Updated Polish translation
1355 Ryan Lortie (1):
1356       build: disable -Werror to workaround flex(1) issue
1358 Rūdolfs Mazurs (1):
1359       Fixed Latvian po file header
1361 Seong-ho Cho (1):
1362       Updated Korean translation
1364 Sébastien Granjoux (77):
1365       am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
1366       build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
1367       am-project: Avoid critical warnings when a group does not have a Makefile.am
1368       am-project: bgo#683728 - Project browser is not updated when files are added or removed
1369       am-project: Check a copy of anjuta project in regression instead of the real project
1370       am-project: bgo #681051 - Folder properties dialog can't be close with ESC
1371       am-project: bgo #681050 - Double click on folder in project view open properties window
1372       am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
1373       build-basic-autotools: Configuration name combo box should be editable
1374       build-basic-autotools: Update environment variables when the build configuration is changed
1375       jhbuild: Provide a fallback for G_DEFINE_QUARK to allow compilation with GLib 2.32
1376       build-basic-autotools: Fix alignment of some text broken by the previous patch
1377       anjuta: Rename AnjutaApp as AnjutaWindow
1378       anjuta: Rename Anjuta as AnjutaApplication
1379       anjuta: Remove custom filtering for debugging message as this is provided by GLib >= 2.32
1380       anjuta: Do not use GDL members deprecated in version 3.6
1381       anjuta: Move command line parsing in AnjutaApplication
1382       am-project: Do not store files as binary in anjuta shar archive used in regression test
1383       glade: Fix make file some files were not installed
1384       git: Fix bgo 687145 - Critical warning when switching git pane
1385       libanjuta: Improve documentation of AnjutaSession
1386       anjuta: Allow to abort loading of a session
1387       anjuta: Clean up in create_window function
1388       libanjuta: Add a function to create a new main window in the same process
1389       anjuta: Restore command line options
1390       anjuta: Save GDL settings correctly
1391       libanjuta: Avoid a critical warning when an anjuta window is closed quite fast
1392       libanjuta: Destroy plugins when the main anjuta window is closed
1393       project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
1394       build-basic-autotools: bgo#686911 - Path of Vala source files passed to message pane is wrong
1395       anjuta: Remove unused variable and deprecated functions
1396       anjuta: Remove trailing spaces
1397       build-basic-autotools: Remove trailing spaces
1398       build-basic-autotools: Remove warning
1399       message-view: Remove trailing spaces
1400       message-view: Message window is not displayed due to yesterday patch
1401       run-program: Remove trailing spaces
1402       run-program: Avoid a critical warning when closing a project
1403       terminal: Remove trailing spaces
1404       terminal: Fix warnings and remove deprecated functions
1405       project-manager: Remove trailing spaces
1406       project-manager: Avoid a critical warning for missing files
1407       build-basic-autotools:bgo#688293 - build-basic-autotools: Fix invalid read
1408       gdb: Fix debugger broken by the previous fix in gdbmi
1409       run-program: Fix a crash when destroying the plugin
1410       project-wizard: Allow to start a new project from the command line
1411       project-wizard: Remove trailing spaces
1412       project-wizard: Remove compilation warnings
1413       project-wizard: 616728 - hide breakpoints and watches windows on new project
1414       libanjuta: Allow to set indentation and tab size separately
1415       project-manager: Display current project backend
1416       project-manager: Allow to change project backend
1417       faq: Add some information about jumping to an error position
1418       libanjuta: Fix a few compiler warnings
1419       libanjuta: Clean up and bug fix in plugin manager
1420       anjuta: bgo #688609 - Saved dock positions not applied when opening a project
1421       project-import: Try to fill project name automatically in import project dialog
1422       project-import: Open a directory with Anjuta
1423       starter: Fix a warning
1424       anjuta: Make sure the starter widget is visible on startup
1425       am-project: Fix a crash when changing target properties
1426       build-basic-autotools: Fix selection of build directory
1427       build-basic-autotools: Use a GtkFileChooser dialog instead of a GtkFileChooserButton to select build directory
1428       project-wizard: Remove a critical warning
1429       project-wizard: Replace deprecated GtkTable by GtkGrid
1430       project-manager: Replace deprecated GtkTable by GtkGrid
1431       patch: Replace deprecated GtkTable by GtkGrid
1432       project-manager: Fix several warnings
1433       project-manager: Replace deprecated gtk_paint_hline
1434       project-manager: Remove New Library menu item
1435       glade: Add a menu item for glade properties dialog
1436       libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
1437       document-manager: Save search box settings
1438       libanjuta: Fix linking of anjuta-completion-test
1439       document-manager: Move common code in a function
1440       document-manager: Highlight search text in background
1441       document-manager: Allow to search starting from the current position
1443 Victor Ibragimov (1):
1444       [l10n] Added Tadjik translation
1446 Мирослав Николић (3):
1447       Updated Serbian translation
1448       Updated Serbian translation
1449       Updated Serbian translation
1451 Anjuta 3.7.92 (March 19, 2013) -- James Liggett
1453 Ask H. Larsen (1):
1454       Updated Danish translation
1456 Aurimas Černius (1):
1457       Updated Lithuanian translation
1459 Balázs Úr (1):
1460       Updated Hungarian translation
1462 Carl-Anton Ingmarsson (16):
1463       sourceview: only update stored etag if save was succesful
1464       libanjuta: keep a ref on the AnjutaAsyncCommand when its thread is run
1465       git: use g_signal_connect_object() in GitLogCommand
1466       git: use g_signal_connect_object() to connect to commands in GitLogPane
1467       git: fix up memory management of log model
1468       git: properly unset the log command in the case the command failed
1469       file-manager: make file_view_show_extended_data() more robust
1470       parser-cxx: use g_signal_connect_object() to connect to query signals
1471       message-view: use g_type_class_add_private() to add private struct
1472       sourceview: move all construction of Sourceview into constructed
1473       sourceview: keep a separate reference to AnjutaShell in SourceviewIO
1474       sourceview: only cancel open operations when closing editor
1475       sourceview: add checks to SourceviewIO that the parent Sourceview is alive
1476       sourceview: don't take extra refs during open/save
1477       sourceview: use g_signal_connect_object() to connect to io signals
1478       symbol-db: don't allow or set null scope_definition_id and scope_id.
1480 Christian Kirbach (2):
1481       Updated German translation (fixed mismatched tags)
1482       Updated German translation
1484 Daniel Mustieles (1):
1485       Updated Spanish translation
1487 Dimitris Spingos (2):
1488       Updated Greek translation
1489       Updated Greek translation
1491 Duarte Loreto (1):
1492       Updated Portuguese translation and converted to New Spelling (Novo AO)
1494 Enrico Nicoletto (1):
1495       Updated Brazilian Portuguese translation
1497 Gheyret Kenji (1):
1498       Updated Uyghur translation
1500 James Liggett (3):
1501       git: Unset the log model view before refreshing the log
1502       Make the glade catalog an optional feature
1503       Update the HACKING file
1505 Kalev Lember (1):
1506       Fix desktop file syntax errors
1508 Marek Černocký (2):
1509       Fixed needlessly marked label for translation
1510       Updated Czech translation
1512 Mario Blättermann (2):
1513       [l10n] Updated German translation
1514       [l10n] Updated German doc translation
1516 Matej Urbančič (1):
1517       Updated Slovenian translation
1519 Sébastien Granjoux (3):
1520       document-manager: Move common code in a function
1521       document-manager: Highlight search text in background
1522       document-manager: Allow to search starting from the current position
1524 Victor Ibragimov (1):
1525       [l10n] Added Tadjik translation
1527 Anjuta 3.7.90 (February 18, 2013) -- James Liggett
1529 Anish A (1):
1530       Updated Malayalam Localization
1532 Arnel A. Borja (1):
1533       quick-open: Fix typo in distributed files
1535 Aurimas Černius (1):
1536       Updated Lithuanian translation
1538 Carl-Anton Ingmarsson (43):
1539       sourceview: connect settings notifications with g_signal_connect_object().
1540       language-support-js: Fix g_object_unref() of NULL object.
1541       Add new quick-open plugin.
1542       file-manager: Use a GFile instead of an URI for the base path property.
1543       file-manager: Add option for showing the currently edited file in the file manager.
1544       file-manager: Enable typeahead search.
1545       file-manager: Fix leak of GtkTreeModelSort.
1546       file-manager: Add "Show in File manager" action to document popup.
1547       document-manager: make the search files options span two cells of the top grid
1548       document-manager: remove usage of unneeded initialized variable in class_init
1549       symbol-db: fix symbols view label box to be horizontal
1550       libanjuta: don't use deprecated functions in AnjutaAsyncCommand
1551       sourceview: use gtk_widget_preferred_size instead of gtk_widget_size_request
1552       sourceview: use G_PRIORITY_DEFAULT for IO
1553       anjuta: reduce size of toolbar buttons to GTK_ICON_SIZE_MENU
1554       indentation-c-style: enable the plugin for IDL files
1555       quick-open: remove duplicate declaration
1556       document-manager: connect to toplevel SearchBox keypress to handle closing
1557       quick-open: remove doc from list in quick_open_dialog_remove_document()
1558       document-manager: emit "document-removed" for open documents in dispose
1559       language-support-cpp-java: change modeline of plugin.c
1560       language-support-cpp-java: don't use deprecated g_string_down()
1561       language-support-cp-java: fix crasher when swapping header/source
1562       file-manager: don't try to select document which has no file yet
1563       devhelp: Port to webkitgtk2
1564       class-gen: fix compile warnings
1565       project-wizard: move license templates to data/
1566       class-gen: generate license the same way as project-wizard
1567       class-gen: output filename instead of project name before copyright
1568       class-gen: Always generate GObject private structure
1569       build-basic-autotools: don't let build directory button expand
1570       jhbuild: Extract libdir from newly added JHBUILD_LIBDIR environment variable.
1571       jhbuild: Translate error messages.
1572       sourceview: mark clearing of buffer as a not undoable action
1573       sourceview: use etag to only emit "changed" when file was externally modified
1574       symbol-db: fix compile warnings
1575       libanjuta: Add new AnjutaCompletion object for prefix matching
1576       libanjuta: Add basic tests for AnjutaCompletion
1577       parser-cxx: use AnjutaCompletion instead of deprecated GCompletion
1578       parser-cxx: remove unused ParserCxxAssistContext
1579       python-assist: use AnjutaCompletion instead of GCompletion
1580       python-assist: remove unused PythonAssistContext
1581       python-assist: don't use deprecated functions
1583 Chao-Hsiung Liao (1):
1584       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1586 Daniel Mustieles (9):
1587       Updated Spanish translation
1588       Updated Spanish translation
1589       Removed markup from UI file
1590       Updated Spanish translation
1591       Updated Spanish translation
1592       Updated Spanish translation
1593       Updated Spanish translation
1594       Updated Spanish translation
1595       Updated Spanish translation
1597 Fran Diéguez (3):
1598       Updated Galician translations
1599       Updated Galician translations
1600       Updated Galician translations
1602 Frédéric Péters (1):
1603       devhelp: update to latest devhelp changes
1605 Gheyret Kenji (5):
1606       Updated Uyghur translation
1607       Updated Uyghur translation
1608       Updated Uyghur translation
1609       Updated Uyghur translation
1610       Updated Uyghur translation
1612 James Liggett (1):
1613       git: Always annotate signed tags
1615 Johannes Schmid (1):
1616       sourceview: Fix wrong assignment when saving markers
1618 Kjartan Maraas (1):
1619       Updated Norwegian bokmål translation
1621 Piotr Drąg (4):
1622       Updated POTFILES.in
1623       Updated Polish translation
1624       Updated POTFILES.in
1625       Updated Polish translation
1627 Sébastien Granjoux (19):
1628       anjuta: bgo #688609 - Saved dock positions not applied when opening a project
1629       project-import: Try to fill project name automatically in import project dialog
1630       project-import: Open a directory with Anjuta
1631       starter: Fix a warning
1632       anjuta: Make sure the starter widget is visible on startup
1633       am-project: Fix a crash when changing target properties
1634       build-basic-autotools: Fix selection of build directory
1635       build-basic-autotools: Use a GtkFileChooser dialog instead of a GtkFileChooserButton to select build directory
1636       project-wizard: Remove a critical warning
1637       project-wizard: Replace deprecated GtkTable by GtkGrid
1638       project-manager: Replace deprecated GtkTable by GtkGrid
1639       patch: Replace deprecated GtkTable by GtkGrid
1640       project-manager: Fix several warnings
1641       project-manager: Replace deprecated gtk_paint_hline
1642       project-manager: Remove New Library menu item
1643       glade: Add a menu item for glade properties dialog
1644       libanjuta: bgo #693916 - Avoid the name Anjuta in libanjuta messages
1645       document-manager: Save search box settings
1646       libanjuta: Fix linking of anjuta-completion-test
1648 Мирослав Николић (3):
1649       Updated Serbian translation
1650       Updated Serbian translation
1651       Updated Serbian translation
1653 Anjuta 3.7.4 (January 14, 2013) -- James Liggett
1655 Akom Chotiphantawanon (1):
1656       Updated Thai translation
1658 Alexander Shopov (1):
1659       Updated Bulgarian translation
1661 Arnel A. Borja (1):
1662       symbol-db: Fix "parenthesis" typos
1664 Carl-Anton Ingmarsson (28):
1665       symbol-db: When updating a symbol try to update the closest one.
1666       run-program: Default to Yes in "The program is already running" dialog.
1667       sourceview: keep ref on SourceViewIO during call to input_stream_read_async().
1668       symbol-db: rename sdb_engine_get_tuple_id_by_unique_name4()...
1669       sourceview: Don't check if objects are not NULL before calling g_clear_object().
1670       sourceview: Add marks to an unloaded document the same way we reload marks.
1671       sourceview: Detect that a ifile_open() is a reload and save marks and position.
1672       libanjuta: Add "document-[added|removed]" signals to IAnjutaDocumentManager.
1673       document-manager: Emit "document-[added|removed]" signals.
1674       debug-manager: use IAnjutaDocumentManager::document-added to add breakpoints to editor.
1675       debug-manager: Fix two leaks of GFile objects.
1676       document-manager: sort files in document combo in ascending order.
1677       libanjuta: Fix IAnjutaFile::opened signal documentation.
1678       am-project: Fix leak of GMatchInfo in split_automake_variable().
1679       starter: Fix leak of GtkRecentInfo.
1680       symbol-db: Fix leaks of two GPtrArrays in do_import_system_sources_after_abort()
1681       file-loader: Fix leak of GtkRecentInfos in the RecentChooserMenu.
1682       symbol-db: Fix leak of file_abs_path in symbol_db_engine_update_project_symbols().
1683       project-manager: Fix leak of the nodes GList in gbf_project_view_update_tree().
1684       symbol-db: Fix leak of prj_elements_list in do_check_offline_files_changed()
1685       file-loader: Fix leak of plugin names in sort_wizards()
1686       debug-manager: Default to Yes in "The program is running" dialog.
1687       snippets-manager: Fix faulty assertion in snippets_db_dispose().
1688       libanjuta: Actually free stuff in AnjutaPkgConfigChooser::finalize.
1689       symbol-db: Add update_flag to the symbol unique constraint.
1690       file-manager: Fix compile warning.
1691       git: Fix destruction of GitLogPane.
1692       sourceview: Fix leak of list of GtkSourceCompletionItem.
1694 Daniel Mustieles (2):
1695       Updated Spanish translation
1696       Updated Spanish translation
1698 Dimitris Spingos (1):
1699       Updated Greek translation
1701 Fran Diéguez (2):
1702       Updated Galician translations
1703       Updated Galician translations
1705 Matej Urbančič (1):
1706       Updated Slovenian translation
1708 OKANO Takayoshi (2):
1709       [l10n] Update Japanese translation
1710       [l10n] Update Japanese translation
1712 Okano Takayoshi (1):
1713       git: bgo#691044 - typo in git-cherry-pick menu
1715 Piotr Drąg (1):
1716       Updated Polish translation
1718 Sébastien Granjoux (6):
1719       libanjuta: Allow to set indentation and tab size separately
1720       project-manager: Display current project backend
1721       project-manager: Allow to change project backend
1722       faq: Add some information about jumping to an error position
1723       libanjuta: Fix a few compiler warnings
1724       libanjuta: Clean up and bug fix in plugin manager
1727 Anjuta 3.7.3 (December 17, 2012) -- James Liggett
1729 B.Prathibha (1):
1730       Added keywords in desktop file.
1732 Carl-Anton Ingmarsson (26):
1733       symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
1734       indentation-c-style: Fix logic error from e27cade3ec1ce883182ff1b99637d781ae6b128c
1735       symbol-db: Use a vertical box for the search view.
1736       document-manager: Fix disconnection of GtkNotebook "switch-page" signal.
1737       anjuta-plugin-handle: Use g_hash_table_remove_all instead of g_hash_table_foreach_remove.
1738       file-manager: Keep a weak reference to the IAnjutaVcs object in FileModel.
1739       plugin-manager: Fix dependents checking on wrong object in should_unload().
1740       file-manager: Unref the FileModel reference when the FileView gets finalized.
1741       run-program: Keep a weak reference to the IAnjutaTerminal we run the program in.
1742       plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
1743       anjuta: Fix destruction of the AnjutaUI instance.
1744       libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
1745       glade: Add toggle buttons for margin and align editing.
1746       anjuta: Fix destruction of AnjutaPreferences instance.
1747       sourceview: Don't store the builder for the preferences in a global variable.
1748       am-project: Change the "Dependencies loop in variables" warning to a debug print.
1749       plugin-manager: Clean up memory management.
1750       plugin-manager: Directly use anjuta_plugin_deactivate in unload_all_plugins().
1751       profile-manager: Add new close() function.
1752       anjuta: unload all plugins before closing a window.
1753       anjuta: Remove "exiting" signal from AnjutaShell.
1754       symbol-db: Remove buffer update timeout when plugin gets deactivated.
1755       document-manager: Remove autosave timeout when the plugin is deactivated.
1756       build-basic-autotools: Disconnect all signals on editors when the plugin is deactivated.
1757       build-basic-autotools: Remove idle for updating indicators when plugin is deactivated.
1758       git: Fix compile warnings.
1760 Christian Kirbach (1):
1761       Updated German help translation
1763 Marek Černocký (1):
1764       Updated Czech translation
1766 Mario Blättermann (1):
1767       [l10n] Updated German translation
1769 Ryan Lortie (1):
1770       build: disable -Werror to workaround flex(1) issue
1772 Sébastien Granjoux (5):
1773       run-program: Fix a crash when destroying the plugin
1774       project-wizard: Allow to start a new project from the command line
1775       project-wizard: Remove trailing spaces
1776       project-wizard: Remove compilation warnings
1777       project-wizard: 616728 - hide breakpoints and watches windows on new project
1780 Anjuta 3.7.2 (November 19, 2012) -- James Liggett
1782 Arnel A. Borja (1):
1783       indentation-c-style: Fix "parenthesis" typos
1785 Carl-Anton Ingmarsson (31):
1786       indentation-c-style: be more picky when completing braces.
1787       indentation-c-style: remove java_indentation() method
1788       indentation-c-style: When removing opening bracket also remove the closing one.
1789       sourceview: don't emit change events after doing an undo
1790       indentation-c-style: Change plugin.c modeline to spaces
1791       indentation-c-style: Enable the plugin for JavaScript source files.
1792       indentation-c-style: Rename action group to "C Indentation" and remove it on deactivation.
1793       indentation-python-style: Rename action group to "Python Indentation".
1794       Fix compile errors regarding undeclared functions.
1795       document-manager: Fix various compile warnings.
1796       anjuta-window: Don't call gtk_widget_show_all when setting up widget.
1797       document-manager: Support showing open documents in a combobox.
1798       document-manager: Remove obsolete code for tabbing between documents.
1799       indentation-c-style: Update preferences UI file to gtk+-3
1800       indentation-c-style: Fix modeline in plugin.c
1801       indentation-c-style: Fix get_line_indentation().
1802       indentation-c-style: Add option whether paranthesis alignment should only use spaces.
1803       file-manager: Fix invalid unref of NULL pointer.
1804       document-manager: use on_close_file_activate() when closing file using combo close button.
1805       document-manager: Show dirty character "*" and "[read-only]" in combo filename.
1806       document-manager: Add search_box to document manager box directly.
1807       document-manager: hide search box when pressing escape inside the document widget.
1808       libanjuta: use g_spawn_sync instead of fork() and waitpid()
1809       debug-manager: use g_spawn_sync() instead of fork() and waitpid()
1810       document-manager: Never disable "find in files" action.
1811       git: Fix assertion when running g_signal_handlers_disconnect on already destroyed widget.
1812       git: Fix assertion when running g_hash_table_unref() on a NULL pointer.
1813       debug-manager: Fix accessing of invalid tree models.
1814       document-manager: Update combo filenames when the project changes.
1815       glade: Fix the palette not being shown.
1816       glade: Fix the images in the palette toggles used for choosing the edit mode.
1818 Christian Kirbach (1):
1819       Updated German manual translation
1821 James Liggett (2):
1822       language-support-cpp-java: Remove org.gnome.anjuta.plugins.cpp.gschema.valid from git
1823       language-support-vala: Don't clean config.vapi
1825 Johannes Schmid (4):
1826       project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
1827       python: Fix crash during auto-indentation
1828       various: Fixed compile warnings and a real bug in the gdbmi plugin
1829       python: Fix bgo#687646 - Auto-completion causes a segfault in Anjuta 3.6.1
1831 Sébastien Granjoux (25):
1832       git: Fix bgo 687145 - Critical warning when switching git pane
1833       libanjuta: Improve documentation of AnjutaSession
1834       anjuta: Allow to abort loading of a session
1836 Anjuta 3.7.1 (October 29, 2012) -- James Liggett
1838 Carl-Anton Ingmarsson (2):
1839       run-program: use AnjutaEnvironmentEditor instead of implementing our own version.
1840       jhbuild: new plugin to build/run program inside the jhbuild environment.
1842 Gabor Kelemen (3):
1843       Fix another Hungarian mistranslation
1844       Hungarian help translation added
1845       Added hu to HELP_LINGUAS
1847 Gil Forcada Codinachs (1):
1848       [l10n] Minor fixes to Catalan translation
1850 Ihar Hrachyshka (1):
1851       Deleted obsolete Belarusian translation.
1853 James Liggett (1):
1854       Post-release version bump
1856 Jasper Lievisse Adriaanse (1):
1857       Remove two unused/non-existing headers.
1859 Milo Casagrande (1):
1860       [l10n] Updated Italian translation.
1862 Piotr Drąg (2):
1863       Updated POTFILES.in
1864       Updated POTFILES.in
1866 Rūdolfs Mazurs (1):
1867       Fixed Latvian po file header
1869 Sébastien Granjoux (19):
1870       am-project: bgo#684770 - Adding a "Miscelaneous Data" objective ignores the given name
1871       build: bgo#684758 - anjuta-3.5.91 fails to configure due to ac_ct_CXX check
1872       am-project: Avoid critical warnings when a group does not have a Makefile.am
1873       am-project: bgo#683728 - Project browser is not updated when files are added or removed
1874       am-project: Check a copy of anjuta project in regression instead of the real project
1875       am-project: bgo #681051 - Folder properties dialog can't be close with ESC
1876       am-project: bgo #681050 - Double click on folder in project view open properties window
1877       am-project: bgo #681073 - Anjuta crashes when switching git branches of the current project on the commandline
1878       build-basic-autotools: Configuration name combo box should be editable
1879       build-basic-autotools: Update environment variables when the build configuration is changed
1880       jhbuild: Provide a fallback for G_DEFINE_QUARK to allow compilation with GLib 2.32
1881       build-basic-autotools: Fix alignment of some text broken by the previous patch
1882       anjuta: Rename AnjutaApp as AnjutaWindow
1883       anjuta: Rename Anjuta as AnjutaApplication
1884       anjuta: Remove custom filtering for debugging message as this is provided by GLib >= 2.32
1885       anjuta: Do not use GDL members deprecated in version 3.6
1886       anjuta: Move command line parsing in AnjutaApplication
1887       am-project: Do not store files as binary in anjuta shar archive used in regression test
1888       glade: Fix make file some files were not installed
1890 Anjuta 3.6.0 (September 26, 2012) -- James Liggett
1892 This is a new stable version of Anjuta and all users should update to this
1893 version as all 3.4.x versions become unsupported at this point.
1895 Summary of the major changes between 3.4.x and 3.6:
1897 * project-manager:
1898  - Support for calling make check (Sébastien Granjoux)
1899  - Support for subdirectories in project groups (Sébastien Granjoux)
1900  - Crash fixes (Sébastien Granjoux)
1902 * git
1903  - Git Tasks dock is only shown the Git dock is active (Sébastien Granjoux/James Liggett)
1904  - The Status view is the first view shown in the Git dock (James Liggett)
1905  - Status view works with git 1.7.10 and newer (James Liggett)
1907 * symbol-db
1908  - Various crash and infinite loop fixes (Massimo Corà)
1910 * sourceview
1911  - Use common indentation settings (Sébastien Granjoux)
1913 Bug fixes:
1914 bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
1915 sourceview: Correctly implement popup-menu (bgo#672692)
1916 project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
1917 symbol-db: Ingore files with unknown language (see bgo#678695)
1918 libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
1919 build: Only check for passwords when installing as root (bgo#680136)
1920 document-manager: bgo#680554 - entry of find in files doesn't get focused
1921 document-manager: bgo#680559 - Find in Files does not scroll to top of results
1922 document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
1923 Fix bgo #680657 - Warnings when starting anjuta
1924 Fix #679767 - crash trying to stop the debugger
1926 Thanks to everybody who has helped this cycle and all translators.
1928 Akom Chotiphantawanon (1):
1929       Updated Thai translation
1931 Aleksander Morgado (1):
1932       devhelp: update plugin to avoid DhBase, no longer available in libdevhelp
1934 Alexander Shopov (4):
1935       Updated Bulgarian translation
1936       Updated Bulgarian translation
1937       Updated Bulgarian translation
1938       Updated Bulgarian translation
1940 Alexandre Franke (2):
1941       Update French translation
1942       Update French translation
1944 Alexandre Rostovtsev (1):
1945       language-support-vala: build using $(VALAC), not valac
1947 Andika Triwidada (2):
1948       Updated Indonesian translation
1949       Updated Indonesian translation
1951 Andre Klapper (1):
1952       FAQ: Several improvements
1954 Arnel A. Borja (1):
1955       language-support-vala: Removed "cpp-" prefix from schema key names
1957 Ask H. Larsen (1):
1958       Updated Danish translation
1960 Aurimas Černius (1):
1961       Updated Lithuanian translation
1963 Bruce Cowan (1):
1964       Updated British English translation
1966 Bruno Brouard (3):
1967       Updated French doc translation
1968       Updated French translation
1969       Updated French translation
1971 Carles Ferrando (2):
1972       [l10n]Updated Catalan (Valencian) translation
1973       [l10n]Updated Catalan (Valencian) translation
1975 Chao-Hsiung Liao (3):
1976       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1977       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1978       Updated Traditional Chinese translation(Hong Kong and Taiwan)
1980 Daniel Mustieles (11):
1981       Updated Spanish translation
1982       Updated Spanish translation
1983       Updated Spanish translation
1984       Updated Spanish translation
1985       Updated Spanish translation
1986       Updated Spanish translation
1987       Updated Spanish translation
1988       Updated Spanish translation
1989       Updated Spanish translation
1990       Updated Spanish translation
1991       Updated Spanish translation
1993 Daniel Șerbănescu (1):
1994       Updated Romanian Translation
1996 Dimitris Spingos (1):
1997       Updated Greek translation
1999 Dimitris Spingos (Δημήτρης Σπίγγος) (1):
2000       Updated Greek translation
2002 Dominique Leuenberger (1):
2003       gtksourceview plugin: include gtksource.h instead of gtksourceview.h
2005 Duarte Loreto (1):
2006       Updated Portuguese translation
2008 Fran Diéguez (8):
2009       Updated Galician translations
2010       Updated Galician translations
2011       Updated Galician translations
2012       Updated Galician translations
2013       Updated Galician translations
2014       Updated Galician translations
2015       Updated Galician translations
2016       Updated Galician translations
2018 Gabor Kelemen (7):
2019       Updated Hungarian translation
2020       Add omitted plugin.in files to POTFILES.in
2021       Fix a typo in the code-analyzer plugin name
2022       Updated Hungarian translation
2023       Updated Hungarian translation
2024       Fix a mistranslation in Hungarian
2025       Fix another mistranslation in Hungarian
2027 Gil Forcada Codinachs (1):
2028       [l10n] Fixes on Catalan translation
2030 James Liggett (8):
2031       git: Use tree paths instead of iterators to track the selected log viewer branch
2032       git: Remove an unused variable
2033       libanjuta: Add widget presenting capability to AnjutaDock
2034       git: Show the Status pane on plugin load
2035       libanjuta: Reverse the order of pane operations in anjuta_dock_replace command_pane
2036       symbol-db: Fix build
2037       git: Fix bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
2038       language-support-cpp-java: Remove .plugin file from git
2040 Javier Jardón (1):
2041       Port to new documentation infrastruture
2043 Jens Georg (1):
2044       class-gen: Fix GObject template include
2046 Jiro Matsuzawa (1):
2047       [l10n] Update Japanese translation
2049 Joan Duran (1):
2050       [l10n] Updated Catalan translation
2052 Johannes Schmid (34):
2053       Updated files for release
2054       Post release version bump
2055       sourceview: Correctly implement popup-menu (bgo#672692)
2056       Updated files for release
2057       Fixed POTFILES.in
2058       project-wizard: Make sure no template requires gtk+ 2.12 anymore
2059       project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
2060       configure: Detect python more robust
2061       indentation: Use Indentation as name for all indentation preferences
2062       symbol-db: Don't crash if project was moved to another location
2063       symbol-db: Ingore files with unknown language (see bgo#678695)
2064       symbol-db: Avoid warning when NULL is passed to sdb_engine_add_language()
2065       Updated files for release
2066       Post-release version bump
2067       libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
2068       Updated files for release
2069       Post-release version bump
2070       build: Only check for passwords when installing as root (bgo#680136)
2071       libanjuta: Fix some warnings and made AnjutaPluginDescription a boxed type
2072       Updated dependencies to fixed checking twice for libgda
2073       document-manager: bgo#680554 - entry of find in files doesn't get focused
2074       document-manager: Only use in project files
2075       document-manager: bgo#680559 - Find in Files does not scroll to top of results
2076       document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
2077       libanjuta, language-support-*: Move IAnjutaLanguageProviderProposalData to libanjuta
2078       libanjuta, language-support-*: Introspection from bgo#680466
2079       class-inheritance, code-analyzer: Remove plugins that don't work or aren't built
2080       document-manager: Unify focus handling
2081       configure: Fix build
2082       configure: Remove check for graphviz
2083       Updated files for release
2084       Post-release version bump
2085       Updated files for release
2086       Post-release version bump
2088 Jonh Wendell (1):
2089       Updated Brazilian Portuguese translation
2091 Kalev Lember (2):
2092       starter: Use glib resource framework for UI files
2093       starter: Remove unused starter_logo.png
2095 Ken Shibata (1):
2096       [l10n] Update Japanese translation
2098 Kjartan Maraas (2):
2099       Updated Norwegian bokmål translation
2100       Updated Norwegian bokmål translation
2102 Kristjan SCHMIDT (1):
2103       Updated Esperanto translation
2105 Marco Diego Aurélio Mesquita (1):
2106       glade: bgo#676811 - Fix check order of editor on member add
2108 Marek Černocký (2):
2109       Updated Czech translation
2110       Czech translation
2112 Mario Blättermann (2):
2113       [l10n] Updated German translation
2114       [l10n] Updated German translation
2116 Massimo Corà (3):
2117       cxxparser: avoid infinite loop. Fixed bgo#679772
2118       cxxparser: improved code checks to avoid leaks.
2119       cxxparser: fixed warning on query field retrieving.
2121 Matej Urbančič (2):
2122       Updated Slovenian translation
2123       Updated Slovenian translation
2125 Mihai Ciocan (1):
2126       Fixed autoindentation after line wrapping
2128 Moritz Lüdecke (13):
2129       project-manager: bgo #594912 - The target advanced options window should remember its size
2130       split language-support-cpp-java and language-support-python plugin in an indentation part and a new language-support part
2131       Some trivial fixes in indentation plugins and cpp-java plugin
2132       resolve dependencies from cpp-java plugin
2133       improve calltips in vala plugin
2134       Add new the interface IAnjutaLanguageProvider and extend IAnjutaEditorAssist
2135       Adapt the sourceview plugin to the new IAnjutaEditorAssist API
2136       Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
2137       Adapt the language-support-vala plugin to the new IAnjutaEditorAssist API
2138       Adapt the language-support-python plugin to the new interface IAnjutaLanguageProvider
2139       Adapt the language-support-js plugin to the new interface IAnjutaLanguageProvider
2140       Adapt the parser-cxx plugin to the new interface IAnjutaLanguageProvider
2141       Move parser part from the language-support-cpp-java to the new parser-cxx plugin
2143 Nishio Futoshi (1):
2144       [l10n] Update Japanese translation
2146 Pavel (1):
2147       subversion: Fix pointer size problems on gcc 4.5.3 and newer
2149 Peter Mráz (1):
2150       Updated Slovak translation
2152 Piotr Drąg (7):
2153       Updated Polish translation
2154       Updated POTFILES.in
2155       Updated POTFILES.in and POTFILES.skip
2156       Updated POTFILES.in
2157       Updated POTFILES.in and POTFILES.skip
2158       Updated Polish translation
2159       Updated Polish translation
2161 Praveen Illa (1):
2162       Updated Telugu Translation
2164 Rafael Ferreira (1):
2165       Updated Brazilian Portuguese translation. Reviewed by Enrico Nicoletto <liverig@gmail.com>
2167 Ryan Lortie (2):
2168       vala language support: update to Vala 0.18
2169       ctags vala support: update to Vala 0.18
2171 Rūdolfs Mazurs (2):
2172       Updated Latvian translation
2173       Updated Latvian translation
2175 Sasi Bhushan (1):
2176       Updated Telugu Translation
2178 Seong-ho Cho (1):
2179       Updated Korean translation
2181 Steven Oliver (1):
2182       Add falcon pl to anjuta-tags
2184 Sébastien Granjoux (41):
2185       am-project: Include project files as sources in the project tree
2186       project-manager: Remove project files from project tree view
2187       am-project: Fix regression tests after adding project files in the project tree
2188       am-project: Avoid a crash when parent group is missing
2189       am-project: Avoid a crash when adding a target to an invalid group
2190       am-project: Allow to create the root group in an empty project
2191       am-project: Allow to have sub directories in a group
2192       project-manager: Display group name containing sub directories
2193       libanjuta: Fix anjuta_token functions
2194       am-project: Do not expand variable in target and group flags
2195       am-project: Expand variables in source names
2196       am-project: Fix a crash in regression test 1
2197       am-project: Fix a crash on 64 bits system due to missing declaration of amp_source_new
2198       am-project: Fix a crash when loading project
2199       libanjuta: Remove some useless code in AnjutaPreferences
2200       libanjuta: Allow to define common settings in plugin preference page
2201       language-support-cpp: Use common settings for indentation
2202       language-support-python: Use common settings for indentation
2203       sourceview: Use common settings for indentation
2204       project-wizard: bgo #563986 - wizard generates modeline inconsistent with indentation prefs
2205       language-support-python: Move preferences in plugins/python
2206       language-support-cpp: Move preferences in plugins/cpp
2207       project-wizard: Do not use NPWValue in autogen API
2208       class-gen: Use a simple hash table instead of NPWValue
2209       libanjuta: Move autogen functions from project-wizard to libanjuta
2210       libanjuta: document AnjutaAutogen API
2211       libanjuta: Change autogen API to support introspection
2212       libanjuta: Reuse G_FILE_ERROR instead of defining a new error domain for autogen
2213       libanjuta: Move useful template macros from project wizard to a common directory
2214       class-gen: bgo#672892 - Class generator should respect project's indent settings
2215       am-project: Fix regression test
2216       build-basic-autotools: bgo #674863 - No easy way to call make check
2217       libanjuta: Fix warnings in autogen code
2218       libanjuta, am-project: bgo #675118 - Project manager never finishes loading Anjuta project
2219       anjuta: Fix closed dock windows which were kept hidden due to the latest changes in GDL
2220       Do not include devhelp.h if devhelp plugin is not enabled
2221       Fix bgo #680657 - Warnings when starting anjuta
2222       git: Only show the Git Tasks menu when the Git window is active
2223       Fix #679767 - crash trying to stop the debugger
2224       build: bgo#configure project - strange environment variables behaviour
2225       am-project: Fix regression test
2227 Tom Tryfonidis (3):
2228       Updated Greek translation
2229       Updated Greek translation
2230       Updated Greek help translation
2232 YunQiang Su (1):
2233       Update zh_CN translation
2235 Yuri Kozlov (2):
2236       Updated Russian translation
2237       Updated Russian translation
2239 Yuri Myasoedov (2):
2240       Updated Russian translation
2241       Updated Russian translation
2243 Мирослав Николић (3):
2244       Updated Serbian translation
2245       Updated Serbian translation
2246       Updated Serbian translation
2250 Anjuta 3.5.91 "Je voudrais etre un yeti" (September 3 2012) -- Johannes Schmid
2252 This is an unstable developer snapshot - if you need a stable version,
2253 use 3.4.x!
2255 Andika Triwidada (1):
2256       Updated Indonesian translation
2258 Chao-Hsiung Liao (1):
2259       Updated Traditional Chinese translation(Hong Kong and Taiwan)
2261 Dominique Leuenberger (1):
2262       gtksourceview plugin: include gtksource.h instead of gtksourceview.h
2264 Fran Diéguez (1):
2265       Updated Galician translations
2267 James Liggett (1):
2268       git: Fix bgo 680401: Git plugin (Status) doesn't work with git version 1.7.10.4
2270 Johannes Schmid (1):
2271       Post-release version bump
2273 Piotr Drąg (2):
2274       Updated Polish translation
2275       Updated Polish translation
2277 Sébastien Granjoux (1):
2278       Fix #679767 - crash trying to stop the debugger
2280 Yuri Myasoedov (1):
2281       Updated Russian translation
2283 Anjuta 3.5.5 "Kein Stress" (August 6 2012) -- Johannes Schmid
2285 This is an unstable developer snapshot - if you need a stable version,
2286 use 3.4.x!
2288 Aleksander Morgado (1):
2289       devhelp: update plugin to avoid DhBase, no longer available in libdevhelp
2291 Alexandre Rostovtsev (1):
2292       language-support-vala: build using $(VALAC), not valac
2294 Andre Klapper (1):
2295       FAQ: Several improvements
2297 Daniel Mustieles (1):
2298       Updated Spanish translation
2300 Daniel Șerbănescu (1):
2301       Updated Romanian Translation
2303 Fran Diéguez (1):
2304       Updated Galician translations
2306 James Liggett (1):
2307       symbol-db: Fix build
2309 Jiro Matsuzawa (1):
2310       [l10n] Update Japanese translation
2312 Johannes Schmid (13):
2313       Post-release version bump
2314       build: Only check for passwords when installing as root (bgo#680136)
2315       libanjuta: Fix some warnings and made AnjutaPluginDescription a boxed type
2316       Updated dependencies to fixed checking twice for libgda
2317       document-manager: bgo#680554 - entry of find in files doesn't get focused
2318       document-manager: Only use in project files
2319       document-manager: bgo#680559 - Find in Files does not scroll to top of results
2320       document-manager: bgo#680555 - Escape key does not dismiss Find in Files panel
2321       libanjuta, language-support-*: Move IAnjutaLanguageProviderProposalData to libanjuta
2322       libanjuta, language-support-*: Introspection from bgo#680466
2323       class-inheritance, code-analyzer: Remove plugins that don't work or aren't built
2324       document-manager: Unify focus handling
2325       configure: Fix build
2327 Kalev Lember (2):
2328       starter: Use glib resource framework for UI files
2329       starter: Remove unused starter_logo.png
2331 Moritz Lüdecke (8):
2332       Add new the interface IAnjutaLanguageProvider and extend IAnjutaEditorAssist
2333       Adapt the sourceview plugin to the new IAnjutaEditorAssist API
2334       Adapt the snippets-manager plugin to the new IAnjutaEditorAssist API
2335       Adapt the language-support-vala plugin to the new IAnjutaEditorAssist API
2336       Adapt the language-support-python plugin to the new interface IAnjutaLanguageProvider
2337       Adapt the language-support-js plugin to the new interface IAnjutaLanguageProvider
2338       Adapt the parser-cxx plugin to the new interface IAnjutaLanguageProvider
2339       Move parser part from the language-support-cpp-java to the new parser-cxx plugin
2341 Piotr Drąg (2):
2342       Updated POTFILES.in
2343       Updated POTFILES.in and POTFILES.skip
2345 Steven Oliver (1):
2346       Add falcon pl to anjuta-tags
2348 Sébastien Granjoux (4):
2349       anjuta: Fix closed dock windows which were kept hidden due to the latest changes in GDL
2350       Do not include devhelp.h if devhelp plugin is not enabled
2351       Fix bgo #680657 - Warnings when starting anjuta
2352       git: Only show the Git Tasks menu when the Git window is active
2354 Tom Tryfonidis (1):
2355       Updated Greek translation
2357 Мирослав Николић (2):
2358       Updated Serbian translation
2359       Updated Serbian translation
2361 Anjuta 3.5.4 "Irgendwas ist immer" -- Johannes Schmid
2363 This is an unstable developer snapshot - if you need a stable version,
2364 use 3.4.x!
2366 Alexander Shopov (2):
2367       Updated Bulgarian translation
2368       Updated Bulgarian translation
2370 Andika Triwidada (1):
2371       Updated Indonesian translation
2373 Chao-Hsiung Liao (1):
2374       Updated Traditional Chinese translation(Hong Kong and Taiwan)
2376 Johannes Schmid (2):
2377       Post-release version bump
2378       libanjuta: Fix memory corruption in AnjutaPkgConfig (bgo#679827)
2380 Ken Shibata (1):
2381       [l10n] Update Japanese translation
2383 Kjartan Maraas (1):
2384       Updated Norwegian bokmål translation
2386 Massimo Corà (3):
2387       cxxparser: avoid infinite loop. Fixed bgo#679772
2388       cxxparser: improved code checks to avoid leaks.
2389       cxxparser: fixed warning on query field retrieving.
2391 Moritz Lüdecke (1):
2392       improve calltips in vala plugin
2394 Anjuta 3.5.3 "Pizza" (25 July 2012) -- Johannes Schmid
2396 This is an unstable developer snapshot - if you need a stable version,
2397 use 3.4.x!
2399 Alexander Shopov (1):
2400       Updated Bulgarian translation
2402 Bruno Brouard (1):
2403       Updated French translation
2405 Daniel Mustieles (4):
2406       Updated Spanish translation
2407       Updated Spanish translation
2408       Updated Spanish translation
2409       Updated Spanish translation
2411 Dimitris Spingos (1):
2412       Updated Greek translation
2414 Dimitris Spingos (Δημήτρης Σπίγγος) (1):
2415       Updated Greek translation
2417 Fran Diéguez (2):
2418       Updated Galician translations
2419       Updated Galician translations
2421 Gabor Kelemen (1):
2422       Updated Hungarian translation
2424 James Liggett (5):
2425       git: Use tree paths instead of iterators to track the selected log viewer branch
2426       git: Remove an unused variable
2427       libanjuta: Add widget presenting capability to AnjutaDock
2428       git: Show the Status pane on plugin load
2429       libanjuta: Reverse the order of pane operations in anjuta_dock_replace command_pane
2431 Johannes Schmid (8):
2432       Fixed POTFILES.in
2433       project-wizard: Make sure no template requires gtk+ 2.12 anymore
2434       project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
2435       configure: Detect python more robust
2436       indentation: Use Indentation as name for all indentation preferences
2437       symbol-db: Don't crash if project was moved to another location
2438       symbol-db: Ingore files with unknown language (see bgo#678695)
2439       symbol-db: Avoid warning when NULL is passed to sdb_engine_add_language()
2441 Jonh Wendell (1):
2442       Updated Brazilian Portuguese translation
2444 Kjartan Maraas (1):
2445       Updated Norwegian bokmål translation
2447 Marco Diego Aurélio Mesquita (1):
2448       glade: bgo#676811 - Fix check order of editor on member add
2450 Marek Černocký (1):
2451       Updated Czech translation
2453 Mario Blättermann (1):
2454       [l10n] Updated German translation
2456 Moritz Lüdecke (3):
2457       split language-support-cpp-java and language-support-python plugin in an indentation part and a new language-support part
2458       Some trivial fixes in indentation plugins and cpp-java plugin
2459       resolve dependencies from cpp-java plugin
2461 Peter Mráz (1):
2462       Updated Slovak translation
2464 Piotr Drąg (2):
2465       Updated POTFILES.in
2466       Updated POTFILES.in and POTFILES.skip
2468 Praveen Illa (1):
2469       Updated Telugu Translation
2471 Ryan Lortie (2):
2472       vala language support: update to Vala 0.18
2473       ctags vala support: update to Vala 0.18
2475 Rūdolfs Mazurs (1):
2476       Updated Latvian translation
2478 Sébastien Granjoux (3):
2479       build-basic-autotools: bgo #674863 - No easy way to call make check
2480       libanjuta: Fix warnings in autogen code
2481       libanjuta, am-project: bgo #675118 - Project manager never finishes loading Anjuta project
2483 Tom Tryfonidis (1):
2484       Updated Greek translation
2486 Yuri Kozlov (2):
2487       Updated Russian translation
2488       Updated Russian translation
2490 Мирослав Николић (1):
2491       Updated Serbian translation
2493 Anjuta 3.5.1 "It's gonna be a long summer" (30 April 2012) -- Johannes Schmid
2495 This is an unstable developer snapshot - if you need a stable version,
2496 use 3.4.x!
2498 Arnel A. Borja (1):
2499       language-support-vala: Removed "cpp-" prefix from schema key names
2501 Bruno Brouard (1):
2502       Updated French doc translation
2504 Carles Ferrando (1):
2505       [l10n]Updated Catalan (Valencian) translation
2507 Chao-Hsiung Liao (1):
2508       Updated Traditional Chinese translation(Hong Kong and Taiwan)
2510 Daniel Mustieles (3):
2511       Updated Spanish translation
2512       Updated Spanish translation
2513       Updated Spanish translation
2515 Fran Diéguez (3):
2516       Updated Galician translations
2517       Updated Galician translations
2518       Updated Galician translations
2520 Gabor Kelemen (3):
2521       Updated Hungarian translation
2522       Add omitted plugin.in files to POTFILES.in
2523       Fix a typo in the code-analyzer plugin name
2525 Gil Forcada Codinachs (1):
2526       [l10n] Fixes on Catalan translation
2528 Johannes Schmid (2):
2529       Post release version bump
2530       sourceview: Correctly implement popup-menu (bgo#672692)
2532 Kristjan SCHMIDT (1):
2533       Updated Esperanto translation
2535 Matej Urbančič (1):
2536       Updated Slovenian translation
2538 Mihai Ciocan (1):
2539       Fixed autoindentation after line wrapping
2541 Moritz Lüdecke (1):
2542       project-manager: bgo #594912 - The target advanced options window should remember its size
2544 Pavel (1):
2545       subversion: Fix pointer size problems on gcc 4.5.3 and newer
2547 Piotr Drąg (1):
2548       Updated Polish translation
2550 Sasi Bhushan (1):
2551       Updated Telugu Translation
2553 Sébastien Granjoux (30):
2554       am-project: Include project files as sources in the project tree
2555       project-manager: Remove project files from project tree view
2556       am-project: Fix regression tests after adding project files in the project tree
2557       am-project: Avoid a crash when parent group is missing
2558       am-project: Avoid a crash when adding a target to an invalid group
2559       am-project: Allow to create the root group in an empty project
2560       am-project: Allow to have sub directories in a group
2561       project-manager: Display group name containing sub directories
2562       libanjuta: Fix anjuta_token functions
2563       am-project: Do not expand variable in target and group flags
2564       am-project: Expand variables in source names
2565       am-project: Fix a crash in regression test 1
2566       am-project: Fix a crash on 64 bits system due to missing declaration of amp_source_new
2567       am-project: Fix a crash when loading project
2568       libanjuta: Remove some useless code in AnjutaPreferences
2569       libanjuta: Allow to define common settings in plugin preference page
2570       language-support-cpp: Use common settings for indentation
2571       language-support-python: Use common settings for indentation
2572       sourceview: Use common settings for indentation
2573       project-wizard: bgo #563986 - wizard generates modeline inconsistent with indentation prefs
2574       language-support-python: Move preferences in plugins/python
2575       language-support-cpp: Move preferences in plugins/cpp
2576       project-wizard: Do not use NPWValue in autogen API
2577       class-gen: Use a simple hash table instead of NPWValue
2578       libanjuta: Move autogen functions from project-wizard to libanjuta
2579       libanjuta: document AnjutaAutogen API
2580       libanjuta: Change autogen API to support introspection
2581       libanjuta: Reuse G_FILE_ERROR instead of defining a new error domain for autogen
2582       libanjuta: Move useful template macros from project wizard to a common directory
2583       class-gen: bgo#672892 - Class generator should respect project's indent settings
2585 Yuri Myasoedov (1):
2586       Updated Russian translation
2588 Anjuta 3.4.0 "Wow, this time of the year again" (26 March 2012) -- Johannes Schmid
2590 This is a new stable version of Anjuta and all users should update to this
2591 version as all 3.2.x versions become unsupported at this point.
2593 Summary of the major changes between 3.2.x and 3.4:
2595 * project-manager:
2596  - Improved target chooser in various dialogs (Sébastien Granjoux)
2597  - Better parsing of complicated automake projects (Sébastien Granjoux)
2599 * project-wizard:
2600  - Simplification to make it easier for newcomers to create projects (Sébastien Granjoux)
2602 * language-support
2603  - Add widgets from glade as private members of GObject classes (Marco Diego Aurélio Mesquita)
2604  - Allow creating signal handlers by double-clicking (Marco Diego Aurélio Mesquita)
2605  - Build with vala-0.16 and various small fixes (Abderrahim Kitouni)
2607 * Search
2608  - Find in files for project files (Johannes Schmid)
2610 * Overall
2611  - Use relative path for sessions (Sébastien Granjoux)
2612  - Many bugs fixed including some crashers (various)
2614 Thanks to everybody who has helped this cycle and all translators!
2616 Andrea Zagli (1):
2617       [l10n] Updated Italian translation
2619 Duarte Loreto (1):
2620       Updated Portuguese translation
2622 Lucas Lommer (1):
2623       Updated Czech translation
2626 Anjuta 3.3.92 "This week needs more speed" (20 March 2012) -- Johannes Schmid
2628 This is an unstable developer snapshot - if you need a stable version,
2629 use 3.2.x!
2631 Akom Chotiphantawanon (1):
2632       Updated Thai translation.
2634 Alexander Shopov (1):
2635       Updated Bulgarian translation
2637 Antonio Fernandes C. Neto (1):
2638       Updated Brazilian Portuguese translation
2640 Bruce Cowan (1):
2641       Updated British English translation
2643 Bruno Brouard (1):
2644       Updated French translation
2646 Carles Ferrando (1):
2647       [l10n]Updated Catalan (Valencian) translation
2649 Chao-Hsiung Liao (1):
2650       Updated Traditional Chinese translation(Hong Kong and Taiwan)
2652 Daniel Mustieles (3):
2653       Updated Spanish translation
2655 Daniel Nylander (1):
2656       Updated Swedish translation
2658 Fran Diéguez (2):
2659       Updated Galician translations
2661 Gabor Kelemen (2):
2662       Updated Hungarian translation
2664 Joan Duran (1):
2665       [l10n] Updated Catalan translation
2667 Johannes Schmid (2):
2668       document-manager: Destroy page with gtk_widget_destroy() instead of gtk_container_remove()
2669       sourceview: Correcly unref the buffer
2671 Kenneth Nielsen (1):
2672       Updated Danish translation
2674 Khoem Sokhem (1):
2675       Add Khmer translation.
2677 Krishnababu Krothapalli (1):
2678       Updated Telugu Translations
2680 Marco Diego Aurélio Mesquita (2):
2681       Fix marker comment for simple gtk+ project.
2682       Prevent multiple declarations for the same member widget.
2684 Mario Blättermann (2):
2685       [l10n] Updated German doc translation
2686       [l10n] Added German faq translation
2688 Massimo Corà (1):
2689       symbol-db: fixed scope_definition_id creation.
2691 Matej Urbančič (1):
2692       Updated Slovenian translation
2694 Paul Seyfert (1):
2695       [l10n] Updated German translation
2697 Piotr Drąg (1):
2698       Updated Polish translation
2700 Sébastien Granjoux (6):
2701       dir-project: Allow to add and remove source files
2702       project-manager: Allow to add groups to the root of directory project
2703       am-project: Avoid a crash when adding a second group at an upper level
2704       am-project: Keep sibling when reloading a node
2705       dir-project: Avoid a crash when closing a project
2706       dir-project: Avoid duplicated files in project view when reloading project
2708 Timo Jyrinki (1):
2709       Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
2711 Yuri Myasoedov (1):
2712       Updated Russian translation
2714 Мирослав Николић (1):
2715       Updated Serbian translation
2717 Anjuta 3.3.91 "Im Osten nichts Neues" (5 März 2012) -- Johannes Schmid
2719 This is an unstable developer snapshot - if you need a stable version,
2720 use 3.2.x!
2722 Abderrahim Kitouni (4):
2723       am-project: don't prefix object name with target name because of VALAFLAGS
2724       project-wizard: only add [CCode (instance_pos = -1)] when using GtkBuilder
2725       project-wizard: [CCode (instance_pos = -1)] should be in the signal callback
2726       bgo#670537: Do not ship vala-generated .c files in tarballs
2728 Alexander Shopov (1):
2729       Updated Bulgarian translation
2731 Ask H. Larsen (1):
2732       Updated Danish translation
2734 Daniel Nylander (1):
2735       Updated Swedish translation
2737 Daniel Șerbănescu (3):
2738       Updated Romanian Translation
2740 Fran Diéguez (2):
2741       Updated Galician translations
2742       Added galician translations for doc
2744 Johannes Schmid (10):
2745       project-wizard: bgo#670483 - [CCode (instance_pos = -1)] should be removed from boilerplate code.
2746       Updated files for release
2747       am-project: Fixed anjuta.at testcase
2748       Revert "Do not ship vala-generated .c files in tarballs"
2749       am-project: Fix anjuta testcase
2750       document-manager: Fixes on find in files
2751       Post-release version bump and bump glade requirement
2752       am-project: Fixed anjuta test-case
2753       Fixed distcheck
2754       snippets: Add tooltips (bgo#627089)
2756 Jonh Wendell (1):
2757       Updated Brazilian Portuguese translation
2759 Kenneth Nielsen (1):
2760       Updated Danish translation
2762 Kjartan Maraas (1):
2763       Updated Norwegian bokmål translation
2765 Krishnababu Krothapalli (1):
2766       Updated Telugu Translations
2768 Marco Diego Aurélio Mesquita (3):
2769       bgo#670149 - Automatically add a callback when user double-clicks a signal in the glade signal editor
2770       Fix check order for anjuta editor in glade plugin.
2771       Documentation fix for member widgets.
2773 Matej Urbančič (1):
2774       Updated Slovenian translation
2776 Sébastien Granjoux (7):
2777       am-project: Rename AM_PROPERTY_COMPILATION_FLAG
2778       project-wizard: bgo #670656 - I can not build a pygtk prj include i18n
2779       am-project: bgo #670830 - am-project anjuta test-case fails on dist-check
2780       build: Disable vala support if libvala is missing
2781       am-project: bgo #670789 - project-manager doesn't parse aqbanking project correctly
2782       language-support-cpp-java: bgo #662955 - Autoindent indents next line if previous have a string with double slash
2783       manual: Document emacs and vim modeline variables supported by Anjuta
2785 Vincent Untz (1):
2786       Do not ship vala-generated .c files in tarballs
2788 Yuri Myasoedov (1):
2789       Updated Russian translation
2792 Anjuta 3.3.90 "Für meine Oma" (20 February 2012) -- Johannes Schmid
2794 This is an unstable developer snapshot - if you need a stable version,
2795 use 3.2.x!
2797 What's new:
2798  * Find in files is back!
2800 Abderrahim Kitouni (4):
2801       configure: fix build of vala plugin
2802       language-support-cpp-java: do not insert widgets declaration and initialization for Vala
2803       libanjuta: add some gi annotations (and regenerate vapi)
2804       language-support-vala: insert glade member widget declaration and initialization
2806 Changwoo Ryu (1):
2807       Updated Korean translation
2809 Chao-Hsiung Liao (1):
2810       Updated Traditional Chinese translation(Hong Kong and Taiwan)
2812 Daniel Mustieles (19):
2813       Updated Spanish translation
2814       Fixed typo in string
2816 Dominique Leuenberger (1):
2817       build: Support vala 0.15/0.16
2819 Fran Diéguez (2):
2820       Updated Galician translations
2821       Updated Galician translations
2823 Gheyret Kenji (1):
2824       Updated Uyghur translation
2826 James Liggett (2):
2827       git: Only show the selection checkboxes in the Branches pane when needed
2828       libanjuta: Remove the old pane first in anjuta_dock_replace_command_pane
2830 Johannes Schmid (22):
2831       Updated files for releas
2832       Post-release version bump
2833       anjuta: Correct desktop file so that gnome-shell recognizes anjuta
2834       search: Initial "Find in files" dialog work
2835       search: Minor code cleaup in search-box adding some access methods
2836       libanjuta: Added "opened" signal to IAnjutaFile interface
2837       sourceview: Implement IAnjutaFile::opened signal
2838       search: Improve find in files dialog
2839       search: Don't show spinner when not busy
2840       search: Get files from project manager according to the selection
2841       search: Added filter filter command
2842       language-manager: Added ianjuta_language_get_mime_types()
2843       search: Implemented file search based on mime-type and some memory fixes.
2844       libanjuta: Make AnjutaTabber look (mostly) like GtkNotebook tabs
2845       file-manager: Render version control status icons better
2846       language-support-cpp-java: Small memory leak
2847       search: Remove "Find files" button and instead reuse the search button for this feature.
2848       search: Use G_REGEX_MULTILINE for find in files.
2849       class-gen: Improve GObject tempalate (create priv variable if a private struct is created)
2850       class-gen: Guess param spec correctly.
2851       document-manager: Update project chooser in search-files correctly when project is changed
2852       manual: Improve code assistance documentation
2854 Ken Shibata (1):
2855       [l10n] Update Japanese translation
2857 Kjartan Maraas (1):
2858       Updated Norwegian bokmål translation
2860 Marco Diego Aurélio Mesquita (2):
2861       Implement automatic member declaration and initialization for widgets in the glade plugin.
2862       Automatically detect which file that will hold member widgets declaration and initialization.
2864 Massimo Corà (3):
2865       symbol-db: bgo #668438 IANJUTA_SYMBOL_FIELD_IS_CONTAINER has wrong column type
2866       symbol-db: added static value for local project
2867       symbol-db: force upgrade db version to 340.0
2869 Matej Urbančič (1):
2870       Updated Slovenian translation
2872 Olav Vitters (2):
2873       fix string formatting (from Mageia)
2874       fix build / linking (from Mageia)
2876 Piotr Drąg (3):
2877       Updated POTFILES.in
2879 Sébastien Granjoux (34):
2880       anjuta-manual: Improve project manager documentation
2881       anjuta-manual: Split FAQ using a page for each question
2882       project-manager: Small fixes on project manager dialog
2883       libanjuta: Add a help id in node information
2884       project-manager: Add a help button on project properties dialogs
2885       am-project: Fix move of projects (used in regression tests)
2886       am-project: Fix an error when changing quoted properties value in configure.ac
2887       am-project: Fix apply button in project properties dialog
2888       project-wizard: bgo #655865 - library project naming. library names is not what you want.
2889       project-wizard: bgo #661300 - Double clicking fails to initiate project wizard
2890       project-wizard: Add search paths for files included in autogen template
2891       project-wizard: Generate the licenses in a more general way, fix bgo #627431
2892       project-wizard: Add file forgotten in the previous commit
2893       libanjuta: Allow to store relative URI in anjuta saved session
2894       anjuta, document-manager, file-loader, glade, project-manager: Save relative URI
2895       project-manager: Fix new project manager combo box when the glade plugin is loaded
2896       debug-manager: Save breakpoint using relative file paths
2897       debug-manager: Use GFile instead of URI in breakpoint
2898       run-program: Save relative working directories in session file
2899       run-program: Save relative program URI in session file
2900       am-project: Add files missing in source package for regression test
2901       am-project: Fix configure.ac parser allowing to load gnucash
2902       am-project: Fix regression test using anjuta project
2903       project-manager: Implement ianjuta_project_manager_get_children
2904       message-view,sourceview: bgo #669359 - Yellow debugger color in dark theme
2905       am-project: Allow to create libtool modules
2906       am-project: bgo #669944 - missing file "gnucash.at" in am-project plugin
2907       libanjuta, project-manager, document-manager: ianjuta_project_manager_get_children find now all children with the specified type
2908       project-manager: Remove duplicate from the list of files returned by ianjuta_project_manager_get_children
2909       document-manager: Do not check file types if there is no files in find files window
2910       am-project: Display an error when trying to add a directory as a source
2911       am-project: rh #702849 crash when removing a target in the project root node
2912       dir-project: Merge root and top group node
2913       dir-project: Removing an node in a sub directory was crashing Anjuta
2915 Tiffany Antopolski (1):
2916       po: Updated en_CA.po
2918 Yuri Myasoedov (1):
2919       Updated Russian translation
2921 Мирослав Николић (5):
2922       Updated Serbian translation
2926 Anjuta 3.3.4 "First snow in Berlin" (16 January 2012) -- Johannes Schmid
2928 This is an unstable developer snapshot - if you need a stable version,
2929 use 3.2.x!
2931 Abderrahim Kitouni (7):
2932       libanjuta: set the info for the default value of a property
2933       libanjuta: add gir annotation for anjuta_project_node_insert_property_info
2934       libanjuta: don't register project property lists as GObject properties
2935       libanjuta, am-project: better memory management for the properties lists
2936       language-support-vala: update .vapi for the latest changes
2937       language-support-vala: take advantage of the new project API
2938       libanjuta, am-project, project-manager, language-support-vala: rename property to default_value
2940 Alexander Shopov (1):
2941       Updated Bulgarian translation
2943 Arnel A. Borja (10):
2944       sourceview: Fix typo in a gschema key name
2945       anjuta-build-tutorial: Remove AM_MAINTAINER_MODE
2946       project-wizard: Don't symlink Automake files
2947       project-wizard: Use Automake variables for defines
2948       project-wizard: Move PROJECT_CFLAGS to own line
2949       class-gen: Use convention for get-private macros
2950       project-wizard: Use pkgdatadir instead of datadir/package
2951       project-wizard: Move PROJECT_CFLAGS to own line in minimal template
2952       project-wizard: check HavePackage before adding PROJECT_CFLAGS
2953       project-wizard: Don't replace hyphen with underscore in filenames
2955 Daniel Mustieles (6):
2956       Missing file in POTFILEs.in
2957       Updated Spanish translation
2959 Fran Diéguez (1):
2960       Updated Galician translations
2962 James Liggett (2):
2963       git: Fix switch delete branch, and merge action sensitivity
2964       Revert "git: Use combo box instead of tree view for remotes"
2966 Jiro Matsuzawa (1):
2967       Updated Japanese translation
2969 Johannes Schmid (7):
2970       Updated files for release
2971       Post-release version bump
2972       search: Search for next occurence when replace succeeds (see bgo#665945)
2973       search: Set focus chain (see bgo#665945)
2974       search: Add tooltip in search entry (see bgo#665945)
2975       search: Move close button to the right edge (see #665945)
2976       code-analyzer: Fixed bgo#667903 - Code Analyzer Crashes
2978 Massimo Corà (3):
2979       symbol-db: fixed bgo #664413 - Symbols not updated correctly when switching branches
2980       symbol-db: improved some debug messages
2981       symbol-db: minor performance bugfix.
2983 Matej Urbančič (1):
2984       Updated Slovenian translation
2986 Muhammet Kara (1):
2987       [l10n]Updated Turkish translation
2989 Peter Hoffmann (1):
2990       language-support-cpp: bgo#633341 - Code completion should close parentheses
2992 Piotr Drąg (2):
2993       Updated POTFILES.in
2995 Sébastien Granjoux (21):
2996       am-project: bgo #666621 - segfault in amp_node_property_add when there is an orphan AmpTargetNode
2997       project-manager: Allow to add groups and targets in the root node
2998       anjuta: Remove old tutorial links
2999       libanjuta: Fix anjuta_util_help_display to use yelp
3000       project-manager: Add a help button in some dialogs
3001       am-project: bgo #666966 - crash editing configure.ac
3002       libanjuta: Add a model property to AnjutaTreeComboBox
3003       libanjuta: Add IAnjutaProjectChooser interface
3004       project-manager: Implement a project node chooser
3005       project-manager: Fix ianjuta_project_manager_add_source_quite function
3006       libanjuta: Fix a critical warning when selecting a node in chooser widget
3007       file-wizard: Use the new project node chooser
3008       class-gen: Use the new project node chooser
3009       libanjuta: Add missing GdfProjectView in Anjuta glade catalog
3010       project-manager: Use a GtkFileChooser to add sources in a target
3011       file-wizard: Cosmetic improvements of new file dialog
3012       libanjuta: Improve AnjutaTreeComboBox
3013       project-manager: Use new improvements in ProjectChooser button
3014       project-manager: Select a valid default node in ProjectChooser button
3015       project-manager: Use ProjectChooser button in the Add library dialog
3016       project-manager: Rename directory to folder in project dialogs
3018 Anjuta 3.3.3 "It's X-mas time..." (20 December 2011) -- Johannes Schmid
3020 This is an unstable developer snapshot - if you need a stable version,
3021 use 3.2.x!
3023 Abderrahim Kitouni (1):
3024       language-support-vala: fix a crash with the directory project backend
3026 Akom Chotiphantawanon (1):
3027       Updated Thai translation.
3029 Alban Browaeys (1):
3030       git: fix active_branch_iter not behing null though filled with null values.
3032 Arnel A. Borja (3):
3033       project-wizard: Add wizard files to EXTRA_DIST
3034       language-support-vala: update the .vapi after project-manager changes
3035       language-support-vala: update project property interfaces
3037 Bruno Brouard (3):
3038       Updated French doc translation
3039       Updated French translation
3041 Christian Kirbach (3):
3042       Updated German Anjuta manual translation
3043       Updated German translation
3045 Daniel Mustieles (4):
3046       Updated Spanish translation
3049 Gabor Kelemen (1):
3050       Make the tasks in the Git tasks window show up translated.
3052 Johannes Schmid (18):
3053       libanjuta: Add anjuta_dock_replace_command_pane
3054       git: Only show one command pane at any time
3055       git: fix bgo#646695 - Remote needs translator comment
3056       git: bgo# 656761 - Error messages being spewed
3057       message-manager: Fix rh#532290 - Crash when ianjuta_message_manager_append() is used with NULL string
3058       build-basic-autotools: Fix rh#757236 - anjuta crashes when file doesn't belong to build configuration.
3059       libanjuta: Add anjuta_dock_get_command_bar()
3060       git: Fix bgo#641079 - check number of branches selected when switching
3061       document-manager: Fixed some memory leaks
3062       anjuta: Fixed a memory leak
3063       language-support-js: Fixed bgo#665082 - Crash in javascript autocompletion
3064       git: Disable delete button when there is no selection in the tags pane
3065       git: Use combo box instead of tree view for remotes
3066       i18n: Fix bug with wrong format string in german translation
3067       sourceview: Don't break layout when displaying message area
3068       js-debugger: bgo#666448 - Support application/javascript target
3069       manual: Fix bgo666321 -  Wrong Context-Help shortcut
3070       Revert "git: fix active_branch_iter not behing null though filled with null values."
3072 Matej Urbančič (1):
3073       Updated Slovenian translation
3075 Piotr Drąg (1):
3076       Updated POTFILES.in
3078 Sébastien Granjoux (16):
3079       debug-manager: Move settings in plugins/debug-manager
3080       run: Move preferences to plugins/run
3081       sourceview: Fix a crash with Scintilla
3082       project-wizard: Display only useful page on the sidebar
3083       project-wizard: Replace GtkSwitch by GtkCheckButton
3084       project-wizard: Add a title to each wizard page
3085       project-wizard: wizard pages were not displayed due to the previous changes.
3086       libanjuta, am-project, dir-project, mk-project, project-manager: Change AnjutaProjectProperty
3087       libanjuta, language-support-vala: Fix an declaration of anjuta_project_get_properties
3088       sourceview: Move preferences in plugins/sourceview
3089       document-manager: Remove editor settings
3090       sourceview: Add editor view settings
3091       document-manager: Remove unused editor view settings
3092       run-program: bgo #666336 - Add Execute project more than one
3093       sourceview: bgo #666482 - missing "anjuta-sourceview.xml" breaks build
3094       am-project: Fix a crash when closing and opening a new project
3096 Anjuta 3.3.2 "Dark and cold" (21 November 2011) -- Johannes Schmid
3098 This is an unstable developer snapshot - if you need a stable version, 
3099 use 3.2.x!
3101 Bugs fixed:
3102 648934  Vala completion doesn't work in some cases.
3103 662526  Can't replace with empty replace text
3104 663016  Fix search behavior in regex and selections
3105 663385  Replace all hangs when replace text contains search_text
3106 664058  couple of spelling fixes
3107 664263  Auto-complete (anjuta-python-autocomplete.py) fails with rope<=0.9.2, calltip always fail
3108 645212  Enhance export feature
3109 629769  Hard coding of application title in splash screen
3110 658788  Change default dist to .xz
3111 661299  Template for Gnome Shell Extension
3112 662960  SegFault when a line is highlighted when debugging
3114 Thanks to: Abderrahim Kitouni, Arnel A. Borja, Christian Kirbach, 
3115 Daniel Mustieles, Fran Diéguez, Jason Siefken, Jorge González, 
3116 Massimo Corà, Mihai Bivol, Piotr Drąg, Samir Ibradžić, Sébastien Granjoux
3118 Anjuta 3.3.1 "Back in Berlin" (23 October 2011) -- Johannes Schmid
3120 This is an unstable developer snapshot - if you need a stable version, 
3121 use 3.2.x!
3123 Bugs fixed:
3124 659563  Bookmarks reset to position 1 after file changed on FS
3125 660841  build failure with [-Werror=format-security]
3126 662526  Can't replace with empty replace text
3127 610371  Scite adds a trailing white space after pressing enter for aligning variables
3128 653274  Autotools backend doesn't support include file in configure script
3129 653652  'New file' doesn't check duplicates, gets confused
3130 660061  Remove 'no-dist-bzip2' from automake options
3131 660065  Can't create a new target in empty Makefile
3132 633284  Scintilla plugin crashes Anjuta when opening a file with syntax highlighting
3133 661511  Python/Django Project Wizard: Missing Components/Programs: django-admin 
3135 Thanks to:
3136 Andre Klapper, Arnel A. Borja, Carles Ferrando, Michael Biebl, 
3137 Sébastien Granjoux, Xandru Armesto, krishnababu k, Мирослав Николић
3139 Anjuta 3.2.0 "No more bombs" (25 September 2011) -- Johannes Schmid
3141 This is the new stable release, please update if you are using anjuta
3142 3.0.x or 2.32.x. From now on, only 3.2.x will be receiving bug-fixes.
3144 Fixes:
3145 * Fixed make distcheck: FAQ, autotests, etc (Sébastien Granjoux)
3147 Special thanks for the whole 3.1/3.2 cycle goes to Sébastien who fixed
3148 a huge amount of stuff and was responsible for the huge documentation rewrite.
3150 Thanks to:
3151 Akom Chotiphantawanon, Alexander Shopov, Andrea Zagli, 
3152 Antonio Fernandes C. Neto, Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao,
3153 Duarte Loreto, Gabor Kelemen, Javier Jardón, Jiro Matsuzawa, Joan Duran,
3154 Joe Hansen, Johannes Schmid, Jorge González, Mario Blättermann, Matej Urbančič,
3155 Paul Seyfert, Sébastien Granjoux, Yinghua Wang, Yuri Myasoedo
3157 Anjuta 3.1.92 "Hot summer in Nagano" (18 September 2011) -- Johannes Schmid
3159 Bugs fixed:
3160 656470  Dangling symlinks created by make install
3161 658229  Inconsistent size of widgets in Properties Frames of Class Generator Dialog
3162 658262  Extra separator between double upper case characters
3163 566700  Default font for the Scintilla editor
3164 654320  Vala: New Class Wizard - created file not added to project
3165 655295  Add Target in Vala project does nothing.
3166 658903  Anjuta Plugin wizard fails
3167 654463  Disable "Install missing packages" button on OpenBSD
3169 Thanks to:
3170 Akom Chotiphantawanon, Alexander Shopov, Antonio Fernandes C. Neto,
3171 Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao, Duarte Loreto, Javier Jardón, 
3172 Jiro Matsuzawa, Joan Duran, Jorge González, Paul Seyfert, Sébastien Granjoux,
3173 Yinghua Wang
3175 Anjuta 3.1.91 "On the way to Tokio" (5 September 2011) -- Johannes Schmid
3177 Updates:
3178  - More improvements in vala plugin (Abderrahim Kitouni)
3179  - Fix up problems with gtk+ 3.0 (Sébastien Granjoux)
3181 Bugs fixed:
3182 638525  vala support crash on reading source file
3183 657491  Only parse the source files of the current target
3184 657513  anjuta fails to build in gnome 3.1
3185 657589  tests fail in tarball releases because tarballs are missing anjuta.lst
3186 655756  User should be notified if execution of a project fails
3187 656123  plural forms needed
3188 657590  Projects with libtool fails to regenerate
3189 657022  make clean removes libanjuta-interfaces.h which breaks make clean; make
3191 Anjuta 3.1.90 "Whitsunday Islands" (29 August 2011) -- Johannes Schmid
3193 Changes:
3194  - Some seldom used debugger menu items were removed (Sébastien Granjoux)
3195  - A lot of fixes to the vala support (Abderrahim Kitouni)
3196  - vala-0.14 (>= 0.13.3) is now required
3198 Bugs fixed:
3199 656584  Error in DevHelp
3200 642187  C++ symbols are not shown in symbol browser
3201 657023  Build broken with vala-0.13.x
3202 566704  Better UI for environment variables
3203 652047  Support linking against libgda-5.0
3204 656585  <FileName>.ui and INSTALL not created in a new project
3205 657134  Missing file in POTFILES.in
3206 653259  Empty lines in Locals during debugging
3208 Thanks to:
3209 Abderrahim Kitouni, Aron Xu, Daniel Mustieles, Dominique Leuenberger,
3210 Jorge González, Kjartan Maraas, Marek Černocký, Og B. Maciel, P. F. Chimento, 
3211 Piotr Drąg, Sébastien Granjoux
3213 Anjuta 3.1.5 "Sydney Edition" (13 August 2011) -- Johannes Schmid
3215 Officially brought to you about 20 000 km away from desktop-summit!
3217 Bugs fixed:
3218 654881  Segmentation fault during project creation if no packages were selected
3219 651151  vala plugin crashes when uncommenting source
3220 654502  Allow building with libvala-0.14 (0.13 development tree)
3221 655743  Usage of GtkHBoxClass and GtkHBox
3222 655998  Main toolbar looks out-of-place
3223 655584  Can't edit Integer Field
3225 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Alban Browaeys,
3226 Alexander Shopov, Daniel Mustieles, Dominique Leuenberger, Mario Blättermann, 
3227 Piotr Drąg, Sébastien Granjoux, Yuri Myasoedov
3229 Anjuta 3.1.4 "Leaving on a jet-plane" (25 July 2011) -- Johannes Schmid
3231 Bugs fixed:
3232 654502  Allow building with libvala-0.14 (0.13 development tree)
3233 646410  Missing infrastructure for the new Mallard manual
3234 654073  Please apply the kfreebsd patch to anjuta-extras
3235 654124  Vala: add class wizard creates file twice.
3236 654445  Add 'BSD' as a valid license in the Class Generator
3237 654099  file manager plugin: fix leak for file
3238 654100  file manager plugin: fix leak in row callapsed
3239 654559  Weird pseudo-password dialog shown with half a commit message when I import a project
3240 654092  Crash when adding a project file
3241 654095  increase reference count of the selected file
3242 654560  Contents of Preferences tabs seem to be packed to fill all vertical space, with ugly consequences
3243 631157  unix is not defined on OpenBSD
3244 654455  Fix build on OpenBSD
3246 Thanks to:
3247 Abderrahim Kitouni, Alban Browaeys, Daniel Mustieles, Dominique Leuenberger,
3248 Francisco Javier Fernández Serrador, Francisco Javier Serrador, 
3249 Jasper Lievisse Adriaanse, Jorge González, Marek Černocký, ario Blättermann,
3250 Piotr Drąg, Sébastien Granjoux, Tamara Atanasoska
3252 Anjuta 3.1.3 "Is this it?" (4 July 2011) -- Johannes Schmid
3254 New:
3255  - Various improvements in the project wizard
3256  - Git usuability improvements
3257  - Auto-completion for Gtk.Builder objects in python plugin
3258  - more mallard documentation
3260 Bugs fixed:
3261 649107  Add an index of help topics to the Mallard manual
3262 651212  Auto-completion of Gtk.Builder objects
3263 312667  Why not allow people to compile a simple .cpp file not starting a project in a first place?
3264 588952  build-menu disabled if sources are in subfolder
3265 590323  Make the context menu "context"-aware
3266 645516  Enabled (translation comment)
3267 646073  Application Manager
3268 646192  New File (translation comment)
3269 652773  Anjuta (current git) fails to load abiword project
3270 652778  Opening an automake based project with empty configure.in file fails.
3271 653364  build failure on kfreebsd: Error on line 6 char 104: Invalid UTF-8 encoded text in
3272 647403  Selecting Configure External Packages and selecting no packages causes segfault.
3274 Thanks to: Daniel Mustieles, Daniel Nylander, James Liggett, Johannes Schmid, 
3275 Jorge González, Massimo Corà, Matej Urbančič, Philip Chimento, Sébastien Granjoux
3277 Anjuta 3.1.2 "Berg 2011" (13 June 2011) -- Johannes Schmid
3279 New:
3280 - Autocompletion for builder objects in python (Jason Siefken)
3281 - Improvements in autotools backend (Sebastien Granjoux)
3283 Bugs fixed:
3284 645199  Signal dnd issues
3285 475261  Change install directory
3286 563856  generic Vala project type
3287 651670  Glade file not rendering
3288 646530  Anjuta crashes when closing tab other than current
3289 588387  symbol-db-view-locals: better search
3290 651285  Memory leak in symbol-db/readtags.c
3291 569994  support includes in makefiles
3292 644047  No Symbols shown in Global and Search Symbol pane
3293 645659  Basic aesthetic improvements to preferences dialog
3294 645695  install broken since deec63dfe4c2527d5adfed049eeac423307229d1
3295 645965  Theming tweaks
3296 588757  automake projects reject accented characters in paths
3297 640470  Port Scintilla to Gtk+3
3298 642784  New autotools backend has problems with variables in dependencies
3299 648361  In the "Tools Editor" the Command-Browse button does not work
3300 648571  file manager variables don't work
3301 650930  anjuta-3.x project wizard fails to detect autogen-5.11.x
3302 652017  Default pygtk Makefile.am has incorrect path for ui file
3303 651212  Auto-completion of Gtk.Builder objects
3305 Thanks to
3306 Abderrahim Kitouni, Abduxukur Abdurixit, Alexander Shopov, Alexandre Rostovtsev,
3307 Carl-Anton Ingmarsson, Carles Ferrando, Chao-Hsiung Liao, Christian Hergert,
3308 Cosimo Cecchi, Daniel Mustieles, Djavan Fagundes, Fran Diéguez, Jason Siefken,
3309 Kristjan SCHMIDT, Massimo Corà, Matej Urbančič, Muhammet Kara, Naba Kumar,
3310 Philip Chimento, Sébastien Granjoux, Tamara Atanasoska
3312 Anjuta 3.0.0 "Three.Point.Zero" (4 April 2011) -- Johannes Schmid
3314 Summary of new features compared to 2.32.x:
3315  * New project manager that supports a wider range of autotools features
3316  (Sébastien Granjoux)
3317  * Reworked git UI for easier version control (James Liggett)
3318  * Better glade integration including drag & drop for signals
3319  * Inline search features replace and regular expressions (Eugenia Gabrielova)
3320  * Project wizards adapted to new GNOME3 libraries and languages
3322 Bugs fixed (since RC1):
3323 645470  Anjuta from git master still creates Vala projects using GTK 2
3324 645557  Autogenerated PyGTK projects have wrong path to UI file 
3325 646530  Anjuta crashes when closing tab other than current
3327 Thanks to:
3328 Abduxukur Abdurixit, Akom Chotiphantawanon, Andrea Zagli, Aron Xu,
3329 Ask H. Larsen, Bruce Cowan, Bruno Brouard, Christian Kirbach, Daniel Korostil,
3330 Daniel Nylander, Djavan Fagundes, Duarte Loreto, Gabor Kelemen, Joan Duran,
3331 Joe Hansen, Jordi Serratosa, Kenneth Nielsen, Kjartan Maraas, Lukas Lommer,
3332 Marek Černocký, P. F. Chimento, Peteris Krisjanis, Rajesh Ranjan,
3333 Rodolfo Ribeiro Gomes, Sébastien Granjoux, Yuri Myasoedov
3336 Anjuta 2.91.92 "Toronto-style" (RC1) (21 March 2011) -- Johannes Schmid
3338 Updated:
3339 - Lots of little fixes on the templates
3341 Bugs fixed:
3342 643379  Glade drag and drop support for Vala
3343 307515  drag and drop variable symbol onto watches for simple expressions
3344 336856  Search and replace is not simple
3345 565275  Quick Search should be able to search backward
3346 565276  highlight all matches in Quick Search
3347 638134  Redesign of Single and Multi-File Search & Replace
3348 645311  Adjust to GtkSourceView API break
3349 644050  Some strings are not marked for translation in the .ui file
3350 643621  Anjuta catalog makes glade complain.
3351 644595  Patches from Mandriva package
3352 645049  Password detection not working on non-english locales
3353 645076  Run dialog doesn't work with python project
3354 570912  Cannot remove module/package
3355 644294  old version of gtk+ specified for gtkmm projects 
3357 Thanks to:
3358 Abderrahim Kitouni, Bruce Cowan, Chao-Hsiung Liao, Daniel Mustieles,
3359 Daniel Nylander, Dirgita, Fran Dieguez, Fran Diéguez, Gabor Kelemen,
3360 Garrett Regier, Jorge González, Mario Blättermann, Matej Urbančič,
3361 Nanci de Brito Bonfim, Piotr Drąg, Sébastien Granjoux
3363 Anjuta 2.91.91 "Less bugs, more fun" (Beta 2) (7 March 2011) -- Johannes Schmid
3365 New:
3366 - Signal dragging support for Vala (Abderrahim Kitouni)
3367 - Improved C++ signal dropping features (Marco Diego Aurélio Mesquita)
3368 - Regular expression inline search (Eugenia Gabrielova)
3370 Bugs fixed:
3371 623735  Move pkg-config symbol parsing to language-support-cpp-java
3372 638836  language-support-vala: refactor to work with latest project manager
3373 336856  Search and replace is not simple
3374 565275  Quick Search should be able to search backward
3375 565276  highlight all matches in Quick Search
3376 568047  Glade plugin does not allow adding notebook containers with less than 3 tabs.
3377 638134  Redesign of Single and Multi-File Search & Replace
3378 643205  Updates symbols on glade signal drop.
3379 644014  Typo at translation message
3380 640545  File-wizard screws up file notice
3381 642763  Fix memory in message-view plugin
3382 627105  Mark default diff filenames for translation
3383 642749  Status window doesn't work
3384 643707  Please remove unnecessary markup from .ui files
3385 644050  Some strings are not marked for translation in the .ui file
3386 636410  Unable to delete data target
3387 639440  [PATCH] Strings not translated when plugin manager is used form apps
3388 643245  Create a prototype in the header file when a signal is dropped in a C source file.
3389 643828  A few typos
3390 641331  Add a (non-alphabetical) sorting order to wizard files 
3392 Thanks to:
3393 Abderrahim Kitouni, Akom Chotiphantawanon, Daniel Mustieles
3394 Daniele Forsi, Dragos Dena, Eugenia Gabrielova, Gabor Kelemen,
3395 James Liggett, Jorge González, Marco Diego Aurélio Mesquita,
3396 Massimo Corà, Mathieu Dupuy, Sébastien Granjoux, Yuri Myasoedov
3398 Special thanks to all the translators for spotting typos and non-translatable strings!
3401 Anjuta 2.91.90 "Prepare for the gladification" (Beta 1) (21 February 2011) -- Johannes Schmid
3403 New:
3404 - Signal dragging support for python
3405 - Glade usuability fixes
3406 - New inline search/replace from Eugenia (Women Outreach program)
3408 Bugs fixed:
3409 530060 Have a "replace all" option in search and replace
3410 553772 Unable to move or resize widget placed inside a layout widget
3411 568047 Glade plugin does not allow adding notebook containers with less than 3 tabs.
3412 631260 Composer window broken after defining ActionGroup
3413 633786 plugin.c:59: warning: implicit declaration of function 'PyString_FromString' when compiling anjuta
3414 642647 Crash if anjuta is launched with a project that needs the glade plugin.
3415 642719 Prototype generator for C header files
3416 638787 wrong set on gtk_source_view_set_smart_home_end
3417 642763 Fix memory in message-view plugin
3418 516685 New artwork for splash screen
3419 549440 LIBADD is added at the wrong position in Makefile.am if it doesn't exist
3420 565358 documentation files appear in "other files" target
3421 566248 ianjuta_project_manager_get_elements returns weird data
3422 569992 support makefiles named GNUmakefile.am
3423 637981 Port Makefile backend to the new API
3424 640969 Allow importing projects with 3rd party project backends
3425 641181 error building out-of-tree plugins that only include libanjuta/libanjuta.h
3426 642640 NULL pointer dereference and memory leak in parameter.c
3427 642750 [PATCH] NULL pointer dereference in anjuta-tabber.c
3428 570912 Cannot remove module/package
3429 642723 Small in C header template 
3431 Thanks to: Abderrahim Kitouni, Aron Xu, Christian Kirbach, Daniel Mustieles,
3432 Eugenia Gabrielova, Fran Diéguez, James Liggett, Jorge González, Kjartan Maraas,
3433 Marco Diego Aurélio Mesquita, Nanci de Brito Bonfim, Sébastien Granjoux
3435 Anjuta 2.91.6 "To all the dead poets" (31 January 2010) -- Johannes Schmid
3437 New:
3438 - Support for dragging signals from glade into the code (C only)
3439 - Improvements in project-manager
3440 - More features in git-plugin
3442 Bugs fixed:
3443 638506 Homepage: FAQ Mailinglist link is wrong
3444 639786 quick bookmark deletion
3445 640277 editor position history doesn't work with shortcut
3446 618142 Anjuta Snippets Plug-in
3447 627131 Autocompletion duplicates characters
3448 639795 Editing variabile after inserting snippet bug
3449 638980 Crash when closing project
3450 608578 Anjuta is unable to import Gnumeric source tree
3451 611206 doesn't recognize newer AC_INIT
3452 615990 path is missing when add a source to the target
3453 616041 Add Source -> Cannot add source files -> Core Dump
3454 618617 Project view doesn't make sense
3455 638368 test-suite fails
3456 639342 Anjuta crash when loading libgee
3457 640348 minor mistake in UI string
3458 640726 anjuta stops updating session information
3459 581613 Unable to import a tarball into Anjuta 2.4.2
3460 639093 I can't start a new project properly 
3462 Thanks to: Chao-Hsiung Liao, Christian Kirbach, Daniel Muestieles,
3463 Daniel Mustieles, Dragos Dena, Fran Diéguez, James Liggett, 
3464 Jorge González, Kjartan Maraas, Massimo Corà, Matej Urbančič, 
3465 Michael Kotsarinis, Rakesh Pandit, Sébastien Granjoux
3467 Anjuta 2.91.5 "Moving forward" (11 Januar 2010) -- Johannes Schmid
3469 Updates:
3470 - Glade integration is working again and far more stable
3471 - Devhelp plugin is here gain
3472 - New class generation for Vala, Python and Javascript (Kenny)
3473 - New artwork (Samuel)
3474 - Comment/Uncomment feature for C/C++ (Peter)
3475 - Various improvements in vala support
3477 Bugs fixed:
3478 638228 language-support-vala: interrupt parsing if user switches to another file
3479 638252 language-support-vala: use the new markers to show error tooltips
3480 511000 Icons needed
3481 638532 crash in plugin list when pressing cursor-down
3482 637699 JavaScript wizard
3483 637774 Add Vala class wizard to class-gen
3484 638534 Criticals with local-only repositories
3485 616426 model wants symbols before db creation.
3486 625399 Attempt to make a query when database is not connected
3487 633018 crash in Anjuta IDE: I closed a project, wich...
3488 637695 allow comment/uncomment with gtksourceview editor
3489 638097 Remove deprecated gdk_spawn_command_line_on_screen gdk_spawn_on_screen
3490 638347 Incorrect makefile
3491 638830 Fortan typo?
3492 638878 $(BUILT_SOURCES): No such file or directory
3493 638034 Unable to create new project
3494 638524 Syntax error on valid configure.ac files 
3496 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Andika Triwidada, 
3497 Aron Xu, Bekhtiyar Ghulam, Daniel Nylander, Gheyret T.Kenji, James Liggett,
3498 Jens Georg, Johannes Schmid, Kenny Meyer, Kjartan Maraas, Massimo Corà,
3499 Matej Urbančič, Peter Hoffmann, Sébastien Granjoux, Yuri Myasoedov
3501 Anjuta 2.91.4 "Merry X-mas" (21 December 2010) -- Johannes Schmid
3503 New:
3504 - Project Manager: Lots of work improving the new project manager. Special
3505 thanks to Sébastien Granjoux for all the time he invests here
3506 - Git Shell: More panes for git features (James)
3508 Bugs fixed:
3509 636665  [PATCH] .vapi file not distributed
3510 609213  Anjuta FAQ
3511 636667  [PATCH] Plugins require GTK_LIBS to link against, but this is not in configure.ac
3512 637249  [class-gen] Python wizard
3513 621424  No easy way to delete a bookmark
3514 636312  Double click fails to select entire word if it contains _ or digits
3515 619592  crash in autocompletion
3516 636084  Crash Anjuta when typing in Build->Configure->Configuration combo box
3517 636666  [PATCH] Introspection fails to build with recent gobject-introspection
3518 636668  [PATCH] Link against the libraries anjuta and anjuta-shell are using
3519 584060  Project manager hangs anjuta when the contents of project files changes 
3521 Thanks to:
3522 Chao-Hsiung Liao, James Liggett, Jorge González, Kenny Meyer, Robert Ancell,
3523 Sébastien Granjoux
3525 Anjuta 2.91.3 "Lebkuchen - yay!" (30 November 2010) -- Johannes Schmid
3527 WARNING: This is an unstable development snapshot
3529 New:
3530 - Git Shell: Git interface has changed to be context sensitive (James)
3531 - Project Manager: New project manager landed with much better capabilities (Sébastien)
3532 - clang-analyzer: New plugin to use the clang analyzer
3534 Bugs fixed:
3535 615345 Tabs in AnjutaTabber should not expand to all available space
3536 631213 locale.h included twice in main.c
3537 633112 Smart Brace Completion Quotation Mark Crash
3538 633911 Unknown (translation)
3539 635121 language-support-cpp-java: fix invalid read of paranthese-size setting
3540 635795 Editing configure.ac crashes anjuta
3541 631521 create project in folder c++
3543 Thanks to: Abderrahim Kitouni,Akom Chotiphantawanon, Alexander Shopov,
3544 Antonio Fernandes C. Neto, Ask H. Larsen, Bruno Brouard, Carl-Anton Ingmarsson,
3545 Claude Paroz, Daniel Nylander, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
3546 Gheyret T.Kenji, James Liggett, Joan Duran, Jonh Wendell, Jorge González,
3547 Kjartan Maraas, Leonid Kanter, Mario Blättermann, Massimo Corà, Matej Urbančič
3548 Milo Casagrande, Nikos Bakaoukas, Petr Kovar, Philip Withnall, Saleem Ansari
3549 Sébastien Granjoux, Simos Xenitellis, Yang Hong
3551 Anjuta 2.91.2 "Remember the days when we ported from Gtk+ 1.2 to 2.0?" -- Johannes Schmid
3553 WARNING: This is an unstable release! It's the first released based on the
3554 GNOME 3.x library set and a such it may kill your kitten though it's unlikely.
3556 New:
3557 - Everything works with gtk+-3.0 now. gconf replaced with GSettings, etc.
3558 - Switch to enable/disable modeline detection
3559 - Automatic completion of comments with "*"
3561 Regressions:
3562 - Glade hasn't been ported to gtk+-3.0 yet and isn't available
3563 - class-inheritance isn't build because of missing foocanvas for gtk+-3.0
3564 - gtodo is disabled and will probably be removed soon
3565 - terminal plugin hasn't been ported to GSettings, yet
3567 Bugs fixed:
3568 bgo#600407 - Missing LIBXML_CFLAGS and LIBXML_LIBS
3569 bgo#627105 - Mark default diff filenames for translation
3570 bgo#577595 - Prepend comment with *
3571 bgo#625903 - Port to GSettings
3572 bgo#625978 - configure failure in gtk+-3.0 environment
3573 bgo#631952 - better GObject-Introspection support for new-project branch
3574 bgo#633661 - vala support is automagic
3576 Thanks to: Abderrahim Kitouni, Andika Triwidada, Carles Ferrando,
3577 Eugenia Gabrielova, Evgeny Grablyk, Florian Ludwig, Gabor Kelemen,
3578 Giannis Katsampirhs, Javier Jardón, Jens Georg, Joan Duran, Jorge González,
3579 Josseline Mouette, knight2000, Mario Blättermann, Matej Urbančič, 
3580 Nanci de Brito Bonfim, Pacho Ramos, Sébastien Granjoux, Takayuki KUSANO
3582 Anjuta 2.32.0 "Goodbye Berlin" (27 Sep 2010) -- Johannes Schmid
3584 This is our new stable release. Older releases won't see any bug-fixing, support,
3585 etc and master is now heading for GNOME 3.0 which will rock!
3587 Bugs fixed:
3588 bgo#630460 PackageKit integration is not working on all distros
3589 project-wizard: Update default ui file to use gtk+-2.16
3591 Various translation updates, Anjuta is now fully available in over 20 and more
3592 languages. Thanks for your effort.
3594 Thanks to (again, mostly translators):
3595 Andika Triwidada, Andrea Zagli, Aron Xu, Bruce Cowan, Bruno Brouard,
3596 Chao-Hsiung Liao, Christian Kirbach, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
3597 Jonh Wendell, Jorge González, Kenneth Nielsen, Marek Černocký, Mario Blättermann,
3598 Matej Urbančič, Michael Kotsarinis, Milo Casagrande, Piotr Drąg, Takayuki KUSANO,
3599 Yuri Myasoedov
3601 Anjuta 2.31.92 "What's reality like?" (13 Sep 2010) -- Johannes Schmid
3603 Bugs fixed:
3604 python-loader: bgo #628975 - error in python loader .plugin
3605 sourceview: bgo #626541 - Crash when saving to unavailable location
3606 bgo #628397: Fix anjuta-idl-compiler to keep typedef comments
3607 bgo #628397 - gir build error
3609 Thanks to (mostly translators):
3610 Abderrahim Kitouni, Andika Triwidada, Aron Xu, Bruno Brouard, Christian Kirbach,
3611 Claude Paroz, Daniel Nylander, Dragos Dena, Gabor Kelemen, Hiroyuki Sekihara,
3612 Jorge González, Kjartan Maraas, Philip Withnall, Sébastien Granjoux,
3613 Takayuki KUSANO
3615 Anjuta 2.31.91 "Cold summer rain" (30 Aug 2010) -- Johannes Schmid
3617 Updated:
3618 - More updates to the vala support
3620 Bugs fixed:
3621 libanjuta: Fixed bgo #622922: migrated to GDBus
3622 pm: bgo #626690 - wrong project clean on new-project
3623 project-wizard: bgo #627595 - Ambiguous strings for translation
3624 bgo #627648 - Add IDE to Categories in .desktop file
3625 symbol-db: bgo#622340 - Tried to close project and Anjuta crashed
3626 bgo #628099 - Remove markup from translatable strings
3627 language-support-python: bgo#627437 - couldn't find python rope.
3628 bgo #628286 Fix introspection build when builddir != srcdir
3629 bgo #628285 Don't distribute the .gir files
3631 Thanks to Abderrahim Kitouni, Andika Triwidada, Ask H. Larsen, Branko Kokanović,
3632 Bruno Brouard, Christian Kirbach, Fran Diéguez, Gabor Kelemen, James Liggett,
3633 Jorge González, Massimo Corà, Matej Urbančič, Philip Withnall, Robert Ancell,
3634 Sébastien Granjoux
3636 Anjuta 2.31.90 "GSoC is over - we have snippets now" -- Johannes Schmid
3638 New:
3639 - Python is now fully supported
3640 - Initial support for python plugins (Abderrahim Kitouni)
3641 - Snippets plugins from GSoC (Dragos Dena)
3643 Updated:
3644 - Language support for Vala got a major update
3646 Bugs fixed:
3647 project-wizard: bgo#625434 - remove cvsignore from templates
3648 python-support: bgo#626950 Anjuta crash with python support
3649 build-basic-auotools: bgo#626562 crash refusing to clean the configuration
3650 symbol-db: bgo#622529 - Crash when trying to open a non-writable project
3651 symbol-db: bgo#616560  - Symbol views do not display names containing especial chars correctly
3652 manual: Fixed mailing list adress (bgo#625588)
3653 language-support-vala: bgo#626306 Symbol completion doesn't work with "this."
3654 libanjuta: Increase launcher buffer size (bgo#624700)
3655 class-gen: add missing include (#626265)
3656 Add PyGTK project template. Fixes bug #608304.
3658 Abderrahim Kitouni, Andika Triwidada, Daniel Nylander, Dragos Dena
3659 Fran Diéguez, James Liggett, Jens Georg, Jorge González, Leandro Mattioli
3660 Massimo Corà, Matej Urbančič, Vincent Untz, Yang Hong
3662 Anjuta 2.31.6.1 "Thank you, The Hague (5 Aug 2010) -- Johannes Schmid
3664 Bugs fixed:
3665 symbol-db: bgo#625964 anjuta-tags does not build
3666 libanjuta: bgo#621919 AnjutaAsyncCommand class is inconsistent
3668 Thanks to James Liggett and Vicent Untz
3670 Anjuta 2.31.6 "Thank you, The Hague" (2 Aug 2010) -- Johannes Schmid
3672 Updated:
3673 - Debugger is now much more polished (Sebastien)
3674 - Project wizard shows better package chooser
3676 Bugs fixed:
3677 devhelp: Use Devhelp-2 API (bgo#625841)
3678 build: bgo #625604  - anjuta crashes on starting the debugger
3679 gdb: bgo#625605  - register function is not found in a pretty printer
3680 symbol-db: bgo #625350 - critical warning on project unload
3681 debugger: bgo#558954  - Documentation for debug interfaces is incomplete
3682 libanjuta: bgo#624660 introspection build order problem
3683 debugger: bgo #515395  - Mouse cursor is a clock in debug mode
3684 debugger: bgo #598187  - Feature request: Make 'Locals' columns configurable
3685 project-wizard: bgo #624091  - Use AnjutaPkgConfigChooser
3686 debugger: bgo #516112  - Debugger create too much variable objects
3688 Thanks to Chao-Hsiung Liao, Eleanor Chen, Fran Diéguez, Frédéric Péters,
3689 Jorge González, Mario Blättermann, Massimo Corà, Matej Urbančič, Naba Kumar,
3690 Sébastien Granjoux, Sergei Grudinin, Tao Wang
3692 Anjuta 2.31.5 "Too hot to code" (12 June 2010) -- Johannes Schmid
3694 New:
3695 - Debugger supports pretty-printing now
3697 Updated:
3698 - More work on the symbol database code quality and performance
3700 Bugs fixed:
3701 project-wizard: bgo #623754  - focus on wrong text-field
3702 run: bgo #623944  - buttons swapped on "Program parameters"
3703 gdb: bgo#494292  - Set next statement
3704 gdb: bgo #617323  - Save debugger stack trace
3705 configure: Fix the forced debugging mode even if --disable-debug is given (bgo#612453)
3706 Fix for bgo #622706 and allow to sort shortcuts by accelerator
3707 symbol-db: Fixed bgo #617472: doubled items in locals view
3708 bgo #622526  - HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
3709 terminal: bgo#619253  - Problem of ianjuta_terminal_execute_command in 2.28
3710 anjuta: F6 switches focus instead of setting over (bgo#621678)
3711 symbol-db: Fixed crasher bgo #622139
3712 project-wizard: bgo #621512  - Remove deprecated glib symbols
3713 language-support-vala: bgo#620927  - Vala plugin compilation
3714 libanjuta: bgo#620664  - Drag and drop of multiple source files
3716 Thanks to Abderrahim Kitouni, Akom C, Andika Triwidada, Fran Diéguez,
3717 G. Baylard, Gennaro Bellizio, Jorge González, Massimo Corà, Matej Urbančič,
3718 Naba Kumar, Romain Perier Sébastien Granjoux
3720 Anjuta 2.31.3 "Smile, tommorow will be worse" (7 June 2010) -- Johannes Schmid
3722 New:
3723 - language-support for Vala
3725 Updated:
3726 - Symbol database is super fast now
3727 - Glade plugins was cleaned a lot and doesn't spit warnings anymore
3729 Bugs fixed:
3730 anjuta: bgo #618273  - Anjuta closes when pressing ESC in the save dialog
3731 bgo #586428  - paths with symlinks do not get 'real' absolute paths
3732 language-support-cpp-java: bgo#618955  - Smart brace completion is no longer smart
3733 message-view: bgo#620209  - Message View Crashes When Hovering Mouse Cursor Over Message Toggle Icons
3734 npw: fix #610934  - Improve translations for the wizard files
3735 Remove deprecated GTK+ symbols. Fixes bug 572754.
3737 Anjuta 2.31.2 "There are no ugly girls, just lazy ones" (25 May 2010) -- Johannes Schmid
3739 New:
3740 - class-inheritance is included using libfoocanvas
3742 Bugs fixed:
3743 file-wizard: #616810 Error when creating new c source and header
3744 language-support-cpp-java: bgo#618314  - Anjuta crash on while editing
3745 symbol-db: Fixes #bgo 617433 Tab switching is slow because of rescanned symbols
3746 symbol-db: Partially fixes bgo #615429: Optimize global and local views sql queries
3747 libanjuta: Completes fixing bgo #615428: new column is_container
3749 Anjuta 2.31.1 "Better late than never" (6 May 2010) -- Johannes Schmid
3751 New:
3752 - Symbol-db tree model with direct database access
3753 This brings faster a faster and more up-to-date symbol tree
3755 Bugs fixed:
3756 anjuta-tags: bgo #616780 - Wrong return type recognition
3757 document-manager: fixed bgo #616739 - doesn't open .ui files, neither in xml mode
3758 anjuta-tags: fixed bgo #616503 - updates to the ctags vala parser.
3759 symbol-db, language-support-js: bgo #616435 - make distclean removes y.tab.c
3760 document-manager: bgo#550027  - Open a source tab in full window size
3761 document-manager: bgo #586689 - close all but this
3762 symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
3763 symbol-db: Fixes bgo #614906 - Local view shows namespaces far too often
3764 symbol-db: bgo #614408 - convert GET_PRIV () to ->priv
3765 anjuta: Fixed bgo 500962 - Further icons
3766 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
3767 macro: #613118 - Please fix escaping of UTF-chars in ui file
3769 Anjuta 2.30.1 "BASIC's not the answer" (26 April 2010) -- Johannes Schmid
3771 Bugs fixed:
3772 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
3773 document-manager: bgo #600083 - close documents by middle-mouse click
3774 symbol-db: bgo #614936 - compile error with cfiles under js_parser
3775 symbol-db: bgo #614932 - void function cannot return value
3776 symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
3777 language-support-cpp-java: libstdc++ is not available on Solaris #614928
3778 gtodo: Deselecting "Hide completed items" does nothing (#614751)
3779 language-support-cpp-java: bgo#615596  - . -> completions doesn't work with prefixed &, %, etc
3780 libanjuta: #615718  - anjuta-command crash call on set_error_message.
3781 js: bgo#615341  - Use correct LDFLAGS for the JS plugins
3782 dir-project: bgo #616503 consider Vala files as sources
3783 patch: Fixed bug 616740 - duplicated shortcuts nodes
3785 Anjuta 2.30.0 "Ostern in Berlin" (29 March 2010) -- Johannes Schmid
3787 Bugs fixed:
3788 git: Free the log message for merges at the right time
3789 Makefile.am missing libxml flags in some plugins (bgo#613559)
3790 macro: #613118 - Please fix escaping of UTF-chars in ui file
3791 project-wizard: JS template support and require GJS 0.6
3792 build: bgo#612959 - Anjuta crashes when clicked 'Compile'
3793 language-support-cpp-java: Avoid duplication of local symbols in project search
3794 language-support-cpp-java: Fixed some undo problems with indentation
3795 sourceview: bgo#567029 - underline warnings/errors using user-selected message colors
3796 starter: Add tooltip for recent projects.
3798 Anjuta 2.29.92 "Give me Shortcuts" (8 March 2010) -- Johannes Schmid
3800 Changes:
3801 - Stabilisation fixes with autocompletion
3802 - Performance work
3804 Bugs fixed:
3805 anjuta: bgo#567689 -  Shortcuts grabbed all components of anjuta
3806 bgo #566194 -  Garbage in the message pane for messages with bold font
3807 sourceview: Don't block F7 shortcut (bgo#611204)
3808 language-support-cpp-java: Better expression parsing (bgo#608499)
3809 project-wizard: Added back translatable-strings.h until bgo#610934 is fixed
3810 preferences: fix preferences registration for recent gtk+ versions (bgo#609190)
3811 project-wizard: bgo#606596 -  Javascript template doesn't make sense
3812 fm: bgo#605050 -  Saving a file duplicates its entry in File Manager
3813 build-basic-autootls: Get make targets for files from language-manager plugin (bgo#611933)
3814 bgo #611312 -  Make manual page up-to-date
3816 Anjuta 2.29.91 "Vala la Révolution" (22 February 2010) -- Johannes Schmid
3818 Features:
3819 - Support for Vala symbols in the symbol-db
3821 Bugs fixed:
3822 language-support-cpp-java: bgo#609227 -  autocompletion problem (and some memory leaks)
3823 bgo #550715 - Smaller icons in plugin list.
3824 language-support-cpp-java: reapplied previous commit. bgo#610397 bgo#610404
3825 symbol-db: bgo#610404 added cancel logic to search command.
3826 starter: bgo#582726 -  Loading file from command-line/nautilus puts starter page in front of file
3827 project-import: bgo#582717 -  'Create Folder' button not applicable in 'New From Existing Sources' file
3828     chooser dialog
3830 Also special thanks to all translaters!
3832 Anjuta 2.29.90 "Jag älkar svesk..." (7. Februar 2010) -- Johannes Schmid
3834 Features:
3835 - None (we are in feature freeze) except new language for Codename ;)
3837 Bugs fixed:
3838 bgo #608701 -  Compiler warnings
3839 bgo #608396 -  crash while refreshing a buffer with some breakpoints
3840 + Several fixed in symbol-db and language-support-cpp-java
3842 This is the first beta release in the 2.30 cycle so please give it some testing!
3844 Anjuta 2.29.6 "Naba is back" (25 January 2010) -- Johannes Schmid
3846 Features:
3847 - Packagekit integration (Naba Kumar)
3848 - Project manager supports a simple "Directory" project now which allows
3849 to handle project that either don't use automake or where the automake parser
3850 can detect the files correctly. (Sébastien Granjoux)
3852 Bugs fixed:
3853 bgo#541687 - selecting properties of executable with mouse
3854 class-gen: bgo#606801 -  Bad translation error + GTKmm Project error
3855 bgo#572754 - Replace deprecated GTK_OBJECT_TYPE with G_OBJECT_TYPE
3856 bgo#601750 -  Tooltip evaluation doesn't respects mouse position
3857 bgo#605060 -  Single-step highlighting works only for the first-opened project
3858 bgo#607415 -  Anjuta creates lots of random directories
3860 Anjuta 2.29.5 "Birthday present" (12 January 2010) -- Johannes Schmid
3862 Features:
3863 - Completion for ., ->, and :: in C/C++
3865 Bugs fixed:
3866 symbol-db: re-fixed bgo#605952 with patch from Sébastien Granjoux.
3867 language-support-cpp-java: #566982 -  don't autocomplete inside string or comment
3868 sourceview: Implement ianjuta_editor_cell_get_attribute() properly (#586457)
3869 bgo #605763 -  No file found while adding a simple c++ class
3870 bgo #605730 -  completion "." "->" are not shown
3871 bgo #606069 -  Anjuta won't attach to process to debug it
3872 symbol-db: bgo#605952 -  Some small fixes for symbol-db
3873 bgo #559876 -  I can't add python file source code to Project > Add source code
3874 bgo #565191 -  'add project target' is mostly broken
3875 bgo#566209 -  "generate inhertances..." progress bar doesn't disappear
3876 symbol-db: fixed bgo#605343 - fix build warnings
3877 symbol-db: fixed bgo#605306 -  Add missing include to fix build
3879 Anjuta 2.29.4 "Snow makes happy aka Last X-Mas" (21. December 2009) -- Johannes Schmid
3881 Features:
3882 - Javascript support (Deniz Ermilov)
3883 - Support for parsing expressions allowing member completion (Massimo' Cora)
3884 - Improved autocopletion support using GtkSourceCompletion support in
3885 GtkSourceview master (Johannes Schmid)
3887 Bugs fixed:
3888 bgo#597318 - Anjuta terminal crashes X
3889 bgo#597815 - Crash due to malformed UI definition file
3890 bgo#599532 - plugin.c: missing call to fclose
3891 bgo#600924 - misc. build fixes for 2.28
3892 bgo#601567 - Import from git fails
3893 bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar
3894 bgo#559925 - Send special keys to the terminal
3895 bgo#602784 - Remove unneeded libsexy code
3896 bgo#604581 - Crash Scintilla when writing a comment
3897 bgo#599323 - symbol-db plugin can't create the symbol database
3898 bgo#604954 - Configure project fail if project path contains space
3899 bgo#604621 - specify /dev/shm at config time.
3901 Anjuta 2.29.2 "Prager Herbst" (14 November 2009) -- Johannes Schmid
3903 Features:
3904 - New codename ;)
3905 - For upcoming features, see the new-project-manager and the cxxparser branches
3907 Bugs fixed:
3908 String review (thanks to Phillip Withnall)
3909 symbol-db: fix #597113
3910 search-plugin: unmerge ui and remove action group when the plugin is deactivated
3911 git: remove action groups when the plugin is deactivated
3912 file-manager: fix bug where we accessed the FileView even though it was freed
3913 debug-manager:bgo #596009 -  Easier adding of watches
3915 Anjuta 2.28.0 (28 September 2009) -- Johannes Schmid
3917 Bugs fixed:
3918 gdb: bgo#594665 -  Fix link of test program
3919 sourceview: Report error when location is > 0 for markers (bgo#593954)
3920 terminal: bgo#594648 -  Terminal does not work
3921 sourceview: #355151 -  drag/drop into editor window should open file
3923 And of course lots of translation updates!
3925 Anjuta is translated fully into the following languages:
3926 pt_BR, en_GB, bg, de, da, fr, gl, it, pt, sv, es, tr, uk, hu, th
3928 The manual is fully translated for:
3929 el, es and th
3931 Anjuta 2.27.92 (7 September 2009) -- Johannes Schmid
3933 Bugs fixed:
3934 class-gen: bgo #593532 - Untranslated strings
3935 language-support-cpp-java: bgo #593291 - fix small typo
3937 Thanks to all translators!
3939 Anjuta 2.27.91 (27 August 2009) -- Johannes Schmid
3941 Updates:
3942 - Some git fixes (file-status, etc.)
3943 - Stability fixes on symbol-db
3945 Bugs fixed:
3946 Typo in Anjuta pot file (bgo#593236)
3947 bgo #592941 – Fixed errors in Anjuta IDE Manual (Greek translation)
3948 bgo #591758 -  Fix language mistakes
3949 bgo #591887 -  Bad strings for translation
3950 bgo #590117 – Build failure: local scandir() function collides with system's
3951 bgo #589828 – Can't open GtkBuilder files with the glade plugin
3952 bgo#590708 – Some untranslated strings
3953 project-wizard: bgo#591359 – Need an easier and intuitive way to create a shared library project
3954 bgo #590337 – Compile failure: not allowed to link against a -module
3955 bgo #590720 – glade plugin FTBFS on mips(el) and alpha, LANGUAGE_C built-in
3956 bgo#590337 – Compile failure: not allowed to link against a -module
3957 language-support: bgo#575926 – 'Maintain past indentation' disables itself
3958 bgo #578690 – Several components underlinked
3959 bgo #585428 – Context needed to translate
3960 bgo#590334 – Fix -I ordering
3961 bgo #590338 – Missing plugins flags
3962 git: Add init support (bgo 566698)
3963 language-support-cpp-java: fixed critical #588112 - infinite loop / freeze
3964 bgo#587248 – Encoding key in desktop file is deprecated
3965 bgo#588485 – fixes from running anjuta with G_DEBUG="fatal_warnings"
3966 bgo#589699 – When ~/.cache isn't exists, session data isn't saved
3967 bgo#588506 – Wrong value of PACKAGE_DOC_DIR
3968 bgo#589601 – "gtk-execute" and "gtk-cancel" marked for translation
3970 Anjuta 2.27.5 (27 July 2009) -- Johannes Schmid
3972 Updates:
3973 - Even better git plugin (James Liggett)
3974 - Work to get C++ autocompletion done (Massimo' Cora)
3976 Bugs fixed:
3977 git: Show the active branch in the status bar (bgo 589401)
3978 symbol-db: #588387 make typeahead searching caseless
3979 Migrate anjuta project wizards from libglade to GtkBuilder (GnomeBug:530740)
3980 bgo #575147 – Headers of new C++/GObject classes have wrong copyright and license notices.
3981 bgo #577741 – "single step over function" does not always work as expected
3982 bgo #587957 – doap file missing bug-database
3983 bgo #583731 – Some untranslated strings
3984 git: Refresh the log view when switching branches (bgo 580276)
3985 bgo#578438 – broken svn libraries detection in configure
3986 git: Fix a typo in a menu tooltip (bgo 587191)
3987 gbf-am: build fix #586926
3988 #586926 – gdbmi_test build fails
3989 bgo#513156 – Get rid of libgnome(ui)
3990 git: Add descriptions to the menu items (bgo 577924)
3991 #586621 – Crash while loading project file
3992 go#586148 – Case had to be the other way around
3993 bgo#586148 – Fixing setting whitespace for the editor not working
3994 bgo#577924 – Fixing AnjutaStatusbar for displaying menu tags
3995 #577232 – run-program plugin: projects's working directory should be set to project root on start
3996 #586030 – Value of a new environment variable is not saved in run parameter dialog
3997 #584180 – Duplicate copy of GBF/General.pm installed to same location
3998 #582961 – Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
3999 subversion: Show conflicted files in the commit dialog (bgo 578411)
4000 symbol-db: #585498 – Completion stop working and strange warning
4002 Anjuta 2.27.3 (14 June 2009) -- Johannes Schmid
4004 Updates:
4005 - Pixel-saving UI for tabs
4006 - Remove markup from translatable strings
4008 Bugs fixed:
4009 - Lots of git bugs fixed
4010 #584013 – libanjuta-1.0.pc.in still requires libglade-2.0
4011 #584347 – Don't reference child revisions
4012 #567214 - bookmarks window wastes too much space
4013 #582464 – crash in Anjuta IDE: Hacking on Empathy, dele...
4015 Anjuta 2.27.2 (26 May 2009) -- Johannes Schmid
4017 Updates:
4018 - Lots of git improvements
4019 - Subversion improvements
4020 - Removed libglade dependency
4022 #581416 - Fix void function cannot return value
4023 #581869 - anjuta fails to build outside source tree
4024 #582710 - Please consider using g_timeout_add_seconds to reduce wakeups
4025 #582977 – String misspelled
4026 #581421 - build fail on symbol-db/test
4027 #530740 – Use GtkBuilder instead of libglade
4028 #583589 – Some untranslated strings
4029 #580340 - Reuse the last commit message when amending commits
4031 Anjuta 2.27.1 (4 May 2009) -- Johannes Schmid
4033 Updates:
4034 - Improvements in git plugin
4035 - Improvements with auto-completion speed
4037 Bugs fixed:
4038 #530740 - Use GtkBuilder instead of libglade
4039 #581074 - Creating a new wxWidgets project should not include libglade
4040 #580994 - using DEBUG_PRINT instead of g_print
4041 #580013 – patch plugin doesn't handle patch-files with whitespace
4042 #568779 – project wizard should infer project name from base path
4043 #577721 – tooltips appears in wrong position
4044 #579118 – Segmentation fault when adding file to project
4045 #578087 – Artwork for Symbol Database is actually not from Monodevelop
4046 #567588 – highlight default button in Find dialog
4047 #576959 - Search does not point to correct line number on first match when file is not opened in editor.
4048 #577006 – crash creating new file
4049 #574607 – Replace function selects text uncorrectly
4050 #576057 – doesn't build with graphviz 2.22.2
4051 #575617 – Update FSF address
4053 Anjuta 2.26.0 (16 March 2009) -- Johannes Schmid
4055 Bugs fixed:
4056 #397883 – The license info is almost empty
4057 #574376 – Save doesn't always save
4058 #573858 – link fail on Solaris for plugin symbol-db
4059 #562113 – Clean docbook syntax in order to validate
4060 #571740 – Get rid of deprecated libgnomecanvas
4061 - Fixed crash in git plugin
4062 - Fixed little problem in build plugin
4063 - Fixed distcheck
4065 - Translation updates:
4066 Anjuta is now fully translated into the following languages:
4067 pt_BR, en_GB, da, fi, fr, gl, el, it, ca, pt, sv, es, tr, hu, vi, de, sl
4068 and over 80% in
4069 ru, ja, mr, ar, th, pl
4070 The manual is translated into Spanish now.
4072 Thanks to all translators
4074 Anjuta 2.25.903 (2 March 2009) -- Johannes Schmid
4076 Bugs fixed:
4077 - Valgrind memory fixes
4078 - Documentation fixes and updates
4079 - Fixes in the glade plugin
4080 - Version control integration fixes
4081 - Auto-indentation fixes
4082 #564282 – configure error: source directory already configured
4083 #567513 – Running configure doesn't make anjuta be aware that the
4084   project doesn't need a configure stage in its menus
4085 #565170 – Invalid read in plugin.c
4086 #573326 – Debug misfunction
4087 #572637 – Valgrind shows some errors in symbol-db
4088 #567068 – autocomplete box should vanish on backspace
4089 #564306 – don't ask which program to run if project has only one target
4090 #559806 – Anjuta crashes when closing unsaved file
4091 #556970 – Swap .h/.c doesn't work for C header files (*.h)
4092 #555895 – Save configure options for build configuration
4093 #572608 – crash clicking on 'find in files...' results.
4094 #572451 - crash on closing project
4095 #571760 – Find & Replace is broken (due to my previous changes)
4096 #511589 - remove missed includes
4097 #572289 – Make code less ambiguous
4098 #564891 – Crash when closing editor window
4100 Anjuta 2.25.902 (16 February 2009) -- Johannes Schmid
4102 This is a bug-fix release for the GNOME 2.25.91 Beta!
4104 Updates:
4105 - Code completion
4106 - Searching
4107 - Project Management
4109 Bugs fixed:
4110 #570820 – problem with gtk+ trunk
4111 #564942 – display project-relative path in search results pane
4112 #571381 – Seach button disabled if no files opened. 
4113 #571733 – file manager should sort files case-insensitively
4114 #571233 – Uncorrect loading of subversion plugin
4115 #571215 – doesn't indent function declarations correctly
4116 #570492 – Some criticals in the terminal plugin
4117 #556148 – it's impossible to remove project variables
4118 #571262 – gbf-am: treat tail slash as a package
4119 #566991 – list project modules in sorted order
4120 #571114 – Crash after clicking on Edit/Preferences with open document
4121 #571143 - Double free crasher of path string.
4122 #563704 – Anjuta displays column/line numbers after edit windows closed
4123 #556970 – Swap .h/.c doesn't work for C header files (*.h)
4124 #570720 – There are warnings in some cases when I press cancel in 
4125         program arguments dialog
4126 #566785 – Anjuta crashes after enabling and disabling a plugin
4127         often
4128 #567606 – Auto-indentation in Anjuta gets tab indentation wrong for function paramaters
4129 #565015 – duplicate matches in search results pane
4130 #539580 – Uncorrect pass search result to
4131 #570614 – outdated download addresses
4132 #566531 – Find & Replace results in wrong result for files
4133         containing multi-byte UTF-8 sequences
4134 #570877 – symbol-db doesn't scan user-added packages.
4135 #570929, initialize widgets before add watches.
4136 #566987 – display tooltip with prototype when calling function in project.
4137 #570245 – gbf gio-critical g_file_query_exists
4138 #566693 – Code completion of symbols usually not working
4139 #570492 – Canot open editor - crash
4140 #567100 – opening Find dialog causes GtkSpinButton warning
4141 #570444 – can't change numbers in preferences dialog
4142 #566987 – display tooltip with prototype when calling function in project
4144 Thanks to anybody involved!
4146 Anjuta 2.25.901 (3 February 2009) -- Johannes Schmid
4148 This is a bug-fix release for things that were broken too much in 2.25.90
4150 Bugs fixed:
4151 #570249 – glade plugin does not build
4152 #566702 – Please add a separator between Build Project and Build Tarrbal
4153 #570264 – cannot do subversion->commit: no modified files are detected anymore
4154 #570223 – Replace all in open buffers crashes
4155 #567206 – Build doesn't start if auto-save fails
4157 Anjuta 2.25.90 (2 February 2009) -- Johannes Schmid
4159 New:
4160 - Glade integration work (GSoc) merged
4161 - Support for scratchbox2
4163 Updates:
4164 - Improved file status display
4165 - Don't depend on Gnomeprint
4167 Bugs fixed:
4168 #561370 – there is no way to know which files are in repository and which not.
4169 #566800 – Had a random crash in "File manager" preferences pane
4170 #569908 – completion of symbol shouldn't scroll the editor
4171 #511589 - fix c&p error in uri_is_parent; fix uri_get_chrooted_path
4172 #570136 – add option to not show unversioned files
4173 #542412 – GSoc: Glade3 integration
4174 #567728 – Copypasting build errors, messages and warnings
4175 #564276 – useless checkbox next to action groups in Shortcuts view
4176 #514609 – install-data-hook problem on Gentoo
4177 #563499 – Goto Matching Brace and other commands missing in GtkSourceView editor
4178 #564272 – Highlight Mode menu should indicate current mode
4179 #567030 – gtksourceview editor should underline warnings
4180 #561094 – Creation of backup files can't be disabled using gtksourceview
4181 #569585 – translation issues, typos
4182 #570034 – the open ToolbarItem is named "Open recent file"
4183 #570056 – version mismatch for dependency gtk+
4184 #567846 – A lot of g_warning-s when starting up Anjuta
4185 #570014 – invalid print of uninitalized value
4186 #560857 – GNOME Goal: Remove deprecated GLib symbols
4187 #567361 – allow me to jump to declaration in external package header
4188 #513156 – Get rid of libgnome(ui) (partial)
4189 #569857 – terminal copy/paste doesn't work
4190 #566209 – "generate inhertances..." progress bar doesn't disappear (partial)
4191 #549958 – user is not notified if a file is removed from filesystem
4192 #567206 – Build doesn't start if auto-save fails
4193 #357275 – allow user to jump directly to Symbols / Search
4194 #357275 – allow user to jump directly to Symbols / Search
4195 #491491 – Auto save's problem (automatic reload was a bad idea)
4196 #357820 – Goto / Previous history should return to previous cursor position
4197 #569225 – glade-plugin build error
4198 #568493 – Anjuta freezes after moving around large portions of code
4199 #511589 for debug-manager plugin
4200 #491491 – Auto save's problem (reload automatically)
4201 #549958 – user is not notified if a file is removed from filesystem
4202 #564308 – autogenerated gtk/gnome program does not exit
4203 #565188 – Invalid write on deinitialization
4204 #568119 – Automatic scanning of system-packages doesn't work
4205 #568381 – Website manual chapter 5. Debugging
4206 #548310 – Allow plugins to load/save key accelerators
4207 #565320 – sbox2 support for anjuta
4208 #564659 – Port anjuta to use Gtk+ print instead of deprecated gnomeprint
4209 #566696 – Make the terminal plugin open in the directory of the project
4210 #568254 – build fail on symbol-db-engine-core.c with suncc
4212 Anjuta 2.25.5 (19 January 2009) -- Johannes Schmid
4214 New:
4215 - File-browser shows version control status for subversion using emblems
4217 Updates:
4218 - Removed gnome-vfs usage
4219 - Lots of improvements with auto-completion and symbol-db
4220 - string fixes
4222 Bugs fixed:
4223 #567967 – build fail with sun cc because zero-sized struct
4224 #568068 – critical warnings on activation of debug-manager
4225 #531717 - remove tray icon
4226 #511589 - port to gio
4227 #568008 – invalid g_object_unref in file-manager
4228 #568020 – critical warning on bracket completion
4229 #565353 – View Log and Diff context menu commands should 
4230         act immediately
4231 #568028 – goto [declaration|implementation] should prefer the current 
4232         file.
4233 #567060 – symbol search should ignore case.
4234 #565342 – wizard creates useless dist-hook in Makefile.am
4235 65024 – "Retrieving log..." still displayed after retrieval 
4236         complete
4237 #564988 – Subversion context menu should have a Revert command
4238 Fix #567222 – Please add comments for translators
4239 Fix #567216 – Don't leave trailing spaces
4240 Fix #567226 – Don't leave trailing spaces
4241 Fix #567224 – Don't leave trailing spaces
4242 Fix #567881 – Strange strings
4243 #567523 (Goto Implementation jumps to declaration).
4244 #567504 – New Project dialog is not centered
4245 #567505 – Anjuta hangs while generating inheritances
4246 #567217 – Don't use trailing spaces.
4247 #567228 – Don't leave trailing spaces.
4248 #548910 Hide the Global tab in case only C-files are used in a project.
4249 #567360 – Context Help needs an icon
4250 566924 - Subversion diff should be done from the project's root
4251         directory.  
4252 #566943 – Icons are not not found
4253 #567156 – better autodetection of language
4254 #567010 - Can't import project if parse scripts failed
4255 #567068 – autocomplete box should vanish on backspace
4256 #566987 – display tooltip with prototype when calling function in project
4257 #566693 – Code completion of symbols usually not working
4258 #567227 – Don't leave trailing spaces
4259 #567223 – Don't leave trailing spaces
4260 #567219 – String fixes
4261 #567218 – Don't leave spaces before punctuation
4262 #567203 – small signal error in symbol-db-system
4263 #566985 – sort multiple symbol matches by file path
4264 #567058 – Goto Implementation can't jump to struct or typedef types
4265 #566690 – Goto declaration menu item should go to implementation if 
4266         there's no delcaration
4267 #567067 – Anjuta hangs if I close project while scanning symbols
4268 #567049 – Goto Definition fails for symbols ending in a digit
4269 #566699 – Default "Available API tags" for 
4270         Symbol Database preference tab.
4271 #566691 – Goto declaration nor goto definition work with macros
4272 #565981 – Don't use g_file_test()
4273 #511589 - Remove unnecessary hack for GNOME-VFS which
4274         is not needed for GIO/GVFS
4275 #511589 – Remove dependency on gnome-vfs from Makefiles
4276 #511589 – Anjuta uses GNOME-VFS
4277 #566715 – invalid free in run-program/parameters.c
4278 #511589 – Anjuta uses GNOME-VFS 
4280 Anjuta 2.25.4 (5 January 2009) -- Johannes Schmid
4282 Translations updates:
4283 ====================
4284 es, fr, sv, fi, he, ru, pt_BR, pl
4286 New:
4287 - Symbol-db plugin now default and working, old ctags code and symbol-browser
4288 removed
4289 - Starter plugin for fast access to common actions
4290 - Remote debugging support using gdbserver
4291 - New bookmark interface
4292 - gnome-build merge into anjuta
4294 Updates:
4295 - Single toolbar without bonobo
4296 - Devhelp plugin uses webkit now
4297 - Lots of HIG fixes
4298 - Improved searching
4299 - Scintilla updated to 1.77
4301 Special thanks to (in no particular order, before the huge list of bugs appears...)
4302 - Sébastien Granjoux (for general bug fixing, merging gnome-build and being totally awesome)
4303 - Massimo Cora' (for doing the great work on the symbol-db plugin)
4304 - Naba Kumar (for giving lots of input on design decisions)
4305 - James Liggett (for the work on the version control plugins)
4306 - Adam Dingle (for many patches and lots of QA in bugzilla)
4307 - Jens Georg (for the GNOME-VFS porting)
4308 - Carl-Anton Ingmarsson (for various great patches)
4309 - Ignacio Casal Quinteiro (for updating devhelp to webkit and the new starter plugin)
4310 - All translators and people I possibly missed here
4312 Bugs fixed:
4313 #565885 – Search is broken for a single file with output to find pane 
4314 #565714 – use F11 shortcut for Full Screen
4315 #511589 – Anjuta uses GNOME-VFS (partly)
4316 #305515 – Bookmarks are not remembered across sessions
4317 #566284 – search-view should match more
4318 #566225 – activating selected row in search view does nothing
4319 #564302 – "Loaded Project..." is confusing
4320 #566129 – crash when project opening and file not found
4321 #565773 – symbol scanning is very slow
4322 #529181 – refresh dialog pops over all windows
4323 #563988 - Zoom factor is not updated correctly in scintilla
4324 #565769 – symbol-db blocks anjuta when files are removed
4325 #565890 – cleanup thread handling by using a GThreadPool
4326 #565823 – symbol-db hardcodes /usr/include for header files
4327 #545127 – When searching down can't see below search result
4328 #565278 – remove Next Occurrence and Previous Occurrence commands
4329 #565014 – sort Find in Files output by filename
4330 #564891 – Crash when closing editor window
4331 #565691 – no Goto Definition command in symbol-db
4332 #565701 – Anjuta hangs if ctags not installed
4333 #565578 – Next Document command does not cycle back to first document
4334 #565650 – Port anjuta-session from gnome-config to GKeyfile
4335 #565706 – trailing period in symbol-db labels
4336 #565700 – Enter key inserts garbage into Symbols / Search box
4337 #565492 – remove usage of std i/o
4338 #560857 – Remove deprecated GLib symbols in project wizard
4339 #565381 – Anjuta manual needs copy editing
4340 #564987 – Save All, Close All should appear in Documents menu
4341 #565002 – Redo shortcut should be Ctrl+Shift+Z
4342 #565016 – Previous History and Next History should have shortcuts
4343 #563585 – Find in Files is extremely slow
4344 #565189 – anjuta fails to build due to IAnjutaBookmark not being
4345         removed from documentation
4346 #564673 – I cannot activate sourceview plugin over scintilla
4347 #563889 – GNOME Goal: Clean up GLib and GTK+ includes
4348 #563980 - displayed some more info on search tab
4349 #309664 - Some file types impossible to open In Anjuta
4350 #563490 – Select Code Block command selects nothing in GtkSourceView editor
4351 #559806 – Anjuta crashes when closing unsaved file
4352 #563988 – don't display zoom factor when using GtkSourceView editor
4353 #564295 - minor English fix
4354 #563500 – inconsistent case sensitivity defaults
4355 #564377: Avoid opening an empty buffer when file does not exist
4356 #562808 – symbol-db crashes with latest libgda
4357 #560857: Remove use of g_mem_chunk in tools plugin
4358 #513156: Get rid of libgnome(ui) (partial)
4359 #563692: added a toolbar with build and execute buttons
4360 #563696 – garbage pixels appear in build output
4361 #563685 crash when trying to create a GObject
4362 #563753 default project directory is "/" until I set it explicitly
4363 #563586 Crash if project TODO.tasks is not readable
4364 #559951: Class Generator cannot add new class
4365 #563530: "Do not show binary files" should add ".pyc" and ".pyo"
4366 #552081: Dependent plugins are not added in the preference dialog
4367 #560284: Crash when deleting a folder outside Anjuta
4368 #562623: Project creation fails if path uses a tilde
4369 #562754: Create corresponding header file does not work
4370 #548873: File->Close project menu remains active after closing
4371         a project
4372 #562750 – The view should be showed when you search something.
4373 #558910: libanjuta has several warnings
4374 #560311 – Update devhelp plugin to use webkit version
4375 #557767 – Open file in file tree view on press Enter
4376 #312660 – Too many click to set "terminus" font
4377 #561369: Debug->add source path menu item doesn't work
4378 #558788 – Improving debugging
4379 #559800 - Missing debugger menu
4380 #558315 – Ambiguous message
4381 #544583 Add support for gnome applet projects
4382 #556147 Provide valid default directory for project
4383 #552996 - New file dialog misses BSD licence
4384 #545668 - new file are not added correctly to the project
4385 #545668 – file's icon not correctly updated on tabs-right-click
4386 #556053 – closing file tabs disable 'save button'
4387 #556053 – closing file tabs disable 'save button'
4388 #523609 – PATCH: Using a deprecated func in about.c
4389 #554337 Allow to change build directory to project directory
4390 #554337 Set uri instead of current_folder_uri
4391 #554684 – Cursor column number is not updated when typing text
4392 #554337 could not find glade file while executing a program
4394 Anjuta 2.24.0 (22 September 2008) -- Johannes Schmid
4396 Translations updates:
4397 ====================
4398 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
4400 Updates and fixes:
4401 - New version of symbol-db plugin beta
4402 - Fix warnings, some documents could have no associated file
4403 - Fix #529468: Use weak pointers to avoid acting on widgets that have
4404   been destroyed.
4405 - Fix #551574 Project names and descriptions are not translatable
4406 - Fix #551684: Wrong AC substitutions in anjuta-version.h.
4407 - Fixed a problem with async file loading.
4408 - Fix libanjuta API documentation
4409 - Imported new symbol icons from MonoDevelop.
4410 - Fix #550322 - Newlines should be placed at the end of error messages
4411   lines
4412 - Fix #550470 - Crash: Executing file through popup menu
4413 - Use the View->Editor->* menu items for view spaces, view eol and
4414   line wrap (new) option instead of the preferences.
4415 - Fix #549950 - crash while saving a file
4418 Anjuta 2.23.91 (1 September 2008) -- Naba Kumar
4419 -------------------------------------------------
4421 Translations updates:
4422 =====================
4423 mr, sq, es, gl, sr@Latin, ar, fi, gu, sv, de
4425 New:
4426 ====
4427 * GSoC Git plugin completed: Beta 1 completes the agreed-upon feature set in
4428   the proposal.
4429 * Symbol-DB plugin maturing.
4431 Updates and fixes:
4432 ==================
4433 * Fixed a crasher in symbol-db due to use of uninitialised memory
4434 * Fixed bug #548622 – sun cc can not compile build-options.c
4435 * Do not free mutex in symbol-db because that crashes 50% of the time.
4436 * Fixed critical on plugin deactivation of message-view plugin
4437 * Fixed bug #546109 - Spurious libanjuta-2.0.pc file
4438 * Install anjuta-version.h
4439 * Keep const gchar* instead of GFile in debugger interface
4440 * Updated debugger documentation
4441 * Updated build documentation
4442 * when terminal window is active (remove shortcut)
4443 * Fixed bug #548646 Delete key press is routed to editor window
4444 * Fixed bug #549105 Patch plugin icon not loaded
4445 * Fixed bug #549405 – There are warnings when I create a new file
4446 * Fixed bug #548606 now engine exits cleanly even if it's in scanning mode.
4447   It still remains the libgda bug anyway, bug #545979.
4448 * Fixed bug #522032 also for symbol-db.
4449 * Added two checkboxes: one is for parallel scan control, the other is for
4450   the buffer updating control.
4451 * GSoC Git plugin: Beta 1 completes the agreed-upon feature set in
4452   the proposal.
4453 * Fixed bug #548984 – Use AC_HELP_STRING macro
4454 * Use gnome-terminal if terminal plugin is missing
4457 Anjuta 2.5.90 (18 August 2008) -- Johannes Schmid
4458 -------------------------------------------------
4460 Translations updates:
4461 =====================
4462 ar, be@latin, de, es, fi, gl, he, mk, oc, pt, ru, th, vi
4464 Updates and bugfixes:
4465 =====================
4466 * Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
4467 * Fix a crash when GNOME Terminal is not installed
4468 * now search for symbols can be done also in global tags. Added a new parameter
4469         to search function and adjusted dependencies on different plugins.
4470 * Put tables.sql into distribution
4471 * Fix #536889 anjuta doesn't pass "make check"
4472 * Fixed #537398 – crash in Anjuta IDE: Closed project
4473 * Fix #537134: critical warnings tools->plugin_deactivate
4474 * Fix #534523: anjuta parses filenames from make wrong
4475   GMatchInfo need to be freed even when regex fail in build_get_summary
4476 * Fixed a possible bug where the project-manager plugin is deactivated twice.
4477 * Fix #536375: libsocket not included cause build fail on Solaris
4478 * Add new scratchbox 1 plugin implementing IAnjutaEnvironment
4479 * Enabled tooltips for recent files to identify full paths.
4480 * Ported file-manager to gio
4481 * Fix #530215 – Have a message area like gedit
4482 * Using glib/gi18n.h instead of libgnome/gnome-i18n.h
4483 * Fixed a crash on file selection. Gave enough buffer for the formated
4484   time print.
4485 * Restore text focus on switching editor with ALT+X and
4486   navigating from local-symbols view.
4487 * Fixed #528699 – Auto-indent ignores spaces-per-indent settings
4488 * Fix #538798: UI selected tab document differs from real one
4489 * Fix again #538798: UI selected tab document differs from real one
4490 * Fix #538921 – Duplicated folders
4491 * Fix #539726 – Completing port to GIO
4492 * Fix #513156 – Get rid of libgnome(ui)
4493 * Fix #538443 – Missing files in POTFILES.in
4494 * Fix #538906 – Enable state "Max actions" when "No limit" toggled
4495 * Fix #449620 – Implement autocompletion for gtksourceview editor
4496 * Fix #540731 - Port editor to gio
4497 * Fixed loading of files from the command line
4498 * Fixed crash when double-clicking on a breakpoint.
4499 * Change (nearly) all interfaces to use GFile* instead of uris
4500   Document all shell variables
4501 * Fixed #541313 – Crash on saving file
4502 * Fix #515954 – create_global_tags.sh: wrong anjuta-tags path
4503 * Fixed global tags loading
4504 * Fix bug #538217: Run in terminal option isn't remembered
4505 * Fix bug: Debugger sources directories isn't remembered neither
4506 * Fixed "Hide binary files"
4507 * Fix #539551 – AutoComplete doesn't work
4508 * Fix #539551 – AutoComplete doesn't work
4509 * Fix #357697 – readonly file can be edited
4510 * Fix #511762 – Multiple selection don't work well when hitting enter
4511 * Fix #535173 – UI isn't updated on closing all documents
4512 * Fix #500962 – Further icons
4513 * Fix #475244 – AC_SUBST() not needed after PKG_CHECK_MODULES()
4514 * Fix #518594 – Get rid of .anjuta and follow fd.o specifications
4515 * Fixed #541689 – Filter buttons added
4516 * Fixed symbol-db plugin for threaded libgda calls
4517 * Show all completions even when the editor makes own suggestions
4518 * #541941 – Crash on searching with regular expression
4519 * Fixed #542838 – create_global_tags.sh is creating tags in root directory
4520 * Added 'continue global tags scan after abort' feature.
4521 * Allow to build project outside source directory (fix #540782)
4522 * Fix crash on closing project due to the previous patch
4523 * Add more options for build command: parallel make, keep going on error
4524   and keep message untranslated
4525 * Fix another crash on closing project with a file outside project
4526 * Fix #375640: Allow user to stop a build in progress
4527 * Fix #534566: expand shell variable in configure parameters
4528 * Fix #543889: Crash typing in configuration field
4529 * Fix #522825: Opening files from shell disable build->compile menu
4530 * Fix configuration name not displayed, error when compiling target
4531   outside project
4532 * Fix #543978: GPL license shown in COPYING file irrespective of
4533   which license selected
4534 * Fix #544190: Crash double click on item in stack trace
4535 * Fix #530630: Scintilla hand up after hit return
4536 * Fix #544841 – Cursor set on a wrong line when I click
4537 * Fix several memory leaks in build plugin
4538 * Keep all command data in one object
4539 * Fix #544495: Memory leak
4540 * Avoid using the same function name in interfaces implemented
4541   by the same object to avoid trouble with bindings
4542 * Fix crash on 64bits machine due to the previous change (thanks Ignacio)
4543 * Fix #543149 Project doesn't rebuild when file is changed
4544 * Bug #529270 - GSoc: Git Plugin, alpha release 3.
4545 * Add header file to expose libanjuta versioning information.
4546 * Add a preference for the new visible whitespace feature of gtksourceview
4547 * Pull GIO into the libraries that libanjuta links against. (Bug #546394)
4548 * Fix #542432 – Svn diff doesn't work correctly
4549   Convert the output of svn diff from localce to utf-8
4550 * Fix #545673 – A bug in isymbol_get_file function
4551   Use g_file_new_for_uri() instead of g_file_new_for_path
4552 * Fix #546620 – Build- and make dist fixes (with some small changes)
4553 * Fix #420279 – INS and OVR do not immediately change in status bar
4554 * Save files in their original encoding
4555 * Use a fallback dialog if the document was not added to the document-manager
4556   yet (#545557 – Crash pressing on message view)
4557 * Fix #493818 Close project with opened target properties dialog opened
4558   crash Anjuta
4559 * 545624 – Toolbar broken
4560 * Lots of improvements to symbol-db
4561 * Use uf8_strlen instead of strlen to avoid selection problem with
4562   non-ASCII search strings (see #440637 comment 15)
4563 * New git plugin (Anjuta GSoC project)
4565 Anjuta 2.5.0 (02 June 2008) -- Naba Kumar
4566 -----------------------------------------
4568 Translations updates:
4569 =====================
4570 gl, zh_TW, el, ru, en_GB, es, he, de, cs, ar, fr
4572 Updates and bugfixes:
4573 =====================
4574 * Fix #514620: Port anjuta to GRegex
4575 * Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
4576 * Update sexy icon entry
4577 * Fix #536045: New run program plugin crash
4578 * Keep comment for enum and structures
4579 * Declare class typedef first
4580 * Allow to document Anjuta shell variable using define
4581 * Add a documentation sample in IAnjutaProjectManager interface
4582 * Fix a detail in the previous patch
4583 * Fix #534175: Deprecated code in Plugin Tutorial
4584 * Use sh instead of bash when possible
4585 * Order of include matter on OpenBSD
4586 * ps syntax differ on *BSD
4587 * Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear CREAD).
4588 * Fix #528226: doesn't compiling on FreeBSD6.3
4589 * #535048 – Anjuta doesn't build when checking underlinking and overlinking
4590 * Forget this change to add AnjutaCommand and AnjutaAsyncCommand
4591   in the documentation
4592 * Change the new IAnjutaBuilder interface to use callbacks
4593 * Add the documentation of IAnjutaBuilder
4594 * Fixed bug #532537 - Crash on closing Anjuta Preferences when it
4595   open twice.
4596 * Set line to mouse location when popup-menu is displayed (#530689)
4597 * Document AnjutaCommand and AnjutaAsyncCommand
4598 * Fix a crash when changing a watch while debugger is stopped
4599 * Allow loading application/octet-stream mime type
4600 * Fix #378903: Use IAnjutaBuilder to always debug an up to date program
4601 * Use IAnjutaBuilder to always run an up to date program
4602 * New IAnjutaBuilder interface allowing to check if a target is up to
4603   data and having a notification when the target is built
4604 * Fix #533758: django project creation fails
4605 * #532625 – Wrong consecution of functions calls when opening a glade file
4606 * Fix #533346: Create project in path with spaces fails
4607 * Fix #531940: Can't change the default project directory
4608 * Remove useless _DEPENDENCIES
4609 * Fix #532243: Execute program with whitespace in the project path fails
4610 * Fix #531623: Crash on updating non-existing watch
4611 * Fixed a bunch of compiler warnings
4612 * Fixed global tags loading from project configuration and added a
4613   configuration option
4614 * Fix translation issues (#530860 and #531411)
4615 * #531405 – AM_CONFIG_HEADER macro is obsolete
4616 * add limit/offset keywords to search query. Adjusted APIs.
4617 * Fixed a minor bug with caches in the engine.
4618 * The terminal configuration default option doesn't work (#530031)
4619 * Combobox for terminal choose not working (#530032)
4620 * Do not reverse list of file in save-session (#531445)
4621 * Set line to mouse location when popup-menu is displayed (#530689)
4622 * Add a context menu with copy/paste in terminal plugin
4623 * Add an interface method to access the pkg-config data from gnome-build.
4624 * Automatically load symbol from project configuration (proof-of-concept)
4625 * Adapt to changes in recent libgda for symbols-db
4626 * Fix run plugin again, previous patch was causing a crash when
4627   the program exist
4628 * Fixed bug broken titles for new files
4629 * Added some utility methods (derived from gedit)
4630 * set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
4631 * fixed a population bug introduced with using of caches. It broke the kind
4632   of symbol in some cases (e.g. returning of table_id = -1). 
4633 * Avoid lazy initialization and inlined the lookup functions to speed up the
4634   thing.
4635 * Performances improvement in sdb_engine_second_pass_update_heritage () using
4636   a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
4637   logic in this part should avoid gui freezing, at least here it does not freeze.
4638 * greyed out trees while population is in place.
4639 * Put the new run program plugin in the default plugin list
4640 * Fix a crash when the program doesn't exist
4641 * Put the menu items of the message-manager in the correct Goto menu
4642 * Allow markup in dialog description
4643 * #523186 – Open With dialog should mention filename
4644 * #530033 – Have window title like gedit
4645 * Also add the dirty char (*) at the beginning of the filename to match HIG
4646 * Moved Goto menu into View to avoid cluttering the menubar and created
4647   new Documents menu
4648 * Show open documents in the "Documents" menu and add actions for next/prev
4649   document like in gedit. Don't center menu items of notebook popup menu.
4650   (Fixes bugs #453702 and #529528)
4651 * 530566 – Fix translation and POTFILES.in
4652 * Use current project folder as default and added a file filter for
4653   the patch file chooser.
4654 * fixed search symbols to match "foo_symbol_%"
4655 * New run program plugin, includes a new dialog box to set
4656   program arguments
4657 * Update debugger plugin to use run program parameter dialog
4658 * Remove run program menu item
4659 * Use a gchar * null terminated array instead of a GList for
4660   passing environment variables
4661 * Add a child-exited signal in the IAnjutaTerminal interface
4662   Remove environment variables merging, it is already done
4663   in vte
4664 * fixed partial pattern match in symbols accordingly with api.
4665 * Hide progress bar when things are done in symbols db.
4666 * new dynamic prepared queries architecture. Now every query used in the
4667   engine has its own compiled query in libgda-sqlite provider. This for speed
4668   improvements, code cleaning and auto-escaping of string parameters. 
4669 * Lookup of dynamic queries takes care of sym_info parameters and of 
4670   parameters passed to functions. The compiled GdaStatements are stored in an 
4671   array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
4672   are bounded at n = 5, to avoid a third level of indirection on the store-trees.
4673 * Fix #529798: Mark additional strings for translation
4674 * Add additional restriction on project name fix #529226
4675 * Fix #529506: Uncorrect unloading tools plugin
4676 * Don't spit out two many warnings when the message view is destroyed
4677 * Only use first 500 characters for validation
4678 * Use GRegex instead of pcre and convert files to utf-8 if necessary.
4679   Rest of #440637
4680 * #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
4681   (there was an else missing...)
4682 * Fixed bug #528264 - New: Uses incorrect spelling "assistent"
4683 * Fixed a condition where we kill our own process
4684 * Added new sessions states to avoid loading the local symbols before
4685   the session is loaded (speeds up start-up).
4686 * Fixed #528705 – There is no Redo
4687 * Add an env parameter in the IAnjutaTerminal interface allowing
4688   to specify additional environment variables
4689 * Show 5 project and 15 file items in recent-chooser
4690 * Make searching utf-8 aware. We still need to fix encodings for
4691   search/replace in files as it is currently assumed they are utf-8 like
4692   the editors.
4693 * Fix recent files in the toolbar
4694 * Do not enable brace autocompletion by defualt because it annoying for
4695   fast typist (i.e. it's easier to type ending brace than move carat)
4696   and it's currently broken for scintilla.
4697 * Removed dead files.
4698 * Added anjuta_utils_get_user_config_dir. This func is used
4699   to get the user config directory.
4700 * Switched from GnomeApp to GtkWindow.
4701 * Move the encoding conversion infrastrcute to libanjuta and update all
4702   users. Test all available encodings by default in scintilla editor
4703   like sourceview is doing and removed encoding preferences
4704 * Fixed crasher
4705 * Various small improvements to the dialog
4706 * Add separator to recent menu (#526932)
4707 * Merged the UI changes from bug #511688 and simplified the search dialog
4708 * Check for ctags binary (#516123)
4709 * GdaSet *plist is now used globally for every prepared statement.
4710   It won't be created/unreffed at every query.
4711 * Fixed crasher when deactivating symbol-db plugin
4712 * Don't use transactions - uses only half of the time now!
4713 * fixed global tab icons. Libgda could not understood the right fields, now it
4714   does.
4715 * Only show () for functions/methods and macros with arguments. Does not work
4716   with symbol-db yet but fixes things for symbol-browser
4717 * Fixed some issues with symbol caching
4718 * Give the symbol-db it's own progress bar because there are too many
4719   interactions with the global status bar.
4720 * Sort symbol trees
4721 * Block insert-text signal on cut/copy/paste
4722 * Only update buffer when a newline is inserted
4723 * Precompute file_defined_id to speed up symbol population
4724 * Fixed some problems with binary streams needed by symbol-db
4725 * Use some caching to speed up symbol population
4726 * Exit properly when symbol scanning is over
4727 * Fix bug #525999: Remove space in file and target names generated
4728   by project wizard
4729 * Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
4730   has been renamed ianjuta_document_manager_get_current_document
4731 * Added a check for vital programs and packages needed to create a
4732   new project. A warning dialog is shown to user in project
4733   wizard when he proceeds after selecting a project type.
4734   Updated all project templates to cover vital programs and
4735   packages to generate and build correctly.
4736 * Fixed bug #523068 link in about window doesn't work.
4737 * Removed unused color management code
4738 * Added style chooser for sourceview editor (#522555)
4739 * Moved "New" action from document-manager to file-loader using 
4740   IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
4741 * Killed libegg (#349279)
4742 * Removed dead code and libegg from Makefiles
4743 * Removed symbol-browser toolbar which used libegg and was
4744   buggy (#451588)
4745 * Port FileLoader to GtkRecent (#398984)
4746 * Merged changes from symbol-db branch
4747 * Use gnome_vfs_get_slow_mime_type()
4748 * Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
4749   supertype instead no plugin for mime-type was found (#525706)
4750 * Fixed padding in preferences
4751 * #515854 – Move configuration into preferences
4752 * #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
4753 * Improve start program dialog, allowing to specify working
4754   directory and environment variables
4755 * Get rid of gnome_help_display_with_doc_id()
4756 * Fixed type 'assistent' to 'assistant'.
4757 * Ports anjuta-ui to gtk_cell_renderer_accel
4758 * Ported the GnomeDruid stuff to GtkAssistant an removed the glade
4759   file because libglade doesn't have GtkAssistant support.
4760 * Avoid a crash when debugger stop on an error
4761   Display an error message when debugger target is not found
4762 * Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
4763 * Add API to set environment variables for the forked process
4764 * #520761 – Weirz behavior with popup
4765 * 520415 – [PATCH] Problems in auto indentatation code,
4766 * 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
4767 * 521691 – Crash when click "Resolve Conflicts" without opened project
4768 * 520324 – Execute command is not overridable
4769 * #521847 – anjuta freez when edit file
4770 * Removed all GNOME_CALL* calls in plugins.
4771 * Moved data/properties to plugins/editor/ and removed dead code from
4772   Makefile.am files.
4774 Anjuta 2.4.2 (27 May 2008) -- Naba Kumar
4775 -----------------------------------------
4777 Updates:
4778 ========
4779 Translation updates: he, pt_BR, es, ca
4781 Bugfixes:
4782 =========
4783 * Fixed bug #440637: Make searching utf-8 aware
4784 * Fixed bug #528705: There is no Redo (from trunk)
4785 * Fixed bug #528693: Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
4786 * Fixed bug #531623: Crash on updating non-existing watch
4787 * Fixed bug #532243: Execute Program with whitespace in the project path fails
4788 * Fixed bug #531940: Can't change the default project directory
4789 * Fixed bug #533346: Create project in path with spaces fails
4790 * Fixed bug #532625: Wrong consecution of functions calls when opening a glade file
4791 * Fixed bug #533758: django project creation fails
4792 * Fixed bug: crash when changing a watch while debugger is stopped
4793 * Fixed bug #532537: Crash on closing Anjuta Preferences when it open twice.
4795 Anjuta 2.4.1 (07 Apr 2008) -- Naba Kumar
4796 -----------------------------------------
4798 Updates:
4799 ========
4800 Translation updates: el, zh_TW, zh_HK, ml, ru, en_GB and it
4802 Bugfixes:
4803 =========
4804 * Fixed #520761 - Weirz behavior with popup
4805 * Fixed #520415 - [PATCH] Problems in auto indentatation code
4806 * Fixed #521691 - Crash when click "Resolve Conflicts" without opened project
4807 * Fixed #520324 - Execute command is not overridable
4808 * Fixed #521847 - anjuta freezes when editing file
4809 * Fixed #525706 - Use gnome_vfs_get_slow_mime_type() to determine the
4810    mime-type and try supertype instead no plugin for mime-type was found
4811 * Fixed #525999 - Remove space in file and target names generated
4812    by project wizard
4813 * Fixed sample anjuta plugin
4814 * Block insert-text signal on cut/copy/paste
4816 Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
4817 -----------------------------------------
4819 Updates:
4820 ========
4821 Translation updates: ca, it, es, pt_BR, gl, fi, lt, fr, en_GB, hi, hu,
4822 nl, ja, zh_TW, zh_HK, ar, ru, sv, nb, da and ml.
4824 Bugfixes:
4825 =========
4826 * Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
4827 * Fixed memory leaks and implemented ianjuta_editor_get_offset() which
4828   was missing.
4829 * Updated prepare-Changelog.pl to latest script version in gnome svn
4830 * Escape tooltip text to avoid broken markup
4831 * Removed some debug code
4832 * Fixed #519275 - Subversion should allow offline diffs
4833 * Fixes #518469 - Save message buffer not working good
4834 * Added a configure requirement for scintilla editor plugin
4835 * Fixed tags generation that broke in last release.
4837 Anjuta 2.3.5 (25 Feb 2008) -- Naba Kumar
4838 -----------------------------------------
4840 Updates:
4841 ========
4842 Translation updates: si, es, oc, ne, kn, de, en_GB, fi, be and pt_BR
4844 Bugfixes:
4845 =========
4846 * Fixed #515867 - Anjuta dies on startup
4847 * Fixed #515868 - File browser only shows icons when activated
4848 * Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
4849   from symbol-db branch
4850 * Fixed #515954 - create_global_tags.sh: wrong anjuta-tags path
4851 * Move anjuta-shell to noinst_PROGRAMS as it is just a test
4852 * Indent lines after comments correctly
4853 * Set indentation size correctly in sourceview plugin, when tab size is
4854   set by language support plugin
4855 * Indent /* */ comments correctly for multilines.
4856 * Fixed #504905 - Ctrl-I (Auto Indent) doesn't indent properly after
4857   C++ public: and private:
4858 * Fixed #516014 - Output in UTF-8 format to avoid hangs with the editor.
4859 * Fixed #516377 - Status bar does not change its status of 'Search for
4860   .. continued at top'
4861 * Fixed some memory leaks 
4862 * Fixed #516128 - crash in Anjuta IDE: selected profiler as the...
4863 * Fixed #516737: Import project doesn't load project with space in name
4864 * Fixed #516743: Import project keeps an old date on project file
4865 * Fixed #515207: Add a new project window screenshoot
4866 * Fixed #515993: "Add package" button is "Add Package" in code
4867 * Fixed #516727: "Build All" is "Build Project" in code
4868 * Fixed #516728: "Clean All" is "Clean Project" in code
4869 * Fixed #516728: "Autogenerate" is "Run Autogenerate..." in code
4870 * Fixed #516730: Fix note title 
4871 * Fixed #516630 - Selection custom binary in profiler is not user-friendly.
4872 * Fixed #516641 - Valgrind: Load Log does not clear list
4873 * Fixed implementation of get_character and return value of iiter_first()
4874   and iiter_last();
4875 * Cleaned implementation of char-added signal by using "insert-text" signal
4876   instead of filtering "key-press-event"
4877 * Some bugfixes and clean-ups in comment indentation code
4878 * Load executable in gdb with space in path name 
4879 * Fixed "char-added" signal to pass the correct iterator
4880 * Set breakpoint in file with uncommon characters in path name
4881 * Avoid a glib warning if no project is loaded
4882 * Fixed #518329: Crash when adding breakpoint and other similar bugs
4884 Anjuta 2.3.4 (11 Feb 2008) -- Naba Kumar
4885 -----------------------------------------
4887 Bugfixes:
4888 =========
4889 * Documentation fixes for IAnjutaDebugger* interfaces
4890 * ianjuta_document_manager_find_document_with_path expect an uri not a path.
4891 * Fix #513130, #513131 #513135: Wrong menu item names and errors in the
4892   documentation
4893 * Remove a possible memory leak
4894 * Fix #512901: Crash when adding a breakpoint
4895 * Fixed Editor->View popup menu for those entries that are appropriate for
4896   sourceview    
4897 * Fix #507831 - Wrong Profiler values for some locales
4898 * Fixed button ui problem...
4899 * Fix #511586: Project path with "+" not working in debugger
4900 * Emit all state changes notification
4901 * Avoid crash when getting relative path from debugger (same fix
4902   than for #510028)
4903 * Fix #513485: wrong strings maked as translatable
4904 * Fixed crash when closing anjuta after all document tabs have been closed
4905 * Fixed "jumping" tooltips, fixed indentation of brances
4906 * Fixed #512751 - libgnomeprint unnecessary without scintilla
4907 * Use two decimal places for float values in profiler views (bug #507831)
4908 * Another UI issue with the patch plugin and silenced a compiler
4909   warning
4910 * Updated manual figures to be in clearlooks theme, removed old figures
4911 * Updated manual
4912 * Fixed tabsize preference
4913 * Adapted to API changes in GtkSourceView
4914 * Fixed wrong status message output when resolving svn conflicts.
4915 * Pass an uri to ianjuta_document_manager_goto_file_line_mark() to fix
4916   clicking on search result messages
4917 * Fixed #512535 - Open files tabs' position is correctly remembered 
4918   but not applied at startup
4919 * Adjust preferences default values
4920 * Fixed #513730 - Option not present in the GUI po file
4921 * Fixed #509908 - [UI] Problems with the General settings tab
4922 * Fixed #511010 - [UI] Execute program utility window
4923 * Fixed #511981 - Error parsing make output
4924 * Fixed #495511 - Header_h macro correction
4925 * Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
4926   causes make install to fail
4927 * Partial fix of #507921: translation issues in debug-manager, tools,
4928   project-wizard, gdb and anjuta-plugin-manager.
4929 * Update debugger documentation
4930 * Fix bug #514118: Rename Clear All Breakpoints to Remove
4931   All Breakpoints
4932 * Fix search plugin to use an URI instead of a file path
4933 * Fix anjuta_docman_get_uri to always return an URI
4934 * Fix bug #514124 and bug #514138: Wrong menu item name
4935 * Fixed translation bugs from #507921.
4936 * Removed unused files in scintilla plugin
4937 * Fix translation bug #514494 and bug #514440
4938 * Fixed #514732 – 64 bit compliation error
4939 * Fixed bug #514733 – Use of uninitialized variables
4940 * Fix crashes when trying to stop the debugger while it is busy
4941 * Fixes bug #515500 - Make sure that all paths are "canonical" by
4942   libsvn rules so anjuta doesn't die if the user gives a path that
4943   libsvn doesn't like. 
4944 * Removed (almost) empty files, fixes #515383 and #515388
4945 * Fix interrupt command, not working due to previous change
4946 * Fix #512531 - Parallel build fails
4947 * Fix translation bug #515459 and #515460
4948 * Fix bug #515463: Deattaching process kill it
4949 * Fixed stream comment
4950 * Fix spelling errors, including bug #515204, #515172, #515117 and #513892
4951 * Fixes bug #510183 - Tooltips claim to be broken.
4953 Anjuta 2.3.3 (27 Jan 2008) -- Naba Kumar
4954 -----------------------------------------
4956 Changes:
4957 ========
4958 New menu item to add extra source directories for debugger
4959 Select the first window in the glade project when it is first opened. 
4961 Bugfixes:
4962 =========
4963 * Fix #507304 – crash in Anjuta IDE while removing done tasks
4964 * Do not reopen file having escaped character (+,...) in path name
4965 * Add forgotten Swedish entry to DOC_LINGUAS.
4966 * Adds export-dynamic option to LDFLAGS to project template for libglade
4967   to work for autoconnect signals.
4968 * Install anjuta-tags binary into FHS policy compliant directory and
4969   update references. (Fixes bug: 509346.)
4970 * Do not use opacity in assist window in sourceview editor.
4971 * Fix memory leaks
4972 * Added printing support to GtkSourceView editor
4973 * Fixed API docs
4974 * Many string fixes
4975 * Refresh the symbols for new file saved.
4976 * Fixed bug #502322 - Highlight doesn't work on new file saved
4977 * Removed unused gconf_notifications in task manager plugin.
4978 * Fixed bug #509864 - No initial section selected when opening the Preferences dialog
4979 * Fixed bug #509865 - Incorrect padding in the Documents settings tabs
4980 * Fixed bug #509867 - Create button contents is mis-aligned
4981 * Fixed bug #509869 - "Add Directory" button is not HIG complient
4982 * Fixed bug #509875 - The "Update globale tags" button wording is incorrect
4983 * Fixed bug #509873 - Build Autotools Preferences has excessive padding
4984 * Fixed bug #509872 - General Information labels are incorrectly aligned
4985 * Fixed bug #509871 - General preferences has incorrect use of colons
4986 * Fixes bug #508805 - Add support for both file and folder preferences.
4987 * Fixed bug #508399 - When you enable a plugin, preferences don't show up
4988 * Fixed bug #507627 memory tab stay active on debugger stop Remove two unused
4989   variables due to the previous patch
4990 * Fixes Bug #509510 - Check input of some dialogs to avoid termination
4991   if user gives bad or no input
4992 * Resupport cut/copy/paste/clear on GtkEditables when those have focus.
4993 * Fixed symlinks (#510238) and file permission (#405321) handling
4994   for scintilla editor.
4995 * Remove reference to IAnjutaCpuDebugger (useless)
4996 * Use gulong instead of guint for addresses
4997 * Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
4998   IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
4999 * Use editor native funtions to avoid round trips.
5000 * Enable logging of gdb communication with an environment variable
5001 * Fix bug #488519, remove critical warning (completion_cache == NULL is valid)
5002 * Fix #498734, typing error in c++ project template
5003 * Fix a crash when scrolling in the diassembly window
5004 * Start the terminal shell on plugin activation
5005 * Fix #502508, use anjuta_launcher to keep program output
5006 * Fix parsing with quotes in the command line. 
5007 * Fixed #465084 - wizard instead of assistant (only string changes...).
5008 * Update IAnjutaEditor and IAnjutaIndicable interfaces to take iterators
5009 * Fix #511757 - Close icon in tabs cut off.
5010 * Fix #511049: Change UI of add source directories dialog
5011 * Fixed some of gtk+ critical warnings.
5012 * Rename filename argument to uri when an uri is expected
5013   anjuta_docman_get_document_for_uri will remove symlinks 
5014 * Probably fix #510028: crash debugger when having a relative filename
5015   in stack trace
5016 * use gnome_vfs_get_uri_from_local_path to get local path from uri
5017   This takes care of escaping some characters
5018 * Fix #512224: Use a string in english
5019 * Fixes Bug #427108 - Scintilla plugin configuration folding-style
5020   setting not working
5021 * Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
5022 * Added scrollwindow shadow in save dialog.
5023 * Removed unmaintained rpm spec file.
5025 Anjuta 2.3.2 (11 Jan 2008) -- Naba Kumar
5026 -----------------------------------------
5028 Changes:
5029 ========
5030 * Document manager cleanups.
5031 * Use GtkSourceView 2.1.x for sourceview plugin.
5032 * Debugger improvements and cleanups.
5033 * Use hover interface to display variable inspect values.
5034 * Added (basic) support for vim modelines (#504331)
5035 * Added basic Vala support
5036 * Add a menu item to repeat the quick search
5038 Bugfixes:
5039 =========
5040 * Fixed bug #501469: Crash if mime_type is unknown
5041 * Fixed a bug remove all breakpoints was not working due to latest changes
5042 * Setting breakpoints is disabled when program is running
5043 * Fixed bug #481366: Do not stop at the beginning of the program
5044 * Fixed removing condition on breakpoint 
5045 * Fixed bug #488732: Breakpoint on delete lines
5046 * Breakpoints are now linked to their position in editor
5047 * Fixed a crash when a stack command is cancelled
5048 * Do not save temporary breakpoints
5049 * Fixed bug #502533: Implement assembler step
5050 * Present correct widget with anjuta_shell_present_widget(). This got wrong
5051   when the new search bar was introduced.
5052 * Save glade files correctly in session
5053 * Use new tooltip API if available in glade plugin.
5054 * Sort notebook pages when session is restored (needs work)
5055 * Gtk 2.12 Tooltip API is used if available in document manager.
5056 * Fixed some issues with session handling and several memory leaks in docman.
5057 * Remove address, condition and pass breakpoint column if not supported
5058 * Fixed clear all remove_all to avoid an endless loop if a breakpoint
5059   cannot be removed
5060 * Fixed bugs #497878 crash when double clicking on gtk-foobar.glade in PM.
5061 * Fixed #503719 Opening and closing .glade files plays badly with docman.
5062 * Fixed next/previous message
5063 * Fixed bug #491301: Inspecting a variable opens a bad focus dialog
5064 * Fixed bug #504818 Some signals/timeouts should be disconnected when dialogs are closed
5065 * Fixed bug #505237 Sort list of modified files
5066 * Shorten down the title bar if the current path is inside the opened project
5067 * Fixed #505315 anjuta hangs when going from editing a glade file to
5068   editing a c source file
5069 * Fixed #498986 Anjuta-2.3.0 fails to build
5070 * Fixed #506266 – Attempting to build the scintilla plugin, even when
5071   explicitly disabled
5072 * Fixed GtkFileChooserButton preferences to also work when only the combo
5073   changes without a dialog being open.
5074 * Only install glade catalog files if glade-3 is available
5075   (Fixes #506269 and #500296)
5076 * Fixed #506740 – ianjuta_editor_get_text crash if request text
5077   past the buffer length
5078 * Unregister preferences for custom preferences when the widget is
5079   destroyed.
5080 * Fixed #486724 and #488615
5081 * Removed stock icon open/save from
5082   menus to avoid conflict with file open/save. Fixes bug #507455
5083 * Fixed #507441: Disable all breakpoints doesn't work
5084 * Fixed #507444: Enable Breakpoint menu item doesn't change name
5085 * Fixed #348854 invisible cursor in certain themes
5086 * Added disable_password_check for stream where it does not make sense 
5087   (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
5088   that sometimes occur in symbol-db plugin
5089 * Made all of the columns resizable and reorderable.
5090 * API in AnjutaDescription for translatable properties. Fixes bug #496833
5091   comment #18.
5092 * Fix bug #505205
5093 * Fixed a crash when creating a new file
5094 * Fixed editor popup menu (Cut, Copy, Paste)
5095 * Fixed a memory corruption reported in bug #507491.
5096 * Fixed #460390 Changing categories while edinting something
5097 * Fixed translation issues (#496833)
5098 * Fixed #508424 Auto complete: previous char was removed when
5099   pre TAB to auto complete.
5100 * Fixed #508497 and added a new chooser to select whether to use
5101   libglade or not.
5103 Anjuta 2.3.1 (02 Dec 2007) -- Naba Kumar
5104 -----------------------------------------
5106 Changes:
5107 ========
5108 New improved subversion plugin (bug #457477)
5109 New improved icons (bug #480093)
5110 Major improvements to debugger
5111 Internationalization improvements
5113 Bugfixes:
5114 =========
5115 * Bug #493062 – gcj template needs AC_PROG_CC
5116 * Bug #493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5117 * Bug #422329 – Creating a new directory in program options doesn't work
5118 * Bug #493583 – crash in Anjuta IDE: trying to open a file
5119 * Replace anjuta_children_register by g_child_watch_add
5120 * Fixed translations (Bug #496833, Bug #488211 and Bug #497758)
5121 * Removed unused code in document manager.
5122 * Bug #495536 – Plugins localization improvement
5123 * Bug #495245 – Strings bug
5124 * Add a pulsing progress bar to all dialogs receiving status
5125 * Whole Project checkbox enabled by default in diff and update dialogs.
5126 * Changes the editor names for diff editors to something much more descriptive. 
5127 * The diff dialog should have a checkbox, enabled by default, that
5128   allows the user to make sure that all open files are saved before diffing.
5129 * Do not insensitize New action when there is no document. Indentation fixes.
5130 * Removed redundant icon.
5131 * Fixed dockitem positions for subversion and symbol-db widgets.
5132 * Use Ctrl+Shift+s as shortcut for Save As
5133 * Partial Fix translation Bug #496833 comment 4,7,8,9,10,11 
5134 * Debugger: Display error message returned by debugger command Add new error codes
5135 * Debugger: program-unload signal does not exist used debugger-stopped
5136 * Debugger: Do not display address when not needed
5137 * Debugger: Breakpoints directly connect to debugger signals
5138 * Debugger: Remove gnome terminal check function
5139 * Debugger: Use anjuta terminal plugin instead of gnome terminal
5140 * Debugger: Partial fix of bug #481366
5141 * Debugger: Fix a stupid crash when changing a register value
5142 * Debugger: Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
5143 * Debugger: Fix parsing of breakpoint data
5144 * Debugger: Add a breakpoint list command
5145 * Debugger: Implement condition, hit count, ignore and temporary attribute
5146 * Debugger: Remove editor watch when plugin is deactivated
5147 * Debugger: Connect debugger signal only when program is loaded
5148 * Debugger: Rename get_feature in is_supported
5149 * Debugger: Fix bug #500376
5150 * Debugger: Use different signals in IAnjutaDebugManager and IAnjutaDebugger
5152 Translation updates:
5153 ====================
5154 nb.po, it.po, es.po, gl.po, sv.po, sl.po, ru.po, ko.po, de.po,
5155 ja.po, oc.po, ko.po
5157 Anjuta 2.3.0 (31 Oct 2007) -- Naba Kumar
5158 -----------------------------------------
5160 Changes:
5161 ========
5162 * Support for GError in interfaces.
5163 * Big improvements in debugger.
5164 * On demand preferences dialog (faster startup) and moved to Edit submenu.
5165 * Moved plugins and shortcuts settings inside General preferences page.
5166 * Move preferences menu from Settings to Edit submenu.
5167 * Got rid of Settings submenu.
5168 * Updates for glade-3 recent releases.
5169 * Sort preferences pages on title.
5170 * Introduced document-interface and reorganized documents handling such
5171   that documents tab can now hold any 'document' and not just editors.
5172 * Glade files are now opened as documents, so they behave just like editors.
5173 * Do not display registers list if not available
5174 * Big fixes in glade plugin.
5175 * Fixed lots of memory leaks (thansk valgrind)
5176 * Change the address of FSF in various files
5177 * Cleaned up message view (#458041)
5178 * Cleaned up message view
5179 * Removed some deprecated widgets.
5180 * New and better (uses gnome-vfs) file-manager plugin
5181 * Big improvements in autocompletion, both in scintilla and sourceview editors.
5182 * Whole lot of new icons for toolbars and plugins.
5183 * Added preference option to set the gdl switcher style
5184 * Function tooltips are finally supported in sourceview.
5185 * Added nicer icons for document manager and debugger.
5186 * New incremental "Quick Search" bar in the document manager
5187 * Improvements in plugin framework.
5188 * Added API for commands override in build interface
5190 Bugfixes:
5191 =========
5193 * Fixed anjuta-plugin project wizard
5194 * Fixed selection management in sourceview
5195 * Fixed incremental search
5196 * Fixed #427390 – Show path of item in currently focused editor window
5197 * Fixed #458034 – Method of indicating unsaved changes breaks convention
5198 * Fixed #343522 – Unable to execute commands that use options.
5199 * Fixed #466031 – Update of pieces of menus for Localization
5200 * Show an error dialog instead of crashing when plugin loading fails
5201 * Clean up debugger queue
5202 * Many small code, warnings and leak fixes
5203 * Fixed #440637 – Search, don't work very well
5204 * Fixed #478238 – set env for execute programe in the terminal
5205 * Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5206 * Fixed #427104 – No "highlight" of lines matching find-result
5207 * Improved (programming) language management.
5208 * Fixed #480851, disconnect save_session signal when plugin is unloaded
5209 * Moved indent code to it's own plugin.
5210 * Fixed #478987 – Unusable 'Indent setting window' on preferences
5211 * Fixed #477976 – Keybinding in run dialog
5212 * Fixed #482067, escape project wizard user defined strings
5213 * Fix several crashing bugs (including bug#482985) with the debugger
5214   when closing project, stopping the debugger, restarting the program
5215 * Scroll to selected executable and remember it across sessions
5216   (followup of #477976)
5217 * Fixed #357544 – incremental search should work consistently (or not at all) 
5218   when main toolbar is hidden
5219 * Bug 440637 – Search, don't work very well (partly for incremental search)
5220 * Use the same marker for 'important' in sourceview editor as
5221   gedit (yellow background)
5222 * Correction to various search-related issues
5223 * Move glade properties widget into center because it is way to big for
5224   the sidebar
5225 * Added preferences to file-manager.
5226 * Fixed crash when closing a project and unloading another while
5227   the debugger is enabled
5228 * Fixed #487854 – Anjuta crashes when i try to add a SVN url
5229 * Remove maximum gdb command length, should fix bug#474811
5230 * Fix #488061: Mutiple crash dialogs
5231 * Fixed the language supprt loading unloading stuff.
5232 * Added some separators to the toolbar
5233 * Fixed #487683 – undefined operations in libegg/eggtreemodelfilter.c
5234 * Bug 489798 – Do not rely on svn-config
5236 .. and others
5238 Anjuta 2.2.2 (23 Oct 2007) -- Naba Kumar
5239 -----------------------------------------
5241 Changes:
5242 ========
5243 * Fixed #477976 - Keybinding in run dialog
5244 * Fixed #427104 - No "highlight" of lines matching find-result
5245 * Fixed #479020 - Use of old open file dialog instead of GtkFileChooser
5246 * Fixed #478238 - set env for execute programe in the terminal
5247 * Update EggRecent (#456465)
5248 * Fixed #466031 - Update of pieces of menus for Localization
5249 * Fixed #343522 - anjuta: Unable to execute commands that use options.
5250 * Improved incremental search (still sucks) and selection management in
5251 GtkSourceView editor
5252 * Fix bug#487112, crash while removing a breakpoint in a new file
5253 * Fix bug#486597, crash when gdb is not installed
5254 * Fix bug#482067, escape project wizard user defined strings
5255 * Fixed #477976 - Keybinding in run dialog
5256 * Fixed #427104 - No "highlight" of lines matching find-result
5257 * Fixed get_current_word (useful for API help)
5258 * Fixed #487854 - Anjuta crashes when i try to add a SVN url
5259 * Fixed #474811 - Anjuta crash while debugging into variable
5260 * Fixed #488061 - Mutiple crash dialogs
5261 * Show error dialog instead of crashing when plugin loading fails.
5262 * Fixed glade-3 3.3.2 build compatibility.
5263 * Fixed #488928 - Do not register glade plugin if it wasn't built.
5265 Anjuta 2.2.1 (06 Sep 2007) -- Naba Kumar
5266 -----------------------------------------
5268 Changes:
5269 ========
5270 * Fixed lots of memory leaks (thanks valgrind)
5271 * Fixed crasher on shutdown
5272 * Avoid an endless loop if clearing all breakpoints while the programm
5273   is running
5274 * Fixed help activation (bug #451557).
5275 * Fixed compiler warnings.
5276 * Fixed #423467 (View->Tasks menu items are not checked on startup)
5277 * Fixed anjuta-plugin template plugin by moving the "\" out of the [IF] block
5278 * Fixes bug #433552: crash in Anjuta IDE: add file test.h in project on
5279   generic Makefile.
5280 * Disables 'Add to project' in wizards for projects that can not add sources.
5281 * Fixed bug #450217: Refreshing tree brings to random crashes
5282 * Fixed bug 453931 - crash in Anjuta IDE: Trying some c++ exampled
5283 * Fixed bug 457093 - crash in Anjuta IDE: just typed in some text
5285 Anjuta 2.2.0 (25 June 2007) -- Naba Kumar
5286 -----------------------------------------
5288 Changes:
5289 ========
5290 * Autocompletion in gtksourceview editor.
5291 * Allow/remember target specific options in profiler plugin.
5292 * Allow selecting independent executable target for profiler.
5293 * Fixed class generation templates.
5294 * Updated users manual.
5295 * Updated faqs.
5296 * Simple support for building and executing inside scratchbox.
5297 * Use progressbar instead of messages for system tags creation.
5298 * SDL project template for project wizard.
5299 * Be able to forget previously selected plugins from query dialog.
5300 * Fixes in loading project
5301 * Build fixes for some platforms.
5302 * Fixed lots of bugs, both stability and usability bugs (see below).
5304 Translation updates:
5305 ====================
5306 es.po, gl.po, ja.po
5308 Bug fixed
5309 =========
5310 #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.
5311 #310577 Chosen plugins aren't kept after application is closed
5312 #314277 Option for Anjuta 1.x style project files
5313 #315635 There's no SDL wizard...
5314 #315983 Mac OS 10.3/Darwin support
5315 #320192 Shared library targets compiled as executables
5316 #346207 task manager doesn't repaint- anjuta 2.0.2
5317 #350003 crash when doing file->new
5318 #355151 drag/drop into editor window should open file
5319 #355166 in Find dialog, Search Expression combo list is always empty
5320 #358560 segfault while trying use scinilla editor
5321 #362372 Problems with Help->About and a warning when creating a new file.
5322 #371406 Anjuta 2.0.2-8 hangs on startup
5323 #377461 don't create new message window for each build/find
5324 #390990 Anjuta errors out when attempting to create generic C project
5325 #393680 huge icon on the files pane for .anjuta files
5326 #395362 Tagmanager crashes on update - Probably because of project reload
5327 #397881 The credits are empty
5328 #400572 Anjuta crashes on file pane refresh
5329 #403502 User should also be allowed to select an independent executable target
5330 #403503 Incorrect use of AnjutaPreferences. Use AnjutaSession instead
5331 #412186 crash in Anjuta IDE: Crash on initial app. st...
5332 #417372 Scintilla Editor Crash
5333 #418448 crash in Anjuta IDE: I just installed Anjunta...
5334 #424121 anjuta Cygwin fixes
5335 #424845 crash in Anjuta IDE: I was closing a project ...
5336 #427101 Compiler reports various warnings about sloppy code
5337 #427395 Typo in configuration GUI
5338 #427399 Typo in configuration GUI
5339 #427406 Subversion plugin won't stay unloaded in new session
5340 #427410 Enable changiing of editor for a project
5341 #427702 Creating a static ou dynamic library
5342 #428032 Crashes when removing "other files" sub-tree
5343 #437466 Implement IAnjutaEditorAssist interface
5344 #437688 crash in Anjuta IDE: closing project
5345 #437689 when i generate a new c++ class it ask me to reload the file cpp
5346 #437960 crash in Anjuta IDE: trying to start anjuta
5347 #438878 Using gtksourceview editor for the first time has black background
5348 #439710 Use G_DEFINE_TYPE parent_class global variable
5349 #440196 crash in Anjuta IDE: removing a target (other...
5350 #440370 Symbol browser doesn't jump to definition
5351 #440585 Crash on opening source file
5352 #440801 config.h should not be included in libanjuta public header
5353 #440866 Anjuta aborts with numerous assertion failures when adding a new message view tab
5354 #442038 Makefile-Project Wizard always fails
5355 #442314 Autogeneration fails when there is no autogen.sh
5356 #442315 After calling configure, the build menus are still insensitive
5357 #445171 Build Failure on Slackware-11.0/Garnome: missing #include <sys/types.h>
5358 #445707 undefined symbol: glade_project_get_changed
5359 #447304 Souceview system default font should used fixed font (one used for terminal)
5360 #447655 C keyword must NOT be localised
5361 #448034 Anjuta crashes on starting
5362 #448053 Crash on deactivating
5363 #448408 crash in Anjuta IDE: Trying to change the edi...
5364 #448491 Empty Lines Problem
5366 Anjuta 2.1.3 (11 May 2007) -- Naba Kumar
5367 ----------------------------------------
5369 Changes:
5370 ========
5371 * Fixed glade plugin build against glade3 svn trunk
5372 * Fixes for sun cc compiler
5373 * Fixes for cygwin
5374 * Debugger fixes
5375 * Icons for build messages.
5376 * Enabled makefile based projects (not fully working)
5377 * Resolved namespace conflicts
5378 * Better templates for GObject class generator.
5379 * Fixes to editor life-cycle
5380 * Support for shared library in new project templates.
5381 * Fixes subversion build.
5382 * New django project template
5383 * New minimal and flat project template
5385 Translation updates
5386 ===================
5387 dz, hu, ja, de, gl, ar, en_GB
5389 Bugs fixed
5390 ==========
5391 #346355 search in project files don't work the first time
5392 #355145 makefile-based projects are broken
5393 #359399 Anjuta crash, I don't know (remember) why
5394 #378193 Find in Files for empty string hangs Anjuta
5395 #397505 code errors reported by compiler
5396 #397509 Close project menu-item is disabled when no project file is open
5397 #406963 File > New > Glade File does nothing
5398 #409412 crash in Anjuta IDE: Changing font preference...
5399 #417875 Use G_DEFINE_TYPE in plugins:class-gen
5400 #417918 Use G_*_DECLS macro in Header_c maco
5401 #419008 Does not use prefence set e-mail
5402 #419036 Only one hyphen is replaced by underscore in macros
5403 #422143 Crash when loading multiple files or several files quickly
5404 #423680 sun cc can not compile anonymous union
5405 #423682 sun cc can not compile with zero subscript
5406 #423727 sun cc can not compile with inline function can not use static function
5407 #423730 build fail on different return value of function anjuta_launcher_get_child_pid
5408 #423733 build fail on solaris: missing header files in anjuta-utils.c
5409 #423737 build fail on solaris: can not find lib util
5410 #423768 compile fail on plugins/class-gen/window.c: void function cannot return value
5411 #423772 compile fail on plugins/class-inheritance/class-inherit.c: invalid cast expression
5412 #424121 anjuta Cygwin fixes
5413 #424845 crash in Anjuta IDE: I was closing a project ...
5414 #425850 anjuta crashes on import project from existing sources
5415 #426701 can not find subversion --with-svn-include
5416 #427395 Typo in configuration GUI
5417 #427399 Typo in configuration GUI
5418 #430401 Anjuta crash when closing file when debugger active
5419 #433070 [Patch] Run gtk-update-icon-cache in uninstall-hook
5421 Anjuta 2.1.2 (28 March 2007) -- Naba Kumar
5422 ------------------------------------------
5424 New: Plugin profiles. Each project and user session would remember their plugins.
5425 New: Improvements and clean up of icons.
5426 New: API docs improvements.
5427 New: Translatable strings cleanups.
5428 New: Display program counter and breakpoints in disassembly view
5429 New: Add markers in the disassembly view
5430 New: Display function name in disassembly view
5431 New: Segmentated toolbars for added configurability. Store and restore toolbar states.
5432 New: Several stability improvements in debugger and others.
5433 New: Improved local tags navigation
5434 New: Fixed/improved global/project tags navigation (highlighting, autocompletion, calltips work now)
5435 New: Improved gtksourceview editor component.
5436 New: Improved autoindentation
5437 New: Add a window displaying all threads in debugger
5438 New: Several improvements in debugger navigation.
5439 New: Improved prepare changelog tool script
5440 New: Improved docking strategy. No more docking anomalies when enabling new plugins
5442 Translation updates
5443 ===================
5444 gl, en_GB, dz. hu, ca
5446 Bugs fixed
5447 ==========
5448 #306971 The auto-ident in swich/case doesn't work in an intelligent way (the best is for version 1.2.x series)
5449 #355155 Goto / Matching Brace does nothing
5450 #357541 can't launch Anjuta project file from Nautilus
5451 #360462 Avoid markup in translatable messages
5452 #374709 Anjuta Crash activating devhelp plugin
5453 #377483 don't display "D" beside each directory in Files view
5454 #378927 allow switching threads in debugger
5455 #387208 [Patch] Add custom file-manager ignore pattern support
5456 #392904 Disassembly view navigation is uncomfortable
5457 #394709 symbol browser preference window is does re-size correctly
5458 #397981 Automatic indentation does not work in some cases
5459 #398035 Project manager templates are not localized
5460 #398985 File symbol list as a combo box is useless. It should just be a button with popdown
5461 #402774 No button at Empty Log message
5462 #403514 Double clicking on the function names does not do anything
5463 #407115 debugger crash on right-click on a frame in stack trace pane
5464 #407314 build breakage in class-gen plugin
5465 #407473 refresh dialog appears after saving a file
5466 #408218 cass-gen is setting gtk.entries with null 'name' and 'email' values
5467 #409176 Create Tags produces "The anjuta-tags utility is not installed. Please install it."
5468 #409216 crash periodically
5469 #409410 crash in Anjuta IDE: Right click in the sourc...
5470 #409592 crash in Anjuta IDE: I closed the application...
5471 #411377 Build breakage in profiler plugin
5472 #411623 GLIB_REQUIRED should be 2.12
5473 #412186 crash in Anjuta IDE: Crash on initial app. st...
5474 #417612 GNOME Goal #3: Remove "Application" category from .desktop files
5475 #418174 toolbar size
5476 #418448 crash in Anjuta IDE: I just installed Anjunta...
5477 #421525 Locals view does not update when stack frame is changed
5478 #421529 Disassembly view is not updated when strack frame is changed
5479 #423111 Wall can not build with sun cc
5480 #423270 crash in Anjuta IDE: Crash on adding a new tool item
5482 Anjuta 2.1.1 (11 Feb 2007) -- Naba Kumar
5483 ----------------------------------------
5485 New: gprof based program profiler plugin.
5486 New: Several improvements in debugger plugin.
5487 New: Several improvements in editor plugins.
5488 New: Enabled integrated devhelp now that it works.
5489 New: Use pixmaps for editor markers.
5490 New: Several minor improvements.
5492 Translation updates
5493 ===================
5494 * en_GB, sv, ja, Swedish translation of manual.
5496 Bugs fixed
5497 ==========
5498 #335235 python programs are not executeable/ do not start when pr...
5499 #335981 Migration from popt to GOption
5500 #340618 Application wizards should use gtkmm-2.4 API
5501 #355160 show debug toolbar without debugger plugin => crash
5502 #357997 add a new project variable => crash
5503 #374709 Anjuta Crash activating devhelp plugin
5504 #394216 No indication of subversion commands running
5505 #395875 upon startup i get this big fat warning -- crash when add...
5506 #398067 plugin.in files are not localized
5507 #398930 Set alignment in the tab page header widget
5508 #398991 Anjuta manuals does not use the gnome-doc-utils format
5509 #400833 Changes in libgladeui ABI
5510 #404561 xml and xsl editing is not possible
5511 #397406 Class files are not created in the right directory
5512 #394184 [Bounty] Test and fix all project wizards templates
5513 #359478 Bounty: Gprof performance profiler plugin
5514 #403501 Proper handling of parsing error
5515 #403515 When a target is selected, the profiler widget should be ...
5516 #391728 Program crashes when accepting save directory.
5517 #378600 indicate debugger state
5518 #392537 Starting debugger is very confusing: UI suggestions
5519 #395808 breakpoints don't seem to work
5520 #404755 Multiple instances of debugger views
5521 #406113 debugger crash on 'Run/continue'
5522 #376404 show current line arrow only when debugger running
5524 Anjuta 2.1.0 (14 Jan 2007) -- Naba Kumar
5526 New: Debug manager and gdb plugins.
5527 New: Disassembly window in debugger.
5528 New: C++ and gobject class wizard.
5529 New: Mime icons in editor tabs.
5530 New: Improvements in project templates.
5531 New: C++ and java indentation plugin.
5532 New: Save prompt implemented for unsaved data.
5533 New: Documentation updates, both API and users manual.
5534 New: Improvements in glade-3 integration.
5535 New: Many other improvements.
5537 Translation updates:
5538 ====================
5539 ar, en_GB, hu, en_CA, nb, es, gl, ca, fi, ru, ne, de, ja
5541 Bugs fixed:
5542 ===========
5543 #396571 Anjuta crashes as soon as editing starts in normal text files.
5544 #395362 Tagmanager crashes on update - Probably because of project reload
5545 #377477 when debugging, scintilla editor grays out all lines before current line.
5546 #342717 Build errors redisplayed AFTER a successful build.
5547 #167534 Multiple errors in strings
5548 #168274 anjuta creates an empty system.tags file
5549 #168301 the new project druid should be center on the anjuta window
5550 #169068 Unclear new strings, with misspellings
5551 #169137 Missing spaces from changed strings
5552 #169138 Spelling error in modified string
5553 #169139 Missing spaces from changed string
5554 #170406 problem when creating a new projects
5555 #170467 crash when changing fonts and color in the preferences dialog
5556 #172666 cvs diff does not always obtain full diff
5557 #173048 library selection plugin
5558 #300228 Ctrl + S intermittent behaviour
5559 #300229 Replace button fault
5560 #300231 Find pane non-functional
5561 #301054 Help window not docked - Anjuta closes when Help window is closed.
5562 #304495 Project saved as fullscreen
5563 #304515 can not edit project properties
5564 #304523 Crashes while importing a project
5565 #304641 Can't type the "-character
5566 #304650 make -j CPUS doesn't always work for anjuta2
5567 #304651 Restoring the project doesn't restore the cursor location of the files
5568 #304652 Possibility to set breakpoints in libraries that will be dlopen()'ed
5569 #304829 questions on use anjuta 2.0
5570 #305076 anjuta 2.0.0: edge column editor preference not functionnal
5571 #305299 Error in anjuta.desktop file
5572 #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"
5573 #305303 Error while installing anjuta-devel rpm package
5574 #306085 Keybindings are not saved.
5575 #306187 bad definition of PACKAGE_LOCALE_DIR
5576 #306474 The ordering of the buttons in the file open dialog is reversed.
5577 #306582 Anjuta crashes when typing "std::"
5578 #306790 doble click in a message, doesn't find the file.
5579 #306966 Search tool on the tool bar don't work correctly
5580 #306970 The order of the command buttons "Close" - "Search" - "Stop" in the Search Dialog, is useless; the sugestion is: "Search" - "Stop" - "Close"
5581 #307800 Crashes when project directory removed from command line.
5582 #307810 Can't configure a project after creating with new project wizard
5583 #307872 Remember Configure and autogen options for the next time
5584 #307886 Activated plugins not remembered
5585 #308007 Bad interpreter in global-tags/create_global_tags.sh
5586 #308870 Glade Plugin Won't open Glade file.
5587 #309153 code cleanup use glib/gi18n.h
5588 #309154 gnome_color_picker is deprecated
5589 #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
5590 #309688 When committing a file that is loaded, I get a file-modification warning
5591 #311420 Crash on terminal deactivation
5592 #311948 some strings untranslatedable Preference dialog
5593 #312227 Crash when selecting debug command
5594 #312566 Patch that will fix another make -j 10 problem
5595 #312666 Return "F3" to execute project
5596 #314069 Window gets hidden when using glade3 plugin
5597 #315188 Project Wizard Problems
5598 #315218 anjuta 2.0 freeze on opening my project
5599 #315521 Failed to compile HEAD-hourly-2005-09-05-18
5600 #316731 Can not add new encodings
5601 #317454 Anjuta crash when array lenght is incorrect
5602 #320191 It's a chore adding/removing files and setting up targets
5603 #320338 Colors of tab menu labels
5604 #320341 Critical error in debugger "locals" window.
5605 #321090 Wrong array/struct/union var type display in locals windows
5606 #321455 Ask for root password when installing
5607 #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Reference Manual incorrect
5608 #322744 New anjuta plugin project configured incorrectly
5609 #323591 Data lost, two tab of the same file
5610 #324572 anjuta crashes on open
5611 #328209 Crash when opening a file while an unsaved new file is open
5612 #332084 Anjuta crashes, when Ctrl+c is pressed.
5613 #332161 Test editor not opening
5614 #332954 No read permission for: file:///usr/share/anjuta/profiles/default.anjuta
5615 #333601 GPL headers are first to c-header template.
5616 #333606 Macro contain hyphen
5617 #334546 No more lookup widget
5618 #334663 Allow to set a parent class to new GObject class
5619 #335142 crash when opeing a second file
5620 #335981 Migration from popt to GOption
5621 #336389 Should check for libwnck
5622 #339296 Wizard can't cope with insufficient permissions in project target directory
5623 #341359 Search function doesnt doing their job.
5624 #341997 The 'Tree' tab in the symbol-browser is not type-to-search able
5625 #342352 Can't close file which in not the current editor
5626 #342375 configure doesn't check for g++
5627 #342401 Compile fix when NLS is enabled
5628 #342447 Crash when using the live-search-entry
5629 #342937 crash after accepting Reload Warning Dialog
5630 #343023 make gives strange error
5631 #344015 on_build_mesg_format prepends an absolute path with the current dir
5632 #344099 valgrind plugin is not built
5633 #346295 Crash when removing breakpoint
5634 #346450 Crash when removing all breakpoints
5635 #346575 data loss when disk is full
5636 #346775 No highlight styles to edit are shown in the preferences dialog in anjuta
5637 #347412 crash when opening file with sourceview plugin
5638 #347414 Stack trace window
5639 #349374 Compilation on FreeBSD 6.1
5640 #351387 don't use Alt+key combinations for shortcut keys
5641 #355148 title bar should show name of active project
5642 #355149 Anjuta should warn if I try to exit with unsaved edits
5643 #355156 plugins window should sort plugins alphabetically
5644 #355168 color selection is broken in messages preferences
5645 #355407 The create_global_tags script doesn't find the anjuta-tags bin
5646 #357151 a + character in a directory name confuses anjuta
5647 #357534 syntax coloring fails and breaks selection display
5648 #357537 allow double click in plugin selection dialog
5649 #357542 Anjuta Plugins window is too narrow
5650 #357546 add keyboard shortcut for toggling breakpoint
5651 #358009 activating stack frame in debugger should also jump to source
5652 #358068 indicate when Find in Files is complete
5653 #358134 Goto Address command should prompt more clearly
5654 #358163 debug Inspect/Evaluate dialog leads to crash
5655 #358583 close any project => crash
5656 #359118 Anjuta crashes when trying to open "src folder" after finishing creating/loading a project
5657 #359259 highlight modes listed in reverse alphabetical order
5658 #359317 can't load debug manager
5659 #359663 make line highlighting optional in GtkSourceView editor
5660 #359730 Anjuta can't launch help files
5661 #359750 fix find/replace shortcut keys
5662 #359862 Bounty: Improve class wizard
5663 #361830 AboutDialog does not close
5664 #363884 CVS head of 21/10 doesn't compile
5665 #363953 create_global_tags.sh contains bash-ism
5666 #364133 There are some GTK+ warning caused by document-manager plugins
5667 #364135 Incorrect widget removed from notebook if call to anjuta_preferences_dialog_remove_page are not in LIFO
5668 #364137 The valgrind plugin can cause anjuta to crash
5669 #364142 Valgrind plugin crash when unloaded
5670 #364144 There is a warning when closing and reloading a plugin using the symbol-browser plugin
5671 #364179 Usage of srcdir and argv fields of vg_action object is incorrect
5672 #364754 Subversion plugin doesn't compile with apr 1.2.X
5673 #364755 Glade plugin crashes on anjuta exit
5674 #364801 Unable to edit glade windows in fullscreen mode
5675 #364900 Warning during compilation of valgrind plugin
5676 #364903 Memory leak in valgrind plugin
5677 #369030 create_global_tags.sh has some errors
5678 #374665 Bounty: Use class macros for type casting in all plugin classes
5679 #376031 [PATCH] CVS command file entry dialog show only directories
5680 #376335 menu items should be capitalized
5681 #377027 crash after unloading Terminal plugin
5682 #377043 Intltool-update -m complains about missing files from POTFILES.in
5683 #377061 close project while debugging => Anjuta hangs
5684 #377767 resize crashes window manager in gnome
5685 #377903 improve message color defaults
5686 #378850 double clicking breakpoint should jump to its source
5687 #378871 Debug / Info command problems
5688 #378879 several command names need ellipses
5689 #383319 GLADE_PROJECT_VIEW_TREE error with glade 3.1.2
5690 #385597 Closed one project and attempted to open another
5691 #388727 Block-tab does not work
5692 #388731 Odd editor behaviour after performing block-text operations
5693 #389764 Tags search do not retrieve all matching symbols
5694 #392290 Missed install as root option in project manager
5695 #392699 Some patches are necessary to build anjuta on NetBSD 3.0
5696 #393680 huge icon on the files pane for .anjuta files
5697 #394218 Signals list view in gobject class creation tab does not scroll horiz.
5698 #395767 when selecting a GTK+ project the sample files generated do not compile
5700 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
5702 New: GtkSourceView based editor
5703 New: Project configuration
5704 New: Valgrind plugin
5705 New: Tab drag&drop in Editor
5706 Updated: Manual and FAQ
5708 Improved: global tags can now be updated after installation
5709 Improved: Remember toolbars on restart
5710 Improved: Tag manager now knows about classes/namespaces which
5711 should make C++ programming much more easy (IComplete)
5712 Improved: Devhelp plugin improved but we still have linking problems
5713 Improved: Scintilla is now up-to-date 1.68
5715 Known issues:
5716 - Glade plugin crashes because of namespace conflict with libglade (#341073)
5717 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
5719 Bug fixes:
5720 #171314         Anjuta crash when trying to do "stream comment"
5721 #311420         Crash on terminal deactivation
5722 #317454         Anjuta crash when array lenght is incorrect
5723 #332084         Anjuta crashes, when Ctrl+c is pressed.
5724 #170467         crash when changing fonts and color in the preferences di...
5725 #172442         inserting empty box comment
5726 #172666         cvs diff does not always obtain full diff
5727 #300231         Find pane non-functional
5728 #304495         Project saved as fullscreen
5729 #304641         Can't type the "-character
5730 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
5731 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
5732 #305587         gtkmm project compile crash
5733 #306790         doble click in a message, doesn't find the file.
5734 #306966         Search tool on the tool bar don't work correctly
5735 #306970         The order of the command buttons "Close" - "Search" - "St...
5736 #307800         Crashes when project directory removed from command line.
5737 #307810         Can't configure a project after creating with new project...
5738 #307872         Remember Configure and autogen options for the next time
5739 #307879         Crashed when exiting
5740 #308870         Glade Plugin Won't open Glade file.
5741 #309153         code cleanup use glib/gi18n.h
5742 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
5743 #309526         Help->ReportBugs points to removed bug tracking system
5744 #309688         When committing a file that is loaded, I get a file-modif...
5745 #311710         freeze in __lll_mutex_lock_wait () after crash?
5746 #312566         Patch that will fix another make -j 10 problem
5747 #312666         Return "F3" to execute project
5748 #314069         Window gets hidden when using glade3 plugin
5749 #315188         Project Wizard Problems
5750 #315218         anjuta 2.0 freeze on opening my project
5751 #315521         Failed to compile HEAD-hourly-2005-09-05-18
5752 #316731         Can not add new encodings
5753 #320338         Colors of tab menu labels
5754 #320341         Critical error in debugger "locals" window.
5755 #321090         Wrong array/struct/union var type display in locals windows
5756 #321455         Ask for root password when installing
5757 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
5758 #322744         New anjuta plugin project configured incorrectly
5759 #324572         anjuta crashes on open
5760 #328209         Crash when opening a file while an unsaved new file is open
5761 #332161         Test editor not opening
5762 #333601         GPL headers are first to c-header template.
5763 #333606         Macro contain hyphen
5764 #334663         Allow to set a parent class to new GObject class
5765 #335142         crash when opeing a second file
5766 #336389         Should check for libwnck
5767 #107510         Excessive messages marked for translation in anjuta
5768 #304650         make -j CPUS doesn't always work for anjuta2
5769 #334546         No more lookup widget
5770 #312319         Opening files when Anjuta is already open
5771 #339296         Wizard can't cope with insufficient permissions in project target directory
5773 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
5775 New: Group and target properties (for automake based projects)
5776 New: Improvements in class heirarchy. Added members view.
5777 New: Tools plugin improvements and scripts as tools.
5778 New: Prepare-ChangeLog tool.
5779 New: Find-Fixmes tool.
5780 New: Project translation status tool.
5781 New: Save and restore editor current line positions.
5782 New: Added configure flags to enable/disable optional plugins.
5783 New: Message saving from menu.
5784 New: Message manager context menu.
5785 New: Remember plugins profile for project sessions.
5786 Mew: Progress bar implementation.
5787 New: Better progress bar in splash.
5788 New: General preferences page.
5789 New: "Add to project" in file wizard and class wizard implemented.
5790 New: glade plugin improvements.
5791 Updated: RPM spec file
5792 Bug fix: Fixed lots of project import bugs.
5793 Bug fix: Group and target removal.
5794 Bug fix: Fixed Message tab position preferece.
5795 Bug fix: Scroll messages on next/previous.
5796 Bug fix: Fixed crash on project Import
5797 Bug fix: Fixed crash on terminal dockings.
5798 Bug fix: Fixed crash on exit (after using save-as dialog once).
5799 Bug fix: Fixed crash on exit.
5800 Bug fix: Fixed mime installation screw-up
5801 Bug fix: Fixed installation paths.
5802 Bug fix: Fixed 64bit arch build problems
5803 Bug fix: Fixed Autoformat/indent problems.
5804 Bug fix: Fixed Keyboard shortcuts for message navigation.
5805 Bug fix: Fixed graphviz build problems.
5806 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
5807 Bug fix: Fixed default font names and sizes.
5808 Bug fix: Fixed errors in opening zero sized files.
5809 Bug fix: Fixed buttons order in open dialog.
5811 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
5813 Architecture and code base:
5814 New: New plugin architecture and all IDE components ported to this framework.
5815 New: Complex docking shell that allows arbitrary docking of IDE widgets.
5816 New: Dynamic plugin activation and deactivation.
5817 New: Extensible architecture.
5818 New: Plugins can interact with other plugins through interface.
5819 New: Plugins can install dynamic UIs (menus/toolbars), including installing
5820          context menus in other plugins.
5821 New: Shell and Plugin API documentation.
5823 Integration:
5824 New: Integrated help system with Devhelp.
5825 New: Integrated glade UI designer (incomplete).
5827 Editor plugin:
5828 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
5829 New: Editor split views.
5830 New: Automatic indentation with tabbing.
5831 New: More syntax highlighting lexers
5832 New: Split multiple views of document
5833 New: Remote editing (full gnome-vfs support)
5834 New: Real-time file modification monitor.
5836 Project management and build plugin:
5837 New: Multiple parallel builds and independent debugging and execution.
5838 New: Synchronous project management (simultaneous manual and automatic management)
5839 New: Mime based filemanager and desktop integration.
5841 Other plugins:
5842 New: Task Manager.
5843 New: Macro plugin allows inserting predefined and user defined texts (macros).
5844 New: Easily extensible template based project wizards (based on autogen).
5845 New: Symbol search plugin.
5846 New: C++ and GObject based class wizard.
5847 New: Class inheritance diagram plugin.
5848 New: Subversion plugin (incomplete)
5849 New: Session management framework.
5850 Updated: Debuger uses GDB machine-interface.
5851 Updated: CVS plugin
5852 Updated: Pretty much everyting.
5854 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
5856 New: Anjuta advanced tutorial
5857 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
5858 Bug fix: Use build.silent option from preferences (bug #895726)
5859 Bug fix: Use font style defined for message indicators (bug #885032)
5860 Bug fix: Set bold color as foreground color in terminal (bug #864924)
5861 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
5862 Bug fix: Fixed return value when dest file could not be created.
5863 Bug fix: Fixed a typo in Hello World indentation style.
5864 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
5865 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
5866 Bug fix: Fixed a compiler warnings.
5867 Bug fix: Disabled printing of long debug lines.
5868 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
5869 Bug fix: Fixed a program execution crash bug.
5870 Bug fix: Fixed Crash on Find & Replace (#887833)
5871 Bug fix: Use defined file name when saving new files (fixes bug #898105).
5872 Bug fix: Don't change filename when clicking on a directory.
5873 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
5874 Bug fix: Do not reload new files (bug #900897).
5875 Bug fix: Disconnects menuitem signal properly (bug #901723).
5876 Bug fix: Fixed bugs #890609 and #890609, #900903.
5877 Bug fix: Fixed a typo in tutorial (bug #866143).
5878 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
5879 Bug fix: Fixed a runtime warning (bug #900087).
5880 Bug fix: Changed build shortcut to F11 (bug #877683).
5881 Bug fix: Do not defualt to -k make option (bug #875486).
5882 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
5883 Bug fix: Improved Search and Replace. Fixed crash bug.
5884 Bug fix: Fixed bug #910097 (Insert comment).
5885 Bug fix: Find-Usage rework (bug #890609).
5886 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
5887 Bug fix: Fixed Find-Usage crash when no project open
5888 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
5889 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
5890 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
5891 Bug fix: Goto the first error if it exists (bug #874380).
5892 Bug fix: Save-all for 1 file opened (bug #912618).
5893 Bug fix: Fixed conditional breakpoints.
5894 Bug fix: Fixed debugger calltips displayed for wrong file.
5895 Bug fix: Fixed delete breakpoints.
5896 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
5897 Bug fix: Fixed a crash bug with debugger attach process dialog
5898 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
5899 Bug fix: Fixed a memory corruption (bug #921893).
5900 Bug fix: Open file starts in right directory (bug #908941).
5901 Bug fix: Fixed another crash bug in Find-Usage.
5902 Bug fix: Correctly prompts and reponds passwords (bug #894533).
5903 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
5904 Bug fix: Installs .glade file of libgllade projects (bug #861038).
5905 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
5906 Bug fix: Fixed ADA syntax highlighting (bug #923474).
5907 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
5908 Bug fix: Fixed core file loading in debugger.
5909 Bug fix: Partially fixed to show long calltips properly (bug #917982).
5910 Bug fix: Fixed a crash bug in search replace. (bug #921893).
5911 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
5912 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
5913 Bug fix: Sets filename when saving new files.
5914 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
5916 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
5918 New: "New File" with some options for newly created files
5919 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
5920 Bug fix: #860906, #859329, #858993, #857605, #878404
5921 Bug fix: 169058@bugs.debian.org
5922 Bug fix: compile file works with shell expression like `command` now
5923 Bug fix: Buildiing on SMP systems
5924 Bug fix: debugger improvements & cleanups
5925 Bug fix: Sample file confirms to C++-Standard now
5926 Bug fix: Use gtk stock icon for editor tabs
5927 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
5929 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
5930 Franco Catrin L and Stefano Vallarino for their patches.
5932 From this release on anjuta has two new development responsibilities
5933 alongside with Naba Kumar <naba@gnome.org>:
5934 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
5935 Johannes Schmid <jhs@cvs.gnome.org>
5937 If you want to support anjuta development please contact the
5938 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
5939 You can also make a donation through the SF.net donation system now.
5941 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
5943 Updated: Prompts users for unsaved files during project closing.
5944 Updated: Added checkbox in wizard to enable/disable glade source generation.
5945 Updated: Scintilla to version 1.57
5946 Bug fix: Crash on preferences with other locales.
5947 Bug fix: Freeze ups during build/debugging with other locales.
5948 Bug fix: Crash with readonly project files (during saves).
5949 Bug fix: Breakpoints bug.
5950 Bug fix: Syntax hiliting bug.
5951 Bug fix: Avoids error conditions for glade/glademm not found
5952 Bug fix: Crash on anjuta exit
5953 Bug fix: Crash on project close with unsaved files.
5954 Bug fix: Compilation errors with old gcc.
5955 Bug fix: Fixed debugger malfunctioning with non-english locales.
5956 Bug fix: Crash bug during import.
5957 Bug fix: Dnd file drop.
5958 Bug fix: Setting breakpoints for c++ files works.
5959 Bug fix: Crash bug to multiple open of same file fixed.
5960 Bug fix: Enables debug and optimization flags for new projects.
5961 Bug fix: Fixed pascal highlighting
5962 Bug fix: Fixed build failure with no 'intl' directory.
5963 Bug fix: Added filters to find in files.
5964 Bug fix: Fixed tutorial
5965 Bug fix: Added horizontal scrollbar to description text in wizard.
5966 Bug fix: Installs properly even when system.tags file could not be generated.
5967 Bug fix: Compiler error with old gcc.
5969 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
5971 New: Double click on margin toggles bookmark.
5972 New: Double click on margin (debugger mode) adds/removes breakpoints.
5973 New: Single click on margin (debugger mode) enables/disables breakpoints
5974 New: Find previous added.
5975 New: Emacs style file modeline in files.
5976 Updated: Removed 'page setup' item from the file menu.
5977 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
5978 Updated: No libzvt dependency (means faster operation).
5979 Updated: Performance improvements in Editor.
5980 Updated: Documentations revived in docbook xml format.
5981 Bug fix: Symbol browser now loads properly for new projects.
5982 Bug fix: Fixed many compiler warnings.
5983 Bug fix: Fixed crash bug in Application wizard.
5984 Bug fix: Fixed crash bug in Project Import.
5985 Bug fix: Printing in proper UTF8
5986 Bug fix: Fixed crash bug during project creation.
5987 Bug fix: Fixed clean-before-build bug.
5988 Bug fix: Fixed find in files bugs.
5989 Bug fix: Fixed gettext bug with projects.
5990 Bug fix: Fixed Autoformat
5991 Bug fix: Fixed crash bug with 'Add watch expression'
5992 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
5994 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
5996 New: Support for all text file encodings (can be customized in preferences).
5997 New: Line and word selection menu entries (setting shortcuts possible).
5998 New: Added *.css files highlighting.
5999 Updated: Project window and message window no longer always float above the main window.
6000 Updated: Reorganized messages tabs in more sensible order.
6001 Updated: Better 'Customize menu' message.
6002 Updated: Prompts for 'clean' for modified compiler options.
6003 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
6004 Updated: Speedier startup (but needs more optimization todo).
6005 Updated: New splash.
6006 Updated: Some re-organization and cleanups.
6007 Updated: Better debugger operations.
6008 Updated: Better HIG complient dialogs.
6009 Updated: Many many translation updates.
6010 Bug fix: Separated -dP and -A flags of CVS update into different options.
6011 Bug fix: No more file corruption for non-utf-8 encodings.
6012 Bug fix: Removed references to older automake/autoconf in generated projects.
6013 Bug fix: Fixed automake errors with old automake in generated projects.
6014 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
6015 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
6016 Bug fix: Backward search works correctly.
6017 Bug fix: Fixed shell script to properly detect installed *-config files.
6018 Bug fix: Corrected many project generation codes.
6019 Bug fix: Fixed compiler errors associated with older gcc.
6020 Bug fix: Stack trace output can be activated with double-click.
6021 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
6022 Bug fix: Properly jumps to correct file/line from build messages.
6023 Bug fix: CVS dialogs bug fixes.
6024 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
6025 Bug fix: Fixed glade/glade-2 confusion in generated projects.
6026 Bug fix: Multiple file selection works now.
6027 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
6028 Bug fix: And many more critical/non-critical bug fixes.
6029 Bug fix: Fixed non-working shortcuts (changed to working ones).
6031 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
6033 New: Ported to GNOME2:
6034 New: New Preferences management.
6035 New: Tools management.
6036 New: Watch and Backtrace moved to messages pane.
6037 New: GNOMEVFS based file browser.
6038 New: Pango fonts in editor (Anti-Aliased fonts).
6039 New: Project configuration for GUI editor and version.
6040 New: Advance search and replace (ported from 1.0.x branch).
6041 Updated: Scintilla 1.51+ (cvs)
6042 Updated: Session management. It now saves tree states.
6043 Bug fix: Many
6045 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
6047 New: Auto-complete takes graphics now.
6048 NEW: Auto-complete automatic.
6049 New: Per project editor properties
6050 New: Sub windows now float above main window.
6051 New: Project version and excluded modules configuration.
6052 NEW: Errors and warnings indications in editor.
6053 New: Tools support and tools editor.
6054 New: Incremental search (like emacs I-Search)
6055 Bug fix: Printing now takes editor default fonts
6056 Bug fix: Rpm package fix
6057 Bug fix: ChangeLog insert uses spaces (instead of tabs)
6058 Bug fix: Fixed compiler warnings.
6059 Bug fix: Fixed debug terminal bug
6060 Bug fix: Disabled gladen to remove the libssl dep.
6061 Bug fix: brace indentation works properly.
6062 Bug fix: Wrap-around search
6063 Updated: Upgraded scintilla to 1.49+
6064 Updated: Upgraded editor properties and added new properties.
6065 Updated: Organized plugins
6067 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
6069    => Release of Anjuta-1.0-beta1 (beta)
6071 This precedes the final release of Anjuta for the 
6072 GNOME 1.x platform...
6074 New: CVS support for Projects and individual files,
6075      file revisions are displayed in Files pane
6076 New: Gnome Print support (including syntax colouring)
6077 New: Patch plugin to apply diffs
6078 New: Application Wizard support for wxWindows, Xlib, 
6079      GNOME2, Gtk2 and libglade2 Projects, plus option for 
6080          dynamic or static libraries as targets in generic Projects
6081 New: user identity preferences enabling new editor functions
6082 New: better GNOME integration, now uses configured GNOME URL 
6083      handlers
6084 New: MIME handling
6085 New: Anjuta kickstart tutorial
6086 New: automatic expression tips during debugging (hover-and-show)
6087 New: compilation warning/error navigation from terminal
6088 New: better find functionality
6089 New: enhanced file selection widget
6090 New: enhanced Evolution-style about dialog
6091 New: Automatic Variable display when mouse hovered on the
6092      variable name (in dubugger mode).
6093 New: Raw memory veiw for debugger (somewhat resembling ghex).
6095 Updated: synced to Scintilla 1.46
6096 Updated: many usability improvements to the GUI and menus
6098 --------------------------------------------------------------------
6100 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
6102    => Release of Anjuta-0.1.9 (stable)
6103    
6104 New: messages manager rewritten to use notebook tabs
6105 New: symbol and tag browser fully based on TagManager
6106 New: embedded terminal window (using zvt)
6107 New: Project Import Wizard makes it easier to migrate
6108      existing projects to Anjuta (experimental)
6109 New: libglade project type added to the Application
6110      Wizard
6111 New: simple class creator plugin now included
6112 New: files autosaved before a build
6113 New: more translations - 21 languages now fully or 
6114      partially supported
6116 Updated: new look for the Application Wizard
6117 Updated: UI enhancements
6118 Updated: Solaris support improved
6119 Updated: many, many bug fixes.....
6121 --------------------------------------------------------------------
6123 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
6125    => Release of Anjuta-0.1.8 (stable)
6126    
6127 New: integration of new TagManager library - much improved
6128      autocompletion and calltips functionality
6129 New: multiple file drag-and-drop
6130 New: ability to save build message output
6131 New: DOS file (CR/LF) handling
6132 New: basic plugin hooks added
6133 New: many new translations - 17 languages now fully or 
6134      partially supported
6136 Updated: notebook tabs notify when file has been changed, can be
6137          scrolled for browsing
6138 Updated: improvements to interactive debugger and communication
6139          with gdb
6140 Updated: improved find functionality, better dialogs
6141 Updated: synced up to version 1.41 of Scintilla, new lexers added
6142 Updated: new icons
6144 ... plus the usual bug fixes and minor feature additions.
6146 --------------------------------------------------------------------
6148 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
6150    => Release of Anjuta-0.1.7 (stable) - bug fixes release
6152 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
6153        src/source.c).
6154 Fixed: Interface clean up.
6155 Updated: HACKING, doc, and others
6156 Updated: french, spanish, turk and japan translations fully up-to-date.
6158 --------------------------------------------------------------------
6160 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
6162    => Release of Anjuta-0.1.6 (stable).
6164 New: Class browser and file browser added in the project manager.
6165 New: GDP standardized docbook documentations.
6166 New: Anjuta faqs documentation.
6167 New: New gnomish icon set and splashscreen.
6168 New: Context sensitive help and gnome api browser
6169      (need Devhelp and the dev books to be installed).
6171 Added: Preferences for setting caret and selection colors.
6172 Fix for gdb version 5.
6173 Closes all files when project is closed.
6174 And many big fixes and minor feature additions.
6175 Translations updated.
6177 Note : the major part of the new project manager has been written but
6178 it needs time to be integrated and tested. That's why it's not present in
6179 this release. 
6181 --------------------------------------------------------------------
6183 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
6185    => Release of Anjuta-0.1.4 (stable).
6187 Calltips provided for Gnome function prototypes (and standard libraries functions).   
6188 Fixed project dir creation bug.
6189 Fixed double accelerators bug.
6190 Fixed source generation bug.
6191 Fixed pixmap creation with NULL window.
6192 i18n bug fix.
6193 Debugger now takes program args.
6194 Japanese translation.
6195 Other minor  bug fixes.
6197 --------------------------------------------------------------------
6199 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
6201    => Release of Third  version (Alpha)  with lots of bugs.
6202    
6203 New Features in Anjuta 0.1.3:
6204 -----------------------------
6206         => Anjuta now integrates Scintilla editing component:
6207         ----------------------------------------------------
6208                 * Automatic syntax hilighting (using lexers).
6209                 * Code folding/hiding .
6210                 * Linenumbers/markers display.
6211                 * Text zooming.
6212                 * Text autocompletion
6213                 * Automatic indentation and indentation guides
6214                 * ... and much more.
6216         => Dynamic Project Management:
6217         -----------------------------
6218                 * Anjuta no longer uses the template based project management.
6219                 * Provides project configuration.
6220                 * Added two more modules in project management:
6221                         (Help module and Translation module).
6222                 * Added BONOBO support and BONOBO application wizard.
6223                 
6224         => Java style Properties management:
6225         -----------------------------------
6226                 Now uses Java style properties management. Which makes
6227                 it highly configurable, both from distributor's and user's side.
6228         
6229         => Supports for Other languages added:
6230         -------------------------------------
6231                 * Java, Perl, Python, LaTeX, 
6232                 ... and others can be user configurable.
6233                 
6234         => On-Board command editor:
6235         --------------------------
6236                 Facilitates customization of commands used
6237                 for compiling, building and execution.
6238         
6239         => Provides Hilite style editor:
6240         -------------------------------
6241                 Used for customizing Syntax hiliting style.
6242         
6243         => More intelligent messaging system:
6244         -----------------------------------
6245                 * Now error messages (or messages in general)
6246                 can be browsed using go to Prev/Next message,
6247                 goto start/end of block and goto matching braces.
6248         
6249         => Bookmarks management:
6250         -----------------------
6251                 Anjuta has now supported Bookmarks
6252                 management.
6253         
6254         => Debugger:
6255         -----------
6256                 * Now breakpoints can be toggled Onboard.
6257                 * Added Run to cursor.
6258                 * Fixed some earlier bugs.
6259         
6260         => Added Two more toolbars:
6261         --------------------------
6262                 * Browser toolbar for browsing messages,
6263                 bookmarks and code blocks.
6264                 * Format toolbar for easy formatting
6265                 of code statements.
6266                 
6267         => Application GUI:
6268         ------------------
6269                 * Smarter and more informative status bar.
6270                 * Improved memory to remember Application
6271                 GUI configuration between sessions.
6273 Thing that I forgot to change:
6274 ------------------------------
6275         => Anjuta Online manual. It's still the old one.
6276         so, new users may find it a bit annoying to learn
6277         the controls, especially those who are young
6278         in programming.
6280 --------------------------------------------------------------------
6281 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
6283    => Release of 0.1.2 beta2  version  with lesser bugs.
6285 --------------------------------------------------------------------
6286 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
6288    => Release of second version (Beta) with lesser bugs.
6290    => Minor fixes in Doc files.
6291    => Fixed to ignore non-existent dir for blank prj.
6292    => More checking in project creation, especially to confirm
6293         that the prj file already does not exist.
6294    => Now Menu item "Format/Detach current document" is inactive
6295         when there is no document opened.
6296    => Improved Library settings GUI.
6297    => Can now enable/disable added libraries.
6298    => Stock libs provided for ease of entry.
6300 --------------------------------------------------------------------
6301 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
6303   => Release of first version (Beta) with lots of bugs.
6304         
6305 --------------------------------------------------------------------