Updated Spanish translation
[anjuta.git] / NEWS
blob49af677c630016bc1e2a076f4ad86696301ecb12
1 Anjuta 3.3.4 "First snow in Berlin" (16 January 2011) -- Johannes Schmid
3 This is an unstable developer snapshot - if you need a stable version,
4 use 3.2.x!
6 Abderrahim Kitouni (7):
7       libanjuta: set the info for the default value of a property
8       libanjuta: add gir annotation for anjuta_project_node_insert_property_info
9       libanjuta: don't register project property lists as GObject properties
10       libanjuta, am-project: better memory management for the properties lists
11       language-support-vala: update .vapi for the latest changes
12       language-support-vala: take advantage of the new project API
13       libanjuta, am-project, project-manager, language-support-vala: rename property to default_value
15 Alexander Shopov (1):
16       Updated Bulgarian translation
18 Arnel A. Borja (10):
19       sourceview: Fix typo in a gschema key name
20       anjuta-build-tutorial: Remove AM_MAINTAINER_MODE
21       project-wizard: Don't symlink Automake files
22       project-wizard: Use Automake variables for defines
23       project-wizard: Move PROJECT_CFLAGS to own line
24       class-gen: Use convention for get-private macros
25       project-wizard: Use pkgdatadir instead of datadir/package
26       project-wizard: Move PROJECT_CFLAGS to own line in minimal template
27       project-wizard: check HavePackage before adding PROJECT_CFLAGS
28       project-wizard: Don't replace hyphen with underscore in filenames
30 Daniel Mustieles (6):
31       Updated Spanish translation
32       Updated Spanish translation
33       Missing file in POTFILEs.in
34       Updated Spanish translation
35       Updated Spanish translation
36       Updated Spanish translation
38 Fran Diéguez (1):
39       Updated Galician translations
41 James Liggett (2):
42       git: Fix switch delete branch, and merge action sensitivity
43       Revert "git: Use combo box instead of tree view for remotes"
45 Jiro Matsuzawa (1):
46       Updated Japanese translation
48 Johannes Schmid (7):
49       Updated files for release
50       Post-release version bump
51       search: Search for next occurence when replace succeeds (see bgo#665945)
52       search: Set focus chain (see bgo#665945)
53       search: Add tooltip in search entry (see bgo#665945)
54       search: Move close button to the right edge (see #665945)
55       code-analyzer: Fixed bgo#667903 - Code Analyzer Crashes
57 Massimo Corà (3):
58       symbol-db: fixed bgo #664413 - Symbols not updated correctly when switching branches
59       symbol-db: improved some debug messages
60       symbol-db: minor performance bugfix.
62 Matej Urbančič (1):
63       Updated Slovenian translation
65 Muhammet Kara (1):
66       [l10n]Updated Turkish translation
68 Peter Hoffmann (1):
69       language-support-cpp: bgo#633341 - Code completion should close parentheses
71 Piotr Drąg (2):
72       Updated POTFILES.in
73       Updated POTFILES.in
75 Sébastien Granjoux (21):
76       am-project: bgo #666621 - segfault in amp_node_property_add when there is an orphan AmpTargetNode
77       project-manager: Allow to add groups and targets in the root node
78       anjuta: Remove old tutorial links
79       libanjuta: Fix anjuta_util_help_display to use yelp
80       project-manager: Add a help button in some dialogs
81       am-project: bgo #666966 - crash editing configure.ac
82       libanjuta: Add a model property to AnjutaTreeComboBox
83       libanjuta: Add IAnjutaProjectChooser interface
84       project-manager: Implement a project node chooser
85       project-manager: Fix ianjuta_project_manager_add_source_quite function
86       libanjuta: Fix a critical warning when selecting a node in chooser widget
87       file-wizard: Use the new project node chooser
88       class-gen: Use the new project node chooser
89       libanjuta: Add missing GdfProjectView in Anjuta glade catalog
90       project-manager: Use a GtkFileChooser to add sources in a target
91       file-wizard: Cosmetic improvements of new file dialog
92       libanjuta: Improve AnjutaTreeComboBox
93       project-manager: Use new improvements in ProjectChooser button
94       project-manager: Select a valid default node in ProjectChooser button
95       project-manager: Use ProjectChooser button in the Add library dialog
96       project-manager: Rename directory to folder in project dialogs
98 Anjuta 3.3.3 "It's X-mas time..." (20 December 2011) -- Johannes Schmid
100 This is an unstable developer snapshot - if you need a stable version,
101 use 3.2.x!
103 Abderrahim Kitouni (1):
104       language-support-vala: fix a crash with the directory project backend
106 Akom Chotiphantawanon (1):
107       Updated Thai translation.
109 Alban Browaeys (1):
110       git: fix active_branch_iter not behing null though filled with null values.
112 Arnel A. Borja (3):
113       project-wizard: Add wizard files to EXTRA_DIST
114       language-support-vala: update the .vapi after project-manager changes
115       language-support-vala: update project property interfaces
117 Bruno Brouard (3):
118       Updated French doc translation
119       Updated French translation
120       Updated French doc translation
122 Christian Kirbach (3):
123       Updated German Anjuta manual translation
124       Updated German Anjuta manual translation
125       Updated German translation
127 Daniel Mustieles (4):
128       Updated Spanish translation
129       Updated Spanish translation
130       Updated Spanish translation
131       Updated Spanish translation
133 Gabor Kelemen (1):
134       Make the tasks in the Git tasks window show up translated.
136 Johannes Schmid (18):
137       libanjuta: Add anjuta_dock_replace_command_pane
138       git: Only show one command pane at any time
139       git: fix bgo#646695 - Remote needs translator comment
140       git: bgo# 656761 - Error messages being spewed
141       message-manager: Fix rh#532290 - Crash when ianjuta_message_manager_append() is used with NULL string
142       build-basic-autotools: Fix rh#757236 - anjuta crashes when file doesn't belong to build configuration.
143       libanjuta: Add anjuta_dock_get_command_bar()
144       git: Fix bgo#641079 - check number of branches selected when switching
145       document-manager: Fixed some memory leaks
146       anjuta: Fixed a memory leak
147       language-support-js: Fixed bgo#665082 - Crash in javascript autocompletion
148       git: Disable delete button when there is no selection in the tags pane
149       git: Use combo box instead of tree view for remotes
150       i18n: Fix bug with wrong format string in german translation
151       sourceview: Don't break layout when displaying message area
152       js-debugger: bgo#666448 - Support application/javascript target
153       manual: Fix bgo666321 -  Wrong Context-Help shortcut
154       Revert "git: fix active_branch_iter not behing null though filled with null values."
156 Matej Urbančič (1):
157       Updated Slovenian translation
159 Piotr Drąg (1):
160       Updated POTFILES.in
162 Sébastien Granjoux (16):
163       debug-manager: Move settings in plugins/debug-manager
164       run: Move preferences to plugins/run
165       sourceview: Fix a crash with Scintilla
166       project-wizard: Display only useful page on the sidebar
167       project-wizard: Replace GtkSwitch by GtkCheckButton
168       project-wizard: Add a title to each wizard page
169       project-wizard: wizard pages were not displayed due to the previous changes.
170       libanjuta, am-project, dir-project, mk-project, project-manager: Change AnjutaProjectProperty
171       libanjuta, language-support-vala: Fix an declaration of anjuta_project_get_properties
172       sourceview: Move preferences in plugins/sourceview
173       document-manager: Remove editor settings
174       sourceview: Add editor view settings
175       document-manager: Remove unused editor view settings
176       run-program: bgo #666336 - Add Execute project more than one
177       sourceview: bgo #666482 - missing "anjuta-sourceview.xml" breaks build
178       am-project: Fix a crash when closing and opening a new project
180 Anjuta 3.3.2 "Dark and cold" (21 November 2011) -- Johannes Schmid
182 This is an unstable developer snapshot - if you need a stable version, 
183 use 3.2.x!
185 Bugs fixed:
186 648934  Vala completion doesn't work in some cases.
187 662526  Can't replace with empty replace text
188 663016  Fix search behavior in regex and selections
189 663385  Replace all hangs when replace text contains search_text
190 664058  couple of spelling fixes
191 664263  Auto-complete (anjuta-python-autocomplete.py) fails with rope<=0.9.2, calltip always fail
192 645212  Enhance export feature
193 629769  Hard coding of application title in splash screen
194 658788  Change default dist to .xz
195 661299  Template for Gnome Shell Extension
196 662960  SegFault when a line is highlighted when debugging
198 Thanks to: Abderrahim Kitouni, Arnel A. Borja, Christian Kirbach, 
199 Daniel Mustieles, Fran Diéguez, Jason Siefken, Jorge González, 
200 Massimo Corà, Mihai Bivol, Piotr Drąg, Samir Ibradžić, Sébastien Granjoux
202 Anjuta 3.3.1 "Back in Berlin" (23 October 2011) -- Johannes Schmid
204 This is an unstable developer snapshot - if you need a stable version, 
205 use 3.2.x!
207 Bugs fixed:
208 659563  Bookmarks reset to position 1 after file changed on FS
209 660841  build failure with [-Werror=format-security]
210 662526  Can't replace with empty replace text
211 610371  Scite adds a trailing white space after pressing enter for aligning variables
212 653274  Autotools backend doesn't support include file in configure script
213 653652  'New file' doesn't check duplicates, gets confused
214 660061  Remove 'no-dist-bzip2' from automake options
215 660065  Can't create a new target in empty Makefile
216 633284  Scintilla plugin crashes Anjuta when opening a file with syntax highlighting
217 661511  Python/Django Project Wizard: Missing Components/Programs: django-admin 
219 Thanks to:
220 Andre Klapper, Arnel A. Borja, Carles Ferrando, Michael Biebl, 
221 Sébastien Granjoux, Xandru Armesto, krishnababu k, Мирослав Николић
223 Anjuta 3.2.0 "No more bombs" (25 September 2011) -- Johannes Schmid
225 This is the new stable release, please update if you are using anjuta
226 3.0.x or 2.32.x. From now on, only 3.2.x will be receiving bug-fixes.
228 Fixes:
229 * Fixed make distcheck: FAQ, autotests, etc (Sébastien Granjoux)
231 Special thanks for the whole 3.1/3.2 cycle goes to Sébastien who fixed
232 a huge amount of stuff and was responsible for the huge documentation rewrite.
234 Thanks to:
235 Akom Chotiphantawanon, Alexander Shopov, Andrea Zagli, 
236 Antonio Fernandes C. Neto, Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao,
237 Duarte Loreto, Gabor Kelemen, Javier Jardón, Jiro Matsuzawa, Joan Duran,
238 Joe Hansen, Johannes Schmid, Jorge González, Mario Blättermann, Matej Urbančič,
239 Paul Seyfert, Sébastien Granjoux, Yinghua Wang, Yuri Myasoedo
241 Anjuta 3.1.92 "Hot summer in Nagano" (18 September 2011) -- Johannes Schmid
243 Bugs fixed:
244 656470  Dangling symlinks created by make install
245 658229  Inconsistent size of widgets in Properties Frames of Class Generator Dialog
246 658262  Extra separator between double upper case characters
247 566700  Default font for the Scintilla editor
248 654320  Vala: New Class Wizard - created file not added to project
249 655295  Add Target in Vala project does nothing.
250 658903  Anjuta Plugin wizard fails
251 654463  Disable "Install missing packages" button on OpenBSD
253 Thanks to:
254 Akom Chotiphantawanon, Alexander Shopov, Antonio Fernandes C. Neto,
255 Arnel A. Borja, Bruce Cowan, Chao-Hsiung Liao, Duarte Loreto, Javier Jardón, 
256 Jiro Matsuzawa, Joan Duran, Jorge González, Paul Seyfert, Sébastien Granjoux,
257 Yinghua Wang
259 Anjuta 3.1.91 "On the way to Tokio" (5 September 2011) -- Johannes Schmid
261 Updates:
262  - More improvements in vala plugin (Abderrahim Kitouni)
263  - Fix up problems with gtk+ 3.0 (Sébastien Granjoux)
265 Bugs fixed:
266 638525  vala support crash on reading source file
267 657491  Only parse the source files of the current target
268 657513  anjuta fails to build in gnome 3.1
269 657589  tests fail in tarball releases because tarballs are missing anjuta.lst
270 655756  User should be notified if execution of a project fails
271 656123  plural forms needed
272 657590  Projects with libtool fails to regenerate
273 657022  make clean removes libanjuta-interfaces.h which breaks make clean; make
275 Anjuta 3.1.90 "Whitsunday Islands" (29 August 2011) -- Johannes Schmid
277 Changes:
278  - Some seldom used debugger menu items were removed (Sébastien Granjoux)
279  - A lot of fixes to the vala support (Abderrahim Kitouni)
280  - vala-0.14 (>= 0.13.3) is now required
282 Bugs fixed:
283 656584  Error in DevHelp
284 642187  C++ symbols are not shown in symbol browser
285 657023  Build broken with vala-0.13.x
286 566704  Better UI for environment variables
287 652047  Support linking against libgda-5.0
288 656585  <FileName>.ui and INSTALL not created in a new project
289 657134  Missing file in POTFILES.in
290 653259  Empty lines in Locals during debugging
292 Thanks to:
293 Abderrahim Kitouni, Aron Xu, Daniel Mustieles, Dominique Leuenberger,
294 Jorge González, Kjartan Maraas, Marek Černocký, Og B. Maciel, P. F. Chimento, 
295 Piotr Drąg, Sébastien Granjoux
297 Anjuta 3.1.5 "Sydney Edition" (13 August 2011) -- Johannes Schmid
299 Officially brought to you about 20 000 km away from desktop-summit!
301 Bugs fixed:
302 654881  Segmentation fault during project creation if no packages were selected
303 651151  vala plugin crashes when uncommenting source
304 654502  Allow building with libvala-0.14 (0.13 development tree)
305 655743  Usage of GtkHBoxClass and GtkHBox
306 655998  Main toolbar looks out-of-place
307 655584  Can't edit Integer Field
309 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Alban Browaeys,
310 Alexander Shopov, Daniel Mustieles, Dominique Leuenberger, Mario Blättermann, 
311 Piotr Drąg, Sébastien Granjoux, Yuri Myasoedov
313 Anjuta 3.1.4 "Leaving on a jet-plane" (25 July 2011) -- Johannes Schmid
315 Bugs fixed:
316 654502  Allow building with libvala-0.14 (0.13 development tree)
317 646410  Missing infrastructure for the new Mallard manual
318 654073  Please apply the kfreebsd patch to anjuta-extras
319 654124  Vala: add class wizard creates file twice.
320 654445  Add 'BSD' as a valid license in the Class Generator
321 654099  file manager plugin: fix leak for file
322 654100  file manager plugin: fix leak in row callapsed
323 654559  Weird pseudo-password dialog shown with half a commit message when I import a project
324 654092  Crash when adding a project file
325 654095  increase reference count of the selected file
326 654560  Contents of Preferences tabs seem to be packed to fill all vertical space, with ugly consequences
327 631157  unix is not defined on OpenBSD
328 654455  Fix build on OpenBSD
330 Thanks to:
331 Abderrahim Kitouni, Alban Browaeys, Daniel Mustieles, Dominique Leuenberger,
332 Francisco Javier Fernández Serrador, Francisco Javier Serrador, 
333 Jasper Lievisse Adriaanse, Jorge González, Marek Černocký, ario Blättermann,
334 Piotr Drąg, Sébastien Granjoux, Tamara Atanasoska
336 Anjuta 3.1.3 "Is this it?" (4 July 2011) -- Johannes Schmid
338 New:
339  - Various improvements in the project wizard
340  - Git usuability improvements
341  - Auto-completion for Gtk.Builder objects in python plugin
342  - more mallard documentation
344 Bugs fixed:
345 649107  Add an index of help topics to the Mallard manual
346 651212  Auto-completion of Gtk.Builder objects
347 312667  Why not allow people to compile a simple .cpp file not starting a project in a first place?
348 588952  build-menu disabled if sources are in subfolder
349 590323  Make the context menu "context"-aware
350 645516  Enabled (translation comment)
351 646073  Application Manager
352 646192  New File (translation comment)
353 652773  Anjuta (current git) fails to load abiword project
354 652778  Opening an automake based project with empty configure.in file fails.
355 653364  build failure on kfreebsd: Error on line 6 char 104: Invalid UTF-8 encoded text in
356 647403  Selecting Configure External Packages and selecting no packages causes segfault.
358 Thanks to: Daniel Mustieles, Daniel Nylander, James Liggett, Johannes Schmid, 
359 Jorge González, Massimo Corà, Matej Urbančič, Philip Chimento, Sébastien Granjoux
361 Anjuta 3.1.2 "Berg 2011" (13 June 2011) -- Johannes Schmid
363 New:
364 - Autocompletion for builder objects in python (Jason Siefken)
365 - Improvements in autotools backend (Sebastien Granjoux)
367 Bugs fixed:
368 645199  Signal dnd issues
369 475261  Change install directory
370 563856  generic Vala project type
371 651670  Glade file not rendering
372 646530  Anjuta crashes when closing tab other than current
373 588387  symbol-db-view-locals: better search
374 651285  Memory leak in symbol-db/readtags.c
375 569994  support includes in makefiles
376 644047  No Symbols shown in Global and Search Symbol pane
377 645659  Basic aesthetic improvements to preferences dialog
378 645695  install broken since deec63dfe4c2527d5adfed049eeac423307229d1
379 645965  Theming tweaks
380 588757  automake projects reject accented characters in paths
381 640470  Port Scintilla to Gtk+3
382 642784  New autotools backend has problems with variables in dependencies
383 648361  In the "Tools Editor" the Command-Browse button does not work
384 648571  file manager variables don't work
385 650930  anjuta-3.x project wizard fails to detect autogen-5.11.x
386 652017  Default pygtk Makefile.am has incorrect path for ui file
387 651212  Auto-completion of Gtk.Builder objects
389 Thanks to
390 Abderrahim Kitouni, Abduxukur Abdurixit, Alexander Shopov, Alexandre Rostovtsev,
391 Carl-Anton Ingmarsson, Carles Ferrando, Chao-Hsiung Liao, Christian Hergert,
392 Cosimo Cecchi, Daniel Mustieles, Djavan Fagundes, Fran Diéguez, Jason Siefken,
393 Kristjan SCHMIDT, Massimo Corà, Matej Urbančič, Muhammet Kara, Naba Kumar,
394 Philip Chimento, Sébastien Granjoux, Tamara Atanasoska
396 Anjuta 3.0.0 "Three.Point.Zero" (4 April 2011) -- Johannes Schmid
398 Summary of new features compared to 2.32.x:
399  * New project manager that supports a wider range of autotools features
400  (Sébastien Granjoux)
401  * Reworked git UI for easier version control (James Liggett)
402  * Better glade integration including drag & drop for signals
403  * Inline search features replace and regular expressions (Eugenia Gabrielova)
404  * Project wizards adapted to new GNOME3 libraries and languages
406 Bugs fixed (since RC1):
407 645470  Anjuta from git master still creates Vala projects using GTK 2
408 645557  Autogenerated PyGTK projects have wrong path to UI file 
409 646530  Anjuta crashes when closing tab other than current
411 Thanks to:
412 Abduxukur Abdurixit, Akom Chotiphantawanon, Andrea Zagli, Aron Xu,
413 Ask H. Larsen, Bruce Cowan, Bruno Brouard, Christian Kirbach, Daniel Korostil,
414 Daniel Nylander, Djavan Fagundes, Duarte Loreto, Gabor Kelemen, Joan Duran,
415 Joe Hansen, Jordi Serratosa, Kenneth Nielsen, Kjartan Maraas, Lukas Lommer,
416 Marek Černocký, P. F. Chimento, Peteris Krisjanis, Rajesh Ranjan,
417 Rodolfo Ribeiro Gomes, Sébastien Granjoux, Yuri Myasoedov
420 Anjuta 2.91.92 "Toronto-style" (RC1) (21 March 2011) -- Johannes Schmid
422 Updated:
423 - Lots of little fixes on the templates
425 Bugs fixed:
426 643379  Glade drag and drop support for Vala
427 307515  drag and drop variable symbol onto watches for simple expressions
428 336856  Search and replace is not simple
429 565275  Quick Search should be able to search backward
430 565276  highlight all matches in Quick Search
431 638134  Redesign of Single and Multi-File Search & Replace
432 645311  Adjust to GtkSourceView API break
433 644050  Some strings are not marked for translation in the .ui file
434 643621  Anjuta catalog makes glade complain.
435 644595  Patches from Mandriva package
436 645049  Password detection not working on non-english locales
437 645076  Run dialog doesn't work with python project
438 570912  Cannot remove module/package
439 644294  old version of gtk+ specified for gtkmm projects 
441 Thanks to:
442 Abderrahim Kitouni, Bruce Cowan, Chao-Hsiung Liao, Daniel Mustieles,
443 Daniel Nylander, Dirgita, Fran Dieguez, Fran Diéguez, Gabor Kelemen,
444 Garrett Regier, Jorge González, Mario Blättermann, Matej Urbančič,
445 Nanci de Brito Bonfim, Piotr Drąg, Sébastien Granjoux
447 Anjuta 2.91.91 "Less bugs, more fun" (Beta 2) (7 March 2011) -- Johannes Schmid
449 New:
450 - Signal dragging support for Vala (Abderrahim Kitouni)
451 - Improved C++ signal dropping features (Marco Diego Aurélio Mesquita)
452 - Regular expression inline search (Eugenia Gabrielova)
454 Bugs fixed:
455 623735  Move pkg-config symbol parsing to language-support-cpp-java
456 638836  language-support-vala: refactor to work with latest project manager
457 336856  Search and replace is not simple
458 565275  Quick Search should be able to search backward
459 565276  highlight all matches in Quick Search
460 568047  Glade plugin does not allow adding notebook containers with less than 3 tabs.
461 638134  Redesign of Single and Multi-File Search & Replace
462 643205  Updates symbols on glade signal drop.
463 644014  Typo at translation message
464 640545  File-wizard screws up file notice
465 642763  Fix memory in message-view plugin
466 627105  Mark default diff filenames for translation
467 642749  Status window doesn't work
468 643707  Please remove unnecessary markup from .ui files
469 644050  Some strings are not marked for translation in the .ui file
470 636410  Unable to delete data target
471 639440  [PATCH] Strings not translated when plugin manager is used form apps
472 643245  Create a prototype in the header file when a signal is dropped in a C source file.
473 643828  A few typos
474 641331  Add a (non-alphabetical) sorting order to wizard files 
476 Thanks to:
477 Abderrahim Kitouni, Akom Chotiphantawanon, Daniel Mustieles
478 Daniele Forsi, Dragos Dena, Eugenia Gabrielova, Gabor Kelemen,
479 James Liggett, Jorge González, Marco Diego Aurélio Mesquita,
480 Massimo Corà, Mathieu Dupuy, Sébastien Granjoux, Yuri Myasoedov
482 Special thanks to all the translators for spotting typos and non-translatable strings!
485 Anjuta 2.91.90 "Prepare for the gladification" (Beta 1) (21 February 2011) -- Johannes Schmid
487 New:
488 - Signal dragging support for python
489 - Glade usuability fixes
490 - New inline search/replace from Eugenia (Women Outreach program)
492 Bugs fixed:
493 530060 Have a "replace all" option in search and replace
494 553772 Unable to move or resize widget placed inside a layout widget
495 568047 Glade plugin does not allow adding notebook containers with less than 3 tabs.
496 631260 Composer window broken after defining ActionGroup
497 633786 plugin.c:59: warning: implicit declaration of function 'PyString_FromString' when compiling anjuta
498 642647 Crash if anjuta is launched with a project that needs the glade plugin.
499 642719 Prototype generator for C header files
500 638787 wrong set on gtk_source_view_set_smart_home_end
501 642763 Fix memory in message-view plugin
502 516685 New artwork for splash screen
503 549440 LIBADD is added at the wrong position in Makefile.am if it doesn't exist
504 565358 documentation files appear in "other files" target
505 566248 ianjuta_project_manager_get_elements returns weird data
506 569992 support makefiles named GNUmakefile.am
507 637981 Port Makefile backend to the new API
508 640969 Allow importing projects with 3rd party project backends
509 641181 error building out-of-tree plugins that only include libanjuta/libanjuta.h
510 642640 NULL pointer dereference and memory leak in parameter.c
511 642750 [PATCH] NULL pointer dereference in anjuta-tabber.c
512 570912 Cannot remove module/package
513 642723 Small in C header template 
515 Thanks to: Abderrahim Kitouni, Aron Xu, Christian Kirbach, Daniel Mustieles,
516 Eugenia Gabrielova, Fran Diéguez, James Liggett, Jorge González, Kjartan Maraas,
517 Marco Diego Aurélio Mesquita, Nanci de Brito Bonfim, Sébastien Granjoux
519 Anjuta 2.91.6 "To all the dead poets" (31 January 2010) -- Johannes Schmid
521 New:
522 - Support for dragging signals from glade into the code (C only)
523 - Improvements in project-manager
524 - More features in git-plugin
526 Bugs fixed:
527 638506 Homepage: FAQ Mailinglist link is wrong
528 639786 quick bookmark deletion
529 640277 editor position history doesn't work with shortcut
530 618142 Anjuta Snippets Plug-in
531 627131 Autocompletion duplicates characters
532 639795 Editing variabile after inserting snippet bug
533 638980 Crash when closing project
534 608578 Anjuta is unable to import Gnumeric source tree
535 611206 doesn't recognize newer AC_INIT
536 615990 path is missing when add a source to the target
537 616041 Add Source -> Cannot add source files -> Core Dump
538 618617 Project view doesn't make sense
539 638368 test-suite fails
540 639342 Anjuta crash when loading libgee
541 640348 minor mistake in UI string
542 640726 anjuta stops updating session information
543 581613 Unable to import a tarball into Anjuta 2.4.2
544 639093 I can't start a new project properly 
546 Thanks to: Chao-Hsiung Liao, Christian Kirbach, Daniel Muestieles,
547 Daniel Mustieles, Dragos Dena, Fran Diéguez, James Liggett, 
548 Jorge González, Kjartan Maraas, Massimo Corà, Matej Urbančič, 
549 Michael Kotsarinis, Rakesh Pandit, Sébastien Granjoux
551 Anjuta 2.91.5 "Moving forward" (11 Januar 2010) -- Johannes Schmid
553 Updates:
554 - Glade integration is working again and far more stable
555 - Devhelp plugin is here gain
556 - New class generation for Vala, Python and Javascript (Kenny)
557 - New artwork (Samuel)
558 - Comment/Uncomment feature for C/C++ (Peter)
559 - Various improvements in vala support
561 Bugs fixed:
562 638228 language-support-vala: interrupt parsing if user switches to another file
563 638252 language-support-vala: use the new markers to show error tooltips
564 511000 Icons needed
565 638532 crash in plugin list when pressing cursor-down
566 637699 JavaScript wizard
567 637774 Add Vala class wizard to class-gen
568 638534 Criticals with local-only repositories
569 616426 model wants symbols before db creation.
570 625399 Attempt to make a query when database is not connected
571 633018 crash in Anjuta IDE: I closed a project, wich...
572 637695 allow comment/uncomment with gtksourceview editor
573 638097 Remove deprecated gdk_spawn_command_line_on_screen gdk_spawn_on_screen
574 638347 Incorrect makefile
575 638830 Fortan typo?
576 638878 $(BUILT_SOURCES): No such file or directory
577 638034 Unable to create new project
578 638524 Syntax error on valid configure.ac files 
580 Thanks to: Abderrahim Kitouni, Akom Chotiphantawanon, Andika Triwidada, 
581 Aron Xu, Bekhtiyar Ghulam, Daniel Nylander, Gheyret T.Kenji, James Liggett,
582 Jens Georg, Johannes Schmid, Kenny Meyer, Kjartan Maraas, Massimo Corà,
583 Matej Urbančič, Peter Hoffmann, Sébastien Granjoux, Yuri Myasoedov
585 Anjuta 2.91.4 "Merry X-mas" (21 December 2010) -- Johannes Schmid
587 New:
588 - Project Manager: Lots of work improving the new project manager. Special
589 thanks to Sébastien Granjoux for all the time he invests here
590 - Git Shell: More panes for git features (James)
592 Bugs fixed:
593 636665  [PATCH] .vapi file not distributed
594 609213  Anjuta FAQ
595 636667  [PATCH] Plugins require GTK_LIBS to link against, but this is not in configure.ac
596 637249  [class-gen] Python wizard
597 621424  No easy way to delete a bookmark
598 636312  Double click fails to select entire word if it contains _ or digits
599 619592  crash in autocompletion
600 636084  Crash Anjuta when typing in Build->Configure->Configuration combo box
601 636666  [PATCH] Introspection fails to build with recent gobject-introspection
602 636668  [PATCH] Link against the libraries anjuta and anjuta-shell are using
603 584060  Project manager hangs anjuta when the contents of project files changes 
605 Thanks to:
606 Chao-Hsiung Liao, James Liggett, Jorge González, Kenny Meyer, Robert Ancell,
607 Sébastien Granjoux
609 Anjuta 2.91.3 "Lebkuchen - yay!" (30 November 2010) -- Johannes Schmid
611 WARNING: This is an unstable development snapshot
613 New:
614 - Git Shell: Git interface has changed to be context sensitive (James)
615 - Project Manager: New project manager landed with much better capabilities (Sébastien)
616 - clang-analyzer: New plugin to use the clang analyzer
618 Bugs fixed:
619 615345 Tabs in AnjutaTabber should not expand to all available space
620 631213 locale.h included twice in main.c
621 633112 Smart Brace Completion Quotation Mark Crash
622 633911 Unknown (translation)
623 635121 language-support-cpp-java: fix invalid read of paranthese-size setting
624 635795 Editing configure.ac crashes anjuta
625 631521 create project in folder c++
627 Thanks to: Abderrahim Kitouni,Akom Chotiphantawanon, Alexander Shopov,
628 Antonio Fernandes C. Neto, Ask H. Larsen, Bruno Brouard, Carl-Anton Ingmarsson,
629 Claude Paroz, Daniel Nylander, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
630 Gheyret T.Kenji, James Liggett, Joan Duran, Jonh Wendell, Jorge González,
631 Kjartan Maraas, Leonid Kanter, Mario Blättermann, Massimo Corà, Matej Urbančič
632 Milo Casagrande, Nikos Bakaoukas, Petr Kovar, Philip Withnall, Saleem Ansari
633 Sébastien Granjoux, Simos Xenitellis, Yang Hong
635 Anjuta 2.91.2 "Remember the days when we ported from Gtk+ 1.2 to 2.0?" -- Johannes Schmid
637 WARNING: This is an unstable release! It's the first released based on the
638 GNOME 3.x library set and a such it may kill your kitten though it's unlikely.
640 New:
641 - Everything works with gtk+-3.0 now. gconf replaced with GSettings, etc.
642 - Switch to enable/disable modeline detection
643 - Automatic completion of comments with "*"
645 Regressions:
646 - Glade hasn't been ported to gtk+-3.0 yet and isn't available
647 - class-inheritance isn't build because of missing foocanvas for gtk+-3.0
648 - gtodo is disabled and will probably be removed soon
649 - terminal plugin hasn't been ported to GSettings, yet
651 Bugs fixed:
652 bgo#600407 - Missing LIBXML_CFLAGS and LIBXML_LIBS
653 bgo#627105 - Mark default diff filenames for translation
654 bgo#577595 - Prepend comment with *
655 bgo#625903 - Port to GSettings
656 bgo#625978 - configure failure in gtk+-3.0 environment
657 bgo#631952 - better GObject-Introspection support for new-project branch
658 bgo#633661 - vala support is automagic
660 Thanks to: Abderrahim Kitouni, Andika Triwidada, Carles Ferrando,
661 Eugenia Gabrielova, Evgeny Grablyk, Florian Ludwig, Gabor Kelemen,
662 Giannis Katsampirhs, Javier Jardón, Jens Georg, Joan Duran, Jorge González,
663 Josseline Mouette, knight2000, Mario Blättermann, Matej Urbančič, 
664 Nanci de Brito Bonfim, Pacho Ramos, Sébastien Granjoux, Takayuki KUSANO
666 Anjuta 2.32.0 "Goodbye Berlin" (27 Sep 2010) -- Johannes Schmid
668 This is our new stable release. Older releases won't see any bug-fixing, support,
669 etc and master is now heading for GNOME 3.0 which will rock!
671 Bugs fixed:
672 bgo#630460 PackageKit integration is not working on all distros
673 project-wizard: Update default ui file to use gtk+-2.16
675 Various translation updates, Anjuta is now fully available in over 20 and more
676 languages. Thanks for your effort.
678 Thanks to (again, mostly translators):
679 Andika Triwidada, Andrea Zagli, Aron Xu, Bruce Cowan, Bruno Brouard,
680 Chao-Hsiung Liao, Christian Kirbach, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
681 Jonh Wendell, Jorge González, Kenneth Nielsen, Marek Černocký, Mario Blättermann,
682 Matej Urbančič, Michael Kotsarinis, Milo Casagrande, Piotr Drąg, Takayuki KUSANO,
683 Yuri Myasoedov
685 Anjuta 2.31.92 "What's reality like?" (13 Sep 2010) -- Johannes Schmid
687 Bugs fixed:
688 python-loader: bgo #628975 - error in python loader .plugin
689 sourceview: bgo #626541 - Crash when saving to unavailable location
690 bgo #628397: Fix anjuta-idl-compiler to keep typedef comments
691 bgo #628397 - gir build error
693 Thanks to (mostly translators):
694 Abderrahim Kitouni, Andika Triwidada, Aron Xu, Bruno Brouard, Christian Kirbach,
695 Claude Paroz, Daniel Nylander, Dragos Dena, Gabor Kelemen, Hiroyuki Sekihara,
696 Jorge González, Kjartan Maraas, Philip Withnall, Sébastien Granjoux,
697 Takayuki KUSANO
699 Anjuta 2.31.91 "Cold summer rain" (30 Aug 2010) -- Johannes Schmid
701 Updated:
702 - More updates to the vala support
704 Bugs fixed:
705 libanjuta: Fixed bgo #622922: migrated to GDBus
706 pm: bgo #626690 - wrong project clean on new-project
707 project-wizard: bgo #627595 - Ambiguous strings for translation
708 bgo #627648 - Add IDE to Categories in .desktop file
709 symbol-db: bgo#622340 - Tried to close project and Anjuta crashed
710 bgo #628099 - Remove markup from translatable strings
711 language-support-python: bgo#627437 - couldn't find python rope.
712 bgo #628286 Fix introspection build when builddir != srcdir
713 bgo #628285 Don't distribute the .gir files
715 Thanks to Abderrahim Kitouni, Andika Triwidada, Ask H. Larsen, Branko Kokanović,
716 Bruno Brouard, Christian Kirbach, Fran Diéguez, Gabor Kelemen, James Liggett,
717 Jorge González, Massimo Corà, Matej Urbančič, Philip Withnall, Robert Ancell,
718 Sébastien Granjoux
720 Anjuta 2.31.90 "GSoC is over - we have snippets now" -- Johannes Schmid
722 New:
723 - Python is now fully supported
724 - Initial support for python plugins (Abderrahim Kitouni)
725 - Snippets plugins from GSoC (Dragos Dena)
727 Updated:
728 - Language support for Vala got a major update
730 Bugs fixed:
731 project-wizard: bgo#625434 - remove cvsignore from templates
732 python-support: bgo#626950 Anjuta crash with python support
733 build-basic-auotools: bgo#626562 crash refusing to clean the configuration
734 symbol-db: bgo#622529 - Crash when trying to open a non-writable project
735 symbol-db: bgo#616560  - Symbol views do not display names containing especial chars correctly
736 manual: Fixed mailing list adress (bgo#625588)
737 language-support-vala: bgo#626306 Symbol completion doesn't work with "this."
738 libanjuta: Increase launcher buffer size (bgo#624700)
739 class-gen: add missing include (#626265)
740 Add PyGTK project template. Fixes bug #608304.
742 Abderrahim Kitouni, Andika Triwidada, Daniel Nylander, Dragos Dena
743 Fran Diéguez, James Liggett, Jens Georg, Jorge González, Leandro Mattioli
744 Massimo Corà, Matej Urbančič, Vincent Untz, Yang Hong
746 Anjuta 2.31.6.1 "Thank you, The Hague (5 Aug 2010) -- Johannes Schmid
748 Bugs fixed:
749 symbol-db: bgo#625964 anjuta-tags does not build
750 libanjuta: bgo#621919 AnjutaAsyncCommand class is inconsistent
752 Thanks to James Liggett and Vicent Untz
754 Anjuta 2.31.6 "Thank you, The Hague" (2 Aug 2010) -- Johannes Schmid
756 Updated:
757 - Debugger is now much more polished (Sebastien)
758 - Project wizard shows better package chooser
760 Bugs fixed:
761 devhelp: Use Devhelp-2 API (bgo#625841)
762 build: bgo #625604  - anjuta crashes on starting the debugger
763 gdb: bgo#625605  - register function is not found in a pretty printer
764 symbol-db: bgo #625350 - critical warning on project unload
765 debugger: bgo#558954  - Documentation for debug interfaces is incomplete
766 libanjuta: bgo#624660 introspection build order problem
767 debugger: bgo #515395  - Mouse cursor is a clock in debug mode
768 debugger: bgo #598187  - Feature request: Make 'Locals' columns configurable
769 project-wizard: bgo #624091  - Use AnjutaPkgConfigChooser
770 debugger: bgo #516112  - Debugger create too much variable objects
772 Thanks to Chao-Hsiung Liao, Eleanor Chen, Fran Diéguez, Frédéric Péters,
773 Jorge González, Mario Blättermann, Massimo Corà, Matej Urbančič, Naba Kumar,
774 Sébastien Granjoux, Sergei Grudinin, Tao Wang
776 Anjuta 2.31.5 "Too hot to code" (12 June 2010) -- Johannes Schmid
778 New:
779 - Debugger supports pretty-printing now
781 Updated:
782 - More work on the symbol database code quality and performance
784 Bugs fixed:
785 project-wizard: bgo #623754  - focus on wrong text-field
786 run: bgo #623944  - buttons swapped on "Program parameters"
787 gdb: bgo#494292  - Set next statement
788 gdb: bgo #617323  - Save debugger stack trace
789 configure: Fix the forced debugging mode even if --disable-debug is given (bgo#612453)
790 Fix for bgo #622706 and allow to sort shortcuts by accelerator
791 symbol-db: Fixed bgo #617472: doubled items in locals view
792 bgo #622526  - HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
793 terminal: bgo#619253  - Problem of ianjuta_terminal_execute_command in 2.28
794 anjuta: F6 switches focus instead of setting over (bgo#621678)
795 symbol-db: Fixed crasher bgo #622139
796 project-wizard: bgo #621512  - Remove deprecated glib symbols
797 language-support-vala: bgo#620927  - Vala plugin compilation
798 libanjuta: bgo#620664  - Drag and drop of multiple source files
800 Thanks to Abderrahim Kitouni, Akom C, Andika Triwidada, Fran Diéguez,
801 G. Baylard, Gennaro Bellizio, Jorge González, Massimo Corà, Matej Urbančič,
802 Naba Kumar, Romain Perier Sébastien Granjoux
804 Anjuta 2.31.3 "Smile, tommorow will be worse" (7 June 2010) -- Johannes Schmid
806 New:
807 - language-support for Vala
809 Updated:
810 - Symbol database is super fast now
811 - Glade plugins was cleaned a lot and doesn't spit warnings anymore
813 Bugs fixed:
814 anjuta: bgo #618273  - Anjuta closes when pressing ESC in the save dialog
815 bgo #586428  - paths with symlinks do not get 'real' absolute paths
816 language-support-cpp-java: bgo#618955  - Smart brace completion is no longer smart
817 message-view: bgo#620209  - Message View Crashes When Hovering Mouse Cursor Over Message Toggle Icons
818 npw: fix #610934  - Improve translations for the wizard files
819 Remove deprecated GTK+ symbols. Fixes bug 572754.
821 Anjuta 2.31.2 "There are no ugly girls, just lazy ones" (25 May 2010) -- Johannes Schmid
823 New:
824 - class-inheritance is included using libfoocanvas
826 Bugs fixed:
827 file-wizard: #616810 Error when creating new c source and header
828 language-support-cpp-java: bgo#618314  - Anjuta crash on while editing
829 symbol-db: Fixes #bgo 617433 Tab switching is slow because of rescanned symbols
830 symbol-db: Partially fixes bgo #615429: Optimize global and local views sql queries
831 libanjuta: Completes fixing bgo #615428: new column is_container
833 Anjuta 2.31.1 "Better late than never" (6 May 2010) -- Johannes Schmid
835 New:
836 - Symbol-db tree model with direct database access
837 This brings faster a faster and more up-to-date symbol tree
839 Bugs fixed:
840 anjuta-tags: bgo #616780 - Wrong return type recognition
841 document-manager: fixed bgo #616739 - doesn't open .ui files, neither in xml mode
842 anjuta-tags: fixed bgo #616503 - updates to the ctags vala parser.
843 symbol-db, language-support-js: bgo #616435 - make distclean removes y.tab.c
844 document-manager: bgo#550027  - Open a source tab in full window size
845 document-manager: bgo #586689 - close all but this
846 symbol-db: Bug 613962 - symbol-db views need alphabetical ordering
847 symbol-db: Fixes bgo #614906 - Local view shows namespaces far too often
848 symbol-db: bgo #614408 - convert GET_PRIV () to ->priv
849 anjuta: Fixed bgo 500962 - Further icons
850 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
851 macro: #613118 - Please fix escaping of UTF-chars in ui file
853 Anjuta 2.30.1 "BASIC's not the answer" (26 April 2010) -- Johannes Schmid
855 Bugs fixed:
856 symbol-db: Fixed bgo #611834 - Symbol icons are wrong for members
857 document-manager: bgo #600083 - close documents by middle-mouse click
858 symbol-db: bgo #614936 - compile error with cfiles under js_parser
859 symbol-db: bgo #614932 - void function cannot return value
860 symbol-db: bgo #614933 - build fail with sun cc because zero-sized struct
861 language-support-cpp-java: libstdc++ is not available on Solaris #614928
862 gtodo: Deselecting "Hide completed items" does nothing (#614751)
863 language-support-cpp-java: bgo#615596  - . -> completions doesn't work with prefixed &, %, etc
864 libanjuta: #615718  - anjuta-command crash call on set_error_message.
865 js: bgo#615341  - Use correct LDFLAGS for the JS plugins
866 dir-project: bgo #616503 consider Vala files as sources
867 patch: Fixed bug 616740 - duplicated shortcuts nodes
869 Anjuta 2.30.0 "Ostern in Berlin" (29 March 2010) -- Johannes Schmid
871 Bugs fixed:
872 git: Free the log message for merges at the right time
873 Makefile.am missing libxml flags in some plugins (bgo#613559)
874 macro: #613118 - Please fix escaping of UTF-chars in ui file
875 project-wizard: JS template support and require GJS 0.6
876 build: bgo#612959 - Anjuta crashes when clicked 'Compile'
877 language-support-cpp-java: Avoid duplication of local symbols in project search
878 language-support-cpp-java: Fixed some undo problems with indentation
879 sourceview: bgo#567029 - underline warnings/errors using user-selected message colors
880 starter: Add tooltip for recent projects.
882 Anjuta 2.29.92 "Give me Shortcuts" (8 March 2010) -- Johannes Schmid
884 Changes:
885 - Stabilisation fixes with autocompletion
886 - Performance work
888 Bugs fixed:
889 anjuta: bgo#567689 -  Shortcuts grabbed all components of anjuta
890 bgo #566194 -  Garbage in the message pane for messages with bold font
891 sourceview: Don't block F7 shortcut (bgo#611204)
892 language-support-cpp-java: Better expression parsing (bgo#608499)
893 project-wizard: Added back translatable-strings.h until bgo#610934 is fixed
894 preferences: fix preferences registration for recent gtk+ versions (bgo#609190)
895 project-wizard: bgo#606596 -  Javascript template doesn't make sense
896 fm: bgo#605050 -  Saving a file duplicates its entry in File Manager
897 build-basic-autootls: Get make targets for files from language-manager plugin (bgo#611933)
898 bgo #611312 -  Make manual page up-to-date
900 Anjuta 2.29.91 "Vala la Révolution" (22 February 2010) -- Johannes Schmid
902 Features:
903 - Support for Vala symbols in the symbol-db
905 Bugs fixed:
906 language-support-cpp-java: bgo#609227 -  autocompletion problem (and some memory leaks)
907 bgo #550715 - Smaller icons in plugin list.
908 language-support-cpp-java: reapplied previous commit. bgo#610397 bgo#610404
909 symbol-db: bgo#610404 added cancel logic to search command.
910 starter: bgo#582726 -  Loading file from command-line/nautilus puts starter page in front of file
911 project-import: bgo#582717 -  'Create Folder' button not applicable in 'New From Existing Sources' file
912     chooser dialog
914 Also special thanks to all translaters!
916 Anjuta 2.29.90 "Jag älkar svesk..." (7. Februar 2010) -- Johannes Schmid
918 Features:
919 - None (we are in feature freeze) except new language for Codename ;)
921 Bugs fixed:
922 bgo #608701 -  Compiler warnings
923 bgo #608396 -  crash while refreshing a buffer with some breakpoints
924 + Several fixed in symbol-db and language-support-cpp-java
926 This is the first beta release in the 2.30 cycle so please give it some testing!
928 Anjuta 2.29.6 "Naba is back" (25 January 2010) -- Johannes Schmid
930 Features:
931 - Packagekit integration (Naba Kumar)
932 - Project manager supports a simple "Directory" project now which allows
933 to handle project that either don't use automake or where the automake parser
934 can detect the files correctly. (Sébastien Granjoux)
936 Bugs fixed:
937 bgo#541687 - selecting properties of executable with mouse
938 class-gen: bgo#606801 -  Bad translation error + GTKmm Project error
939 bgo#572754 - Replace deprecated GTK_OBJECT_TYPE with G_OBJECT_TYPE
940 bgo#601750 -  Tooltip evaluation doesn't respects mouse position
941 bgo#605060 -  Single-step highlighting works only for the first-opened project
942 bgo#607415 -  Anjuta creates lots of random directories
944 Anjuta 2.29.5 "Birthday present" (12 January 2010) -- Johannes Schmid
946 Features:
947 - Completion for ., ->, and :: in C/C++
949 Bugs fixed:
950 symbol-db: re-fixed bgo#605952 with patch from Sébastien Granjoux.
951 language-support-cpp-java: #566982 -  don't autocomplete inside string or comment
952 sourceview: Implement ianjuta_editor_cell_get_attribute() properly (#586457)
953 bgo #605763 -  No file found while adding a simple c++ class
954 bgo #605730 -  completion "." "->" are not shown
955 bgo #606069 -  Anjuta won't attach to process to debug it
956 symbol-db: bgo#605952 -  Some small fixes for symbol-db
957 bgo #559876 -  I can't add python file source code to Project > Add source code
958 bgo #565191 -  'add project target' is mostly broken
959 bgo#566209 -  "generate inhertances..." progress bar doesn't disappear
960 symbol-db: fixed bgo#605343 - fix build warnings
961 symbol-db: fixed bgo#605306 -  Add missing include to fix build
963 Anjuta 2.29.4 "Snow makes happy aka Last X-Mas" (21. December 2009) -- Johannes Schmid
965 Features:
966 - Javascript support (Deniz Ermilov)
967 - Support for parsing expressions allowing member completion (Massimo' Cora)
968 - Improved autocopletion support using GtkSourceCompletion support in
969 GtkSourceview master (Johannes Schmid)
971 Bugs fixed:
972 bgo#597318 - Anjuta terminal crashes X
973 bgo#597815 - Crash due to malformed UI definition file
974 bgo#599532 - plugin.c: missing call to fclose
975 bgo#600924 - misc. build fixes for 2.28
976 bgo#601567 - Import from git fails
977 bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar
978 bgo#559925 - Send special keys to the terminal
979 bgo#602784 - Remove unneeded libsexy code
980 bgo#604581 - Crash Scintilla when writing a comment
981 bgo#599323 - symbol-db plugin can't create the symbol database
982 bgo#604954 - Configure project fail if project path contains space
983 bgo#604621 - specify /dev/shm at config time.
985 Anjuta 2.29.2 "Prager Herbst" (14 November 2009) -- Johannes Schmid
987 Features:
988 - New codename ;)
989 - For upcoming features, see the new-project-manager and the cxxparser branches
991 Bugs fixed:
992 String review (thanks to Phillip Withnall)
993 symbol-db: fix #597113
994 search-plugin: unmerge ui and remove action group when the plugin is deactivated
995 git: remove action groups when the plugin is deactivated
996 file-manager: fix bug where we accessed the FileView even though it was freed
997 debug-manager:bgo #596009 -  Easier adding of watches
999 Anjuta 2.28.0 (28 September 2009) -- Johannes Schmid
1001 Bugs fixed:
1002 gdb: bgo#594665 -  Fix link of test program
1003 sourceview: Report error when location is > 0 for markers (bgo#593954)
1004 terminal: bgo#594648 -  Terminal does not work
1005 sourceview: #355151 -  drag/drop into editor window should open file
1007 And of course lots of translation updates!
1009 Anjuta is translated fully into the following languages:
1010 pt_BR, en_GB, bg, de, da, fr, gl, it, pt, sv, es, tr, uk, hu, th
1012 The manual is fully translated for:
1013 el, es and th
1015 Anjuta 2.27.92 (7 September 2009) -- Johannes Schmid
1017 Bugs fixed:
1018 class-gen: bgo #593532 - Untranslated strings
1019 language-support-cpp-java: bgo #593291 - fix small typo
1021 Thanks to all translators!
1023 Anjuta 2.27.91 (27 August 2009) -- Johannes Schmid
1025 Updates:
1026 - Some git fixes (file-status, etc.)
1027 - Stability fixes on symbol-db
1029 Bugs fixed:
1030 Typo in Anjuta pot file (bgo#593236)
1031 bgo #592941 – Fixed errors in Anjuta IDE Manual (Greek translation)
1032 bgo #591758 -  Fix language mistakes
1033 bgo #591887 -  Bad strings for translation
1034 bgo #590117 – Build failure: local scandir() function collides with system's
1035 bgo #589828 – Can't open GtkBuilder files with the glade plugin
1036 bgo#590708 – Some untranslated strings
1037 project-wizard: bgo#591359 – Need an easier and intuitive way to create a shared library project
1038 bgo #590337 – Compile failure: not allowed to link against a -module
1039 bgo #590720 – glade plugin FTBFS on mips(el) and alpha, LANGUAGE_C built-in
1040 bgo#590337 – Compile failure: not allowed to link against a -module
1041 language-support: bgo#575926 – 'Maintain past indentation' disables itself
1042 bgo #578690 – Several components underlinked
1043 bgo #585428 – Context needed to translate
1044 bgo#590334 – Fix -I ordering
1045 bgo #590338 – Missing plugins flags
1046 git: Add init support (bgo 566698)
1047 language-support-cpp-java: fixed critical #588112 - infinite loop / freeze
1048 bgo#587248 – Encoding key in desktop file is deprecated
1049 bgo#588485 – fixes from running anjuta with G_DEBUG="fatal_warnings"
1050 bgo#589699 – When ~/.cache isn't exists, session data isn't saved
1051 bgo#588506 – Wrong value of PACKAGE_DOC_DIR
1052 bgo#589601 – "gtk-execute" and "gtk-cancel" marked for translation
1054 Anjuta 2.27.5 (27 July 2009) -- Johannes Schmid
1056 Updates:
1057 - Even better git plugin (James Liggett)
1058 - Work to get C++ autocompletion done (Massimo' Cora)
1060 Bugs fixed:
1061 git: Show the active branch in the status bar (bgo 589401)
1062 symbol-db: #588387 make typeahead searching caseless
1063 Migrate anjuta project wizards from libglade to GtkBuilder (GnomeBug:530740)
1064 bgo #575147 – Headers of new C++/GObject classes have wrong copyright and license notices.
1065 bgo #577741 – "single step over function" does not always work as expected
1066 bgo #587957 – doap file missing bug-database
1067 bgo #583731 – Some untranslated strings
1068 git: Refresh the log view when switching branches (bgo 580276)
1069 bgo#578438 – broken svn libraries detection in configure
1070 git: Fix a typo in a menu tooltip (bgo 587191)
1071 gbf-am: build fix #586926
1072 #586926 – gdbmi_test build fails
1073 bgo#513156 – Get rid of libgnome(ui)
1074 git: Add descriptions to the menu items (bgo 577924)
1075 #586621 – Crash while loading project file
1076 go#586148 – Case had to be the other way around
1077 bgo#586148 – Fixing setting whitespace for the editor not working
1078 bgo#577924 – Fixing AnjutaStatusbar for displaying menu tags
1079 #577232 – run-program plugin: projects's working directory should be set to project root on start
1080 #586030 – Value of a new environment variable is not saved in run parameter dialog
1081 #584180 – Duplicate copy of GBF/General.pm installed to same location
1082 #582961 – Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
1083 subversion: Show conflicted files in the commit dialog (bgo 578411)
1084 symbol-db: #585498 – Completion stop working and strange warning
1086 Anjuta 2.27.3 (14 June 2009) -- Johannes Schmid
1088 Updates:
1089 - Pixel-saving UI for tabs
1090 - Remove markup from translatable strings
1092 Bugs fixed:
1093 - Lots of git bugs fixed
1094 #584013 – libanjuta-1.0.pc.in still requires libglade-2.0
1095 #584347 – Don't reference child revisions
1096 #567214 - bookmarks window wastes too much space
1097 #582464 – crash in Anjuta IDE: Hacking on Empathy, dele...
1099 Anjuta 2.27.2 (26 May 2009) -- Johannes Schmid
1101 Updates:
1102 - Lots of git improvements
1103 - Subversion improvements
1104 - Removed libglade dependency
1106 #581416 - Fix void function cannot return value
1107 #581869 - anjuta fails to build outside source tree
1108 #582710 - Please consider using g_timeout_add_seconds to reduce wakeups
1109 #582977 – String misspelled
1110 #581421 - build fail on symbol-db/test
1111 #530740 – Use GtkBuilder instead of libglade
1112 #583589 – Some untranslated strings
1113 #580340 - Reuse the last commit message when amending commits
1115 Anjuta 2.27.1 (4 May 2009) -- Johannes Schmid
1117 Updates:
1118 - Improvements in git plugin
1119 - Improvements with auto-completion speed
1121 Bugs fixed:
1122 #530740 - Use GtkBuilder instead of libglade
1123 #581074 - Creating a new wxWidgets project should not include libglade
1124 #580994 - using DEBUG_PRINT instead of g_print
1125 #580013 – patch plugin doesn't handle patch-files with whitespace
1126 #568779 – project wizard should infer project name from base path
1127 #577721 – tooltips appears in wrong position
1128 #579118 – Segmentation fault when adding file to project
1129 #578087 – Artwork for Symbol Database is actually not from Monodevelop
1130 #567588 – highlight default button in Find dialog
1131 #576959 - Search does not point to correct line number on first match when file is not opened in editor.
1132 #577006 – crash creating new file
1133 #574607 – Replace function selects text uncorrectly
1134 #576057 – doesn't build with graphviz 2.22.2
1135 #575617 – Update FSF address
1137 Anjuta 2.26.0 (16 March 2009) -- Johannes Schmid
1139 Bugs fixed:
1140 #397883 – The license info is almost empty
1141 #574376 – Save doesn't always save
1142 #573858 – link fail on Solaris for plugin symbol-db
1143 #562113 – Clean docbook syntax in order to validate
1144 #571740 – Get rid of deprecated libgnomecanvas
1145 - Fixed crash in git plugin
1146 - Fixed little problem in build plugin
1147 - Fixed distcheck
1149 - Translation updates:
1150 Anjuta is now fully translated into the following languages:
1151 pt_BR, en_GB, da, fi, fr, gl, el, it, ca, pt, sv, es, tr, hu, vi, de, sl
1152 and over 80% in
1153 ru, ja, mr, ar, th, pl
1154 The manual is translated into Spanish now.
1156 Thanks to all translators
1158 Anjuta 2.25.903 (2 March 2009) -- Johannes Schmid
1160 Bugs fixed:
1161 - Valgrind memory fixes
1162 - Documentation fixes and updates
1163 - Fixes in the glade plugin
1164 - Version control integration fixes
1165 - Auto-indentation fixes
1166 #564282 – configure error: source directory already configured
1167 #567513 – Running configure doesn't make anjuta be aware that the
1168   project doesn't need a configure stage in its menus
1169 #565170 – Invalid read in plugin.c
1170 #573326 – Debug misfunction
1171 #572637 – Valgrind shows some errors in symbol-db
1172 #567068 – autocomplete box should vanish on backspace
1173 #564306 – don't ask which program to run if project has only one target
1174 #559806 – Anjuta crashes when closing unsaved file
1175 #556970 – Swap .h/.c doesn't work for C header files (*.h)
1176 #555895 – Save configure options for build configuration
1177 #572608 – crash clicking on 'find in files...' results.
1178 #572451 - crash on closing project
1179 #571760 – Find & Replace is broken (due to my previous changes)
1180 #511589 - remove missed includes
1181 #572289 – Make code less ambiguous
1182 #564891 – Crash when closing editor window
1184 Anjuta 2.25.902 (16 February 2009) -- Johannes Schmid
1186 This is a bug-fix release for the GNOME 2.25.91 Beta!
1188 Updates:
1189 - Code completion
1190 - Searching
1191 - Project Management
1193 Bugs fixed:
1194 #570820 – problem with gtk+ trunk
1195 #564942 – display project-relative path in search results pane
1196 #571381 – Seach button disabled if no files opened. 
1197 #571733 – file manager should sort files case-insensitively
1198 #571233 – Uncorrect loading of subversion plugin
1199 #571215 – doesn't indent function declarations correctly
1200 #570492 – Some criticals in the terminal plugin
1201 #556148 – it's impossible to remove project variables
1202 #571262 – gbf-am: treat tail slash as a package
1203 #566991 – list project modules in sorted order
1204 #571114 – Crash after clicking on Edit/Preferences with open document
1205 #571143 - Double free crasher of path string.
1206 #563704 – Anjuta displays column/line numbers after edit windows closed
1207 #556970 – Swap .h/.c doesn't work for C header files (*.h)
1208 #570720 – There are warnings in some cases when I press cancel in 
1209         program arguments dialog
1210 #566785 – Anjuta crashes after enabling and disabling a plugin
1211         often
1212 #567606 – Auto-indentation in Anjuta gets tab indentation wrong for function paramaters
1213 #565015 – duplicate matches in search results pane
1214 #539580 – Uncorrect pass search result to
1215 #570614 – outdated download addresses
1216 #566531 – Find & Replace results in wrong result for files
1217         containing multi-byte UTF-8 sequences
1218 #570877 – symbol-db doesn't scan user-added packages.
1219 #570929, initialize widgets before add watches.
1220 #566987 – display tooltip with prototype when calling function in project.
1221 #570245 – gbf gio-critical g_file_query_exists
1222 #566693 – Code completion of symbols usually not working
1223 #570492 – Canot open editor - crash
1224 #567100 – opening Find dialog causes GtkSpinButton warning
1225 #570444 – can't change numbers in preferences dialog
1226 #566987 – display tooltip with prototype when calling function in project
1228 Thanks to anybody involved!
1230 Anjuta 2.25.901 (3 February 2009) -- Johannes Schmid
1232 This is a bug-fix release for things that were broken too much in 2.25.90
1234 Bugs fixed:
1235 #570249 – glade plugin does not build
1236 #566702 – Please add a separator between Build Project and Build Tarrbal
1237 #570264 – cannot do subversion->commit: no modified files are detected anymore
1238 #570223 – Replace all in open buffers crashes
1239 #567206 – Build doesn't start if auto-save fails
1241 Anjuta 2.25.90 (2 February 2009) -- Johannes Schmid
1243 New:
1244 - Glade integration work (GSoc) merged
1245 - Support for scratchbox2
1247 Updates:
1248 - Improved file status display
1249 - Don't depend on Gnomeprint
1251 Bugs fixed:
1252 #561370 – there is no way to know which files are in repository and which not.
1253 #566800 – Had a random crash in "File manager" preferences pane
1254 #569908 – completion of symbol shouldn't scroll the editor
1255 #511589 - fix c&p error in uri_is_parent; fix uri_get_chrooted_path
1256 #570136 – add option to not show unversioned files
1257 #542412 – GSoc: Glade3 integration
1258 #567728 – Copypasting build errors, messages and warnings
1259 #564276 – useless checkbox next to action groups in Shortcuts view
1260 #514609 – install-data-hook problem on Gentoo
1261 #563499 – Goto Matching Brace and other commands missing in GtkSourceView editor
1262 #564272 – Highlight Mode menu should indicate current mode
1263 #567030 – gtksourceview editor should underline warnings
1264 #561094 – Creation of backup files can't be disabled using gtksourceview
1265 #569585 – translation issues, typos
1266 #570034 – the open ToolbarItem is named "Open recent file"
1267 #570056 – version mismatch for dependency gtk+
1268 #567846 – A lot of g_warning-s when starting up Anjuta
1269 #570014 – invalid print of uninitalized value
1270 #560857 – GNOME Goal: Remove deprecated GLib symbols
1271 #567361 – allow me to jump to declaration in external package header
1272 #513156 – Get rid of libgnome(ui) (partial)
1273 #569857 – terminal copy/paste doesn't work
1274 #566209 – "generate inhertances..." progress bar doesn't disappear (partial)
1275 #549958 – user is not notified if a file is removed from filesystem
1276 #567206 – Build doesn't start if auto-save fails
1277 #357275 – allow user to jump directly to Symbols / Search
1278 #357275 – allow user to jump directly to Symbols / Search
1279 #491491 – Auto save's problem (automatic reload was a bad idea)
1280 #357820 – Goto / Previous history should return to previous cursor position
1281 #569225 – glade-plugin build error
1282 #568493 – Anjuta freezes after moving around large portions of code
1283 #511589 for debug-manager plugin
1284 #491491 – Auto save's problem (reload automatically)
1285 #549958 – user is not notified if a file is removed from filesystem
1286 #564308 – autogenerated gtk/gnome program does not exit
1287 #565188 – Invalid write on deinitialization
1288 #568119 – Automatic scanning of system-packages doesn't work
1289 #568381 – Website manual chapter 5. Debugging
1290 #548310 – Allow plugins to load/save key accelerators
1291 #565320 – sbox2 support for anjuta
1292 #564659 – Port anjuta to use Gtk+ print instead of deprecated gnomeprint
1293 #566696 – Make the terminal plugin open in the directory of the project
1294 #568254 – build fail on symbol-db-engine-core.c with suncc
1296 Anjuta 2.25.5 (19 January 2009) -- Johannes Schmid
1298 New:
1299 - File-browser shows version control status for subversion using emblems
1301 Updates:
1302 - Removed gnome-vfs usage
1303 - Lots of improvements with auto-completion and symbol-db
1304 - string fixes
1306 Bugs fixed:
1307 #567967 – build fail with sun cc because zero-sized struct
1308 #568068 – critical warnings on activation of debug-manager
1309 #531717 - remove tray icon
1310 #511589 - port to gio
1311 #568008 – invalid g_object_unref in file-manager
1312 #568020 – critical warning on bracket completion
1313 #565353 – View Log and Diff context menu commands should 
1314         act immediately
1315 #568028 – goto [declaration|implementation] should prefer the current 
1316         file.
1317 #567060 – symbol search should ignore case.
1318 #565342 – wizard creates useless dist-hook in Makefile.am
1319 65024 – "Retrieving log..." still displayed after retrieval 
1320         complete
1321 #564988 – Subversion context menu should have a Revert command
1322 Fix #567222 – Please add comments for translators
1323 Fix #567216 – Don't leave trailing spaces
1324 Fix #567226 – Don't leave trailing spaces
1325 Fix #567224 – Don't leave trailing spaces
1326 Fix #567881 – Strange strings
1327 #567523 (Goto Implementation jumps to declaration).
1328 #567504 – New Project dialog is not centered
1329 #567505 – Anjuta hangs while generating inheritances
1330 #567217 – Don't use trailing spaces.
1331 #567228 – Don't leave trailing spaces.
1332 #548910 Hide the Global tab in case only C-files are used in a project.
1333 #567360 – Context Help needs an icon
1334 566924 - Subversion diff should be done from the project's root
1335         directory.  
1336 #566943 – Icons are not not found
1337 #567156 – better autodetection of language
1338 #567010 - Can't import project if parse scripts failed
1339 #567068 – autocomplete box should vanish on backspace
1340 #566987 – display tooltip with prototype when calling function in project
1341 #566693 – Code completion of symbols usually not working
1342 #567227 – Don't leave trailing spaces
1343 #567223 – Don't leave trailing spaces
1344 #567219 – String fixes
1345 #567218 – Don't leave spaces before punctuation
1346 #567203 – small signal error in symbol-db-system
1347 #566985 – sort multiple symbol matches by file path
1348 #567058 – Goto Implementation can't jump to struct or typedef types
1349 #566690 – Goto declaration menu item should go to implementation if 
1350         there's no delcaration
1351 #567067 – Anjuta hangs if I close project while scanning symbols
1352 #567049 – Goto Definition fails for symbols ending in a digit
1353 #566699 – Default "Available API tags" for 
1354         Symbol Database preference tab.
1355 #566691 – Goto declaration nor goto definition work with macros
1356 #565981 – Don't use g_file_test()
1357 #511589 - Remove unnecessary hack for GNOME-VFS which
1358         is not needed for GIO/GVFS
1359 #511589 – Remove dependency on gnome-vfs from Makefiles
1360 #511589 – Anjuta uses GNOME-VFS
1361 #566715 – invalid free in run-program/parameters.c
1362 #511589 – Anjuta uses GNOME-VFS 
1364 Anjuta 2.25.4 (5 January 2009) -- Johannes Schmid
1366 Translations updates:
1367 ====================
1368 es, fr, sv, fi, he, ru, pt_BR, pl
1370 New:
1371 - Symbol-db plugin now default and working, old ctags code and symbol-browser
1372 removed
1373 - Starter plugin for fast access to common actions
1374 - Remote debugging support using gdbserver
1375 - New bookmark interface
1376 - gnome-build merge into anjuta
1378 Updates:
1379 - Single toolbar without bonobo
1380 - Devhelp plugin uses webkit now
1381 - Lots of HIG fixes
1382 - Improved searching
1383 - Scintilla updated to 1.77
1385 Special thanks to (in no particular order, before the huge list of bugs appears...)
1386 - Sébastien Granjoux (for general bug fixing, merging gnome-build and being totally awesome)
1387 - Massimo Cora' (for doing the great work on the symbol-db plugin)
1388 - Naba Kumar (for giving lots of input on design decisions)
1389 - James Liggett (for the work on the version control plugins)
1390 - Adam Dingle (for many patches and lots of QA in bugzilla)
1391 - Jens Georg (for the GNOME-VFS porting)
1392 - Carl-Anton Ingmarsson (for various great patches)
1393 - Ignacio Casal Quinteiro (for updating devhelp to webkit and the new starter plugin)
1394 - All translators and people I possibly missed here
1396 Bugs fixed:
1397 #565885 – Search is broken for a single file with output to find pane 
1398 #565714 – use F11 shortcut for Full Screen
1399 #511589 – Anjuta uses GNOME-VFS (partly)
1400 #305515 – Bookmarks are not remembered across sessions
1401 #566284 – search-view should match more
1402 #566225 – activating selected row in search view does nothing
1403 #564302 – "Loaded Project..." is confusing
1404 #566129 – crash when project opening and file not found
1405 #565773 – symbol scanning is very slow
1406 #529181 – refresh dialog pops over all windows
1407 #563988 - Zoom factor is not updated correctly in scintilla
1408 #565769 – symbol-db blocks anjuta when files are removed
1409 #565890 – cleanup thread handling by using a GThreadPool
1410 #565823 – symbol-db hardcodes /usr/include for header files
1411 #545127 – When searching down can't see below search result
1412 #565278 – remove Next Occurrence and Previous Occurrence commands
1413 #565014 – sort Find in Files output by filename
1414 #564891 – Crash when closing editor window
1415 #565691 – no Goto Definition command in symbol-db
1416 #565701 – Anjuta hangs if ctags not installed
1417 #565578 – Next Document command does not cycle back to first document
1418 #565650 – Port anjuta-session from gnome-config to GKeyfile
1419 #565706 – trailing period in symbol-db labels
1420 #565700 – Enter key inserts garbage into Symbols / Search box
1421 #565492 – remove usage of std i/o
1422 #560857 – Remove deprecated GLib symbols in project wizard
1423 #565381 – Anjuta manual needs copy editing
1424 #564987 – Save All, Close All should appear in Documents menu
1425 #565002 – Redo shortcut should be Ctrl+Shift+Z
1426 #565016 – Previous History and Next History should have shortcuts
1427 #563585 – Find in Files is extremely slow
1428 #565189 – anjuta fails to build due to IAnjutaBookmark not being
1429         removed from documentation
1430 #564673 – I cannot activate sourceview plugin over scintilla
1431 #563889 – GNOME Goal: Clean up GLib and GTK+ includes
1432 #563980 - displayed some more info on search tab
1433 #309664 - Some file types impossible to open In Anjuta
1434 #563490 – Select Code Block command selects nothing in GtkSourceView editor
1435 #559806 – Anjuta crashes when closing unsaved file
1436 #563988 – don't display zoom factor when using GtkSourceView editor
1437 #564295 - minor English fix
1438 #563500 – inconsistent case sensitivity defaults
1439 #564377: Avoid opening an empty buffer when file does not exist
1440 #562808 – symbol-db crashes with latest libgda
1441 #560857: Remove use of g_mem_chunk in tools plugin
1442 #513156: Get rid of libgnome(ui) (partial)
1443 #563692: added a toolbar with build and execute buttons
1444 #563696 – garbage pixels appear in build output
1445 #563685 crash when trying to create a GObject
1446 #563753 default project directory is "/" until I set it explicitly
1447 #563586 Crash if project TODO.tasks is not readable
1448 #559951: Class Generator cannot add new class
1449 #563530: "Do not show binary files" should add ".pyc" and ".pyo"
1450 #552081: Dependent plugins are not added in the preference dialog
1451 #560284: Crash when deleting a folder outside Anjuta
1452 #562623: Project creation fails if path uses a tilde
1453 #562754: Create corresponding header file does not work
1454 #548873: File->Close project menu remains active after closing
1455         a project
1456 #562750 – The view should be showed when you search something.
1457 #558910: libanjuta has several warnings
1458 #560311 – Update devhelp plugin to use webkit version
1459 #557767 – Open file in file tree view on press Enter
1460 #312660 – Too many click to set "terminus" font
1461 #561369: Debug->add source path menu item doesn't work
1462 #558788 – Improving debugging
1463 #559800 - Missing debugger menu
1464 #558315 – Ambiguous message
1465 #544583 Add support for gnome applet projects
1466 #556147 Provide valid default directory for project
1467 #552996 - New file dialog misses BSD licence
1468 #545668 - new file are not added correctly to the project
1469 #545668 – file's icon not correctly updated on tabs-right-click
1470 #556053 – closing file tabs disable 'save button'
1471 #556053 – closing file tabs disable 'save button'
1472 #523609 – PATCH: Using a deprecated func in about.c
1473 #554337 Allow to change build directory to project directory
1474 #554337 Set uri instead of current_folder_uri
1475 #554684 – Cursor column number is not updated when typing text
1476 #554337 could not find glade file while executing a program
1478 Anjuta 2.24.0 (22 September 2008) -- Johannes Schmid
1480 Translations updates:
1481 ====================
1482 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
1484 Updates and fixes:
1485 - New version of symbol-db plugin beta
1486 - Fix warnings, some documents could have no associated file
1487 - Fix #529468: Use weak pointers to avoid acting on widgets that have
1488   been destroyed.
1489 - Fix #551574 Project names and descriptions are not translatable
1490 - Fix #551684: Wrong AC substitutions in anjuta-version.h.
1491 - Fixed a problem with async file loading.
1492 - Fix libanjuta API documentation
1493 - Imported new symbol icons from MonoDevelop.
1494 - Fix #550322 - Newlines should be placed at the end of error messages
1495   lines
1496 - Fix #550470 - Crash: Executing file through popup menu
1497 - Use the View->Editor->* menu items for view spaces, view eol and
1498   line wrap (new) option instead of the preferences.
1499 - Fix #549950 - crash while saving a file
1502 Anjuta 2.23.91 (1 September 2008) -- Naba Kumar
1503 -------------------------------------------------
1505 Translations updates:
1506 =====================
1507 mr, sq, es, gl, sr@Latin, ar, fi, gu, sv, de
1509 New:
1510 ====
1511 * GSoC Git plugin completed: Beta 1 completes the agreed-upon feature set in
1512   the proposal.
1513 * Symbol-DB plugin maturing.
1515 Updates and fixes:
1516 ==================
1517 * Fixed a crasher in symbol-db due to use of uninitialised memory
1518 * Fixed bug #548622 – sun cc can not compile build-options.c
1519 * Do not free mutex in symbol-db because that crashes 50% of the time.
1520 * Fixed critical on plugin deactivation of message-view plugin
1521 * Fixed bug #546109 - Spurious libanjuta-2.0.pc file
1522 * Install anjuta-version.h
1523 * Keep const gchar* instead of GFile in debugger interface
1524 * Updated debugger documentation
1525 * Updated build documentation
1526 * when terminal window is active (remove shortcut)
1527 * Fixed bug #548646 Delete key press is routed to editor window
1528 * Fixed bug #549105 Patch plugin icon not loaded
1529 * Fixed bug #549405 – There are warnings when I create a new file
1530 * Fixed bug #548606 now engine exits cleanly even if it's in scanning mode.
1531   It still remains the libgda bug anyway, bug #545979.
1532 * Fixed bug #522032 also for symbol-db.
1533 * Added two checkboxes: one is for parallel scan control, the other is for
1534   the buffer updating control.
1535 * GSoC Git plugin: Beta 1 completes the agreed-upon feature set in
1536   the proposal.
1537 * Fixed bug #548984 – Use AC_HELP_STRING macro
1538 * Use gnome-terminal if terminal plugin is missing
1541 Anjuta 2.5.90 (18 August 2008) -- Johannes Schmid
1542 -------------------------------------------------
1544 Translations updates:
1545 =====================
1546 ar, be@latin, de, es, fi, gl, he, mk, oc, pt, ru, th, vi
1548 Updates and bugfixes:
1549 =====================
1550 * Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
1551 * Fix a crash when GNOME Terminal is not installed
1552 * now search for symbols can be done also in global tags. Added a new parameter
1553         to search function and adjusted dependencies on different plugins.
1554 * Put tables.sql into distribution
1555 * Fix #536889 anjuta doesn't pass "make check"
1556 * Fixed #537398 – crash in Anjuta IDE: Closed project
1557 * Fix #537134: critical warnings tools->plugin_deactivate
1558 * Fix #534523: anjuta parses filenames from make wrong
1559   GMatchInfo need to be freed even when regex fail in build_get_summary
1560 * Fixed a possible bug where the project-manager plugin is deactivated twice.
1561 * Fix #536375: libsocket not included cause build fail on Solaris
1562 * Add new scratchbox 1 plugin implementing IAnjutaEnvironment
1563 * Enabled tooltips for recent files to identify full paths.
1564 * Ported file-manager to gio
1565 * Fix #530215 – Have a message area like gedit
1566 * Using glib/gi18n.h instead of libgnome/gnome-i18n.h
1567 * Fixed a crash on file selection. Gave enough buffer for the formated
1568   time print.
1569 * Restore text focus on switching editor with ALT+X and
1570   navigating from local-symbols view.
1571 * Fixed #528699 – Auto-indent ignores spaces-per-indent settings
1572 * Fix #538798: UI selected tab document differs from real one
1573 * Fix again #538798: UI selected tab document differs from real one
1574 * Fix #538921 – Duplicated folders
1575 * Fix #539726 – Completing port to GIO
1576 * Fix #513156 – Get rid of libgnome(ui)
1577 * Fix #538443 – Missing files in POTFILES.in
1578 * Fix #538906 – Enable state "Max actions" when "No limit" toggled
1579 * Fix #449620 – Implement autocompletion for gtksourceview editor
1580 * Fix #540731 - Port editor to gio
1581 * Fixed loading of files from the command line
1582 * Fixed crash when double-clicking on a breakpoint.
1583 * Change (nearly) all interfaces to use GFile* instead of uris
1584   Document all shell variables
1585 * Fixed #541313 – Crash on saving file
1586 * Fix #515954 – create_global_tags.sh: wrong anjuta-tags path
1587 * Fixed global tags loading
1588 * Fix bug #538217: Run in terminal option isn't remembered
1589 * Fix bug: Debugger sources directories isn't remembered neither
1590 * Fixed "Hide binary files"
1591 * Fix #539551 – AutoComplete doesn't work
1592 * Fix #539551 – AutoComplete doesn't work
1593 * Fix #357697 – readonly file can be edited
1594 * Fix #511762 – Multiple selection don't work well when hitting enter
1595 * Fix #535173 – UI isn't updated on closing all documents
1596 * Fix #500962 – Further icons
1597 * Fix #475244 – AC_SUBST() not needed after PKG_CHECK_MODULES()
1598 * Fix #518594 – Get rid of .anjuta and follow fd.o specifications
1599 * Fixed #541689 – Filter buttons added
1600 * Fixed symbol-db plugin for threaded libgda calls
1601 * Show all completions even when the editor makes own suggestions
1602 * #541941 – Crash on searching with regular expression
1603 * Fixed #542838 – create_global_tags.sh is creating tags in root directory
1604 * Added 'continue global tags scan after abort' feature.
1605 * Allow to build project outside source directory (fix #540782)
1606 * Fix crash on closing project due to the previous patch
1607 * Add more options for build command: parallel make, keep going on error
1608   and keep message untranslated
1609 * Fix another crash on closing project with a file outside project
1610 * Fix #375640: Allow user to stop a build in progress
1611 * Fix #534566: expand shell variable in configure parameters
1612 * Fix #543889: Crash typing in configuration field
1613 * Fix #522825: Opening files from shell disable build->compile menu
1614 * Fix configuration name not displayed, error when compiling target
1615   outside project
1616 * Fix #543978: GPL license shown in COPYING file irrespective of
1617   which license selected
1618 * Fix #544190: Crash double click on item in stack trace
1619 * Fix #530630: Scintilla hand up after hit return
1620 * Fix #544841 – Cursor set on a wrong line when I click
1621 * Fix several memory leaks in build plugin
1622 * Keep all command data in one object
1623 * Fix #544495: Memory leak
1624 * Avoid using the same function name in interfaces implemented
1625   by the same object to avoid trouble with bindings
1626 * Fix crash on 64bits machine due to the previous change (thanks Ignacio)
1627 * Fix #543149 Project doesn't rebuild when file is changed
1628 * Bug #529270 - GSoc: Git Plugin, alpha release 3.
1629 * Add header file to expose libanjuta versioning information.
1630 * Add a preference for the new visible whitespace feature of gtksourceview
1631 * Pull GIO into the libraries that libanjuta links against. (Bug #546394)
1632 * Fix #542432 – Svn diff doesn't work correctly
1633   Convert the output of svn diff from localce to utf-8
1634 * Fix #545673 – A bug in isymbol_get_file function
1635   Use g_file_new_for_uri() instead of g_file_new_for_path
1636 * Fix #546620 – Build- and make dist fixes (with some small changes)
1637 * Fix #420279 – INS and OVR do not immediately change in status bar
1638 * Save files in their original encoding
1639 * Use a fallback dialog if the document was not added to the document-manager
1640   yet (#545557 – Crash pressing on message view)
1641 * Fix #493818 Close project with opened target properties dialog opened
1642   crash Anjuta
1643 * 545624 – Toolbar broken
1644 * Lots of improvements to symbol-db
1645 * Use uf8_strlen instead of strlen to avoid selection problem with
1646   non-ASCII search strings (see #440637 comment 15)
1647 * New git plugin (Anjuta GSoC project)
1649 Anjuta 2.5.0 (02 June 2008) -- Naba Kumar
1650 -----------------------------------------
1652 Translations updates:
1653 =====================
1654 gl, zh_TW, el, ru, en_GB, es, he, de, cs, ar, fr
1656 Updates and bugfixes:
1657 =====================
1658 * Fix #514620: Port anjuta to GRegex
1659 * Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
1660 * Update sexy icon entry
1661 * Fix #536045: New run program plugin crash
1662 * Keep comment for enum and structures
1663 * Declare class typedef first
1664 * Allow to document Anjuta shell variable using define
1665 * Add a documentation sample in IAnjutaProjectManager interface
1666 * Fix a detail in the previous patch
1667 * Fix #534175: Deprecated code in Plugin Tutorial
1668 * Use sh instead of bash when possible
1669 * Order of include matter on OpenBSD
1670 * ps syntax differ on *BSD
1671 * Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear CREAD).
1672 * Fix #528226: doesn't compiling on FreeBSD6.3
1673 * #535048 – Anjuta doesn't build when checking underlinking and overlinking
1674 * Forget this change to add AnjutaCommand and AnjutaAsyncCommand
1675   in the documentation
1676 * Change the new IAnjutaBuilder interface to use callbacks
1677 * Add the documentation of IAnjutaBuilder
1678 * Fixed bug #532537 - Crash on closing Anjuta Preferences when it
1679   open twice.
1680 * Set line to mouse location when popup-menu is displayed (#530689)
1681 * Document AnjutaCommand and AnjutaAsyncCommand
1682 * Fix a crash when changing a watch while debugger is stopped
1683 * Allow loading application/octet-stream mime type
1684 * Fix #378903: Use IAnjutaBuilder to always debug an up to date program
1685 * Use IAnjutaBuilder to always run an up to date program
1686 * New IAnjutaBuilder interface allowing to check if a target is up to
1687   data and having a notification when the target is built
1688 * Fix #533758: django project creation fails
1689 * #532625 – Wrong consecution of functions calls when opening a glade file
1690 * Fix #533346: Create project in path with spaces fails
1691 * Fix #531940: Can't change the default project directory
1692 * Remove useless _DEPENDENCIES
1693 * Fix #532243: Execute program with whitespace in the project path fails
1694 * Fix #531623: Crash on updating non-existing watch
1695 * Fixed a bunch of compiler warnings
1696 * Fixed global tags loading from project configuration and added a
1697   configuration option
1698 * Fix translation issues (#530860 and #531411)
1699 * #531405 – AM_CONFIG_HEADER macro is obsolete
1700 * add limit/offset keywords to search query. Adjusted APIs.
1701 * Fixed a minor bug with caches in the engine.
1702 * The terminal configuration default option doesn't work (#530031)
1703 * Combobox for terminal choose not working (#530032)
1704 * Do not reverse list of file in save-session (#531445)
1705 * Set line to mouse location when popup-menu is displayed (#530689)
1706 * Add a context menu with copy/paste in terminal plugin
1707 * Add an interface method to access the pkg-config data from gnome-build.
1708 * Automatically load symbol from project configuration (proof-of-concept)
1709 * Adapt to changes in recent libgda for symbols-db
1710 * Fix run plugin again, previous patch was causing a crash when
1711   the program exist
1712 * Fixed bug broken titles for new files
1713 * Added some utility methods (derived from gedit)
1714 * set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
1715 * fixed a population bug introduced with using of caches. It broke the kind
1716   of symbol in some cases (e.g. returning of table_id = -1). 
1717 * Avoid lazy initialization and inlined the lookup functions to speed up the
1718   thing.
1719 * Performances improvement in sdb_engine_second_pass_update_heritage () using
1720   a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
1721   logic in this part should avoid gui freezing, at least here it does not freeze.
1722 * greyed out trees while population is in place.
1723 * Put the new run program plugin in the default plugin list
1724 * Fix a crash when the program doesn't exist
1725 * Put the menu items of the message-manager in the correct Goto menu
1726 * Allow markup in dialog description
1727 * #523186 – Open With dialog should mention filename
1728 * #530033 – Have window title like gedit
1729 * Also add the dirty char (*) at the beginning of the filename to match HIG
1730 * Moved Goto menu into View to avoid cluttering the menubar and created
1731   new Documents menu
1732 * Show open documents in the "Documents" menu and add actions for next/prev
1733   document like in gedit. Don't center menu items of notebook popup menu.
1734   (Fixes bugs #453702 and #529528)
1735 * 530566 – Fix translation and POTFILES.in
1736 * Use current project folder as default and added a file filter for
1737   the patch file chooser.
1738 * fixed search symbols to match "foo_symbol_%"
1739 * New run program plugin, includes a new dialog box to set
1740   program arguments
1741 * Update debugger plugin to use run program parameter dialog
1742 * Remove run program menu item
1743 * Use a gchar * null terminated array instead of a GList for
1744   passing environment variables
1745 * Add a child-exited signal in the IAnjutaTerminal interface
1746   Remove environment variables merging, it is already done
1747   in vte
1748 * fixed partial pattern match in symbols accordingly with api.
1749 * Hide progress bar when things are done in symbols db.
1750 * new dynamic prepared queries architecture. Now every query used in the
1751   engine has its own compiled query in libgda-sqlite provider. This for speed
1752   improvements, code cleaning and auto-escaping of string parameters. 
1753 * Lookup of dynamic queries takes care of sym_info parameters and of 
1754   parameters passed to functions. The compiled GdaStatements are stored in an 
1755   array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
1756   are bounded at n = 5, to avoid a third level of indirection on the store-trees.
1757 * Fix #529798: Mark additional strings for translation
1758 * Add additional restriction on project name fix #529226
1759 * Fix #529506: Uncorrect unloading tools plugin
1760 * Don't spit out two many warnings when the message view is destroyed
1761 * Only use first 500 characters for validation
1762 * Use GRegex instead of pcre and convert files to utf-8 if necessary.
1763   Rest of #440637
1764 * #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
1765   (there was an else missing...)
1766 * Fixed bug #528264 - New: Uses incorrect spelling "assistent"
1767 * Fixed a condition where we kill our own process
1768 * Added new sessions states to avoid loading the local symbols before
1769   the session is loaded (speeds up start-up).
1770 * Fixed #528705 – There is no Redo
1771 * Add an env parameter in the IAnjutaTerminal interface allowing
1772   to specify additional environment variables
1773 * Show 5 project and 15 file items in recent-chooser
1774 * Make searching utf-8 aware. We still need to fix encodings for
1775   search/replace in files as it is currently assumed they are utf-8 like
1776   the editors.
1777 * Fix recent files in the toolbar
1778 * Do not enable brace autocompletion by defualt because it annoying for
1779   fast typist (i.e. it's easier to type ending brace than move carat)
1780   and it's currently broken for scintilla.
1781 * Removed dead files.
1782 * Added anjuta_utils_get_user_config_dir. This func is used
1783   to get the user config directory.
1784 * Switched from GnomeApp to GtkWindow.
1785 * Move the encoding conversion infrastrcute to libanjuta and update all
1786   users. Test all available encodings by default in scintilla editor
1787   like sourceview is doing and removed encoding preferences
1788 * Fixed crasher
1789 * Various small improvements to the dialog
1790 * Add separator to recent menu (#526932)
1791 * Merged the UI changes from bug #511688 and simplified the search dialog
1792 * Check for ctags binary (#516123)
1793 * GdaSet *plist is now used globally for every prepared statement.
1794   It won't be created/unreffed at every query.
1795 * Fixed crasher when deactivating symbol-db plugin
1796 * Don't use transactions - uses only half of the time now!
1797 * fixed global tab icons. Libgda could not understood the right fields, now it
1798   does.
1799 * Only show () for functions/methods and macros with arguments. Does not work
1800   with symbol-db yet but fixes things for symbol-browser
1801 * Fixed some issues with symbol caching
1802 * Give the symbol-db it's own progress bar because there are too many
1803   interactions with the global status bar.
1804 * Sort symbol trees
1805 * Block insert-text signal on cut/copy/paste
1806 * Only update buffer when a newline is inserted
1807 * Precompute file_defined_id to speed up symbol population
1808 * Fixed some problems with binary streams needed by symbol-db
1809 * Use some caching to speed up symbol population
1810 * Exit properly when symbol scanning is over
1811 * Fix bug #525999: Remove space in file and target names generated
1812   by project wizard
1813 * Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1814   has been renamed ianjuta_document_manager_get_current_document
1815 * Added a check for vital programs and packages needed to create a
1816   new project. A warning dialog is shown to user in project
1817   wizard when he proceeds after selecting a project type.
1818   Updated all project templates to cover vital programs and
1819   packages to generate and build correctly.
1820 * Fixed bug #523068 link in about window doesn't work.
1821 * Removed unused color management code
1822 * Added style chooser for sourceview editor (#522555)
1823 * Moved "New" action from document-manager to file-loader using 
1824   IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1825 * Killed libegg (#349279)
1826 * Removed dead code and libegg from Makefiles
1827 * Removed symbol-browser toolbar which used libegg and was
1828   buggy (#451588)
1829 * Port FileLoader to GtkRecent (#398984)
1830 * Merged changes from symbol-db branch
1831 * Use gnome_vfs_get_slow_mime_type()
1832 * Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1833   supertype instead no plugin for mime-type was found (#525706)
1834 * Fixed padding in preferences
1835 * #515854 – Move configuration into preferences
1836 * #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1837 * Improve start program dialog, allowing to specify working
1838   directory and environment variables
1839 * Get rid of gnome_help_display_with_doc_id()
1840 * Fixed type 'assistent' to 'assistant'.
1841 * Ports anjuta-ui to gtk_cell_renderer_accel
1842 * Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1843   file because libglade doesn't have GtkAssistant support.
1844 * Avoid a crash when debugger stop on an error
1845   Display an error message when debugger target is not found
1846 * Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1847 * Add API to set environment variables for the forked process
1848 * #520761 – Weirz behavior with popup
1849 * 520415 – [PATCH] Problems in auto indentatation code,
1850 * 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1851 * 521691 – Crash when click "Resolve Conflicts" without opened project
1852 * 520324 – Execute command is not overridable
1853 * #521847 – anjuta freez when edit file
1854 * Removed all GNOME_CALL* calls in plugins.
1855 * Moved data/properties to plugins/editor/ and removed dead code from
1856   Makefile.am files.
1858 Anjuta 2.4.2 (27 May 2008) -- Naba Kumar
1859 -----------------------------------------
1861 Updates:
1862 ========
1863 Translation updates: he, pt_BR, es, ca
1865 Bugfixes:
1866 =========
1867 * Fixed bug #440637: Make searching utf-8 aware
1868 * Fixed bug #528705: There is no Redo (from trunk)
1869 * Fixed bug #528693: Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
1870 * Fixed bug #531623: Crash on updating non-existing watch
1871 * Fixed bug #532243: Execute Program with whitespace in the project path fails
1872 * Fixed bug #531940: Can't change the default project directory
1873 * Fixed bug #533346: Create project in path with spaces fails
1874 * Fixed bug #532625: Wrong consecution of functions calls when opening a glade file
1875 * Fixed bug #533758: django project creation fails
1876 * Fixed bug: crash when changing a watch while debugger is stopped
1877 * Fixed bug #532537: Crash on closing Anjuta Preferences when it open twice.
1879 Anjuta 2.4.1 (07 Apr 2008) -- Naba Kumar
1880 -----------------------------------------
1882 Updates:
1883 ========
1884 Translation updates: el, zh_TW, zh_HK, ml, ru, en_GB and it
1886 Bugfixes:
1887 =========
1888 * Fixed #520761 - Weirz behavior with popup
1889 * Fixed #520415 - [PATCH] Problems in auto indentatation code
1890 * Fixed #521691 - Crash when click "Resolve Conflicts" without opened project
1891 * Fixed #520324 - Execute command is not overridable
1892 * Fixed #521847 - anjuta freezes when editing file
1893 * Fixed #525706 - Use gnome_vfs_get_slow_mime_type() to determine the
1894    mime-type and try supertype instead no plugin for mime-type was found
1895 * Fixed #525999 - Remove space in file and target names generated
1896    by project wizard
1897 * Fixed sample anjuta plugin
1898 * Block insert-text signal on cut/copy/paste
1900 Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
1901 -----------------------------------------
1903 Updates:
1904 ========
1905 Translation updates: ca, it, es, pt_BR, gl, fi, lt, fr, en_GB, hi, hu,
1906 nl, ja, zh_TW, zh_HK, ar, ru, sv, nb, da and ml.
1908 Bugfixes:
1909 =========
1910 * Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1911 * Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1912   was missing.
1913 * Updated prepare-Changelog.pl to latest script version in gnome svn
1914 * Escape tooltip text to avoid broken markup
1915 * Removed some debug code
1916 * Fixed #519275 - Subversion should allow offline diffs
1917 * Fixes #518469 - Save message buffer not working good
1918 * Added a configure requirement for scintilla editor plugin
1919 * Fixed tags generation that broke in last release.
1921 Anjuta 2.3.5 (25 Feb 2008) -- Naba Kumar
1922 -----------------------------------------
1924 Updates:
1925 ========
1926 Translation updates: si, es, oc, ne, kn, de, en_GB, fi, be and pt_BR
1928 Bugfixes:
1929 =========
1930 * Fixed #515867 - Anjuta dies on startup
1931 * Fixed #515868 - File browser only shows icons when activated
1932 * Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1933   from symbol-db branch
1934 * Fixed #515954 - create_global_tags.sh: wrong anjuta-tags path
1935 * Move anjuta-shell to noinst_PROGRAMS as it is just a test
1936 * Indent lines after comments correctly
1937 * Set indentation size correctly in sourceview plugin, when tab size is
1938   set by language support plugin
1939 * Indent /* */ comments correctly for multilines.
1940 * Fixed #504905 - Ctrl-I (Auto Indent) doesn't indent properly after
1941   C++ public: and private:
1942 * Fixed #516014 - Output in UTF-8 format to avoid hangs with the editor.
1943 * Fixed #516377 - Status bar does not change its status of 'Search for
1944   .. continued at top'
1945 * Fixed some memory leaks 
1946 * Fixed #516128 - crash in Anjuta IDE: selected profiler as the...
1947 * Fixed #516737: Import project doesn't load project with space in name
1948 * Fixed #516743: Import project keeps an old date on project file
1949 * Fixed #515207: Add a new project window screenshoot
1950 * Fixed #515993: "Add package" button is "Add Package" in code
1951 * Fixed #516727: "Build All" is "Build Project" in code
1952 * Fixed #516728: "Clean All" is "Clean Project" in code
1953 * Fixed #516728: "Autogenerate" is "Run Autogenerate..." in code
1954 * Fixed #516730: Fix note title 
1955 * Fixed #516630 - Selection custom binary in profiler is not user-friendly.
1956 * Fixed #516641 - Valgrind: Load Log does not clear list
1957 * Fixed implementation of get_character and return value of iiter_first()
1958   and iiter_last();
1959 * Cleaned implementation of char-added signal by using "insert-text" signal
1960   instead of filtering "key-press-event"
1961 * Some bugfixes and clean-ups in comment indentation code
1962 * Load executable in gdb with space in path name 
1963 * Fixed "char-added" signal to pass the correct iterator
1964 * Set breakpoint in file with uncommon characters in path name
1965 * Avoid a glib warning if no project is loaded
1966 * Fixed #518329: Crash when adding breakpoint and other similar bugs
1968 Anjuta 2.3.4 (11 Feb 2008) -- Naba Kumar
1969 -----------------------------------------
1971 Bugfixes:
1972 =========
1973 * Documentation fixes for IAnjutaDebugger* interfaces
1974 * ianjuta_document_manager_find_document_with_path expect an uri not a path.
1975 * Fix #513130, #513131 #513135: Wrong menu item names and errors in the
1976   documentation
1977 * Remove a possible memory leak
1978 * Fix #512901: Crash when adding a breakpoint
1979 * Fixed Editor->View popup menu for those entries that are appropriate for
1980   sourceview    
1981 * Fix #507831 - Wrong Profiler values for some locales
1982 * Fixed button ui problem...
1983 * Fix #511586: Project path with "+" not working in debugger
1984 * Emit all state changes notification
1985 * Avoid crash when getting relative path from debugger (same fix
1986   than for #510028)
1987 * Fix #513485: wrong strings maked as translatable
1988 * Fixed crash when closing anjuta after all document tabs have been closed
1989 * Fixed "jumping" tooltips, fixed indentation of brances
1990 * Fixed #512751 - libgnomeprint unnecessary without scintilla
1991 * Use two decimal places for float values in profiler views (bug #507831)
1992 * Another UI issue with the patch plugin and silenced a compiler
1993   warning
1994 * Updated manual figures to be in clearlooks theme, removed old figures
1995 * Updated manual
1996 * Fixed tabsize preference
1997 * Adapted to API changes in GtkSourceView
1998 * Fixed wrong status message output when resolving svn conflicts.
1999 * Pass an uri to ianjuta_document_manager_goto_file_line_mark() to fix
2000   clicking on search result messages
2001 * Fixed #512535 - Open files tabs' position is correctly remembered 
2002   but not applied at startup
2003 * Adjust preferences default values
2004 * Fixed #513730 - Option not present in the GUI po file
2005 * Fixed #509908 - [UI] Problems with the General settings tab
2006 * Fixed #511010 - [UI] Execute program utility window
2007 * Fixed #511981 - Error parsing make output
2008 * Fixed #495511 - Header_h macro correction
2009 * Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2010   causes make install to fail
2011 * Partial fix of #507921: translation issues in debug-manager, tools,
2012   project-wizard, gdb and anjuta-plugin-manager.
2013 * Update debugger documentation
2014 * Fix bug #514118: Rename Clear All Breakpoints to Remove
2015   All Breakpoints
2016 * Fix search plugin to use an URI instead of a file path
2017 * Fix anjuta_docman_get_uri to always return an URI
2018 * Fix bug #514124 and bug #514138: Wrong menu item name
2019 * Fixed translation bugs from #507921.
2020 * Removed unused files in scintilla plugin
2021 * Fix translation bug #514494 and bug #514440
2022 * Fixed #514732 – 64 bit compliation error
2023 * Fixed bug #514733 – Use of uninitialized variables
2024 * Fix crashes when trying to stop the debugger while it is busy
2025 * Fixes bug #515500 - Make sure that all paths are "canonical" by
2026   libsvn rules so anjuta doesn't die if the user gives a path that
2027   libsvn doesn't like. 
2028 * Removed (almost) empty files, fixes #515383 and #515388
2029 * Fix interrupt command, not working due to previous change
2030 * Fix #512531 - Parallel build fails
2031 * Fix translation bug #515459 and #515460
2032 * Fix bug #515463: Deattaching process kill it
2033 * Fixed stream comment
2034 * Fix spelling errors, including bug #515204, #515172, #515117 and #513892
2035 * Fixes bug #510183 - Tooltips claim to be broken.
2037 Anjuta 2.3.3 (27 Jan 2008) -- Naba Kumar
2038 -----------------------------------------
2040 Changes:
2041 ========
2042 New menu item to add extra source directories for debugger
2043 Select the first window in the glade project when it is first opened. 
2045 Bugfixes:
2046 =========
2047 * Fix #507304 – crash in Anjuta IDE while removing done tasks
2048 * Do not reopen file having escaped character (+,...) in path name
2049 * Add forgotten Swedish entry to DOC_LINGUAS.
2050 * Adds export-dynamic option to LDFLAGS to project template for libglade
2051   to work for autoconnect signals.
2052 * Install anjuta-tags binary into FHS policy compliant directory and
2053   update references. (Fixes bug: 509346.)
2054 * Do not use opacity in assist window in sourceview editor.
2055 * Fix memory leaks
2056 * Added printing support to GtkSourceView editor
2057 * Fixed API docs
2058 * Many string fixes
2059 * Refresh the symbols for new file saved.
2060 * Fixed bug #502322 - Highlight doesn't work on new file saved
2061 * Removed unused gconf_notifications in task manager plugin.
2062 * Fixed bug #509864 - No initial section selected when opening the Preferences dialog
2063 * Fixed bug #509865 - Incorrect padding in the Documents settings tabs
2064 * Fixed bug #509867 - Create button contents is mis-aligned
2065 * Fixed bug #509869 - "Add Directory" button is not HIG complient
2066 * Fixed bug #509875 - The "Update globale tags" button wording is incorrect
2067 * Fixed bug #509873 - Build Autotools Preferences has excessive padding
2068 * Fixed bug #509872 - General Information labels are incorrectly aligned
2069 * Fixed bug #509871 - General preferences has incorrect use of colons
2070 * Fixes bug #508805 - Add support for both file and folder preferences.
2071 * Fixed bug #508399 - When you enable a plugin, preferences don't show up
2072 * Fixed bug #507627 memory tab stay active on debugger stop Remove two unused
2073   variables due to the previous patch
2074 * Fixes Bug #509510 - Check input of some dialogs to avoid termination
2075   if user gives bad or no input
2076 * Resupport cut/copy/paste/clear on GtkEditables when those have focus.
2077 * Fixed symlinks (#510238) and file permission (#405321) handling
2078   for scintilla editor.
2079 * Remove reference to IAnjutaCpuDebugger (useless)
2080 * Use gulong instead of guint for addresses
2081 * Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2082   IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2083 * Use editor native funtions to avoid round trips.
2084 * Enable logging of gdb communication with an environment variable
2085 * Fix bug #488519, remove critical warning (completion_cache == NULL is valid)
2086 * Fix #498734, typing error in c++ project template
2087 * Fix a crash when scrolling in the diassembly window
2088 * Start the terminal shell on plugin activation
2089 * Fix #502508, use anjuta_launcher to keep program output
2090 * Fix parsing with quotes in the command line. 
2091 * Fixed #465084 - wizard instead of assistant (only string changes...).
2092 * Update IAnjutaEditor and IAnjutaIndicable interfaces to take iterators
2093 * Fix #511757 - Close icon in tabs cut off.
2094 * Fix #511049: Change UI of add source directories dialog
2095 * Fixed some of gtk+ critical warnings.
2096 * Rename filename argument to uri when an uri is expected
2097   anjuta_docman_get_document_for_uri will remove symlinks 
2098 * Probably fix #510028: crash debugger when having a relative filename
2099   in stack trace
2100 * use gnome_vfs_get_uri_from_local_path to get local path from uri
2101   This takes care of escaping some characters
2102 * Fix #512224: Use a string in english
2103 * Fixes Bug #427108 - Scintilla plugin configuration folding-style
2104   setting not working
2105 * Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2106 * Added scrollwindow shadow in save dialog.
2107 * Removed unmaintained rpm spec file.
2109 Anjuta 2.3.2 (11 Jan 2008) -- Naba Kumar
2110 -----------------------------------------
2112 Changes:
2113 ========
2114 * Document manager cleanups.
2115 * Use GtkSourceView 2.1.x for sourceview plugin.
2116 * Debugger improvements and cleanups.
2117 * Use hover interface to display variable inspect values.
2118 * Added (basic) support for vim modelines (#504331)
2119 * Added basic Vala support
2120 * Add a menu item to repeat the quick search
2122 Bugfixes:
2123 =========
2124 * Fixed bug #501469: Crash if mime_type is unknown
2125 * Fixed a bug remove all breakpoints was not working due to latest changes
2126 * Setting breakpoints is disabled when program is running
2127 * Fixed bug #481366: Do not stop at the beginning of the program
2128 * Fixed removing condition on breakpoint 
2129 * Fixed bug #488732: Breakpoint on delete lines
2130 * Breakpoints are now linked to their position in editor
2131 * Fixed a crash when a stack command is cancelled
2132 * Do not save temporary breakpoints
2133 * Fixed bug #502533: Implement assembler step
2134 * Present correct widget with anjuta_shell_present_widget(). This got wrong
2135   when the new search bar was introduced.
2136 * Save glade files correctly in session
2137 * Use new tooltip API if available in glade plugin.
2138 * Sort notebook pages when session is restored (needs work)
2139 * Gtk 2.12 Tooltip API is used if available in document manager.
2140 * Fixed some issues with session handling and several memory leaks in docman.
2141 * Remove address, condition and pass breakpoint column if not supported
2142 * Fixed clear all remove_all to avoid an endless loop if a breakpoint
2143   cannot be removed
2144 * Fixed bugs #497878 crash when double clicking on gtk-foobar.glade in PM.
2145 * Fixed #503719 Opening and closing .glade files plays badly with docman.
2146 * Fixed next/previous message
2147 * Fixed bug #491301: Inspecting a variable opens a bad focus dialog
2148 * Fixed bug #504818 Some signals/timeouts should be disconnected when dialogs are closed
2149 * Fixed bug #505237 Sort list of modified files
2150 * Shorten down the title bar if the current path is inside the opened project
2151 * Fixed #505315 anjuta hangs when going from editing a glade file to
2152   editing a c source file
2153 * Fixed #498986 Anjuta-2.3.0 fails to build
2154 * Fixed #506266 – Attempting to build the scintilla plugin, even when
2155   explicitly disabled
2156 * Fixed GtkFileChooserButton preferences to also work when only the combo
2157   changes without a dialog being open.
2158 * Only install glade catalog files if glade-3 is available
2159   (Fixes #506269 and #500296)
2160 * Fixed #506740 – ianjuta_editor_get_text crash if request text
2161   past the buffer length
2162 * Unregister preferences for custom preferences when the widget is
2163   destroyed.
2164 * Fixed #486724 and #488615
2165 * Removed stock icon open/save from
2166   menus to avoid conflict with file open/save. Fixes bug #507455
2167 * Fixed #507441: Disable all breakpoints doesn't work
2168 * Fixed #507444: Enable Breakpoint menu item doesn't change name
2169 * Fixed #348854 invisible cursor in certain themes
2170 * Added disable_password_check for stream where it does not make sense 
2171   (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2172   that sometimes occur in symbol-db plugin
2173 * Made all of the columns resizable and reorderable.
2174 * API in AnjutaDescription for translatable properties. Fixes bug #496833
2175   comment #18.
2176 * Fix bug #505205
2177 * Fixed a crash when creating a new file
2178 * Fixed editor popup menu (Cut, Copy, Paste)
2179 * Fixed a memory corruption reported in bug #507491.
2180 * Fixed #460390 Changing categories while edinting something
2181 * Fixed translation issues (#496833)
2182 * Fixed #508424 Auto complete: previous char was removed when
2183   pre TAB to auto complete.
2184 * Fixed #508497 and added a new chooser to select whether to use
2185   libglade or not.
2187 Anjuta 2.3.1 (02 Dec 2007) -- Naba Kumar
2188 -----------------------------------------
2190 Changes:
2191 ========
2192 New improved subversion plugin (bug #457477)
2193 New improved icons (bug #480093)
2194 Major improvements to debugger
2195 Internationalization improvements
2197 Bugfixes:
2198 =========
2199 * Bug #493062 – gcj template needs AC_PROG_CC
2200 * Bug #493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2201 * Bug #422329 – Creating a new directory in program options doesn't work
2202 * Bug #493583 – crash in Anjuta IDE: trying to open a file
2203 * Replace anjuta_children_register by g_child_watch_add
2204 * Fixed translations (Bug #496833, Bug #488211 and Bug #497758)
2205 * Removed unused code in document manager.
2206 * Bug #495536 – Plugins localization improvement
2207 * Bug #495245 – Strings bug
2208 * Add a pulsing progress bar to all dialogs receiving status
2209 * Whole Project checkbox enabled by default in diff and update dialogs.
2210 * Changes the editor names for diff editors to something much more descriptive. 
2211 * The diff dialog should have a checkbox, enabled by default, that
2212   allows the user to make sure that all open files are saved before diffing.
2213 * Do not insensitize New action when there is no document. Indentation fixes.
2214 * Removed redundant icon.
2215 * Fixed dockitem positions for subversion and symbol-db widgets.
2216 * Use Ctrl+Shift+s as shortcut for Save As
2217 * Partial Fix translation Bug #496833 comment 4,7,8,9,10,11 
2218 * Debugger: Display error message returned by debugger command Add new error codes
2219 * Debugger: program-unload signal does not exist used debugger-stopped
2220 * Debugger: Do not display address when not needed
2221 * Debugger: Breakpoints directly connect to debugger signals
2222 * Debugger: Remove gnome terminal check function
2223 * Debugger: Use anjuta terminal plugin instead of gnome terminal
2224 * Debugger: Partial fix of bug #481366
2225 * Debugger: Fix a stupid crash when changing a register value
2226 * Debugger: Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2227 * Debugger: Fix parsing of breakpoint data
2228 * Debugger: Add a breakpoint list command
2229 * Debugger: Implement condition, hit count, ignore and temporary attribute
2230 * Debugger: Remove editor watch when plugin is deactivated
2231 * Debugger: Connect debugger signal only when program is loaded
2232 * Debugger: Rename get_feature in is_supported
2233 * Debugger: Fix bug #500376
2234 * Debugger: Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2236 Translation updates:
2237 ====================
2238 nb.po, it.po, es.po, gl.po, sv.po, sl.po, ru.po, ko.po, de.po,
2239 ja.po, oc.po, ko.po
2241 Anjuta 2.3.0 (31 Oct 2007) -- Naba Kumar
2242 -----------------------------------------
2244 Changes:
2245 ========
2246 * Support for GError in interfaces.
2247 * Big improvements in debugger.
2248 * On demand preferences dialog (faster startup) and moved to Edit submenu.
2249 * Moved plugins and shortcuts settings inside General preferences page.
2250 * Move preferences menu from Settings to Edit submenu.
2251 * Got rid of Settings submenu.
2252 * Updates for glade-3 recent releases.
2253 * Sort preferences pages on title.
2254 * Introduced document-interface and reorganized documents handling such
2255   that documents tab can now hold any 'document' and not just editors.
2256 * Glade files are now opened as documents, so they behave just like editors.
2257 * Do not display registers list if not available
2258 * Big fixes in glade plugin.
2259 * Fixed lots of memory leaks (thansk valgrind)
2260 * Change the address of FSF in various files
2261 * Cleaned up message view (#458041)
2262 * Cleaned up message view
2263 * Removed some deprecated widgets.
2264 * New and better (uses gnome-vfs) file-manager plugin
2265 * Big improvements in autocompletion, both in scintilla and sourceview editors.
2266 * Whole lot of new icons for toolbars and plugins.
2267 * Added preference option to set the gdl switcher style
2268 * Function tooltips are finally supported in sourceview.
2269 * Added nicer icons for document manager and debugger.
2270 * New incremental "Quick Search" bar in the document manager
2271 * Improvements in plugin framework.
2272 * Added API for commands override in build interface
2274 Bugfixes:
2275 =========
2277 * Fixed anjuta-plugin project wizard
2278 * Fixed selection management in sourceview
2279 * Fixed incremental search
2280 * Fixed #427390 – Show path of item in currently focused editor window
2281 * Fixed #458034 – Method of indicating unsaved changes breaks convention
2282 * Fixed #343522 – Unable to execute commands that use options.
2283 * Fixed #466031 – Update of pieces of menus for Localization
2284 * Show an error dialog instead of crashing when plugin loading fails
2285 * Clean up debugger queue
2286 * Many small code, warnings and leak fixes
2287 * Fixed #440637 – Search, don't work very well
2288 * Fixed #478238 – set env for execute programe in the terminal
2289 * Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
2290 * Fixed #427104 – No "highlight" of lines matching find-result
2291 * Improved (programming) language management.
2292 * Fixed #480851, disconnect save_session signal when plugin is unloaded
2293 * Moved indent code to it's own plugin.
2294 * Fixed #478987 – Unusable 'Indent setting window' on preferences
2295 * Fixed #477976 – Keybinding in run dialog
2296 * Fixed #482067, escape project wizard user defined strings
2297 * Fix several crashing bugs (including bug#482985) with the debugger
2298   when closing project, stopping the debugger, restarting the program
2299 * Scroll to selected executable and remember it across sessions
2300   (followup of #477976)
2301 * Fixed #357544 – incremental search should work consistently (or not at all) 
2302   when main toolbar is hidden
2303 * Bug 440637 – Search, don't work very well (partly for incremental search)
2304 * Use the same marker for 'important' in sourceview editor as
2305   gedit (yellow background)
2306 * Correction to various search-related issues
2307 * Move glade properties widget into center because it is way to big for
2308   the sidebar
2309 * Added preferences to file-manager.
2310 * Fixed crash when closing a project and unloading another while
2311   the debugger is enabled
2312 * Fixed #487854 – Anjuta crashes when i try to add a SVN url
2313 * Remove maximum gdb command length, should fix bug#474811
2314 * Fix #488061: Mutiple crash dialogs
2315 * Fixed the language supprt loading unloading stuff.
2316 * Added some separators to the toolbar
2317 * Fixed #487683 – undefined operations in libegg/eggtreemodelfilter.c
2318 * Bug 489798 – Do not rely on svn-config
2320 .. and others
2322 Anjuta 2.2.2 (23 Oct 2007) -- Naba Kumar
2323 -----------------------------------------
2325 Changes:
2326 ========
2327 * Fixed #477976 - Keybinding in run dialog
2328 * Fixed #427104 - No "highlight" of lines matching find-result
2329 * Fixed #479020 - Use of old open file dialog instead of GtkFileChooser
2330 * Fixed #478238 - set env for execute programe in the terminal
2331 * Update EggRecent (#456465)
2332 * Fixed #466031 - Update of pieces of menus for Localization
2333 * Fixed #343522 - anjuta: Unable to execute commands that use options.
2334 * Improved incremental search (still sucks) and selection management in
2335 GtkSourceView editor
2336 * Fix bug#487112, crash while removing a breakpoint in a new file
2337 * Fix bug#486597, crash when gdb is not installed
2338 * Fix bug#482067, escape project wizard user defined strings
2339 * Fixed #477976 - Keybinding in run dialog
2340 * Fixed #427104 - No "highlight" of lines matching find-result
2341 * Fixed get_current_word (useful for API help)
2342 * Fixed #487854 - Anjuta crashes when i try to add a SVN url
2343 * Fixed #474811 - Anjuta crash while debugging into variable
2344 * Fixed #488061 - Mutiple crash dialogs
2345 * Show error dialog instead of crashing when plugin loading fails.
2346 * Fixed glade-3 3.3.2 build compatibility.
2347 * Fixed #488928 - Do not register glade plugin if it wasn't built.
2349 Anjuta 2.2.1 (06 Sep 2007) -- Naba Kumar
2350 -----------------------------------------
2352 Changes:
2353 ========
2354 * Fixed lots of memory leaks (thanks valgrind)
2355 * Fixed crasher on shutdown
2356 * Avoid an endless loop if clearing all breakpoints while the programm
2357   is running
2358 * Fixed help activation (bug #451557).
2359 * Fixed compiler warnings.
2360 * Fixed #423467 (View->Tasks menu items are not checked on startup)
2361 * Fixed anjuta-plugin template plugin by moving the "\" out of the [IF] block
2362 * Fixes bug #433552: crash in Anjuta IDE: add file test.h in project on
2363   generic Makefile.
2364 * Disables 'Add to project' in wizards for projects that can not add sources.
2365 * Fixed bug #450217: Refreshing tree brings to random crashes
2366 * Fixed bug 453931 - crash in Anjuta IDE: Trying some c++ exampled
2367 * Fixed bug 457093 - crash in Anjuta IDE: just typed in some text
2369 Anjuta 2.2.0 (25 June 2007) -- Naba Kumar
2370 -----------------------------------------
2372 Changes:
2373 ========
2374 * Autocompletion in gtksourceview editor.
2375 * Allow/remember target specific options in profiler plugin.
2376 * Allow selecting independent executable target for profiler.
2377 * Fixed class generation templates.
2378 * Updated users manual.
2379 * Updated faqs.
2380 * Simple support for building and executing inside scratchbox.
2381 * Use progressbar instead of messages for system tags creation.
2382 * SDL project template for project wizard.
2383 * Be able to forget previously selected plugins from query dialog.
2384 * Fixes in loading project
2385 * Build fixes for some platforms.
2386 * Fixed lots of bugs, both stability and usability bugs (see below).
2388 Translation updates:
2389 ====================
2390 es.po, gl.po, ja.po
2392 Bug fixed
2393 =========
2394 #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.
2395 #310577 Chosen plugins aren't kept after application is closed
2396 #314277 Option for Anjuta 1.x style project files
2397 #315635 There's no SDL wizard...
2398 #315983 Mac OS 10.3/Darwin support
2399 #320192 Shared library targets compiled as executables
2400 #346207 task manager doesn't repaint- anjuta 2.0.2
2401 #350003 crash when doing file->new
2402 #355151 drag/drop into editor window should open file
2403 #355166 in Find dialog, Search Expression combo list is always empty
2404 #358560 segfault while trying use scinilla editor
2405 #362372 Problems with Help->About and a warning when creating a new file.
2406 #371406 Anjuta 2.0.2-8 hangs on startup
2407 #377461 don't create new message window for each build/find
2408 #390990 Anjuta errors out when attempting to create generic C project
2409 #393680 huge icon on the files pane for .anjuta files
2410 #395362 Tagmanager crashes on update - Probably because of project reload
2411 #397881 The credits are empty
2412 #400572 Anjuta crashes on file pane refresh
2413 #403502 User should also be allowed to select an independent executable target
2414 #403503 Incorrect use of AnjutaPreferences. Use AnjutaSession instead
2415 #412186 crash in Anjuta IDE: Crash on initial app. st...
2416 #417372 Scintilla Editor Crash
2417 #418448 crash in Anjuta IDE: I just installed Anjunta...
2418 #424121 anjuta Cygwin fixes
2419 #424845 crash in Anjuta IDE: I was closing a project ...
2420 #427101 Compiler reports various warnings about sloppy code
2421 #427395 Typo in configuration GUI
2422 #427399 Typo in configuration GUI
2423 #427406 Subversion plugin won't stay unloaded in new session
2424 #427410 Enable changiing of editor for a project
2425 #427702 Creating a static ou dynamic library
2426 #428032 Crashes when removing "other files" sub-tree
2427 #437466 Implement IAnjutaEditorAssist interface
2428 #437688 crash in Anjuta IDE: closing project
2429 #437689 when i generate a new c++ class it ask me to reload the file cpp
2430 #437960 crash in Anjuta IDE: trying to start anjuta
2431 #438878 Using gtksourceview editor for the first time has black background
2432 #439710 Use G_DEFINE_TYPE parent_class global variable
2433 #440196 crash in Anjuta IDE: removing a target (other...
2434 #440370 Symbol browser doesn't jump to definition
2435 #440585 Crash on opening source file
2436 #440801 config.h should not be included in libanjuta public header
2437 #440866 Anjuta aborts with numerous assertion failures when adding a new message view tab
2438 #442038 Makefile-Project Wizard always fails
2439 #442314 Autogeneration fails when there is no autogen.sh
2440 #442315 After calling configure, the build menus are still insensitive
2441 #445171 Build Failure on Slackware-11.0/Garnome: missing #include <sys/types.h>
2442 #445707 undefined symbol: glade_project_get_changed
2443 #447304 Souceview system default font should used fixed font (one used for terminal)
2444 #447655 C keyword must NOT be localised
2445 #448034 Anjuta crashes on starting
2446 #448053 Crash on deactivating
2447 #448408 crash in Anjuta IDE: Trying to change the edi...
2448 #448491 Empty Lines Problem
2450 Anjuta 2.1.3 (11 May 2007) -- Naba Kumar
2451 ----------------------------------------
2453 Changes:
2454 ========
2455 * Fixed glade plugin build against glade3 svn trunk
2456 * Fixes for sun cc compiler
2457 * Fixes for cygwin
2458 * Debugger fixes
2459 * Icons for build messages.
2460 * Enabled makefile based projects (not fully working)
2461 * Resolved namespace conflicts
2462 * Better templates for GObject class generator.
2463 * Fixes to editor life-cycle
2464 * Support for shared library in new project templates.
2465 * Fixes subversion build.
2466 * New django project template
2467 * New minimal and flat project template
2469 Translation updates
2470 ===================
2471 dz, hu, ja, de, gl, ar, en_GB
2473 Bugs fixed
2474 ==========
2475 #346355 search in project files don't work the first time
2476 #355145 makefile-based projects are broken
2477 #359399 Anjuta crash, I don't know (remember) why
2478 #378193 Find in Files for empty string hangs Anjuta
2479 #397505 code errors reported by compiler
2480 #397509 Close project menu-item is disabled when no project file is open
2481 #406963 File > New > Glade File does nothing
2482 #409412 crash in Anjuta IDE: Changing font preference...
2483 #417875 Use G_DEFINE_TYPE in plugins:class-gen
2484 #417918 Use G_*_DECLS macro in Header_c maco
2485 #419008 Does not use prefence set e-mail
2486 #419036 Only one hyphen is replaced by underscore in macros
2487 #422143 Crash when loading multiple files or several files quickly
2488 #423680 sun cc can not compile anonymous union
2489 #423682 sun cc can not compile with zero subscript
2490 #423727 sun cc can not compile with inline function can not use static function
2491 #423730 build fail on different return value of function anjuta_launcher_get_child_pid
2492 #423733 build fail on solaris: missing header files in anjuta-utils.c
2493 #423737 build fail on solaris: can not find lib util
2494 #423768 compile fail on plugins/class-gen/window.c: void function cannot return value
2495 #423772 compile fail on plugins/class-inheritance/class-inherit.c: invalid cast expression
2496 #424121 anjuta Cygwin fixes
2497 #424845 crash in Anjuta IDE: I was closing a project ...
2498 #425850 anjuta crashes on import project from existing sources
2499 #426701 can not find subversion --with-svn-include
2500 #427395 Typo in configuration GUI
2501 #427399 Typo in configuration GUI
2502 #430401 Anjuta crash when closing file when debugger active
2503 #433070 [Patch] Run gtk-update-icon-cache in uninstall-hook
2505 Anjuta 2.1.2 (28 March 2007) -- Naba Kumar
2506 ------------------------------------------
2508 New: Plugin profiles. Each project and user session would remember their plugins.
2509 New: Improvements and clean up of icons.
2510 New: API docs improvements.
2511 New: Translatable strings cleanups.
2512 New: Display program counter and breakpoints in disassembly view
2513 New: Add markers in the disassembly view
2514 New: Display function name in disassembly view
2515 New: Segmentated toolbars for added configurability. Store and restore toolbar states.
2516 New: Several stability improvements in debugger and others.
2517 New: Improved local tags navigation
2518 New: Fixed/improved global/project tags navigation (highlighting, autocompletion, calltips work now)
2519 New: Improved gtksourceview editor component.
2520 New: Improved autoindentation
2521 New: Add a window displaying all threads in debugger
2522 New: Several improvements in debugger navigation.
2523 New: Improved prepare changelog tool script
2524 New: Improved docking strategy. No more docking anomalies when enabling new plugins
2526 Translation updates
2527 ===================
2528 gl, en_GB, dz. hu, ca
2530 Bugs fixed
2531 ==========
2532 #306971 The auto-ident in swich/case doesn't work in an intelligent way (the best is for version 1.2.x series)
2533 #355155 Goto / Matching Brace does nothing
2534 #357541 can't launch Anjuta project file from Nautilus
2535 #360462 Avoid markup in translatable messages
2536 #374709 Anjuta Crash activating devhelp plugin
2537 #377483 don't display "D" beside each directory in Files view
2538 #378927 allow switching threads in debugger
2539 #387208 [Patch] Add custom file-manager ignore pattern support
2540 #392904 Disassembly view navigation is uncomfortable
2541 #394709 symbol browser preference window is does re-size correctly
2542 #397981 Automatic indentation does not work in some cases
2543 #398035 Project manager templates are not localized
2544 #398985 File symbol list as a combo box is useless. It should just be a button with popdown
2545 #402774 No button at Empty Log message
2546 #403514 Double clicking on the function names does not do anything
2547 #407115 debugger crash on right-click on a frame in stack trace pane
2548 #407314 build breakage in class-gen plugin
2549 #407473 refresh dialog appears after saving a file
2550 #408218 cass-gen is setting gtk.entries with null 'name' and 'email' values
2551 #409176 Create Tags produces "The anjuta-tags utility is not installed. Please install it."
2552 #409216 crash periodically
2553 #409410 crash in Anjuta IDE: Right click in the sourc...
2554 #409592 crash in Anjuta IDE: I closed the application...
2555 #411377 Build breakage in profiler plugin
2556 #411623 GLIB_REQUIRED should be 2.12
2557 #412186 crash in Anjuta IDE: Crash on initial app. st...
2558 #417612 GNOME Goal #3: Remove "Application" category from .desktop files
2559 #418174 toolbar size
2560 #418448 crash in Anjuta IDE: I just installed Anjunta...
2561 #421525 Locals view does not update when stack frame is changed
2562 #421529 Disassembly view is not updated when strack frame is changed
2563 #423111 Wall can not build with sun cc
2564 #423270 crash in Anjuta IDE: Crash on adding a new tool item
2566 Anjuta 2.1.1 (11 Feb 2007) -- Naba Kumar
2567 ----------------------------------------
2569 New: gprof based program profiler plugin.
2570 New: Several improvements in debugger plugin.
2571 New: Several improvements in editor plugins.
2572 New: Enabled integrated devhelp now that it works.
2573 New: Use pixmaps for editor markers.
2574 New: Several minor improvements.
2576 Translation updates
2577 ===================
2578 * en_GB, sv, ja, Swedish translation of manual.
2580 Bugs fixed
2581 ==========
2582 #335235 python programs are not executeable/ do not start when pr...
2583 #335981 Migration from popt to GOption
2584 #340618 Application wizards should use gtkmm-2.4 API
2585 #355160 show debug toolbar without debugger plugin => crash
2586 #357997 add a new project variable => crash
2587 #374709 Anjuta Crash activating devhelp plugin
2588 #394216 No indication of subversion commands running
2589 #395875 upon startup i get this big fat warning -- crash when add...
2590 #398067 plugin.in files are not localized
2591 #398930 Set alignment in the tab page header widget
2592 #398991 Anjuta manuals does not use the gnome-doc-utils format
2593 #400833 Changes in libgladeui ABI
2594 #404561 xml and xsl editing is not possible
2595 #397406 Class files are not created in the right directory
2596 #394184 [Bounty] Test and fix all project wizards templates
2597 #359478 Bounty: Gprof performance profiler plugin
2598 #403501 Proper handling of parsing error
2599 #403515 When a target is selected, the profiler widget should be ...
2600 #391728 Program crashes when accepting save directory.
2601 #378600 indicate debugger state
2602 #392537 Starting debugger is very confusing: UI suggestions
2603 #395808 breakpoints don't seem to work
2604 #404755 Multiple instances of debugger views
2605 #406113 debugger crash on 'Run/continue'
2606 #376404 show current line arrow only when debugger running
2608 Anjuta 2.1.0 (14 Jan 2007) -- Naba Kumar
2610 New: Debug manager and gdb plugins.
2611 New: Disassembly window in debugger.
2612 New: C++ and gobject class wizard.
2613 New: Mime icons in editor tabs.
2614 New: Improvements in project templates.
2615 New: C++ and java indentation plugin.
2616 New: Save prompt implemented for unsaved data.
2617 New: Documentation updates, both API and users manual.
2618 New: Improvements in glade-3 integration.
2619 New: Many other improvements.
2621 Translation updates:
2622 ====================
2623 ar, en_GB, hu, en_CA, nb, es, gl, ca, fi, ru, ne, de, ja
2625 Bugs fixed:
2626 ===========
2627 #396571 Anjuta crashes as soon as editing starts in normal text files.
2628 #395362 Tagmanager crashes on update - Probably because of project reload
2629 #377477 when debugging, scintilla editor grays out all lines before current line.
2630 #342717 Build errors redisplayed AFTER a successful build.
2631 #167534 Multiple errors in strings
2632 #168274 anjuta creates an empty system.tags file
2633 #168301 the new project druid should be center on the anjuta window
2634 #169068 Unclear new strings, with misspellings
2635 #169137 Missing spaces from changed strings
2636 #169138 Spelling error in modified string
2637 #169139 Missing spaces from changed string
2638 #170406 problem when creating a new projects
2639 #170467 crash when changing fonts and color in the preferences dialog
2640 #172666 cvs diff does not always obtain full diff
2641 #173048 library selection plugin
2642 #300228 Ctrl + S intermittent behaviour
2643 #300229 Replace button fault
2644 #300231 Find pane non-functional
2645 #301054 Help window not docked - Anjuta closes when Help window is closed.
2646 #304495 Project saved as fullscreen
2647 #304515 can not edit project properties
2648 #304523 Crashes while importing a project
2649 #304641 Can't type the "-character
2650 #304650 make -j CPUS doesn't always work for anjuta2
2651 #304651 Restoring the project doesn't restore the cursor location of the files
2652 #304652 Possibility to set breakpoints in libraries that will be dlopen()'ed
2653 #304829 questions on use anjuta 2.0
2654 #305076 anjuta 2.0.0: edge column editor preference not functionnal
2655 #305299 Error in anjuta.desktop file
2656 #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"
2657 #305303 Error while installing anjuta-devel rpm package
2658 #306085 Keybindings are not saved.
2659 #306187 bad definition of PACKAGE_LOCALE_DIR
2660 #306474 The ordering of the buttons in the file open dialog is reversed.
2661 #306582 Anjuta crashes when typing "std::"
2662 #306790 doble click in a message, doesn't find the file.
2663 #306966 Search tool on the tool bar don't work correctly
2664 #306970 The order of the command buttons "Close" - "Search" - "Stop" in the Search Dialog, is useless; the sugestion is: "Search" - "Stop" - "Close"
2665 #307800 Crashes when project directory removed from command line.
2666 #307810 Can't configure a project after creating with new project wizard
2667 #307872 Remember Configure and autogen options for the next time
2668 #307886 Activated plugins not remembered
2669 #308007 Bad interpreter in global-tags/create_global_tags.sh
2670 #308870 Glade Plugin Won't open Glade file.
2671 #309153 code cleanup use glib/gi18n.h
2672 #309154 gnome_color_picker is deprecated
2673 #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
2674 #309688 When committing a file that is loaded, I get a file-modification warning
2675 #311420 Crash on terminal deactivation
2676 #311948 some strings untranslatedable Preference dialog
2677 #312227 Crash when selecting debug command
2678 #312566 Patch that will fix another make -j 10 problem
2679 #312666 Return "F3" to execute project
2680 #314069 Window gets hidden when using glade3 plugin
2681 #315188 Project Wizard Problems
2682 #315218 anjuta 2.0 freeze on opening my project
2683 #315521 Failed to compile HEAD-hourly-2005-09-05-18
2684 #316731 Can not add new encodings
2685 #317454 Anjuta crash when array lenght is incorrect
2686 #320191 It's a chore adding/removing files and setting up targets
2687 #320338 Colors of tab menu labels
2688 #320341 Critical error in debugger "locals" window.
2689 #321090 Wrong array/struct/union var type display in locals windows
2690 #321455 Ask for root password when installing
2691 #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Reference Manual incorrect
2692 #322744 New anjuta plugin project configured incorrectly
2693 #323591 Data lost, two tab of the same file
2694 #324572 anjuta crashes on open
2695 #328209 Crash when opening a file while an unsaved new file is open
2696 #332084 Anjuta crashes, when Ctrl+c is pressed.
2697 #332161 Test editor not opening
2698 #332954 No read permission for: file:///usr/share/anjuta/profiles/default.anjuta
2699 #333601 GPL headers are first to c-header template.
2700 #333606 Macro contain hyphen
2701 #334546 No more lookup widget
2702 #334663 Allow to set a parent class to new GObject class
2703 #335142 crash when opeing a second file
2704 #335981 Migration from popt to GOption
2705 #336389 Should check for libwnck
2706 #339296 Wizard can't cope with insufficient permissions in project target directory
2707 #341359 Search function doesnt doing their job.
2708 #341997 The 'Tree' tab in the symbol-browser is not type-to-search able
2709 #342352 Can't close file which in not the current editor
2710 #342375 configure doesn't check for g++
2711 #342401 Compile fix when NLS is enabled
2712 #342447 Crash when using the live-search-entry
2713 #342937 crash after accepting Reload Warning Dialog
2714 #343023 make gives strange error
2715 #344015 on_build_mesg_format prepends an absolute path with the current dir
2716 #344099 valgrind plugin is not built
2717 #346295 Crash when removing breakpoint
2718 #346450 Crash when removing all breakpoints
2719 #346575 data loss when disk is full
2720 #346775 No highlight styles to edit are shown in the preferences dialog in anjuta
2721 #347412 crash when opening file with sourceview plugin
2722 #347414 Stack trace window
2723 #349374 Compilation on FreeBSD 6.1
2724 #351387 don't use Alt+key combinations for shortcut keys
2725 #355148 title bar should show name of active project
2726 #355149 Anjuta should warn if I try to exit with unsaved edits
2727 #355156 plugins window should sort plugins alphabetically
2728 #355168 color selection is broken in messages preferences
2729 #355407 The create_global_tags script doesn't find the anjuta-tags bin
2730 #357151 a + character in a directory name confuses anjuta
2731 #357534 syntax coloring fails and breaks selection display
2732 #357537 allow double click in plugin selection dialog
2733 #357542 Anjuta Plugins window is too narrow
2734 #357546 add keyboard shortcut for toggling breakpoint
2735 #358009 activating stack frame in debugger should also jump to source
2736 #358068 indicate when Find in Files is complete
2737 #358134 Goto Address command should prompt more clearly
2738 #358163 debug Inspect/Evaluate dialog leads to crash
2739 #358583 close any project => crash
2740 #359118 Anjuta crashes when trying to open "src folder" after finishing creating/loading a project
2741 #359259 highlight modes listed in reverse alphabetical order
2742 #359317 can't load debug manager
2743 #359663 make line highlighting optional in GtkSourceView editor
2744 #359730 Anjuta can't launch help files
2745 #359750 fix find/replace shortcut keys
2746 #359862 Bounty: Improve class wizard
2747 #361830 AboutDialog does not close
2748 #363884 CVS head of 21/10 doesn't compile
2749 #363953 create_global_tags.sh contains bash-ism
2750 #364133 There are some GTK+ warning caused by document-manager plugins
2751 #364135 Incorrect widget removed from notebook if call to anjuta_preferences_dialog_remove_page are not in LIFO
2752 #364137 The valgrind plugin can cause anjuta to crash
2753 #364142 Valgrind plugin crash when unloaded
2754 #364144 There is a warning when closing and reloading a plugin using the symbol-browser plugin
2755 #364179 Usage of srcdir and argv fields of vg_action object is incorrect
2756 #364754 Subversion plugin doesn't compile with apr 1.2.X
2757 #364755 Glade plugin crashes on anjuta exit
2758 #364801 Unable to edit glade windows in fullscreen mode
2759 #364900 Warning during compilation of valgrind plugin
2760 #364903 Memory leak in valgrind plugin
2761 #369030 create_global_tags.sh has some errors
2762 #374665 Bounty: Use class macros for type casting in all plugin classes
2763 #376031 [PATCH] CVS command file entry dialog show only directories
2764 #376335 menu items should be capitalized
2765 #377027 crash after unloading Terminal plugin
2766 #377043 Intltool-update -m complains about missing files from POTFILES.in
2767 #377061 close project while debugging => Anjuta hangs
2768 #377767 resize crashes window manager in gnome
2769 #377903 improve message color defaults
2770 #378850 double clicking breakpoint should jump to its source
2771 #378871 Debug / Info command problems
2772 #378879 several command names need ellipses
2773 #383319 GLADE_PROJECT_VIEW_TREE error with glade 3.1.2
2774 #385597 Closed one project and attempted to open another
2775 #388727 Block-tab does not work
2776 #388731 Odd editor behaviour after performing block-text operations
2777 #389764 Tags search do not retrieve all matching symbols
2778 #392290 Missed install as root option in project manager
2779 #392699 Some patches are necessary to build anjuta on NetBSD 3.0
2780 #393680 huge icon on the files pane for .anjuta files
2781 #394218 Signals list view in gobject class creation tab does not scroll horiz.
2782 #395767 when selecting a GTK+ project the sample files generated do not compile
2784 Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
2786 New: GtkSourceView based editor
2787 New: Project configuration
2788 New: Valgrind plugin
2789 New: Tab drag&drop in Editor
2790 Updated: Manual and FAQ
2792 Improved: global tags can now be updated after installation
2793 Improved: Remember toolbars on restart
2794 Improved: Tag manager now knows about classes/namespaces which
2795 should make C++ programming much more easy (IComplete)
2796 Improved: Devhelp plugin improved but we still have linking problems
2797 Improved: Scintilla is now up-to-date 1.68
2799 Known issues:
2800 - Glade plugin crashes because of namespace conflict with libglade (#341073)
2801 - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
2803 Bug fixes:
2804 #171314         Anjuta crash when trying to do "stream comment"
2805 #311420         Crash on terminal deactivation
2806 #317454         Anjuta crash when array lenght is incorrect
2807 #332084         Anjuta crashes, when Ctrl+c is pressed.
2808 #170467         crash when changing fonts and color in the preferences di...
2809 #172442         inserting empty box comment
2810 #172666         cvs diff does not always obtain full diff
2811 #300231         Find pane non-functional
2812 #304495         Project saved as fullscreen
2813 #304641         Can't type the "-character
2814 #305082         anjuta 2.0.0: crash in debugger / watch / inspect memory
2815 #305301         In menu tree "Settings"->"Customize shortcuts" there are ...
2816 #305587         gtkmm project compile crash
2817 #306790         doble click in a message, doesn't find the file.
2818 #306966         Search tool on the tool bar don't work correctly
2819 #306970         The order of the command buttons "Close" - "Search" - "St...
2820 #307800         Crashes when project directory removed from command line.
2821 #307810         Can't configure a project after creating with new project...
2822 #307872         Remember Configure and autogen options for the next time
2823 #307879         Crashed when exiting
2824 #308870         Glade Plugin Won't open Glade file.
2825 #309153         code cleanup use glib/gi18n.h
2826 #309348         Anjuta 2.0.1, Anjuta application crash upon build (F9)
2827 #309526         Help->ReportBugs points to removed bug tracking system
2828 #309688         When committing a file that is loaded, I get a file-modif...
2829 #311710         freeze in __lll_mutex_lock_wait () after crash?
2830 #312566         Patch that will fix another make -j 10 problem
2831 #312666         Return "F3" to execute project
2832 #314069         Window gets hidden when using glade3 plugin
2833 #315188         Project Wizard Problems
2834 #315218         anjuta 2.0 freeze on opening my project
2835 #315521         Failed to compile HEAD-hourly-2005-09-05-18
2836 #316731         Can not add new encodings
2837 #320338         Colors of tab menu labels
2838 #320341         Critical error in debugger "locals" window.
2839 #321090         Wrong array/struct/union var type display in locals windows
2840 #321455         Ask for root password when installing
2841 #322634         anjuta_ui_add_action_group_entries : Anjuta Developers Re...
2842 #322744         New anjuta plugin project configured incorrectly
2843 #324572         anjuta crashes on open
2844 #328209         Crash when opening a file while an unsaved new file is open
2845 #332161         Test editor not opening
2846 #333601         GPL headers are first to c-header template.
2847 #333606         Macro contain hyphen
2848 #334663         Allow to set a parent class to new GObject class
2849 #335142         crash when opeing a second file
2850 #336389         Should check for libwnck
2851 #107510         Excessive messages marked for translation in anjuta
2852 #304650         make -j CPUS doesn't always work for anjuta2
2853 #334546         No more lookup widget
2854 #312319         Opening files when Anjuta is already open
2855 #339296         Wizard can't cope with insufficient permissions in project target directory
2857 Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
2859 New: Group and target properties (for automake based projects)
2860 New: Improvements in class heirarchy. Added members view.
2861 New: Tools plugin improvements and scripts as tools.
2862 New: Prepare-ChangeLog tool.
2863 New: Find-Fixmes tool.
2864 New: Project translation status tool.
2865 New: Save and restore editor current line positions.
2866 New: Added configure flags to enable/disable optional plugins.
2867 New: Message saving from menu.
2868 New: Message manager context menu.
2869 New: Remember plugins profile for project sessions.
2870 Mew: Progress bar implementation.
2871 New: Better progress bar in splash.
2872 New: General preferences page.
2873 New: "Add to project" in file wizard and class wizard implemented.
2874 New: glade plugin improvements.
2875 Updated: RPM spec file
2876 Bug fix: Fixed lots of project import bugs.
2877 Bug fix: Group and target removal.
2878 Bug fix: Fixed Message tab position preferece.
2879 Bug fix: Scroll messages on next/previous.
2880 Bug fix: Fixed crash on project Import
2881 Bug fix: Fixed crash on terminal dockings.
2882 Bug fix: Fixed crash on exit (after using save-as dialog once).
2883 Bug fix: Fixed crash on exit.
2884 Bug fix: Fixed mime installation screw-up
2885 Bug fix: Fixed installation paths.
2886 Bug fix: Fixed 64bit arch build problems
2887 Bug fix: Fixed Autoformat/indent problems.
2888 Bug fix: Fixed Keyboard shortcuts for message navigation.
2889 Bug fix: Fixed graphviz build problems.
2890 Bug fix: Start gdb even if the program does     not exists. Fixes bug #305074
2891 Bug fix: Fixed default font names and sizes.
2892 Bug fix: Fixed errors in opening zero sized files.
2893 Bug fix: Fixed buttons order in open dialog.
2895 Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
2897 Architecture and code base:
2898 New: New plugin architecture and all IDE components ported to this framework.
2899 New: Complex docking shell that allows arbitrary docking of IDE widgets.
2900 New: Dynamic plugin activation and deactivation.
2901 New: Extensible architecture.
2902 New: Plugins can interact with other plugins through interface.
2903 New: Plugins can install dynamic UIs (menus/toolbars), including installing
2904          context menus in other plugins.
2905 New: Shell and Plugin API documentation.
2907 Integration:
2908 New: Integrated help system with Devhelp.
2909 New: Integrated glade UI designer (incomplete).
2911 Editor plugin:
2912 New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
2913 New: Editor split views.
2914 New: Automatic indentation with tabbing.
2915 New: More syntax highlighting lexers
2916 New: Split multiple views of document
2917 New: Remote editing (full gnome-vfs support)
2918 New: Real-time file modification monitor.
2920 Project management and build plugin:
2921 New: Multiple parallel builds and independent debugging and execution.
2922 New: Synchronous project management (simultaneous manual and automatic management)
2923 New: Mime based filemanager and desktop integration.
2925 Other plugins:
2926 New: Task Manager.
2927 New: Macro plugin allows inserting predefined and user defined texts (macros).
2928 New: Easily extensible template based project wizards (based on autogen).
2929 New: Symbol search plugin.
2930 New: C++ and GObject based class wizard.
2931 New: Class inheritance diagram plugin.
2932 New: Subversion plugin (incomplete)
2933 New: Session management framework.
2934 Updated: Debuger uses GDB machine-interface.
2935 Updated: CVS plugin
2936 Updated: Pretty much everyting.
2938 Anjuta 1.2.2 (13 Apr 2004) -- Naba Kumar
2940 New: Anjuta advanced tutorial
2941 New: Goes to first error automatically (Default is off. need to enable in anjuta.properties).
2942 Bug fix: Use build.silent option from preferences (bug #895726)
2943 Bug fix: Use font style defined for message indicators (bug #885032)
2944 Bug fix: Set bold color as foreground color in terminal (bug #864924)
2945 Bug fix: Removed 'cmp' dependency and used internal function to compare files.
2946 Bug fix: Fixed return value when dest file could not be created.
2947 Bug fix: Fixed a typo in Hello World indentation style.
2948 Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
2949 Bug fix: Save-all action now asks for filenames for new files (bug #898111)
2950 Bug fix: Fixed a compiler warnings.
2951 Bug fix: Disabled printing of long debug lines.
2952 Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
2953 Bug fix: Fixed a program execution crash bug.
2954 Bug fix: Fixed Crash on Find & Replace (#887833)
2955 Bug fix: Use defined file name when saving new files (fixes bug #898105).
2956 Bug fix: Don't change filename when clicking on a directory.
2957 Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
2958 Bug fix: Do not reload new files (bug #900897).
2959 Bug fix: Disconnects menuitem signal properly (bug #901723).
2960 Bug fix: Fixed bugs #890609 and #890609, #900903.
2961 Bug fix: Fixed a typo in tutorial (bug #866143).
2962 Bug fix: Reduced size of Search and Replace dialog (bug #902636).
2963 Bug fix: Fixed a runtime warning (bug #900087).
2964 Bug fix: Changed build shortcut to F11 (bug #877683).
2965 Bug fix: Do not defualt to -k make option (bug #875486).
2966 Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
2967 Bug fix: Improved Search and Replace. Fixed crash bug.
2968 Bug fix: Fixed bug #910097 (Insert comment).
2969 Bug fix: Find-Usage rework (bug #890609).
2970 Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781).
2971 Bug fix: Fixed Find-Usage crash when no project open
2972 Bug fix: Fixed bug #893400 ("Remove file" in project tree).
2973 Bug fix: Aligned buttons in the New file dialog and HIG compliance.
2974 Bug fix: Fixed to get correct child exit status using mask (bug #905738).
2975 Bug fix: Goto the first error if it exists (bug #874380).
2976 Bug fix: Save-all for 1 file opened (bug #912618).
2977 Bug fix: Fixed conditional breakpoints.
2978 Bug fix: Fixed debugger calltips displayed for wrong file.
2979 Bug fix: Fixed delete breakpoints.
2980 Bug fix: Fixed Breakpoint setting bugs (bug #895536).
2981 Bug fix: Fixed a crash bug with debugger attach process dialog
2982 Bug fix: Fixed freeze-ups during build terminations (bug #905738).
2983 Bug fix: Fixed a memory corruption (bug #921893).
2984 Bug fix: Open file starts in right directory (bug #908941).
2985 Bug fix: Fixed another crash bug in Find-Usage.
2986 Bug fix: Correctly prompts and reponds passwords (bug #894533).
2987 Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837).
2988 Bug fix: Installs .glade file of libgllade projects (bug #861038).
2989 Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
2990 Bug fix: Fixed ADA syntax highlighting (bug #923474).
2991 Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
2992 Bug fix: Fixed core file loading in debugger.
2993 Bug fix: Partially fixed to show long calltips properly (bug #917982).
2994 Bug fix: Fixed a crash bug in search replace. (bug #921893).
2995 Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
2996 Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
2997 Bug fix: Sets filename when saving new files.
2998 Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
3000 Anjuta 1.2.1 (29 Jan 2004) -- Naba Kumar, Johannes Schmid
3002 New: "New File" with some options for newly created files
3003 Bug fix: #849914, #840159, #864922, #849928, #846386, #845782
3004 Bug fix: #860906, #859329, #858993, #857605, #878404
3005 Bug fix: 169058@bugs.debian.org
3006 Bug fix: compile file works with shell expression like `command` now
3007 Bug fix: Buildiing on SMP systems
3008 Bug fix: debugger improvements & cleanups
3009 Bug fix: Sample file confirms to C++-Standard now
3010 Bug fix: Use gtk stock icon for editor tabs
3011 Bug fix: Should builf sucessfully on Slackware 9.1 now (libiconv)
3013 Thanks to Pavol Bosik, Andreas Volz, grzegol@pld-linux.org, Dan Elphick,
3014 Franco Catrin L and Stefano Vallarino for their patches.
3016 From this release on anjuta has two new development responsibilities
3017 alongside with Naba Kumar <naba@gnome.org>:
3018 Jean-Noel Guiheneuf <Jnoel@cvs.gnome.org>
3019 Johannes Schmid <jhs@cvs.gnome.org>
3021 If you want to support anjuta development please contact the
3022 list <anjuta-devel@list.sourceforge.net>, more manpower is much-needed.
3023 You can also make a donation through the SF.net donation system now.
3025 Anjuta 1.2.0 (8 Dec 2003) -- Naba Kumar
3027 Updated: Prompts users for unsaved files during project closing.
3028 Updated: Added checkbox in wizard to enable/disable glade source generation.
3029 Updated: Scintilla to version 1.57
3030 Bug fix: Crash on preferences with other locales.
3031 Bug fix: Freeze ups during build/debugging with other locales.
3032 Bug fix: Crash with readonly project files (during saves).
3033 Bug fix: Breakpoints bug.
3034 Bug fix: Syntax hiliting bug.
3035 Bug fix: Avoids error conditions for glade/glademm not found
3036 Bug fix: Crash on anjuta exit
3037 Bug fix: Crash on project close with unsaved files.
3038 Bug fix: Compilation errors with old gcc.
3039 Bug fix: Fixed debugger malfunctioning with non-english locales.
3040 Bug fix: Crash bug during import.
3041 Bug fix: Dnd file drop.
3042 Bug fix: Setting breakpoints for c++ files works.
3043 Bug fix: Crash bug to multiple open of same file fixed.
3044 Bug fix: Enables debug and optimization flags for new projects.
3045 Bug fix: Fixed pascal highlighting
3046 Bug fix: Fixed build failure with no 'intl' directory.
3047 Bug fix: Added filters to find in files.
3048 Bug fix: Fixed tutorial
3049 Bug fix: Added horizontal scrollbar to description text in wizard.
3050 Bug fix: Installs properly even when system.tags file could not be generated.
3051 Bug fix: Compiler error with old gcc.
3053 Anjuta 1.1.98 rc2 for 1.2.0   (07 Nov 2003) -- Naba Kumar
3055 New: Double click on margin toggles bookmark.
3056 New: Double click on margin (debugger mode) adds/removes breakpoints.
3057 New: Single click on margin (debugger mode) enables/disables breakpoints
3058 New: Find previous added.
3059 New: Emacs style file modeline in files.
3060 Updated: Removed 'page setup' item from the file menu.
3061 Updated: Scintilla (cvs 2003-09-29 -- ver 1.55+)
3062 Updated: No libzvt dependency (means faster operation).
3063 Updated: Performance improvements in Editor.
3064 Updated: Documentations revived in docbook xml format.
3065 Bug fix: Symbol browser now loads properly for new projects.
3066 Bug fix: Fixed many compiler warnings.
3067 Bug fix: Fixed crash bug in Application wizard.
3068 Bug fix: Fixed crash bug in Project Import.
3069 Bug fix: Printing in proper UTF8
3070 Bug fix: Fixed crash bug during project creation.
3071 Bug fix: Fixed clean-before-build bug.
3072 Bug fix: Fixed find in files bugs.
3073 Bug fix: Fixed gettext bug with projects.
3074 Bug fix: Fixed Autoformat
3075 Bug fix: Fixed crash bug with 'Add watch expression'
3076 Bug fix: Fixed debugger freeze ups due to uninitialized strings in target programs.
3078 Anjuta 1.1.97 rc1 for 1.2.0   (26 June 2003) -- Naba Kumar
3080 New: Support for all text file encodings (can be customized in preferences).
3081 New: Line and word selection menu entries (setting shortcuts possible).
3082 New: Added *.css files highlighting.
3083 Updated: Project window and message window no longer always float above the main window.
3084 Updated: Reorganized messages tabs in more sensible order.
3085 Updated: Better 'Customize menu' message.
3086 Updated: Prompts for 'clean' for modified compiler options.
3087 Updated: Deprecated GNOME 1.x project wizards. It can still open older projects.
3088 Updated: Speedier startup (but needs more optimization todo).
3089 Updated: New splash.
3090 Updated: Some re-organization and cleanups.
3091 Updated: Better debugger operations.
3092 Updated: Better HIG complient dialogs.
3093 Updated: Many many translation updates.
3094 Bug fix: Separated -dP and -A flags of CVS update into different options.
3095 Bug fix: No more file corruption for non-utf-8 encodings.
3096 Bug fix: Removed references to older automake/autoconf in generated projects.
3097 Bug fix: Fixed automake errors with old automake in generated projects.
3098 Bug fix: Tcl/tk properties fix (all keywords will be recognized).
3099 Bug fix: Red color editor tab for modified files now consistent in inactive state also.
3100 Bug fix: Backward search works correctly.
3101 Bug fix: Fixed shell script to properly detect installed *-config files.
3102 Bug fix: Corrected many project generation codes.
3103 Bug fix: Fixed compiler errors associated with older gcc.
3104 Bug fix: Stack trace output can be activated with double-click.
3105 Bug fix: Properly closes automatic debugger-tip (was very annoying before).
3106 Bug fix: Properly jumps to correct file/line from build messages.
3107 Bug fix: CVS dialogs bug fixes.
3108 Bug fix: Fixed gnome-print, zvt and pcre dependencies in configure and rpm spec file.
3109 Bug fix: Fixed glade/glade-2 confusion in generated projects.
3110 Bug fix: Multiple file selection works now.
3111 Bug fix: Fixed failure in poping up search combo puldown (in main menu).
3112 Bug fix: And many more critical/non-critical bug fixes.
3113 Bug fix: Fixed non-working shortcuts (changed to working ones).
3115 Anjuta 1.1.1-beta   (05 May 2003)     -- Naba Kumar
3117 New: Ported to GNOME2:
3118 New: New Preferences management.
3119 New: Tools management.
3120 New: Watch and Backtrace moved to messages pane.
3121 New: GNOMEVFS based file browser.
3122 New: Pango fonts in editor (Anti-Aliased fonts).
3123 New: Project configuration for GUI editor and version.
3124 New: Advance search and replace (ported from 1.0.x branch).
3125 Updated: Scintilla 1.51+ (cvs)
3126 Updated: Session management. It now saves tree states.
3127 Bug fix: Many
3129 Anjuta 1.0.1:           (xth June 2002)                 -- Naba Kumar
3131 New: Auto-complete takes graphics now.
3132 NEW: Auto-complete automatic.
3133 New: Per project editor properties
3134 New: Sub windows now float above main window.
3135 New: Project version and excluded modules configuration.
3136 NEW: Errors and warnings indications in editor.
3137 New: Tools support and tools editor.
3138 New: Incremental search (like emacs I-Search)
3139 Bug fix: Printing now takes editor default fonts
3140 Bug fix: Rpm package fix
3141 Bug fix: ChangeLog insert uses spaces (instead of tabs)
3142 Bug fix: Fixed compiler warnings.
3143 Bug fix: Fixed debug terminal bug
3144 Bug fix: Disabled gladen to remove the libssl dep.
3145 Bug fix: brace indentation works properly.
3146 Bug fix: Wrap-around search
3147 Updated: Upgraded scintilla to 1.49+
3148 Updated: Upgraded editor properties and added new properties.
3149 Updated: Organized plugins
3151 Anjuta 1.0-beta1:       (1st August 2002)                       -- Andy Piper
3153    => Release of Anjuta-1.0-beta1 (beta)
3155 This precedes the final release of Anjuta for the 
3156 GNOME 1.x platform...
3158 New: CVS support for Projects and individual files,
3159      file revisions are displayed in Files pane
3160 New: Gnome Print support (including syntax colouring)
3161 New: Patch plugin to apply diffs
3162 New: Application Wizard support for wxWindows, Xlib, 
3163      GNOME2, Gtk2 and libglade2 Projects, plus option for 
3164          dynamic or static libraries as targets in generic Projects
3165 New: user identity preferences enabling new editor functions
3166 New: better GNOME integration, now uses configured GNOME URL 
3167      handlers
3168 New: MIME handling
3169 New: Anjuta kickstart tutorial
3170 New: automatic expression tips during debugging (hover-and-show)
3171 New: compilation warning/error navigation from terminal
3172 New: better find functionality
3173 New: enhanced file selection widget
3174 New: enhanced Evolution-style about dialog
3175 New: Automatic Variable display when mouse hovered on the
3176      variable name (in dubugger mode).
3177 New: Raw memory veiw for debugger (somewhat resembling ghex).
3179 Updated: synced to Scintilla 1.46
3180 Updated: many usability improvements to the GUI and menus
3182 --------------------------------------------------------------------
3184 Anjuta 0.1.9:   (14th February 2002)            -- Andy Piper
3186    => Release of Anjuta-0.1.9 (stable)
3187    
3188 New: messages manager rewritten to use notebook tabs
3189 New: symbol and tag browser fully based on TagManager
3190 New: embedded terminal window (using zvt)
3191 New: Project Import Wizard makes it easier to migrate
3192      existing projects to Anjuta (experimental)
3193 New: libglade project type added to the Application
3194      Wizard
3195 New: simple class creator plugin now included
3196 New: files autosaved before a build
3197 New: more translations - 21 languages now fully or 
3198      partially supported
3200 Updated: new look for the Application Wizard
3201 Updated: UI enhancements
3202 Updated: Solaris support improved
3203 Updated: many, many bug fixes.....
3205 --------------------------------------------------------------------
3207 Anjuta 0.1.8:   (30th November 2001)            -- Andy Piper
3209    => Release of Anjuta-0.1.8 (stable)
3210    
3211 New: integration of new TagManager library - much improved
3212      autocompletion and calltips functionality
3213 New: multiple file drag-and-drop
3214 New: ability to save build message output
3215 New: DOS file (CR/LF) handling
3216 New: basic plugin hooks added
3217 New: many new translations - 17 languages now fully or 
3218      partially supported
3220 Updated: notebook tabs notify when file has been changed, can be
3221          scrolled for browsing
3222 Updated: improvements to interactive debugger and communication
3223          with gdb
3224 Updated: improved find functionality, better dialogs
3225 Updated: synced up to version 1.41 of Scintilla, new lexers added
3226 Updated: new icons
3228 ... plus the usual bug fixes and minor feature additions.
3230 --------------------------------------------------------------------
3232 Anjuta 0.1.7:   (21st August 2001)              -- Stephane Demurget
3234    => Release of Anjuta-0.1.7 (stable) - bug fixes release
3236 Fixed: Two nasty bugs preventing to use the wizards (macros dir copy and
3237        src/source.c).
3238 Fixed: Interface clean up.
3239 Updated: HACKING, doc, and others
3240 Updated: french, spanish, turk and japan translations fully up-to-date.
3242 --------------------------------------------------------------------
3244 Anjuta 0.1.6:   (31st July 2001)                -- Nabakumar. 
3246    => Release of Anjuta-0.1.6 (stable).
3248 New: Class browser and file browser added in the project manager.
3249 New: GDP standardized docbook documentations.
3250 New: Anjuta faqs documentation.
3251 New: New gnomish icon set and splashscreen.
3252 New: Context sensitive help and gnome api browser
3253      (need Devhelp and the dev books to be installed).
3255 Added: Preferences for setting caret and selection colors.
3256 Fix for gdb version 5.
3257 Closes all files when project is closed.
3258 And many big fixes and minor feature additions.
3259 Translations updated.
3261 Note : the major part of the new project manager has been written but
3262 it needs time to be integrated and tested. That's why it's not present in
3263 this release. 
3265 --------------------------------------------------------------------
3267 Anjuta 0.1.4:   (25nd Mar 2001)         -- Nabakumar. 
3269    => Release of Anjuta-0.1.4 (stable).
3271 Calltips provided for Gnome function prototypes (and standard libraries functions).   
3272 Fixed project dir creation bug.
3273 Fixed double accelerators bug.
3274 Fixed source generation bug.
3275 Fixed pixmap creation with NULL window.
3276 i18n bug fix.
3277 Debugger now takes program args.
3278 Japanese translation.
3279 Other minor  bug fixes.
3281 --------------------------------------------------------------------
3283 Anjuta 0.1.3:   (4th Mar 2001)          -- Nabakumar. 
3285    => Release of Third  version (Alpha)  with lots of bugs.
3286    
3287 New Features in Anjuta 0.1.3:
3288 -----------------------------
3290         => Anjuta now integrates Scintilla editing component:
3291         ----------------------------------------------------
3292                 * Automatic syntax hilighting (using lexers).
3293                 * Code folding/hiding .
3294                 * Linenumbers/markers display.
3295                 * Text zooming.
3296                 * Text autocompletion
3297                 * Automatic indentation and indentation guides
3298                 * ... and much more.
3300         => Dynamic Project Management:
3301         -----------------------------
3302                 * Anjuta no longer uses the template based project management.
3303                 * Provides project configuration.
3304                 * Added two more modules in project management:
3305                         (Help module and Translation module).
3306                 * Added BONOBO support and BONOBO application wizard.
3307                 
3308         => Java style Properties management:
3309         -----------------------------------
3310                 Now uses Java style properties management. Which makes
3311                 it highly configurable, both from distributor's and user's side.
3312         
3313         => Supports for Other languages added:
3314         -------------------------------------
3315                 * Java, Perl, Python, LaTeX, 
3316                 ... and others can be user configurable.
3317                 
3318         => On-Board command editor:
3319         --------------------------
3320                 Facilitates customization of commands used
3321                 for compiling, building and execution.
3322         
3323         => Provides Hilite style editor:
3324         -------------------------------
3325                 Used for customizing Syntax hiliting style.
3326         
3327         => More intelligent messaging system:
3328         -----------------------------------
3329                 * Now error messages (or messages in general)
3330                 can be browsed using go to Prev/Next message,
3331                 goto start/end of block and goto matching braces.
3332         
3333         => Bookmarks management:
3334         -----------------------
3335                 Anjuta has now supported Bookmarks
3336                 management.
3337         
3338         => Debugger:
3339         -----------
3340                 * Now breakpoints can be toggled Onboard.
3341                 * Added Run to cursor.
3342                 * Fixed some earlier bugs.
3343         
3344         => Added Two more toolbars:
3345         --------------------------
3346                 * Browser toolbar for browsing messages,
3347                 bookmarks and code blocks.
3348                 * Format toolbar for easy formatting
3349                 of code statements.
3350                 
3351         => Application GUI:
3352         ------------------
3353                 * Smarter and more informative status bar.
3354                 * Improved memory to remember Application
3355                 GUI configuration between sessions.
3357 Thing that I forgot to change:
3358 ------------------------------
3359         => Anjuta Online manual. It's still the old one.
3360         so, new users may find it a bit annoying to learn
3361         the controls, especially those who are young
3362         in programming.
3364 --------------------------------------------------------------------
3365 Anjuta 0.1.2-beta_2:    (24th Feb 2001)         -- Nabakumar. 
3367    => Release of 0.1.2 beta2  version  with lesser bugs.
3369 --------------------------------------------------------------------
3370 Anjuta 0.1.2:   (03rd Nov 2000)         -- Nabakumar. 
3372    => Release of second version (Beta) with lesser bugs.
3374    => Minor fixes in Doc files.
3375    => Fixed to ignore non-existent dir for blank prj.
3376    => More checking in project creation, especially to confirm
3377         that the prj file already does not exist.
3378    => Now Menu item "Format/Detach current document" is inactive
3379         when there is no document opened.
3380    => Improved Library settings GUI.
3381    => Can now enable/disable added libraries.
3382    => Stock libs provided for ease of entry.
3384 --------------------------------------------------------------------
3385 Anjuta 0.1.1: (01rd Nov 2000)   -- Nabakumar. 
3387   => Release of first version (Beta) with lots of bugs.
3388         
3389 --------------------------------------------------------------------