Updated Spanish translation
[anjuta-git-plugin.git] / ChangeLog
blob2a93160a96a4fa9ed792658e63812ce2c2c96d6b
1 2008-06-07  Johannes Schmid  <jhs@gnome.org>
3         Patch from Marc Lorber:
4         * libanjuta/anjuta-plugin-manager.c (plugin_set_update),
5         (anjuta_plugin_manager_get_remembered_plugins_page):
6         Add translation
7         
8         Patch from Arun Raghavan:
9         * manuals/anjuta-manual/C/debugger.xml:
10         #536889 – anjuta doesn't pass "make check"
12 2008-06-07  Johannes Schmid <jhs@gnome.org>
14         * plugins/symbol-db/Makefile.am:
15         Put tables.sql into distribution
17 2008-06-07  Massimo Cora'  <maxcvs@email.it>
19   Reviewed by: Johannes Schmid <jhs@gnome.org>
21         * libanjuta/interfaces/libanjuta.idl:
22         * plugins/class-inheritance/class-inherit.c
23         (class_inheritance_show_dynamic_class_popup_menu),
24         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
25         (class_inheritance_update_graph):
26         * plugins/language-support-cpp-java/cpp-java-assist.c
27         (create_completion),
28         (cpp_java_assist_create_word_completion_cache),
29         (cpp_java_assist_show_calltip):
30         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
31         * plugins/symbol-browser/plugin.c (isymbol_manager_search):
32         * plugins/symbol-db/plugin.c (isymbol_manager_search):
33         * plugins/symbol-db/plugin.h:
34         * plugins/symbol-db/symbol-db-engine.c
35         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
36         * plugins/symbol-db/symbol-db-engine.h:
37         * plugins/symbol-db/symbol-db-view.c (prepare_for_adding):
38         now search for symbols can be done also in global tags. Added a new parameter
39         to search function and adjusted dependencies on different plugins.
41 2008-06-05  Sébastien Granjoux  <seb.sfo@free.fr>
43         * plugins/terminal/terminal.c,
44         libanjuta/anjuta-preferences.c:
45         Fix a crash when GNOME Terminal is not installed
47 2008-06-03 Halton Huo <halton.huo@sun.com>
49         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
50         * libanjuta/anjuta-launcher.c:
51         Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
53 === anjuta 2.5.0 ===
55 2008-06-02  Naba Kumar  <naba@gnome.org>
57         * NEWS: Updated for 2.5.0 release.
58         
59 2008-06-02  Yuriy Penkin <yuriy.penkin@gmail.com>
61         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
62         * plugins/cvs-plugin/Makefile.am,
63         plugins/cvs-plugin/cvs-execute.c,
64         plugins/sourceview/anjuta-document.c,
65         plugins/sourceview/Makefile.am,
66         plugins/subversion/Makefile.am,
67         plugins/search/search-replace.h,
68         plugins/search/Makefile.am,
69         plugins/build-basic-autotools/build-basic-autotools.c,
70         plugins/build-basic-autotools/Makefile.am,
71         plugins/editor/Makefile.am,
72         plugins/document-manager/Makefile.am,
73         plugins/macro/Makefile.am,
74         configure.in:
75         Fix #514620: Port anjuta to GRegex
77 2008-06-02  Sébastien Granjoux  <seb.sfo@free.fr>
79         * plugins/debug-manager/anjuta-marshal.list,
80         plugins/debug-manager/sexy-icon-entry.c:
81         Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
82         Update sexy icon entry
84 2008-06-01  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
86         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
87         * plugins/run-program/execute.c:
88         Fix #536045: New run program plugin crash
90 2008-05-30  Sébastien Granjoux  <seb.sfo@free.fr>
92         * libanjuta/interfaces/anjuta-idl-compiler.pl,
93         libanjuta/interfaces/libanjuta.idl,
94         manuals/reference/libanjuta/libanjuta-sections.txt:
95         Keep comment for enum and structures
96         Declare class typedef first
97         Allow to document Anjuta shell variable using define
98         Add a documentation sample in IAnjutaProjectManager interface
100         * manuals/reference/libanjuta/writing-plugins.sgml:
101         Fix a detail in the previous patch
103 2008-05-29  Arun Tejasvi Chaganty  <arunchaganty@gmail.com>
105         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
106         * manuals/reference/libanjuta/writing-plugins.sgml:
107         Fix #534175: Deprecated code in Plugin Tutorial
109 2008-05-27  basti  <pee@hiddenbox.de>
111         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
112         * scripts/anjuta_import.sh.in,
113         plugins/tools/scripts/prepare-changelog.pl,
114         global-tags/create_global_tags.sh.in:
115         Use sh instead of bash when possible
117         * plugins/sourceview/anjuta-document-saver.c,
118         plugins/sourceview/anjuta-document-loader.c:
119         Order of include matter on OpenBSD
121         * plugins/debug-manager/start.c:
122         ps syntax differ on *BSD
124         * libanjuta/anjuta-launcher.c:
125         Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear
126         CREAD). Fix #528226: doesn't compiling on FreeBSD6.3
128 2008-05-27  Johannes Schmid  <jhs@gnome.org>
130         * plugins/language-manager/Makefile.am:
131         Merged patch from bug 
132         #535048 – Anjuta doesn't build when checking underlinking and overlinking
134 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
136         * manuals/reference/libanjuta/libanjuta-docs.sgml:
137         Forget this change to add AnjutaCommand and AnjutaAsyncCommand
138         in the documentation
140 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
142         * plugins/debug-manager/start.c,
143         plugins/build-basic-autotools/build-basic-autotools.c,
144         plugins/run-program/plugin.c,
145         plugins/run-program/execute.c,
146         plugins/run-program/plugin.h,
147         libanjuta/interfaces/libanjuta.idl,
148         libanjuta/interfaces/anjuta-idl-compiler.pl,
149         manuals/reference/libanjuta/libanjuta-docs.sgml,
150         manuals/reference/libanjuta/libanjuta-sections.txt:
151         Change the new IAnjutaBuilder interface to use callbacks
152         Add the documentation of IAnjutaBuilder
154 2008-05-25  Naba Kumar  <naba@gnome.org>
156         Patch from: Pavel Kostyuchenko
158         * libanjuta/anjuta-preferences.c
159         (anjuta_preferences_is_dialog_created):
160         * libanjuta/anjuta-preferences.h:
161         * src/action-callbacks.c (on_set_preferences1_activate):
162         Fixed bug #532537 - Crash on closing Anjuta Preferences when it
163         open twice.
165 2008-05-25  Sébastien Granjoux  <seb.sfo@free.fr>
167         * plugins/editor/text_editor_cbs.c:
168         Set line to mouse location when popup-menu is displayed (#530689)
170 2008-05-25  James Liggett  <jrliggett@cox.net>
172         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
173         * libanjuta/anjuta-command.c,
174         libanjuta/anjuta-async-command.c:
175         Document AnjutaCommand and AnjutaAsyncCommand
177 2008-05-25  basti  <pee@hiddenbox.de>
179         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
180         * plugins/debug-manager/debug_tree.c:
181         Fix a crash when changing a watch while debugger is stopped
183         * plugins/gdb/plugin.c,
184         plugins/gdb/anjuta-gdb.plugin.in:
185         Allow loading application/octet-stream mime type
187 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
189         * plugins/debug-manager/start.c:
190         Fix #378903: Use IAnjutaBuilder to always debug an up to date program
192 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
194         * plugins/run-program/plugin.c,
195         plugins/run-program/execute.c,
196         plugins/run-program/plugin.h:
197         Use IAnjutaBuilder to always run an up to date program
199 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
201         * plugins/build-basic-autotools/build-basic-autotools.c,
202         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
203         libanjuta/interfaces/libanjuta.idl,
204         libanjuta/interfaces/anjuta-idl-compiler.pl:
205         New IAnjutaBuilder interface allowing to check if a target is up to
206         data and having a notification when the target is built
208 2008-05-21  Michael Placentra <someone@michaelplacentra2.net>
210         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
211         * plugins/project-wizard/templates/django.wiz:
212         Fix #533758: django project creation fails
214 2008-05-19  Johannes Schmid  <jhs@gnome.org>
216   Patch from Pavel Kostyuchenko:
217         * plugins/glade/anjuta-design-document.h:
218         * plugins/glade/plugin.c (update_current_project),
219         (value_added_current_editor), (glade_update_ui),
220         (on_document_destroy), (glade_plugin_add_project):
221         
222         #532625 – Wrong consecution of functions calls when opening a glade file
224 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
226         * plugins/project-wizard/templates/terminal.wiz,
227         plugins/project-wizard/templates/xlib-dock.wiz,
228         plugins/project-wizard/templates/wxwin.wiz,
229         plugins/project-wizard/templates/java.wiz,
230         plugins/project-wizard/templates/django.wiz,
231         plugins/project-wizard/templates/gnome.wiz,
232         plugins/project-wizard/templates/anjuta-plugin.wiz,
233         plugins/project-wizard/templates/gtkmm.wiz,
234         plugins/project-wizard/templates/python.wiz,
235         plugins/project-wizard/templates/cpp.wiz,
236         plugins/project-wizard/templates/sdl.wiz,
237         plugins/project-wizard/templates/gtk.wiz,
238         plugins/project-wizard/templates/minimal.wiz,
239         plugins/project-wizard/templates/xlib.wiz,
240         plugins/project-wizard/templates/gcj.wiz:
241         Fix #533346: Create project in path with spaces fails
243 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
245         * src/anjuta.glade,
246         libanjuta/anjuta-preferences.c:
247         Fix #531940: Can't change the default project directory
249 2008-05-14  Rémi Cardona  <remi@gentoo.org>
251         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
252         * plugins/editor/scintilla/Makefile.am,
253         libanjuta/Makefile.am:
254         Remove useless _DEPENDENCIES
256 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
258         * plugins/run-program/execute.c:
259         Fix #532243: Execute program with whitespace in the project path fails
261 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
263         * plugins/debug-manager/debug_tree.c:
264         Fix #531623: Crash on updating non-existing watch
266 2008-05-13  Christian Kirbach  <Christian.Kirbach@googlemail.com>
268         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
269         * tagmanager/tm_tag.c:
270         * tagmanager/test_tm_buffer.c:
271         * plugins/editor/scintilla/LexNsis.cxx:
272         * plugins/editor/aneditor.cxx:
273         * plugins/file-manager/file-view.c:
274         Fixed a bunch of compiler warnings
276 2008-05-10  Johannes Schmid  <jhs@gnome.org>
278         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
279         * plugins/symbol-browser/plugin.c (project_root_added),
280         (isymbol_manager_search):
281         
282         Fixed global tags loading from project configuration and added a
283         configuration option
285 2008-05-08  Johannes Schmid  <jhs@gnome.org>
287         Patch from Marc Lorber <lorber.marc@wanadoo.fr>
289         * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
290         * plugins/subversion/subversion-log-dialog.c (create_columns):
291         
292         Fix translation issues (#530860 and #531411)
294 2008-05-08  Johannes Schmid  <jhs@gnome.org>
296         Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
298         * plugins/project-wizard/templates/cpp/configure.ac.tpl:
299         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
300         * plugins/project-wizard/templates/java/configure.ac.tpl:
301         * plugins/project-wizard/templates/minimal/autogen.sh:
302         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
303         * plugins/project-wizard/templates/python/configure.ac.tpl:
304         * plugins/project-wizard/templates/sdl/configure.ac.tpl:
305         * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
306         * plugins/project-wizard/templates/xlib/configure.ac.tpl:
307         
308         #531405 – AM_CONFIG_HEADER macro is obsolete
309         
310         project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
311         http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
313 2008-05-07  Massimo Cora'  <maxcvs@email.it>
315         * libanjuta/interfaces/libanjuta.idl:
316         * plugins/class-inheritance/class-inherit.c
317         (class_inheritance_show_dynamic_class_popup_menu):
318         * plugins/language-support-cpp-java/cpp-java-assist.c
319         (cpp_java_assist_create_word_completion_cache),
320         (cpp_java_assist_show_calltip):
321         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
322         * plugins/symbol-db/plugin.c (isymbol_manager_search):
323         * plugins/symbol-db/symbol-db-engine.c
324         (on_scan_update_files_symbols_end),
325         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
326         * plugins/symbol-db/symbol-db-engine.h:
327         add limit/offset keywords to search query. Adjusted APIs.
328         Fixed a minor bug with caches in the engine.
330 2008-05-06  Sébastien Granjoux  <seb.sfo@free.fr>
332         * plugins/terminal/anjuta-terminal-plugin.glade,
333         plugins/terminal/terminal.c:
334         The terminal configuration default option doesn't work (#530031)
335         Combobox for terminal choose not working (#530032)
337 2008-05-06  Johannes Schmid  <jhs@gnome.org>
339         * plugins/document-manager/plugin.c (on_session_save):
340         Do not reverse list of file in save-session (#531445)
341         
342         * plugins/sourceview/anjuta-view.c
343         (anjuta_view_button_press_event):
344         Set line to mouse location when popup-menu is displayed (#530689)
346 2008-05-02  Sébastien Granjoux  <seb.sfo@free.fr>
348         * (added) plugins/terminal/anjuta-terminal-plugin.ui,
349         plugins/terminal/Makefile.am,
350         plugins/terminal/terminal.c:
351         Add a context menu with copy/paste in terminal plugin
353 2008-05-02  Johannes Schmid  <jhs@gnome.org>
355         * configure.in: changed gnome-build requirement, bumped version to 2.5.0
356         * libanjuta/interfaces/libanjuta.idl:
357         * plugins/project-manager/plugin.c (iproject_manager_get_packages),
358         (iproject_manager_iface_init):
359         Add an interface method to access the pkg-config data from gnome-build.
360         
361         * plugins/symbol-browser/plugin.c (project_root_added):
362         Automatically load symbol from project configuration (proof-of-concept)
364 2008-05-01  Massimo Cora'  <maxcvs@email.it>
366         * plugins/symbol-db/plugin.c (symbol_db_activate):
367         * plugins/symbol-db/test/main.c (main):
369         Adapt to changes in recent libgda
371 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
373         * plugins/run-program/execute.c:
374         Fix run plugin again, previous patch was causing a crash when
375         the program exist
377 2008-05-01  Johannes Schmid  <jhs@gnome.org>
379         * plugins/document-manager/plugin.c (update_title):
380         Fixed bug broken titles for new files
382 2008-05-01  Johannes Schmid  <jhs@gnome.org>
384         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
385         (anjuta_util_replace_home_dir_with_tilde),
386         (anjuta_util_str_middle_truncate):
387         * libanjuta/anjuta-utils.h:
388         Added some utility methods (derived from gedit)
389         
390         * plugins/document-manager/plugin.c (get_directory_display_name),
391         (update_title):
392         Really fix #530033 now
394 2008-05-01  Massimo Cora'  <maxcvs@email.it>
396         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
397         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
399         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
400         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
401         (sdb_engine_thread_monitor), (sdb_engine_init),
402         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
403         (sdb_engine_add_new_sym_implementation),
404         (sdb_engine_second_pass_update_scope_1),
405         (sdb_engine_second_pass_update_scope),
406         (sdb_engine_second_pass_update_heritage),
407         (symbol_db_engine_update_project_symbols),
408         (symbol_db_engine_get_files_with_zero_symbols),
409         (symbol_db_engine_get_file_symbols):
410         fixed a population bug introduced with using of caches. It broke the kind
411         of symbol in some cases (e.g. returning of table_id = -1). 
412         Avoid lazy initialization and inlined the lookup functions to speed up the
413         thing.
414         Performances improvement in sdb_engine_second_pass_update_heritage () using
415         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
416         logic in this part should avoid gui freezing, at least here it does not freeze.
418         * plugins/symbol-db/symbol-db-view-locals.c
419         (symbol_db_view_locals_recv_signals_from_engine):
420         * plugins/symbol-db/symbol-db-view.c
421         (symbol_db_view_recv_signals_from_engine):
422         greyed out trees while population is in place.
424 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
426         * data/default.profile:
427         Put the new run program plugin in the default plugin list
429         * plugins/run-program/execute.c:
430         Fix a crash when the program doesn't exist
432 2008-04-30  Johannes Schmid  <jhs@gnome.org>
434         * plugins/document-manager/anjuta-document-manager.ui:
435         * plugins/message-view/anjuta-message-manager.ui:
436         Put the menu items of the message-manager in the correct Goto menu
438 2008-04-30  Johannes Schmid  <jhs@gnome.org>
440         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
441         Allow markup in dialog description
442         
443         * plugins/file-loader/plugin.c (iloader_load):
444         #523186 – Open With dialog should mention filename
446 2008-04-30  Johannes Schmid  <jhs@gnome.org>
448         * libanjuta/anjuta-status.c (anjuta_status_set_title):
449         * plugins/document-manager/anjuta-docman.c
450         (anjuta_docman_update_page_label):
451         * plugins/document-manager/plugin.c (update_title),
452         (on_document_update_save_ui):
453         
454         #530033 – Have window title like gedit
455         Also add the dirty char (*) at the beginning of the filename to match HIG
457 2008-04-30  Johannes Schmid  <jhs@gnome.org>
459         * plugins/devhelp/anjuta-devhelp.ui:
460         * plugins/search/anjuta-search.ui:
461         * plugins/document-manager/anjuta-document-manager.ui:
462         * src/anjuta.ui:
463         Moved Goto menu into View to avoid cluttering the menubar and created
464         new Documents menu
466         * plugins/document-manager/action-callbacks.c (on_next_document),
467         (on_previous_document):
468         * plugins/document-manager/action-callbacks.h:
469         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
470         (anjuta_docman_update_documents_menu_status),
471         (anjuta_docman_update_documents_menu),
472         (on_notebook_page_reordered), (anjuta_docman_page_init),
473         (anjuta_docman_new), (on_notebook_switch_page),
474         (anjuta_docman_add_document), (anjuta_docman_remove_document):
475         * plugins/document-manager/plugin.c:
476         
477         Show open documents in the "Documents" menu and add actions for next/prev
478         document like in gedit. Don't center menu items of notebook popup menu.
479         (Fixes bugs #453702 and #529528)
481 2008-04-29  Johannes Schmid  <jhs@gnome.org>
483         Patch from Yuriy Penkin:
485         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
486         .glade:
487         * plugins/debug-manager/anjuta-debug-manager.glade:
488         * plugins/run-program/anjuta-run-program.glade:
489         * plugins/tools/anjuta-tools.glade:
490         530566 – Fix translation and POTFILES.in
492 2008-04-29  Johannes Schmid  <jhs@gnome.org>
494         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
495         Use current project folder as default and added a file filter for
496         the patch file chooser.
498 2008-04-28  Massimo Cora'  <maxcvs@email.it>
500         * plugins/symbol-db/symbol-db-view-search.c
501         (sdb_view_search_model_filter):
502         fixed search symbols to match "foo_symbol_%"
504 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
506         * configure.in,
507         po/POTFILES.in,
508         plugins/Makefile.am,
509         src/anjuta.ui,
510         (added) plugins/run-program/anjuta-run-program-48.png,
511         (added) plugins/run-program/anjuta-run-program.glade,
512         (added) plugins/run-program/anjuta-run-program.plugin.in,
513         (added) plugins/run-program/anjuta-run-program.ui,
514         (added) plugins/run-program/execute.c,
515         (added) plugins/run-program/execute.h,
516         (added) plugins/run-program/Makefile.am,
517         (added) plugins/run-program/parameters.c,
518         (added) plugins/run-program/parameters.h,
519         (added) plugins/run-program/plugin.c,
520         (added) plugins/run-program/plugin.h,
521         (added) plugins/run-program/utils.c,
522         (added) plugins/run-program/utils.h:
523         New run program plugin, includes a new dialog box to set
524         program arguments
526         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
527         plugins/debug-manager/anjuta-debug-manager.ui,
528         plugins/debug-manager/plugin.c,
529         plugins/debug-manager/start.c:
530         Update debugger plugin to use run program parameter dialog
532         * plugins/build-basic-autotools/build-basic-autotools.c,
533         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
534         Remove run program menu item
536         * libanjuta/interfaces/libanjuta.idl,
537         plugins/gdb/plugin.c,
538         plugins/gdb/debugger.c,
539         plugins/gdb/debugger.h,
540         plugins/debug-manager/command.c,
541         plugins/debug-manager/command.h:
542         Use a gchar * null terminated array instead of a GList for
543         passing environment variables
545 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
547         * plugins/terminal/terminal.c,
548         libanjuta/interfaces/libanjuta.idl:
549         Add a child-exited signal in the IAnjutaTerminal interface
550         Remove environment variables merging, it is already done
551         in vte
553 2008-04-28  Massimo Cora'  <maxcvs@email.it>
555         * plugins/symbol-db/plugin.c (isymbol_manager_search):
556         * plugins/symbol-db/symbol-db-engine.c
557         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
558         fixed partial pattern match accordingly with api.
560 2008-04-28  Johannes Schmid <jhs@gnome.org>
562         * plugins/symbol-db/plugin.c:
563   Hide progress bar when things are done.
565 2008-04-27  Massimo Cora'  <maxcvs@email.it>
567         * plugins/symbol-db/symbol-db-engine.c
568         (symbol_db_engine_find_symbol_by_name_pattern),
569         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
570         fixed typo on query.
571         
572 2008-04-26  Massimo Cora'  <maxcvs@email.it>
574         * plugins/document-manager/plugin.c (on_document_update_ui):
575         * plugins/symbol-db/symbol-db-engine-iterator-node.c
576         (symbol_db_engine_iterator_node_get_symbol_extra_string):
577         * plugins/symbol-db/symbol-db-engine.c
578         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
579         (sdb_engine_get_dyn_query_node_by_id),
580         (sdb_engine_dyn_child_query_node_destroy),
581         (sdb_engine_insert_dyn_query_node_by_id),
582         (sdb_engine_free_cached_queries),
583         (sdb_engine_free_cached_dynamic_queries),
584         (sdb_engine_get_tuple_id_by_unique_name),
585         (sdb_engine_get_tuple_id_by_unique_name2),
586         (sdb_engine_get_tuple_id_by_unique_name3),
587         (sdb_engine_populate_db_by_tags),
588         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
589         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
590         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
591         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
592         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
593         (sdb_engine_add_new_sym_implementation),
594         (sdb_engine_add_new_heritage),
595         (sdb_engine_add_new_scope_definition),
596         (sdb_engine_add_new_tmp_heritage_scope),
597         (sdb_engine_second_pass_update_scope_1),
598         (sdb_engine_second_pass_update_heritage),
599         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
600         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
601         (on_scan_update_files_symbols_end),
602         (symbol_db_engine_update_project_symbols),
603         (symbol_db_engine_get_full_local_path),
604         (symbol_db_engine_get_file_db_path),
605         (sdb_engine_walk_down_scope_path),
606         (symbol_db_engine_get_files_with_zero_symbols),
607         (sdb_engine_prepare_symbol_info_sql),
608         (symbol_db_engine_get_class_parents_by_symbol_id),
609         (symbol_db_engine_get_class_parents),
610         (symbol_db_engine_get_global_members_filtered),
611         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
612         (symbol_db_engine_get_scope_members_by_symbol_id),
613         (symbol_db_engine_get_scope_members),
614         (symbol_db_engine_get_current_scope),
615         (symbol_db_engine_get_file_symbols),
616         (symbol_db_engine_get_symbol_info_by_id),
617         (symbol_db_engine_find_symbol_by_name_pattern),
618         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
619         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
620         * plugins/symbol-db/symbol-db-engine.h:
621         * plugins/symbol-db/tables.sql:
622         new dynamic prepared queries architecture. Now every query used in the
623         engine has its own compiled query in libgda-sqlite provider. This for speed
624         improvements, code cleaning and auto-escaping of string parameters. 
625         Lookup of dynamic queries takes care of sym_info parameters and of 
626         parameters passed to functions. The compiled GdaStatements are stored in an 
627         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
628         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
630         * plugins/symbol-db/test/Makefile.am:
631         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
632         (main):
633         re-enabled test.
635 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
637         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
638         * po/POTFILES.in,
639         plugins/tools/tool.c:
640         Fix #529798: Mark additional strings for translation
642 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
644         * plugins/project-wizard/druid.c,
645         plugins/project-wizard/property.c,
646         plugins/project-wizard/property.h,
647         plugins/project-wizard/parser.c,
648         plugins/project-wizard/templates/mkfile.wiz,
649         plugins/project-wizard/templates/terminal.wiz,
650         plugins/project-wizard/templates/xlib-dock.wiz,
651         plugins/project-wizard/templates/wxwin.wiz,
652         plugins/project-wizard/templates/java.wiz,
653         plugins/project-wizard/templates/django.wiz,
654         plugins/project-wizard/templates/gnome.wiz,
655         plugins/project-wizard/templates/anjuta-plugin.wiz,
656         plugins/project-wizard/templates/gtkmm.wiz,
657         plugins/project-wizard/templates/python.wiz,
658         plugins/project-wizard/templates/cpp.wiz,
659         plugins/project-wizard/templates/sdl.wiz,
660         plugins/project-wizard/templates/gtk.wiz,
661         plugins/project-wizard/templates/minimal.wiz,
662         plugins/project-wizard/templates/xlib.wiz,
663         plugins/project-wizard/templates/gcj.wiz:
664         Add additional restriction on project name fix #529226
666 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
668         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
669         * plugins/tools/plugin.c:
670         Fix #529506: Uncorrect unloading tools plugin
672 2008-04-22  Johannes Schmid  <jhs@gnome.org>
674         * plugins/search/search-replace.c (search_and_replace),
675         (on_message_view_destroyed):
676         Don't spit out two many warnings when the message view is destroyed
677         
678         * plugins/search/search-replace_backend.c
679         (file_buffer_new_from_path):
680         Only use first 500 characters for validation
682 2008-04-21  Johannes Schmid  <jhs@gnome.org>
684         * plugins/search/plugin.c (find_incremental):
685         * plugins/search/search-replace.c (on_search_regex_toggled),
686         (on_search_button_next_clicked), (search_replace_find_usage):
687         * plugins/search/search-replace_backend.c (match_substr_free),
688         (file_buffer_new_from_path), (get_next_match),
689         (clear_search_replace_instance), (create_search_replace_instance):
690         * plugins/search/search-replace_backend.h:
691         
692         Use GRegex instead of pcre and convert files to utf-8 if necessary.
693         Rest of #440637
695 2008-04-21  Johannes Schmid  <jhs@gnome.org>
697         * plugins/document-manager/action-callbacks.c
698         (on_editor_command_paste_activate):
699         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
700   (there was an else missing...)
702 2008-04-17  Naba Kumar  <naba@naba-desktop>
704         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
705         * plugins/project-import/anjuta-project-import.plugin.in:
706         * plugins/project-wizard/anjuta-project-wizard.glade:
707         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
708         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
710 2008-04-20  Johannes Schmid  <jhs@gnome.org>
712         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
713         Fixed a condition where we kill our own process
715 2008-04-20  Johannes Schmid  <jhs@gnome.org>
717         * libanjuta/anjuta-session.h:
718         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
719         * plugins/symbol-db/plugin.c (value_added_current_editor),
720         (on_session_load), (symbol_db_activate):
721         * plugins/symbol-db/plugin.h:
722         * plugins/symbol-db/symbol-db-view.c
723         (sdb_view_build_and_display_base_tree):
724         Added new sessions states to avoid loading the local symbols before
725         the session is loaded (speeds up start-up).
726         
727         * plugins/document-manager/plugin.c
728         (update_document_ui_undo_items), (update_document_ui_save_items),
729         (on_document_update_ui):
730         * plugins/sourceview/sourceview.c (idocument_redo):
731         Fixed #528705 – There is no Redo
733 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
735         * libanjuta/interfaces/libanjuta.idl,
736         plugins/terminal/terminal.c,
737         plugins/build-basic-autotools/executer.c,
738         plugins/gdb/plugin.c:
739         Add an env parameter in the IAnjutaTerminal interface allowing
740         to specify additional environment variables
742         * libanjuta/anjuta-launcher.c:
743         Add one initialization
745 2008-04-16  Johannes Schmid  <jhs@gnome.org>
747         Patch from Ignacio Casal Quinteiro:
748         * plugins/file-loader/anjuta-recent-chooser-menu.c
749         (_gtk_recent_chooser_get_items),
750         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
751         (anjuta_recent_chooser_menu_populate):
752         Show 5 project and 15 file items in recent-chooser
754 2008-04-16  Johannes Schmid  <jhs@gnome.org>
756         * plugins/search/search-replace_backend.c (isawordchar),
757         (extra_match), (get_next_match):
758         
759         Make searching utf-8 aware. We still need to fix encodings for
760         search/replace in files as it is currently assumed they are utf-8 like
761         the editors.
763 2008-04-16  Johannes Schmid  <jhs@gnome.org>
764         
765         Patch from Ignacio Casal Quinteiro:
766         * plugins/file-loader/anjuta-recent-chooser-menu.c
767         (anjuta_recent_chooser_menu_insert_item),
768         (anjuta_recent_chooser_menu_populate):
769         * plugins/file-loader/plugin.c (activate_plugin):
770         Fix recent files in the toolbar
771         
772         * plugins/tools/plugin.c (ipreferences_merge):
773         Fixed some warnings
775 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
777         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
779 2008-04-13  Naba Kumar  <naba@naba-desktop>
781         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
782         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
783         Do not enable brace autocompletion by defualt because it annoying for
784         fast typist (i.e. it's easier to type ending brace than move carat)
785         and it's currently broken for scintilla.
787 2008-04-13  Naba Kumar  <naba@naba-desktop>
789         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
790         * src/about.c (on_about_plugin_activate): Removed dead code.
791         * src/main.c: Make smaller include.
793 2008-04-12  Naba Kumar  <naba@naba-desktop>
795         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
796         src/utilities.h: Removed dead files.
797         * src/widget-registry.c, src/widget-registry.h: Removed more dead
798         files.
800 2008-04-12  Naba Kumar  <naba@naba-desktop>
802         * src/action-callbacks.c: Removed unneeded gnome.h include.
803         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
805 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
807         Reviewed by Naba Kumar  <naba@gnome.org>:
808         * libanjuta/anjuta-utils.{ch}:
809         Added anjuta_utils_get_user_config_dir. This func is used
810         to get the user config directory.
811         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
813 2008-04-12  Johannes Schmid  <jhs@gnome.org>
815         * plugins/search/Makefile.am:
816         * plugins/search/anjuta-search.glade:
817         * plugins/search/anjuta-search.ui:
818         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
819         (on_find_and_replace1_activate), (on_find_in_files1_activate),
820         (on_findnext1_activate), (on_findprevious1_activate),
821         (on_prev_occur), (on_next_occur), (activate_plugin),
822         (deactivate_plugin), (dispose), (finalize),
823         (search_plugin_class_init):
824         * plugins/search/plugin.h:
825         * plugins/search/search-replace.c (search_and_replace_init),
826         (search_and_replace), (write_message_pane), (on_message_clicked),
827         (save_not_opened_files), (replace_in_not_opened_files),
828         (search_replace_next_previous), (search_replace_next),
829         (search_replace_previous), (sr_get_gladewidget),
830         (search_set_popdown_strings), (search_set_popdown_map),
831         (search_select_item), (search_set_combo), (search_set_action),
832         (search_set_target), (search_set_direction),
833         (search_get_item_combo), (search_get_item_combo_name),
834         (search_direction_changed), (populate_value), (reset_flags),
835         (reset_flags_and_search_button), (search_start_over),
836         (search_end_alert), (max_results_alert), (nb_results_alert),
837         (search_show_replace), (modify_label_image_button),
838         (search_replace_populate), (show_jump_button),
839         (translate_dialog_strings), (create_dialog), (show_dialog),
840         (word_in_list), (list_max_items), (search_update_combos),
841         (replace_update_combos), (search_update_dialog),
842         (on_search_replace_delete_event),
843         (on_search_dialog_key_press_event),
844         (search_disconnect_set_toggle_connect),
845         (on_search_match_whole_word_toggled),
846         (on_search_match_whole_line_toggled),
847         (on_search_match_word_start_toggled), (on_search_regex_toggled),
848         (search_set_toggle_direction), (on_search_direction_changed),
849         (on_search_action_changed), (on_search_target_changed),
850         (on_search_expression_changed), (on_actions_no_limit_clicked),
851         (on_search_button_close_clicked), (on_search_button_stop_clicked),
852         (on_search_button_next_clicked), (search_replace_find_usage),
853         (on_search_button_jump_clicked), (on_search_expression_activate),
854         (on_search_full_buffer_toggled), (on_search_forward_toggled),
855         (on_search_backward_toggled), (on_setting_basic_search_toggled),
856         (basic_search_toggled), (anjuta_search_replace_activate):
857         * plugins/search/search-replace.h:
858         * plugins/search/search-replace_backend.c (pcre_info_free),
859         (pcre_info_new), (match_substr_free), (match_info_free),
860         (file_buffer_free), (file_buffer_new_from_te),
861         (file_buffer_new_from_path), (file_buffer_line_from_pos),
862         (file_match_line_from_pos), (create_search_files_list),
863         (get_project_file_list), (isawordchar), (extra_match),
864         (get_next_match), (create_search_entries), (regex_backref),
865         (clear_search_replace_instance), (clear_pcre),
866         (create_search_replace_instance):
867         * plugins/search/search-replace_backend.h:
868         Restored old search plugin - was a bad idea to merge this patch. Sorry!
870 2008-04-12  Johannes Schmid  <jhs@gnome.org>
872         * libanjuta/Makefile.am:
873         * libanjuta/libanjuta.h:
874         * plugins/document-manager/anjuta-document-manager.glade:
875         * plugins/document-manager/plugin.c:
876         * plugins/editor/text_editor.c (text_editor_finalize),
877         (convert_to_utf8), (load_from_file), (save_to_file):
878         * plugins/editor/text_editor.h:
879         * plugins/sourceview/Makefile.am:
880         * plugins/sourceview/anjuta-convert.c:
881         * plugins/sourceview/anjuta-convert.h:
882         * plugins/sourceview/anjuta-document-loader.c:
883         * plugins/sourceview/anjuta-document-saver.c:
884         * plugins/sourceview/anjuta-document.c:
885         * plugins/sourceview/anjuta-encodings.c:
886         * plugins/sourceview/anjuta-encodings.h:
887         * plugins/sourceview/anjuta-utils.c:
888         * plugins/sourceview/anjuta-utils.h:
889         * plugins/sourceview/anjuta-view.c:
890         * plugins/sourceview/sourceview.c:
891         
892         Move the encoding conversion infrastrcute to libanjuta and update all
893         users. Test all available encodings by default in scintilla editor
894         like sourceview is doing and removed encoding preferences
896         * plugins/search/search-replace_backend.c
897         (file_buffer_new_from_uri):
898         Fixed crasher
900 2008-04-11  Johannes Schmid  <jhs@gnome.org>
902         * plugins/search/anjuta-search.glade:
903         Various small improvements to the dialog
905 2008-04-11  Johannes Schmid  <jhs@gnome.org>
907         Patch from Ignacio Casal Quinteiro:
908         * plugins/file-loader/Makefile.am:
909         * plugins/file-loader/anjuta-recent-chooser-menu.c
910         (gtk_recent_chooser_iface_init),
911         (_anjuta_recent_chooser_install_properties),
912         (sort_recent_items_mru), (get_is_recent_filtered),
913         (_gtk_recent_chooser_get_items),
914         (anjuta_recent_chooser_menu_class_init),
915         (anjuta_recent_chooser_menu_init),
916         (anjuta_recent_chooser_menu_finalize),
917         (anjuta_recent_chooser_menu_dispose),
918         (anjuta_recent_chooser_menu_constructor),
919         (anjuta_recent_chooser_menu_set_property),
920         (anjuta_recent_chooser_menu_get_property),
921         (anjuta_recent_chooser_menu_set_current_uri),
922         (anjuta_recent_chooser_menu_get_current_uri),
923         (anjuta_recent_chooser_menu_select_uri),
924         (anjuta_recent_chooser_menu_unselect_uri),
925         (anjuta_recent_chooser_menu_select_all),
926         (anjuta_recent_chooser_menu_unselect_all),
927         (anjuta_recent_chooser_menu_set_sort_func),
928         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
929         (anjuta_recent_chooser_menu_get_recent_manager),
930         (anjuta_recent_chooser_menu_add_filter),
931         (anjuta_recent_chooser_menu_remove_filter),
932         (anjuta_recent_chooser_menu_list_filters),
933         (anjuta_recent_chooser_menu_set_current_filter),
934         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
935         (anjuta_recent_chooser_menu_create_item),
936         (anjuta_recent_chooser_menu_insert_item),
937         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
938         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
939         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
940         (get_icon_size_for_widget), (foreach_set_shot_tips),
941         (anjuta_recent_chooser_menu_set_show_tips),
942         (anjuta_recent_chooser_menu_new),
943         (anjuta_recent_chooser_menu_new_for_manager):
944         * plugins/file-loader/anjuta-recent-chooser-menu.h:
945         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
946         (activate_plugin), (dispose):
947         
948         Add separator to recent menu (#526932)
950         * plugins/search/Makefile.am:
951         * plugins/search/anjuta-search.glade:
952         * plugins/search/anjuta-search.ui:
953         * plugins/search/plugin.c (on_find1_activate),
954         (on_find_and_replace1_activate), (on_find_in_files1_activate),
955         (on_findnext1_activate), (on_findprevious1_activate),
956         (on_search_again_activate), (on_find_usage), (activate_plugin),
957         (deactivate_plugin), (dispose), (search_plugin_class_init):
958         * plugins/search/plugin.h:
959         * plugins/search/search-replace.c (anj_sr_execute),
960         (anj_sr_write_match_message), (on_message_clicked),
961         (anj_sr_set_search_string), (anj_sr_select_nearest),
962         (anj_sr_select_next), (anj_sr_select_previous),
963         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
964         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
965         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
966         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
967         (anj_sr_set_target), (anj_sr_set_direction),
968         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
969         (anj_sr_get_combo_id_active_value),
970         (anj_sr_conform_direction_change), (anj_sr_populate_value),
971         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
972         (anj_sr_end_alert), (anj_sr_max_results_alert),
973         (anj_sr_total_results_alert), (anj_sr_show_replace),
974         (anj_sr_modify_button), (anj_sr_populate_data),
975         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
976         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
977         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
978         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
979         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
980         (anj_sr_find_in_list), (anj_sr_trim_list),
981         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
982         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
983         (on_search_dialog_delete_event), (on_search_dialog_key_press),
984         (anj_sr_disconnect_set_toggle_connect),
985         (on_search_match_whole_word_toggled),
986         (on_search_match_whole_line_toggled),
987         (on_search_match_word_start_toggled), (on_search_regex_toggled),
988         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
989         (on_search_direction_changed), (on_search_action_changed),
990         (on_search_target_changed), (on_search_expression_changed),
991         (on_search_button_close_clicked), (on_search_button_stop_clicked),
992         (on_search_button_start_clicked),
993         (on_search_button_replace_clicked),
994         (on_search_expression_activate):
995         * plugins/search/search-replace.h:
996         * plugins/search/search-replace_backend.c (regex_backref),
997         (pcre_info_free), (pcre_info_new), (match_substr_free),
998         (match_info_free_subs), (editor_new_from_file_buffer),
999         (file_buffer_new_from_te), (file_buffer_new_from_uri),
1000         (file_buffer_free), (file_buffer_get_byte_offset),
1001         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
1002         (file_buffer_find_lines), (file_buffer_freshen_lines),
1003         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
1004         (file_buffer_get_linetext_for_line), (save_file_buffer),
1005         (replace_in_local_buffer), (get_search_files_list),
1006         (get_project_files_list), (isawordchar), (extra_match),
1007         (get_next_match), (create_search_entries), (clear_search_entries),
1008         (search_get_default_data), (search_replace_data_new),
1009         (clear_search_replace_instance), (search_replace_data_destroy),
1010         (search_replace_init):
1011         * plugins/search/search-replace_backend.h:
1012         * plugins/search/search_preferences.c (removed):
1013         * plugins/search/search_preferences.h (removed):
1014         
1015         Merged the UI changes from bug #511688 and simplified the search dialog
1017 2008-04-10  Johannes Schmid <jhs@gnome.org>
1019         * plugins/symbol-db/symbol-db-engine.c:
1020         * plugin.c:
1021         Check for ctags binary (#516123)
1023 2008-04-09  Massimo Cora'  <maxcvs@email.it>
1025         * plugins/symbol-db/symbol-db-engine.c
1026         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1027         (sdb_engine_get_query_parameters_list),
1028         (sdb_engine_free_cached_queries),
1029         (sdb_engine_get_tuple_id_by_unique_name),
1030         (sdb_engine_get_tuple_id_by_unique_name2),
1031         (sdb_engine_get_tuple_id_by_unique_name3),
1032         (symbol_db_engine_add_new_workspace),
1033         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1034         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
1035         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1036         (sdb_engine_add_new_sym_implementation),
1037         (sdb_engine_add_new_heritage),
1038         (sdb_engine_add_new_scope_definition),
1039         (sdb_engine_add_new_tmp_heritage_scope),
1040         (sdb_engine_second_pass_update_scope_1),
1041         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
1042         (on_scan_update_files_symbols_end),
1043         (symbol_db_engine_update_project_symbols):
1044         GdaSet *plist is now used globally for every prepared statement.
1045         It won't be created/unreffed at every query.
1047 2008-04-09  Johannes Schmid  <jhs@gnome.org>
1049         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
1050         Fixed crasher when deactivating symbol-db plugin
1052 2008-04-08  Johannes Schmid  <jhs@gnome.org>
1054         * plugins/symbol-db/symbol-db-engine.c
1055         (sdb_engine_populate_db_by_tags):
1056         Don't use transactions - uses only half of the time now!
1058 2008-04-08  Massimo Cora'  <maxcvs@email.it>
1060         * plugins/symbol-db/symbol-db-engine.c
1061         (sdb_engine_prepare_symbol_info_sql),
1062         (symbol_db_engine_get_global_members_filtered):
1063         * plugins/symbol-db/symbol-db-view.c
1064         (sdb_view_load_symbol_pixbufs),
1065         (sdb_view_build_and_display_base_tree):
1066         fixed global tab icons. Libgda could not understood the right fields, now it
1067         does.
1069 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1071         * plugins/language-support-cpp-java/cpp-java-assist.c
1072         (completion_compare), (create_completion),
1073         (cpp_java_assist_create_word_completion_cache):
1074         
1075         Only show () for functions/methods and macros with arguments. Does not work
1076         with symbol-db yet but fixes things for symbol-browser
1078 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1080         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1081         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1082         (sdb_engine_add_new_sym_implementation):
1083         
1084         Fixed some issues with caching
1086 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1088         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
1089         (on_importing_project_end), (project_root_added),
1090         (symbol_db_activate), (symbol_db_deactivate):
1091         * plugins/symbol-db/plugin.h:
1092         
1093         Give the symbol-db it's own progress bar because there are too many
1094         interactions with the global status bar.
1096 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1098         * plugins/symbol-db/symbol-db-view-locals.c
1099         (sdb_view_locals_create_new_store):
1100         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
1101         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
1102         (symbol_db_view_open):
1103         
1104         Sort symbol trees
1106 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1108         * plugins/sourceview/sourceview.c (idocument_cut),
1109         (idocument_copy), (idocument_paste):
1110         Block insert-text signal on cut/copy/paste
1112 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1114         * plugins/symbol-db/plugin.c (on_char_added),
1115         (on_single_file_scan_end):
1116         Only update buffer when a newline is inserted
1117         
1118         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
1119         (sdb_engine_get_tuple_id_by_unique_name),
1120         (sdb_engine_get_tuple_id_by_unique_name2),
1121         (sdb_engine_get_tuple_id_by_unique_name3),
1122         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
1123         (sdb_engine_finalize), (symbol_db_engine_db_exists),
1124         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1125         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
1126         Precompute file_defined_id to speed up population
1128 2008-04-06  Johannes Schmid  <jhs@gnome.org>
1130         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1131         (anjuta_launcher_set_encoding):
1132         Fixed some problems with binary streams needed by symbol-db
1133         
1134         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
1135         Removed DEBUG_PRINT
1136         
1137         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1138         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
1139         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
1140         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1141         (sdb_engine_add_new_sym_implementation),
1142         (on_scan_update_files_symbols_end):
1143         Use some caching to speed up population
1144         
1145         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
1146         Exit properly when scanning is over
1148 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1150         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1151         One additional change missed in the previous commit
1153 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1155         * plugins/project-wizard/templates/gtkmm.wiz,
1156         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
1157         plugins/project-wizard/templates/gtkmm/src/main.cc,
1158         plugins/project-wizard/templates/django.wiz,
1159         plugins/project-wizard/templates/python.wiz,
1160         plugins/project-wizard/templates/python/configure.ac.tpl,
1161         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
1162         plugins/project-wizard/templates/cpp.wiz,
1163         plugins/project-wizard/templates/cpp/configure.ac.tpl,
1164         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
1165         plugins/project-wizard/templates/sdl.wiz,
1166         plugins/project-wizard/templates/sdl/configure.ac.tpl,
1167         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
1168         plugins/project-wizard/templates/terminal.wiz,
1169         plugins/project-wizard/templates/terminal/configure.ac.tpl,
1170         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
1171         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
1172         plugins/project-wizard/templates/gtk.wiz,
1173         plugins/project-wizard/templates/gtk/src/main.c,
1174         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
1175         plugins/project-wizard/templates/minimal.wiz,
1176         plugins/project-wizard/templates/minimal/configure.ac.tpl,
1177         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
1178         plugins/project-wizard/templates/java.wiz,
1179         plugins/project-wizard/templates/java/configure.ac.tpl,
1180         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
1181         plugins/project-wizard/templates/xlib.wiz,
1182         plugins/project-wizard/templates/xlib/configure.ac.tpl,
1183         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
1184         plugins/project-wizard/templates/gcj.wiz,
1185         plugins/project-wizard/templates/gcj/configure.ac.tpl,
1186         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
1187         plugins/project-wizard/templates/xlib-dock.wiz,
1188         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
1189         plugins/project-wizard/templates/wxwin.wiz,
1190         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
1191         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
1192         plugins/project-wizard/templates/gnome.wiz,
1193         plugins/project-wizard/templates/gnome/src/main.c,
1194         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
1195         plugins/project-wizard/templates/anjuta-plugin.wiz,
1196         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
1197         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
1198         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
1199         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
1200         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
1201         Fix bug #525999: Remove space in file and target names generated
1202         by project wizard
1203         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1204         has been renamed ianjuta_document_manager_get_current_document
1206 2008-04-06  Naba Kumar  <naba@naba-desktop>
1208         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
1209         * libanjuta/anjuta-utils.h:
1210         * plugins/project-wizard/druid.c (check_and_warn_missing),
1211         (on_druid_next):
1212         * plugins/project-wizard/header.c (npw_header_free),
1213         (npw_header_add_required_program),
1214         (npw_header_add_required_package),
1215         (npw_header_check_required_programs), (package_is_installed),
1216         (npw_header_check_required_packages):
1217         * plugins/project-wizard/header.h:
1218         * plugins/project-wizard/parser.c (parse_tag),
1219         (parse_header_start), (parse_header_text):
1220         * plugins/project-wizard/templates/anjuta-plugin.wiz:
1221         * plugins/project-wizard/templates/cpp.wiz:
1222         * plugins/project-wizard/templates/django.wiz:
1223         * plugins/project-wizard/templates/gcj.wiz:
1224         * plugins/project-wizard/templates/gnome.wiz:
1225         * plugins/project-wizard/templates/gtk.wiz:
1226         * plugins/project-wizard/templates/gtkmm.wiz:
1227         * plugins/project-wizard/templates/java.wiz:
1228         * plugins/project-wizard/templates/minimal.wiz:
1229         * plugins/project-wizard/templates/mkfile.wiz:
1230         * plugins/project-wizard/templates/python.wiz:
1231         * plugins/project-wizard/templates/sdl.wiz:
1232         * plugins/project-wizard/templates/terminal.wiz:
1233         * plugins/project-wizard/templates/wxwin.wiz:
1234         * plugins/project-wizard/templates/xlib-dock.wiz:
1235         * plugins/project-wizard/templates/xlib.wiz:
1237         Added a check for vital programs and packages needed to create a
1238         new project. A warning dialog is shown to user in project
1239         wizard when he proceeds after selecting a project type.
1240         Updated all project templates to cover vital programs and
1241         packages to generate and build correctly.
1242         
1243 2008-04-05  Naba Kumar  <naba@gnome.org>
1245         patch from  surenspost@gmail.com:
1246         * src/about.c: Fixed bug #523068 link in about window doesn't work.
1248 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1250         * plugins/sourceview/anjuta-view.c:
1251         * plugins/sourceview/anjuta-view.h:
1252         * plugins/sourceview/sourceview-prefs.c (init_fonts),
1253         (sourceview_prefs_init):
1254         Removed unused color management code
1255         
1256         * plugins/sourceview/anjuta-editor-sourceview.glade:
1257         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1258         (create_style_model), (on_style_changed), (ipreferences_merge),
1259         (ipreferences_unmerge):
1260         * plugins/sourceview/plugin.h:
1261         
1262         Added style chooser for sourceview editor (#522555)
1264 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1266         * plugins/document-manager/action-callbacks.c:
1267         * plugins/document-manager/anjuta-document-manager.ui:
1268         * plugins/document-manager/plugin.c (ui_give_shorter_names),
1269         (update_document_ui_disable_all):
1270         * plugins/file-loader/anjuta-loader-plugin.ui:
1271         * plugins/file-loader/plugin.c (on_new_activate),
1272         (activate_plugin):
1273         
1274         Moved "New" action from document-manager to file-loader using 
1275         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1277 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1279         * Makefile.am:
1280         * configure.in:
1281         * libegg/.cvsignore:
1282         * libegg/Makefile.am:
1283         * libegg/egg-cell-renderer-text.c:
1284         * libegg/egg-combo-action.c:
1285         * libegg/egg-entry-action.c:
1286         * libegg/egg-recent-action.c:
1287         * libegg/egg-recent-files-module.c:
1288         * libegg/egg-recent-item.c:
1289         * libegg/egg-recent-model.c:
1290         * libegg/egg-recent-util.c:
1291         * libegg/egg-recent-view-gtk.c:
1292         * libegg/egg-recent-view.c:
1293         * libegg/egg-submenu-action.c:
1294         * libegg/eggcellrendererpopup.c:
1295         * libegg/eggcomboselect.c:
1296         * libegg/eggmarshalers.list:
1297         * libegg/eggtreemodelfilter.c:
1298         * libegg/eggtreemodelunion.c:
1299         * libegg/eggtreemultidnd.c:
1300         * libegg/gtkcellview.h:
1301         * libegg/layout.glade:
1302         * libegg/menu/.cvsignore:
1303         * libegg/menu/Makefile.am:
1304         * libegg/menu/egg-combo-action.h:
1305         * libegg/menu/egg-entry-action.h:
1306         * libegg/menu/egg-recent-action.h:
1307         * libegg/menu/egg-submenu-action.h:
1308         * libegg/menu/eggcomboselect.h:
1309         * libegg/recent-files/.cvsignore:
1310         * libegg/recent-files/Makefile.am:
1311         * libegg/recent-files/egg-recent-item.h:
1312         * libegg/recent-files/egg-recent-model.h:
1313         * libegg/recent-files/egg-recent-util.h:
1314         * libegg/recent-files/egg-recent-view-gtk.h:
1315         * libegg/recent-files/egg-recent-view.h:
1316         * libegg/recent-files/egg-recent.h:
1317         * libegg/test-actions.c:
1318         * libegg/test-multi-drag.c:
1319         * libegg/test-union.c:
1320         * libegg/treeviewutils/.cvsignore:
1321         * libegg/treeviewutils/Makefile.am:
1322         * libegg/treeviewutils/egg-cell-renderer-text.h:
1323         * libegg/treeviewutils/eggcellrendererpopup.h:
1324         * libegg/treeviewutils/eggtreemodelfilter.h:
1325         * libegg/treeviewutils/eggtreemodelunion.h:
1326         * libegg/treeviewutils/eggtreemultidnd.h:
1327         * libegg/util/.cvsignore:
1328         * libegg/util/Makefile.am:
1329         * libegg/util/egg-macros.h:
1330         * libegg/util/eggintl.h:
1331         
1332         Killed libegg (#349279)
1333         
1334         * plugins/document-manager/Makefile.am:
1335         * plugins/document-manager/action-callbacks.c:
1336         * plugins/document-manager/plugin.c:
1337         * plugins/editor/plugin.c:
1338         (on_open_recent_file), (sort_recent_menu),
1339         (setup_recent_chooser_menu), (activate_plugin), (dispose),
1340         (anjuta_file_loader_plugin_instance_init):
1341         * plugins/file-loader/plugin.h:
1342         * plugins/search/Makefile.am:
1343         * plugins/search/plugin.c:
1344         * plugins/search/search-replace.c:
1345         
1346         Removed dead code and libegg from Makefiles
1347         
1348         * plugins/symbol-browser/Makefile.am:
1349         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1350         * plugins/symbol-browser/plugin.c (on_editor_saved),
1351         (update_editor_symbol_model), (iter_matches),
1352         (value_removed_current_editor), (activate_plugin):
1353         Removed symbol-browser toolbar which used libegg and was
1354         buggy (#451588)
1355         
1356         Patch from Ignacio Casal Quinteiro with lots of changes:
1357         * plugins/file-loader/Makefile.am:
1358         * plugins/file-loader/anjuta-loader-plugin.ui:
1359         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1360         Port FileLoader to GtkRecent (#398984)
1362 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1364         * configure.in:
1365         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1366         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1367         * libanjuta/interfaces/libanjuta.idl:
1368         * plugins/Makefile.am:
1369         * plugins/class-inheritance/class-inherit.c
1370         (class_inheritance_show_dynamic_class_popup_menu),
1371         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1372         (class_inheritance_update_graph):
1373         * plugins/language-support-cpp-java/cpp-java-assist.c
1374         (create_completion),
1375         (cpp_java_assist_create_scope_completion_cache),
1376         (cpp_java_assist_create_word_completion_cache),
1377         (cpp_java_assist_show_calltip):
1378         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1379         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1380         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1381         (isymbol_get_extra_info_string), (isymbol_get_line),
1382         (isymbol_get_icon), (isymbol_iface_init):
1383         * plugins/symbol-browser/an_symbol.h:
1384         * plugins/symbol-browser/an_symbol_view.c
1385         (anjuta_symbol_view_get_file_symbol_model):
1386         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1387         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1388         (isymbol_manager_iface_init):
1389         * plugins/symbol-db/Makefile.am:
1390         * plugins/symbol-db/anjuta-symbol-db.glade:
1391         * plugins/symbol-db/plugin.c
1392         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1393         (value_added_current_editor), (goto_local_tree_iter),
1394         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1395         (on_global_treeview_row_collapsed), (on_project_element_added),
1396         (on_project_element_removed), (on_importing_project_end),
1397         (do_import_sources_after_abort), (do_import_sources),
1398         (project_root_added), (project_root_removed), (symbol_db_activate),
1399         (symbol_db_deactivate), (isymbol_manager_search),
1400         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1401         (isymbol_manager_iface_init), (ipreferences_merge),
1402         (ipreferences_unmerge), (ipreferences_iface_init):
1403         * plugins/symbol-db/plugin.h:
1404         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1405         (symbol_db_engine_iterator_node_new),
1406         (sdb_engine_iterator_node_instance_init),
1407         (sdb_engine_iterator_node_finalize),
1408         (symbol_db_engine_iterator_node_get_symbol_id),
1409         (symbol_db_engine_iterator_node_get_symbol_name),
1410         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1411         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1412         (symbol_db_engine_iterator_node_get_symbol_signature),
1413         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1414         (isymbol_get_name), (isymbol_get_args),
1415         (isymbol_get_extra_info_string), (isymbol_get_uri),
1416         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1417         (isymbol_iface_init):
1418         * plugins/symbol-db/symbol-db-engine-iterator.c
1419         (symbol_db_engine_iterator_new):
1420         * plugins/symbol-db/symbol-db-engine.c
1421         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1422         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1423         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1424         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1425         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1426         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1427         (sdb_engine_init), (sdb_engine_finalize),
1428         (sdb_engine_set_defaults_db_parameters),
1429         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1430         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1431         (sdb_engine_get_tuple_id_by_unique_name),
1432         (sdb_engine_get_tuple_id_by_unique_name2),
1433         (sdb_engine_get_tuple_id_by_unique_name3),
1434         (symbol_db_engine_add_new_workspace),
1435         (symbol_db_engine_project_exists),
1436         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1437         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1438         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1439         (sdb_engine_add_new_sym_access),
1440         (sdb_engine_add_new_sym_implementation),
1441         (sdb_engine_add_new_heritage),
1442         (sdb_engine_add_new_scope_definition),
1443         (sdb_engine_add_new_tmp_heritage_scope),
1444         (sdb_engine_second_pass_update_scope_1),
1445         (sdb_engine_second_pass_update_heritage),
1446         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1447         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1448         (on_scan_update_files_symbols_end),
1449         (symbol_db_engine_fill_type_array),
1450         (symbol_db_engine_update_files_symbols),
1451         (symbol_db_engine_update_project_symbols),
1452         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1453         (symbol_db_engine_update_buffer_symbols),
1454         (symbol_db_engine_get_files_with_zero_symbols),
1455         (sdb_engine_prepare_symbol_info_sql),
1456         (symbol_db_engine_get_class_parents_by_symbol_id),
1457         (symbol_db_engine_get_class_parents),
1458         (symbol_db_engine_get_global_members_filtered),
1459         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1460         (symbol_db_engine_get_scope_members_by_symbol_id),
1461         (symbol_db_engine_get_scope_members),
1462         (symbol_db_engine_get_file_symbols),
1463         (symbol_db_engine_get_symbol_info_by_id),
1464         (symbol_db_engine_get_full_local_path),
1465         (symbol_db_engine_get_file_db_path),
1466         (symbol_db_engine_find_symbol_by_name_pattern),
1467         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1468         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1469         * plugins/symbol-db/symbol-db-engine.h:
1470         * plugins/symbol-db/symbol-db-prefs.c
1471         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1472         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1473         (on_listall_output), (on_listall_exit), (files_visit_dir),
1474         (on_tag_load_toggled), (symbol_db_prefs_init),
1475         (symbol_db_prefs_finalize):
1476         * plugins/symbol-db/symbol-db-prefs.h:
1477         * plugins/symbol-db/symbol-db-view-locals.c
1478         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1479         (do_add_root_symbol_to_view),
1480         (consume_symbols_inserted_queue_idle_destroy),
1481         (consume_symbols_inserted_queue_idle), (on_scan_end),
1482         (do_recurse_subtree_and_remove), (on_symbol_removed),
1483         (on_symbol_inserted),
1484         (symbol_db_view_locals_recv_signals_from_engine),
1485         (symbol_db_view_locals_update_list):
1486         * plugins/symbol-db/symbol-db-view.c
1487         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1488         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1489         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1490         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1491         (sdb_view_build_and_display_base_tree):
1492         * plugins/symbol-db/symbol-db.glade:
1493         * plugins/symbol-db/symbol-db.ui:
1494         * plugins/symbol-db/tables.sql:
1495         * plugins/symbol-db/test/Makefile.am:
1496         * plugins/symbol-db/test/main.c (get_parents), (main),
1497         (packages_foreach), (files_visit_dir):
1498         
1499         Merged changes from symbol-db branch
1501 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1503         * plugins/sourceview/sourceview.c (autodetect_language):
1504         Use gnome_vfs_get_slow_mime_type()
1506 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1508         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1509         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1510         (open_with_dialog):
1511         
1512         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1513         supertype instead no plugin for mime-type was found (#525706)
1515 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1517         patch by: Carl-Anton Ingmarsson:
1518         * src/anjuta.glade:
1519         Fixed padding in preferences
1521 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1523         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1525         * plugins/tools/anjuta-tools.glade:
1526         * plugins/tools/anjuta-tools.ui:
1527         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1528           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1529           atp_tool_dialog_refresh, atp_tool_dialog_show):
1530         * plugins/tools/dialog.h (dialog, plugin):
1531         * plugins/tools/plugin.c (prefs, gxml, action_group,
1532           atp_plugin_finalize, test, atp_plugin_activate,
1533           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1534           ipreferences_unmerge, ipreferences_iface_init):
1535         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1536           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1537           atp_user_tool_activate, atp_tool_list_append_new,
1538           atp_tool_list_activate, atp_tool_list_deactivate):
1539         * plugins/tools/tool.h (plugin):
1540         
1541         #515854 – Move configuration into preferences
1543 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1545         patch by: Carl-Anton Ingmarsson:
1546         * src/anjuta-app.c (style, on_toolbar_style_changed,
1547           on_add_merge_widget, anjuta_app_instance_init):
1548         * src/anjuta.glade:
1549         
1550         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1552 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1554         * plugins/debug-manager/anjuta-debug-manager.glade,
1555         plugins/debug-manager/command.c,
1556         plugins/debug-manager/command.h,
1557         plugins/debug-manager/start.c,
1558         plugins/gdb/plugin.c,
1559         plugins/gdb/debugger.c,
1560         plugins/gdb/debugger.h,
1561         libanjuta/interfaces/libanjuta.idl:
1562         Improve start program dialog, allowing to specify working
1563         directory and environment variables
1565 2008-03-26  Naba Kumar  <naba@gnome.org>
1567         * libanjuta/resources.c (anjuta_res_url_show): Use
1568         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1569         fixed formatting.
1571         Patch from Carl-Anton Ingmarsson:
1573         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1574         * libanjuta/anjuta-utils.h:
1575         * src/action-callbacks.c (help_activate),
1576         (on_help_manual_activate), (on_help_tutorial_activate),
1577         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1578         * libanjuta/Makefile.am:
1579         Get rid of gnome_help_display_with_doc_id()
1581 2008-03-26  Naba Kumar  <naba@gnome.org>
1583         Patch from Carl-Anton Ingmarsson:
1585         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1586         * plugins/project-import/project-import.c (on_import_cancel): Remove
1587         stray GnomeDruid variable.
1589 2008-03-26  Naba Kumar  <naba@gnome.org>
1591         * plugins/project-import/project-import.c (create_start_page):
1592         * plugins/project-wizard/druid.c (npw_druid_new):
1593         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1594         
1595         Fixed type 'assistent' to 'assistant'.
1597 2008-03-25  Naba Kumar  <naba@gnome.org>
1599         Patch from Carl-Anton Ingmarsson:
1601         * libanjuta/Makefile.am:
1602         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1603         (visibility_toggled), (accel_edited_callback),
1604         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1605         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1606         (anjuta_ui_get_accel_editor):
1607         * libegg/Makefile.am:
1608         * libegg/eggaccelerators.c (removed):
1609         * libegg/eggcellrendererkeys.c (removed):
1610         * libegg/eggtreeviewstate.c (removed):
1611         * libegg/test-tree-utils.c (removed):
1612         * libegg/treeviewutils/Makefile.am:
1613         * libegg/treeviewutils/eggaccelerators.h (removed):
1614         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1615         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1617         Ports anjuta-ui to gtk_cell_renderer_accel
1618         
1619 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1621         Reviewed by Naba Kumar  <naba@gnome.org>
1623         * plugins/project-import/Makefile.am:
1624         * plugins/project-import/project-import.{ch}:
1625         * plugins/project-import/anjuta-project-import.glade (removed):
1626         * configure.in, po/POTFILES.in:
1628         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1629         file because libglade doesn't have GtkAssistant support.
1631 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1633         * plugins/debug-manager/registers.c:
1634         Avoid a crash when debugger stop on an error
1636         * plugins/debug-manager/start.c,
1637         plugins/gdb/debugger.c,
1638         libanjuta/interfaces/libanjuta.idl:
1639         Display an error message when debugger target is not found
1641 2008-03-15  Naba Kumar  <naba@naba-desktop>
1643         * configure.in:
1644         * data/Makefile.am:
1645         * (removed) data/properties:
1646         * (added) plugins/editor/properties:
1647         * plugins/editor/Makefile.am:
1649         Moved data/properties to plugins/editor/ and removed dead code from
1650         Makefile.am files.
1651         
1652 2008-03-15  Naba Kumar  <naba@naba-desktop>
1654         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1655         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1656         (macro_dialog_finalize):
1657         * plugins/macro/macro-edit.c (macro_edit_dispose),
1658         (macro_edit_finalize):
1660         Fixed errors in previous patch.
1661         
1662 2008-03-15  Naba Kumar  <naba@naba-desktop>
1664         Patch from Ignacio Casal Quinteiro:
1666         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1667         (finalize):
1668         * plugins/class-gen/plugin.c (dispose), (finalize):
1669         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1670         (class_inheritance_dispose):
1671         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1672         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1673         (dma_plugin_finalize):
1674         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1675         (dma_debugger_queue_finalize):
1676         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1677         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1678         (anjuta_docman_finalize):
1679         * plugins/document-manager/plugin.c:
1680         * plugins/editor/plugin.c (dispose), (finalize),
1681         (editor_plugin_class_init):
1682         * plugins/editor/text_editor.c (text_editor_dispose),
1683         (text_editor_finalize):
1684         * plugins/file-loader/plugin.c (dispose), (finalize),
1685         (anjuta_file_loader_plugin_class_init):
1686         * plugins/file-manager/plugin.c (file_manager_finalize),
1687         (file_manager_dispose):
1688         * plugins/file-wizard/plugin.c (dispose), (finalize),
1689         (file_wizard_plugin_class_init):
1690         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1691         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1692         * plugins/glade/plugin.c (glade_plugin_dispose),
1693         (glade_plugin_finalize), (glade_plugin_class_init):
1694         * plugins/gtodo/plugin.c (finalize), (dispose):
1695         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1696         (anjuta_vim_plugin_dispose):
1697         * plugins/indent/plugin.c (indent_plugin_finalize),
1698         (indent_plugin_dispose):
1699         * plugins/language-manager/plugin.c (language_manager_finalize),
1700         (language_manager_dispose):
1701         * plugins/language-support-cpp-java/plugin.c
1702         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1703         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1704         (macro_db_class_init):
1705         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1706         (macro_dialog_finalize), (macro_dialog_class_init):
1707         * plugins/macro/macro-edit.c (macro_edit_dispose),
1708         (macro_edit_finalize), (macro_edit_class_init):
1709         * plugins/macro/plugin.c (finalize), (dispose):
1710         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1711         (anjuta_msgman_finalize):
1712         * plugins/message-view/message-view.c (message_view_dispose),
1713         (message_view_finalize):
1714         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1715         (message_view_plugin_finalize):
1716         * plugins/patch/plugin.c (patch_plugin_finalize),
1717         (patch_plugin_dispose):
1718         * plugins/profiler/plugin.c (profiler_finalize),
1719         (profiler_dispose):
1720         * plugins/project-import/plugin.c (dispose), (finalize),
1721         (project_import_plugin_class_init):
1722         * plugins/project-manager/plugin.c
1723         (project_manager_plugin_finalize),
1724         (project_manager_plugin_dispose):
1725         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1726         (npw_plugin_finalize), (npw_plugin_class_init):
1727         * plugins/sample1/plugin.c (sample_plugin_finalize),
1728         (sample_plugin_dispose):
1729         * plugins/search/plugin.c (dispose), (finalize),
1730         (search_plugin_class_init):
1731         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1732         (sourceview_plugin_dispose):
1733         * plugins/subversion/plugin.c (finalize), (dispose):
1734         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1735         * plugins/symbol-browser/an_symbol_iter.c
1736         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1737         * plugins/symbol-browser/an_symbol_search.c
1738         (an_symbol_search_dispose), (an_symbol_search_finalize):
1739         * plugins/symbol-browser/an_symbol_view.c
1740         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1741         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1742         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1743         (symbol_db_dispose):
1744         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1745         (terminal_plugin_finalize):
1746         * plugins/tools/plugin.c (atp_plugin_dispose),
1747         (atp_plugin_finalize), (atp_plugin_class_init):
1748         * plugins/valgrind/plugin.c (valgrind_finalize),
1749         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1751 2008-03-15  Naba Kumar  <naba@gnome.org>
1753         * TODO.tasks: Updated and marked debugger bounties completed.
1754         
1755 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1757         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1758         (get_line_indentation_base):
1759         
1760         #521847 – anjuta freez when edit file
1762 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1764         Patch from Rob Bradford:
1765         * plugins/build-basic-autotools/executer.c (execute_program):
1766         520324 – Execute command is not overridable
1767         
1768         * plugins/sourceview/sourceview.c (on_insert_text):
1769         Removed Debug print
1771 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1773         Patch from James Liggett:
1774         * plugins/subversion/plugin.c (activate_plugin):
1775         521691 – Crash when click "Resolve Conflicts" without opened project
1777 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1779         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1780         * plugins/language-support-cpp-java/cpp-java-utils.c:
1781         * plugins/language-support-cpp-java/plugin.c
1782         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1783         520415 – [PATCH] Problems in auto indentatation code,
1784         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1785         
1786         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1787         (anjuta_view_button_press_event):
1788         * plugins/sourceview/sourceview.c (on_insert_text),
1789         (sourceview_adjustment_changed), (sourceview_new):
1790         #520761 – Weirz behavior with popup
1792 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1794         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1795         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1796         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1797         (anjuta_launcher_fork):
1798         * libanjuta/anjuta-launcher.h:
1799         Add API to set environment variables for the forked process
1800         
1801         * plugins/build-basic-autotools/Makefile.am:
1802         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1803         .glade:
1804         * plugins/build-basic-autotools/build-basic-autotools.c
1805         (build_set_env), (build_execute_command_full),
1806         (build_execute_command), (build_configure_project),
1807         (build_autogen_project):
1808         * plugins/build-basic-autotools/build-basic-autotools.h:
1809         * plugins/build-basic-autotools/build-options.c
1810         (fill_options_combo), (build_dialog_configure):
1811         * plugins/build-basic-autotools/build-options.h:
1812         Use new launcher API to set CFLAGS when running configure. New configure dialog
1813         which has predefined CFLAGS settings.
1815         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1817 === anjuta 2.4.0 ===
1819 2008-03-11  Naba Kumar  <naba@gnome.org>
1821         * NEWS: Updated for 2.4.0 stable release.
1822         * configure.in: Version bumped to 2.4.0
1823         * TODO.tasks: Updated.
1825 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1827         Reviewed by Naba Kumar  <naba@gnome.org>:
1828         * global-tags/Makefile.am:
1829         Revert change for #515954. This change was incorrect, the anjuta-tags
1830         program is installed into the $(bindir) rather than the $(scriptdir).
1832 2008-03-02  Naba Kumar  <naba@gnome.org>
1834         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1835         * configure.in: Added a requirement for scintilla editor plugin.
1837 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1839         * plugins/message-view/anjuta-msgman.c
1840         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1841         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1842         * plugins/message-view/anjuta-msgman.h:
1843         
1844         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1845         get rid of the cached current_view member.
1846         Fixes #518469 – Save message buffer not working good
1848 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1850         Patch by James Liggett:
1851         * plugins/subversion/svn-command.h:
1852         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1853         Fixed #519275 – Subversion should allow offline diffs   
1855 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1857         * plugins/language-support-cpp-java/cpp-java-assist.c
1858         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1859         Removed some debug code
1860         
1861         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1862         Escape tooltip text to avoid broken markup
1864 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1866         * libanjuta/Makefile.am:
1867         Fixed a build error when building with -j X
1868         
1869         * plugins/tools/scripts/prepare-changelog.pl:
1870         Updated to latest script version in gnome svn
1872 2008-02-28  Johannes Schmid <jhs@gnome.org>
1874         * plugins/document-manager/anjuta-docman.c:
1875         (anjuta_docman_page_destroy):
1876         Do not unref widget because the GtkNotebook will unref them
1877         
1878         * plugins/file-manager/file-view.c: (file_view_refresh):
1879         * plugins/search/search_preferences.c: (search_preferences_init):
1880         Fixed a memory leaks
1881         
1882         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1883         (ieditor_get_offset), (ieditor_iface_init),
1884         (idocument_get_filename), (ilanguage_get_supported_languages),
1885         (autodetect_language):
1886         
1887         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1888         was missing.
1890 2008-02-28  Johannes Schmid <jhs@gnome.org>
1892         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1893         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1895 2008-02-27  Naba Kumar  <naba@gnome.org>
1897         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1898         string break. That was a mistake doing at this point.
1900 === anjuta 2.3.5 ===
1902 2008-02-26  Naba Kumar  <naba@gnome.org>
1904         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1905         crash when there is a modified new file open, a non-modified exiting
1906         file open and autosave happen. Simplified error checking logic and
1907         avoided memory corruption. Fixes bug #Bug 518716.
1909 2008-02-25  Naba Kumar  <naba@gnome.org>
1911         * NEWS: Updated for release 2.3.5
1912         * configure.in: Bumped version to 2.3.5
1914         * plugins/build-basic-autotools/build-basic-autotools.c:
1915         (on_editor_changed): Avoid accessing text which is greater than
1916         valid range.
1918         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1920 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1922         * plugins/debug-manager/breakpoints.c:
1923         Fix #518329: Crash when adding breakpoint and other similar bugs
1925 2008-02-25  Johannes Schmid <jhs@gnome.org>
1927         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1928         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1929         Never call error() which calls exit()
1930         #517646 – Anjuta exists with code 2 when i try to import gedit
1932 2008-02-23  Johannes Schmid <jhs@gnome.org>
1934         * plugins/sourceview/sourceview.c: (ieditor_insert):
1935         Block insert_text signal when inserting manually.
1937 2008-02-23  Johannes Schmid <jhs@gnome.org>
1939         * plugins/sourceview/sourceview.c: (on_insert_text):
1940         Fixed a problem with the "insert-text" signal that broke
1941         copy&paste sometimes
1943 2008-02-22  Johannes Schmid <jhs@gnome.org>
1945         * plugins/language-support-cpp-java/plugin.c:
1946         (get_line_indentation_base):
1947         More fixes for comment handling and made the code
1948         a lot simpler
1950 2008-02-22  Johannes Schmid <jhs@gnome.org>
1952         * plugins/sourceview/sourceview.c: (on_insert_text):
1953         Fixed #517919 – Crash on pasting docblock
1955 2008-02-20  Johannes Schmid <jhs@gnome.org>
1957   Patch from James Liggett:
1958         * plugins/profiler/profiler.glade:
1959         Fix width options dialog. Translations are not longer cut off. (#516630)
1961 2008-02-18  Johannes Schmid <jhs@gnome.org>
1963         * plugins/sourceview/sourceview.c: (on_insert_text):
1964         Do not change the iterator in the "insert-text" handler because
1965         it has some strange side-effects when copying text
1966         Fix useless free'ing in hover-leave that might have led to random
1967         crashes
1969 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1971         * plugins/debug-manager/start.c:
1972         Avoid a glib warning if no project is loaded
1974 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1976         * manuals/anjuta-manual/C/debugger.xml:
1977         Remove warning about new debugger
1979 2008-02-17  Johannes Schmid <jhs@gnome.org>
1981         * manuals/anjuta-manual/figures/project-window.png:     
1982         Use a smaller picture
1984 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1986         * plugins/gdb/debugger.c:
1987         Set breakpoint in file with uncommon characters in path name
1989 2008-02-17  Johannes Schmid <jhs@gnome.org>
1991         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1992         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1993         (icell_get_char):
1994         * plugins/sourceview/sourceview.c: (on_insert_text):    
1995         Fix "char-added" signal to pass the correct iterator
1997 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1999         * plugins/gdb/debugger.c:
2000         Load executable in gdb with space in path name 
2002 2008-02-17  Johannes Schmid <jhs@gnome.org>
2004         * plugins/language-support-cpp-java/plugin.c:
2005         (get_line_indentation_base), (get_line_auto_indentation),
2006         (on_auto_indent):
2007         Some bugfixes and clean-ups in comment indentation code
2008         
2009         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2010         (anjuta_view_finalize), (anjuta_view_key_press_event):
2011         * plugins/sourceview/sourceview.c: (on_insert_text),
2012         (sourceview_create_highligth_indic), (sourceview_new):
2013         Cleaned implementation of char-added signal by using "insert-text" signal
2014         instead of filtering "key-press-event"
2015         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
2016         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
2017         (iiter_diff):
2018         Fixed implementation of get_character and return value of iiter_first() and
2019         iiter_last();
2021 2008-02-16  Johannes Schmid <jhs@gnome.org>
2023         * plugins/valgrind/plugin.c: (valgrind_activate),
2024         (ipreferences_merge), (ipreferences_unmerge):
2025         * plugins/valgrind/vgactions.c: (vg_actions_run):
2026         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
2027         
2028         Fixed crasher when starting valgrind because of strange prefs handling and
2029         #516641 – Valgrind: Load Log does not clear list
2031 2008-02-15  James Liggett  <jrliggett@cox.net>
2033         * plugins/profiler/plugin.c:
2034         (on_select_other_target_button_clicked):
2035         Select the new custom target in the list so that the user sees it.
2037         Bug 516630 – Selection custom binary in profiler is not
2038         user-friendly.
2040 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2042         * manuals/anjuta-manual/C/projects.xml:
2043         Fix #515993: "Add package" button is "Add Package" in code
2044         Fix #516727: "Build All" is "Build Project" in code
2045         Fix #516728: "Clean All" is "Clean Project" in code
2046         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
2047         Fix #516730: Fix note title 
2048         "Configure" is "Run Configure..." in code
2050 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2052         * (added) manuals/anjuta-manual/C/figures/project-window.png,
2053         (removed) manuals/anjuta-manual/C/figures/project_win.png,
2054         manuals/anjuta-manual/C/projects.xml,
2055         manuals/anjuta-manual/Makefile.am:
2056         Fix #515207: Add a new project window screenshoot
2057         Rename "Project View" to "Project window"
2059 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2061         * plugins/project-import/project-import.c:
2062         Fix #516743: Import project keeps an old date on project file
2064         * plugins/project-manager/plugin.c:
2065         Fix #516737: Import project doesn't load project with space in name
2067 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2069         * plugins/debug-manager/command.c:
2070         Destroy local variables on each step
2072         * plugins/debug-manager/debug_tree.c,
2073         plugins/debug-manager/watch.c,
2074         plugins/debug-manager/locals.c,
2075         plugins/gdb/debugger.c,
2076         libanjuta/interfaces/libanjuta.idl:
2077         Parse local variables scope (not used yet)
2079 2008-02-15  James Liggett <jrliggett@cox.net>
2081         reviewed by: Johannes Schmid <jhs@gnome.org>
2083         * plugins/profiler/gprof-options.c: (setup_widgets),
2084         (gprof_options_set_target), (gprof_options_has_target),
2085         (gprof_options_get_string):
2086         * plugins/profiler/gprof-options.h:
2087         * plugins/profiler/plugin.c: (ifile_open):
2088         516128 – crash in Anjuta IDE: selected profiler as the...
2090 2008-02-14  Johannes Schmid <jhs@gnome.org>
2092         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
2093         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
2094         * plugins/symbol-browser/an_symbol.c:
2095         * plugins/symbol-browser/an_symbol_view.c:
2096         (on_symbol_view_row_expanded):
2097         Fixed some memory leaks (Remember to all free/unref everything that comes
2098         from gtk_tree_model_get())
2100 2008-02-14  Johannes Schmid <jhs@gnome.org>
2102         * plugins/document-manager/search-box.c: (on_search_activated):
2103         516377 – Status bar does not change its status of 'Search for .. continued at top'
2104         (caused by differences between scintilla and sourceview)
2106 2008-02-13  James Liggett <jrliggett@cox.net>
2108         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
2109         Output in UTF-8 format to avoid hangs with the editor. (#516014)
2111 2008-02-14  Johannes Schmid <jhs@gnome.org>
2113         * plugins/language-support-cpp-java/plugin.c:
2114         (get_line_indentation_base), (get_line_auto_indentation),
2115         (on_editor_char_inserted_cpp):
2116         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
2118 2008-02-13  Johannes Schmid <jhs@gnome.org>
2120         * plugins/language-support-cpp-java/plugin.c:
2121         (is_iter_inside_string), (get_line_auto_indentation):
2122         Handle comments in the code and do not ask editor. Fixes scintilla
2123         indentation (sourceview does not report comments anyway).
2124         
2125         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
2126         Diff with correct sign (also fixes some issues with language-support)
2128 2008-02-13  Johannes Schmid <jhs@gnome.org>
2130         * plugins/language-support-cpp-java/plugin.c:
2131         (get_line_indentation_base):
2132         Act even more clever for comments. Indent /* */ comments correctly
2133         for multilines
2135 2008-02-13  Johannes Schmid <jhs@gnome.org>
2137         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
2138         Also set indentation size correctly, when tab size is set
2139         by language support plugin
2141 2008-02-13  Johannes Schmid <jhs@gnome.org>
2143         * plugins/language-support-cpp-java/plugin.c:
2144         (get_line_indentation_base):
2145         
2146         Indent lines after comments correctly
2148 2008-02-13  Johannes Schmid <jhs@gnome.org>
2150         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
2151         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
2152         * libanjuta/anjuta-launcher.h:
2153         Some more fixes from symbol-db-branch
2154         
2155         * src/Makefile.am:
2156         Move anjuta-shell to noinst_PROGRAMS as it is just a test
2158 2008-02-12  Johannes Schmid <jhs@gnome.org>
2160   Patch from Gennaro Bellizio <genbell@tiscali.it>:
2161         * global-tags/Makefile.am:
2162         * AUTHORS
2163         #515954 – create_global_tags.sh: wrong anjuta-tags path
2164         
2165         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2166         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
2167         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2168         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
2169         (anjuta_launcher_fork):
2170         * libanjuta/anjuta-launcher.h:
2171         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
2172         from symbol-db branch
2174 2008-02-11  Johannes Schmid <jhs@gnome.org>
2176         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2177   515868 – File browser only shows icons when activated
2178   
2179 2008-02-11  Johannes Schmid <jhs@gnome.org>
2181         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2182         #515867 – Anjuta dies on startup
2184 2008-02-11  Johannes Schmid <jhs@gnome.org>
2186         * TODO.tasks: Marked subversion task as completed
2188 === anjuta 2.3.4 ===
2190 2008-02-11  Naba Kumar  <naba@gnome.org>
2192         * configure.in: Bumped version to 2.3.4
2194 2008-02-10  Naba Kumar  <naba@gnome.org>
2196         * NEWS: Updated for release.
2198 2008-02-10  Johannes Schmid <jhs@gnome.org>
2200         * plugins/document-manager/anjuta-document-manager.plugin.in:
2201         Added html, javascript and glade file types. This makes it possible to
2202         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
2203         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
2204         
2205         * plugins/file-wizard/anjuta-file-wizard.glade:
2206         * plugins/gdb/anjuta-gdb.glade:
2207         * plugins/project-wizard/anjuta-project-wizard.glade:
2208         * plugins/search/anjuta-search.glade:
2209         * plugins/terminal/anjuta-terminal-plugin.glade:
2210         
2211         Fixed some other translation issues (#507921)
2213 2008-02-10  Naba Kumar  <naba@gnome.org>
2215         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
2216         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
2218 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2220         * manuals/anjuta-manual/C/interface.xml,
2221         manuals/anjuta-manual/C/introduction.xml,
2222         manuals/anjuta-manual/C/preferences.xml,
2223         manuals/anjuta-manual/C/fileoperations.xml,
2224         manuals/anjuta-manual/C/projects.xml:
2225         Fix spelling errors, including bug #515204, #515172, #515117
2226         and #513892
2228 2008-02-10  Naba Kumar  <naba@gnome.org>
2230         * plugins/document-manager/plugin.c: Fixed stream comment and added
2231         translator's comment for 'block comment', 'box comment' and 'stream
2232         comment'
2234 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2236         * plugins/debug-manager/command.c,
2237         plugins/debug-manager/command.h,
2238         plugins/debug-manager/breakpoints.c,
2239         libanjuta/interfaces/libanjuta.idl:
2240         Avoid adding the same breakpoint several times
2242         * plugins/gdb/debugger.c:
2243         Fix bug #515463: Deattaching process kill it
2245 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2247         * manuals/anjuta-manual/C/debugger.xml:
2248         Fix translation bug #515459 and #515460
2250 2008-02-10  Johannes Schmid <jhs@gnome.org>
2252   Patch from Rémi Cardona <remi@gentoo.org>
2254         * plugins/build-basic-autotools/Makefile.am:
2255         * plugins/cvs-plugin/Makefile.am:
2256         * plugins/document-manager/Makefile.am:
2257         * plugins/editor/Makefile.am:
2258         * plugins/indent/Makefile.am:
2259         * plugins/language-support-cpp-java/Makefile.am:
2260         * plugins/message-view/Makefile.am:
2261         * plugins/sourceview/Makefile.am:
2262         * plugins/symbol-browser/Makefile.am:
2263         * plugins/terminal/Makefile.am:
2264         * scripts/build-schemas.mk:
2265         * src/Makefile.am:
2266   Fix #512531 – Parallel build fails
2267   
2268   * AUTHORS: Added Rémi
2270 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2272         * plugins/debug-manager/queue.c:
2273         Fix interrupt command, not working due to previous change
2275 2008-02-10  Johannes Schmid <jhs@gnome.org>
2277         * src/Makefile.am:
2278         * src/anjuta-app.c:
2279         * src/anjuta-callbacks.c (removed):
2280         * src/anjuta-callbacks.h (removed):
2281         
2282         Removed (almost) empty files, fixes #515383 and #515388
2284 2008-02-09  James Liggett <jrliggett@cox.net>
2286         Reviewed by Naba Kumar  <naba@gnome.org>:
2288         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2289         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2290         * plugins/subversion/svn-command.c:
2291         (svn_command_make_canonical_path):
2292         * plugins/subversion/svn-command.h:
2293         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2294         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2295         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2296         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2297         * plugins/subversion/svn-remove-command.c:
2298         (svn_remove_command_new):
2299         * plugins/subversion/svn-status-command.c:
2300         (svn_status_command_new):
2301         * plugins/subversion/svn-switch-command.c:
2302         (svn_switch_command_new):
2303         * plugins/subversion/svn-update-command.c:
2304         (svn_update_command_new):
2305         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
2306         die if the user gives a path that libsvn doesn't like. 
2307         
2308         Fixes bug #515500
2310 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
2312         * plugins/debug-manager/command.c,
2313         plugins/debug-manager/command.h,
2314         plugins/debug-manager/queue.c:
2315         Fix crashes when trying to stop the debugger while it is busy
2317 2008-02-08  Johannes Schmid <jhs@gnome.org>
2319   Patch from Rodrigo Moya <rodrigo@novell.com>
2321         * plugins/glade/plugin.c: (ifile_open):
2322         * plugins/symbol-browser/test-class.cpp:
2323         * AUTHORS: Added Rodrigo
2324         
2325         #514732 – 64 bit compliation error
2326         #514733 – Use of uninitialized variables
2328 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
2330         * manuals/anjuta-manual/C/debugger.xml:
2331         Fix translation bug #514494 and bug #514440
2333 2008-02-05  Massimo Cora'  <maxcvs@email.it>
2335         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2336         Fix a compile error added in the previous patch
2338 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
2340         * plugins/profiler/gprof-view.c,
2341         plugins/class-inheritance/class-callbacks.c,
2342         plugins/class-inheritance/class-inherit.c,
2343         plugins/symbol-browser/an_symbol.c,
2344         plugins/symbol-db/symbol-db-engine-iterator-node.c,
2345         libanjuta/interfaces/libanjuta.idl:
2346         Change ianjuta_symbol_file function to ianjuta_symbol_uri
2348 2008-02-04  Johannes Schmid <jhs@gnome.org>
2350         * plugins/search/anjuta-search.glade: Fixed typo
2352 2008-02-03  Johannes Schmid <jhs@gnome.org>
2354         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2355         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2356         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2357         .glade:
2358         * plugins/build-basic-autotools/build-basic-autotools.c:
2359         (build_get_context), (build_configure_project):
2360         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2361         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2362         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2363         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2364         * plugins/devhelp/plugin.c: (devhelp_activate):
2365         * plugins/editor/Makefile.am:
2366         * plugins/editor/anjuta-editor-scintilla.glade:
2367         * plugins/editor/text_editor.c:
2368         * plugins/editor/text_editor.h:
2369         * plugins/editor/text_editor_menu.c (removed):
2370         * plugins/editor/text_editor_menu.h (removed):
2371         * plugins/file-wizard/anjuta-file-wizard.glade:
2372         * plugins/gtodo/notification.c: (create_notification_window):
2373         * plugins/gtodo/preferences.c: (preferences_widget):
2374         * plugins/language-support-cpp-java/plugin.c:
2375         (cpp_java_plugin_activate_plugin):
2376         * plugins/message-view/anjuta-message-manager-plugin.glade:
2377         * plugins/message-view/plugin.c: (activate_plugin):
2378         * plugins/project-manager/plugin.c: (confirm_removal):
2379         * plugins/search/anjuta-search.glade:
2380         * plugins/search/plugin.c:
2381         * plugins/search/search-replace.c: (nb_results_alert):
2382         * plugins/subversion/subversion-commit-dialog.c:
2383         (on_subversion_commit_response):
2384         * plugins/symbol-browser/plugin.c: (activate_plugin):
2385         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2386         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2387         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2388         * src/anjuta.glade:
2389         
2390         Fixed translation bugs from #507921.
2391         Removed unused files in scintilla plugin
2393 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2395         * manuals/anjuta-manual/C/debugger.xml:
2396         Fix bug #514124 and bug #514138: Wrong menu item name
2398 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2400         * plugins/profiler/gprof-view.c,
2401         plugins/symbol-browser/plugin.c,
2402         plugins/class-inheritance/class-callbacks.c,
2403         plugins/debug-manager/plugin.c,
2404         plugins/tools/editor.c,
2405         plugins/search/search-replace.c,
2406         plugins/search/search-replace_backend.c,
2407         plugins/search/search-replace_backend.h,
2408         plugins/build-basic-autotools/build-basic-autotools.c,
2409         plugins/document-manager/plugin.c,
2410         plugins/document-manager/file_history.c,
2411         plugins/document-manager/anjuta-docman.c,
2412         plugins/document-manager/anjuta-docman.h,
2413         plugins/document-manager/action-callbacks.c,
2414         libanjuta/interfaces/libanjuta.idl:
2415         Rename IAnjutaDocumentManager functions:
2416         find_document_with_path, goto_file_line, goto_file_line_mark
2417         and get_full_filename into
2418         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2419         and get_uri
2420         Fix search plugin to use an URI instead of a file path
2421         Fix anjuta_docman_get_uri to always return an URI
2423 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2425         * plugins/debug-manager/breakpoints.c:
2426         Fix bug #514118: Rename Clear All Breakpoints to Remove
2427         All Breakpoints
2429 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2431         * manuals/anjuta-manual/C/debugger.xml:
2432         Update debugger documentation
2434 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2436         * plugins/debug-manager/sharedlib.c,
2437         plugins/debug-manager/anjuta-debug-manager.glade,
2438         plugins/debug-manager/queue.c,
2439         plugins/tools/execute.c,
2440         plugins/tools/anjuta-tools.glade,
2441         plugins/tools/editor.c,
2442         plugins/project-wizard/templates/terminal.wiz,
2443         plugins/project-wizard/templates/xlib-dock.wiz,
2444         plugins/project-wizard/templates/wxwin.wiz,
2445         plugins/project-wizard/templates/java.wiz,
2446         plugins/project-wizard/templates/gnome.wiz,
2447         plugins/project-wizard/templates/anjuta-plugin.wiz,
2448         plugins/project-wizard/templates/gtkmm.wiz,
2449         plugins/project-wizard/templates/python.wiz,
2450         plugins/project-wizard/templates/cpp.wiz,
2451         plugins/project-wizard/templates/sdl.wiz,
2452         plugins/project-wizard/templates/gtk.wiz,
2453         plugins/project-wizard/templates/minimal.wiz,
2454         plugins/project-wizard/templates/xlib.wiz,
2455         plugins/project-wizard/templates/gcj.wiz,
2456         plugins/gdb/plugin.c,
2457         plugins/gdb/debugger.c,
2458         libanjuta/anjuta-plugin-manager.c:
2459         Partial fix of #507921: translation issues in debug-manager, tools,
2460         project-wizard, gdb and anjuta-plugin-manager.
2462 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2464         * plugins/debug-manager/queue.c:
2465         Debugger Local, Stack and Thread windows were missing due to
2466         the previous change.
2468 2008-02-02  Johannes Schmid <jhs@gnome.org>
2470         * manuals/anjuta-manual/Makefile.am:
2471         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2472         causes make install to fail
2474 2008-02-02  Johannes Schmid <jhs@gnome.org>
2476         * plugins/macro/macros.xml:
2477         #495511 – Header_h macro correction
2479 2008-02-02  Johannes Schmid <jhs@gnome.org>
2481         * plugins/patch/patch-plugin.glade:
2482         gtk-apply is not translatable...
2484 2008-02-02  Johannes Schmid <jhs@gnome.org>
2486         * plugins/build-basic-autotools/build-basic-autotools.c:
2487         (on_build_mesg_format):
2488         
2489         Also check for untranslated messages from make. Should fix 
2490         #511981 – Error parsing make output
2492 2008-02-02  Johannes Schmid <jhs@gnome.org>
2494         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2495         .glade:
2496         
2497         Fixed #511010 – [UI] Execute program utility window
2499 2008-02-02  Johannes Schmid <jhs@gnome.org>
2501         * src/anjuta.glade:
2502         Fixed #509908 – [UI] Problems with the General settings tab
2504 2008-02-02  Johannes Schmid <jhs@gnome.org>
2506         * manuals/anjuta-manual/C/fileoperations.xml:
2507         Fixed #513730 – Option not present in the GUI po file
2509 2008-02-02  Johannes Schmid <jhs@gnome.org>
2511         * plugins/sourceview/anjuta-editor-sourceview.glade:
2512         Adjust preferences default values
2514 2008-02-02  Johannes Schmid <jhs@gnome.org>
2516         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2517         Fixed #512535 – Open files tabs' position is correctly remembered 
2518         but not applied at startup
2520 2008-02-02  Johannes Schmid <jhs@gnome.org>
2522         * plugins/search/search-replace.c: (on_message_clicked):
2523         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2524         fix clicking on search result messages
2526 2008-02-01  James Liggett <jrliggett@cox.net>
2528         * plugins/subversion/svn-command.c: (on_svn_notify):
2529         Fixed wrong status message output when resolving conflicts.
2531 2008-02-02  Johannes Schmid <jhs@gnome.org>
2533         * configure.in: Require GtkSourceView 2.1.2
2534         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2535         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2536         (imark_is_marker_set), (imark_delete_all_markers),
2537         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2538         
2539         Adapted to API changes in GtkSourceView
2541 2008-02-01  Johannes Schmid <jhs@gnome.org>
2543         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2544         Fixed tabsize preference
2546 2008-02-01  Johannes Schmid <jhs@gnome.org>
2548         * manuals/anjuta-manual/C/fileoperations.xml:
2549         * manuals/anjuta-manual/C/interface.xml:
2550         Updated manual
2551         
2552         * manuals/anjuta-manual/Makefile.am:
2553         * manuals/anjuta-manual/C/figures/*:
2554         
2555         Updated figures to be in clearlooks theme, removed old figures
2557 2008-02-01  Johannes Schmid <jhs@gnome.org>
2559         * plugins/patch/patch-plugin.glade:
2560         * plugins/patch/plugin.c: (patch_plugin_activate):
2561         Another UI issue with the patch plugin and silenced a compiler
2562         warning
2563         
2564         Patch from James Liggett:
2565         * plugins/profiler/gprof-call-graph-view.c:
2566         (gprof_call_graph_view_create_columns):
2567         * plugins/profiler/gprof-flat-profile-view.c:
2568         (gprof_flat_profile_view_create_columns):
2569         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2570         * plugins/profiler/gprof-view.h:
2571         
2572         Use two decimal places for float values in profiler views (#507831)
2574 2008-02-01  Johannes Schmid <jhs@gnome.org>
2576         * configure.in:
2577         * plugins/editor/Makefile.am:
2578         
2579         Fixed #512751 – libgnomeprint unnecessary without scintilla
2581 2008-01-31  Johannes Schmid <jhs@gnome.org>
2583         * plugins/language-manager/languages.xml:
2584         Added a pretty ugly string for C++ headers. Maybe we should rely
2585         on mime-types instead...
2587 2008-01-31  Johannes Schmid <jhs@gnome.org>
2589         * plugins/language-support-cpp-java/cpp-java-assist.c:
2590         (get_iter_column), (cpp_java_assist_get_calltip_context),
2591         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2592         (on_assist_chosen), (cpp_java_assist_install):
2593         * plugins/language-support-cpp-java/plugin.c:
2594         (on_editor_char_inserted_cpp):
2595         Removed annoying DEBUG_PRINTs
2596         
2597         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2598         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2599         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2600         
2601         Fixed "jumping" tooltips, fixed indentation of brances
2603 2008-01-31  Johannes Schmid <jhs@gnome.org>
2605         * plugins/document-manager/plugin.c: (on_document_changed):
2606         Fixed crash when closing anjuta after all document tabs have been closed
2608 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2610         * plugins/debug-manager/anjuta-debug-manager.glade:
2611         Fix #513485: wrong strings maked as translatable
2613 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2615         * plugins/debug-manager/threads.c,
2616         plugins/debug-manager/stack_trace.c:
2617         Avoid crash when getting relative path from debugger (same fix
2618         than for #510028)
2620         * plugins/debug-manager/queue.c:
2621         Emit all state changes notification
2623         * plugins/debug-manager/start.c:
2624         Fix #511586: Project path with "+" not working in debugger
2626 2008-01-31  Johannes Schmid <jhs@gnome.org>
2628         * plugins/patch/patch-plugin.glade:
2629         Fixed button ui problem...
2630         
2631         Patch from James Liggett:
2632         * plugins/profiler/gprof-call-graph-block-entry.c:
2633         (gprof_call_graph_block_primary_entry_new),
2634         (gprof_call_graph_block_secondary_entry_new):
2635         * plugins/profiler/gprof-flat-profile-entry.c:
2636         (gprof_flat_profile_entry_new):
2637         
2638         Fix #507831 - Wrong Profiler values for some locales
2640 2008-01-31  Johannes Schmid <jhs@gnome.org>
2642         * plugins/sourceview/anjuta-editor-sourceview.glade:
2643         * plugins/sourceview/sourceview-prefs.c:
2644         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2645   
2646   Fixed Editor->View popup menu for those entries that are appropriate for
2647   sourceview    
2649 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2651         * plugins/debug-manager/breakpoints.c:
2652         Fix #512901: Crash when adding a breakpoint
2654         * plugins/debug-manager/queue.c:
2655         Remove a possible memory leak
2657 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2659         * plugins/debug-manager/data_view.c,
2660         plugins/debug-manager/sparse_view.c,
2661         manuals/anjuta-manual/C/debugger.xml:
2662         Fix #513130, #513131 #513135: Wrong menu item names and errors
2663         in the documentation
2665 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2667         * plugins/tools/editor.c:
2668         ianjuta_document_manager_find_document_with_path expect an uri not
2669         a path
2671 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2673         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2674         manuals/reference/libanjuta/libanjuta-sections.txt,
2675         libanjuta/interfaces/libanjuta.idl:
2676         Documentation fixes for IAnjutaDebugger* interfaces
2678 === anjuta 2.3.3 ===
2680 2008-01-27  Naba Kumar  <naba@gnome.org>
2682         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2683         rpm spec file.
2685         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2686         (value_added_current_editor), (value_removed_current_editor):
2687         Removed dead code.
2689         * TODO.tasks: Updated.
2691         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2692         scrollwindow shadow in.
2694         * plugins/editor/anjuta-editor-scintilla.glade:
2695         * plugins/editor/style-editor.c: (create_style_editor_gui):
2696         Set style window transient and cetered for preferences window.
2697         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2699         * plugins/editor/anjuta-editor-scintilla.glade:
2700         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2701         setting not working
2703         * configure.in, NEWS: Updated for release 2.3.3
2705 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2707         * plugins/debug-manager/anjuta-debug-manager.glade:
2708         Fix #512224: Use a string in english
2710 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2712         * plugins/build-basic-autotools/build-basic-autotools.c:
2713         ianjuta_document_manager_goto_file_line_mark needs an uri and
2714         not a file path
2716 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2718         * plugins/symbol-browser/plugin.c,
2719         plugins/symbol-browser/an_symbol_view.c:
2720         use gnome_vfs_get_uri_from_local_path to get local path from uri
2721         This takes care of escaping some characters
2723 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2725         * plugins/debug-manager/stack_trace.c:
2726         Probably fix #510028: crash debugger when having a relative filename
2727         in stack trace
2729 2008-01-25 Tom <tpgww@onepost.net>
2731         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2733         * plugins/document-manager/plugin.c,
2734         plugins/document-manager/file_history.c,
2735         plugins/document-manager/file_history.h,
2736         plugins/document-manager/anjuta-docman.c,
2737         plugins/document-manager/anjuta-docman.h:
2738         Rename filename argument to uri when an uri is expected
2739         anjuta_docman_get_document_for_uri will remove symlinks 
2741 2008-01-25  Naba Kumar  <naba@gnome.org>
2743         * plugins/terminal/terminal.c: (terminal_execute),
2744         (activate_plugin):
2745         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2747 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2749         * plugins/debug-manager/anjuta-debug-manager.glade,
2750         plugins/debug-manager/start.c:
2751         Fix #511049: Change UI of add source directories dialog
2753 2008-01-24  Naba Kumar  <naba@gnome.org>
2755         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2756         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2757         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2758         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2759         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2760         should work now.
2762 2008-01-24  Johannes Schmid <jhs@gnome.org>
2764         Patch from: Luca Ferretti <ella.uca@libero.it>:
2766         * plugins/document-manager/anjuta-docman.c:
2767         (anjuta_docman_page_init), (anjuta_docman_class_init):
2768         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2769         
2770         Fix #511757 – Close icon in tabs cut off (Patch was only for
2771         document-manager, also adapted it for message-manager)
2773 2008-01-24  Johannes Schmid <jhs@gnome.org>
2775         * plugins/Makefile.am:
2776         * plugins/sourceview/anjuta-document.c:
2777         * plugins/sourceview/anjuta-marshal.list:
2778         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2779         (anjuta_view_key_press_event):
2780         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2781         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2782         (iiter_diff), (iiter_iface_init):
2783         * plugins/sourceview/sourceview.c: (on_document_char_added),
2784         (ieditor_goto_position), (ieditor_get_text),
2785         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2786         (ieditor_erase), (ieditor_get_line_from_position),
2787         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2788         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2789         (ieditor_get_end_position), (ieditor_goto_start),
2790         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2791         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2792         (iassist_show_tips):
2793         
2794         Implemented new iterators interface in sourceview editor and
2795         re-enabled it.
2797 2008-01-23  Naba Kumar  <naba@gnome.org>
2799         * libanjuta/interfaces/libanjuta.idl:
2800         * manuals/reference/libanjuta/libanjuta-sections.txt:
2801         * plugins/build-basic-autotools/build-basic-autotools.c:
2802         (build_indicator_location_set), (on_editor_changed):
2803         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2804         * plugins/debug-manager/variable.c: (get_hovered_word):
2805         * plugins/document-manager/action-callbacks.c:
2806         (on_editor_command_upper_case_activate),
2807         (on_editor_command_lower_case_activate):
2808         * plugins/document-manager/search-box.c: (on_incremental_search),
2809         (on_search_activated):
2810         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2811         (iiter_last), (iiter_set_position), (iiter_get_position),
2812         (iiter_get_length), (iiter_compare), (iiter_diff),
2813         (iiter_iface_init):
2814         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2815         (text_editor_goto_point), (itext_editor_goto_start),
2816         (itext_editor_goto_end), (itext_editor_goto_position),
2817         (itext_editor_get_text_all), (itext_editor_get_text),
2818         (itext_editor_get_position), (itext_editor_get_offset),
2819         (itext_editor_get_length), (itext_editor_insert),
2820         (itext_editor_erase), (itext_editor_erase_all),
2821         (itext_editor_get_column), (itext_editor_get_overwrite),
2822         (itext_editor_set_popup_menu),
2823         (itext_editor_get_line_from_position),
2824         (itext_editor_get_line_begin_position),
2825         (itext_editor_get_line_end_position),
2826         (itext_editor_get_position_from_offset),
2827         (itext_editor_get_start_position), (itext_editor_get_end_position),
2828         (itext_editor_iface_init), (iconvert_to_upper),
2829         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2830         (iindicable_set):
2831         * plugins/editor/text_editor.h:
2832         * plugins/editor/text_editor_cbs.c:
2833         (on_text_editor_scintilla_notify):
2834         * plugins/indent/plugin.c: (on_indent_action_activate):
2835         * plugins/language-support-cpp-java/cpp-java-assist.c:
2836         (cpp_java_assist_get_scope_context),
2837         (cpp_java_assist_get_pre_word),
2838         (cpp_java_assist_show_autocomplete),
2839         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2840         (on_editor_char_added), (on_assist_chosen):
2841         * plugins/language-support-cpp-java/plugin.c:
2842         (get_line_indentation), (skip_iter_to_previous_logical_line),
2843         (skip_preprocessor_lines), (initialize_indentation_params),
2844         (set_line_indentation), (get_line_indentation_base),
2845         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2846         (on_editor_char_inserted_java), (on_auto_indent):
2847         * plugins/macro/macro-actions.c: (match_shortcut):
2848         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2849         * plugins/macro/plugin.c: (match_keyword):
2850         * plugins/search/plugin.c: (find_incremental):
2851         * plugins/search/search-replace.c: (search_and_replace),
2852         (search_start_over):
2853         * plugins/search/search-replace_backend.c:
2854         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2855         (create_search_entries):
2856         * plugins/symbol-browser/plugin.c:
2857         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2858         (isymbol_manager_iface_init):
2859         * plugins/symbol-db/plugin.c:
2860         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2861         (isymbol_manager_iface_init):
2862         * plugins/tools/execute.c: (atp_output_context_construct),
2863         (atp_output_context_destroy), (atp_user_tool_execute):
2865         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2866         iterators instead of integer offsets.
2867         - Renamed original ianjuta_editor_get_position(int) to 
2868         ianjuta_editor_get_offset(). It is deprecated.
2869         - Renamed original ianjuta_editor_get_position_iter() to
2870         ianjuta_editor_get_position().
2871         - Renamed ianjuta_editor_get_cell_iter() to
2872         ianjuta_editor_get_position_from_offset()
2873         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2874         - Added new methods:
2875         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2876         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2877         ianjuta_editor_goto_end().
2878         - All relevent signals and methods converted to use iterators.
2879         - All relevent plugins fixed to use new API.
2880         - Removed ianjuta_editor_cell_get_line() because it is provided by
2881         ianjuta_editor_get_line_from_position().
2882         - Removed ianjuta_symbol_manager_get_completions_at_position()
2883         because it not used anywhere and is not right to be there.
2884         - Updated IAnjutaEditable documentation.
2886         Updated IAnjutaIterable interface:
2887         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2888         - Introduced 'end-iter' to point at the end of the list.
2889         - Updated IAnjutaIterable documentation.
2891         * plugins/Makefile.am:
2892         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2893         for it soon).
2895 2008-01-22  Johannes Schmid <jhs@gnome.org>
2897         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2898         * plugins/project-import/anjuta-project-import.glade:
2899         * plugins/project-import/anjuta-project-import.plugin.in:
2900         * plugins/project-wizard/anjuta-project-wizard.glade:
2901         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2902         * plugins/project-wizard/druid.c: (npw_druid_new):
2903         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2904         
2905         Fixed #465084 – wizard instead of assistant (only string changes...)
2907 2008-01-20  Rob Bradford  <rob@openedhand.com>
2909         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2910         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2911         coming up with the solution. (Bug: #510390.)
2913 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2915         * plugins/build-basic-autotools/executer.c:
2916         Fix #502508, use anjuta_launcher to keep program output
2918         * plugins/terminal/terminal.c:
2919         Remove unused child_initizlized member
2920         Start the shell on plugin activation
2922 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2924         * plugins/debug-manager/sparse_buffer.c:
2925         Fix a crash when scrolling in the diassembly window
2927         * plugins/debug-manager/sparse_view.c:
2928         Small limit change using the same "unit" for both number
2930 2008-01-19  Naba Kumar  <naba@gnome.org>
2932         * plugins/language-support-cpp-java/cpp-java-assist.c:
2933         (cpp_java_assist_get_scope_context),
2934         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2935         instead.
2937 2008-01-19  Johannes Schmid <jhs@gnome.org>
2939         * plugins/sourceview/anjuta-editor-sourceview.glade:
2940         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2941         
2942         And even more strings...
2944 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2946         * plugins/project-wizard/templates/cpp/src/main.cc:
2947         Fix #498734, typing error in c++ project template
2949 2008-01-19  Johannes Schmid <jhs@gnome.org>
2951         * plugins/editor/text_editor.c: (text_editor_save_file):
2952         * plugins/macro/anjuta-macro.glade:
2953         * plugins/subversion/anjuta-subversion.glade:
2955         Fixed even more strings
2957 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2959         * plugins/language-support-cpp-java/cpp-java-assist.c:
2960         Fix bug #488519, remove critical warning (completion_cache == NULL
2961         is valid)
2963 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2965         * plugins/gdb/debugger.c:
2966         Enable logging of gdb communication with an environment variable
2968 2008-01-19  Naba Kumar  <naba@gnome.org>
2970         * plugins/editor/text-editor-iterable.c: (iiter_next),
2971         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2972         editor native funtions to avoid round trips.
2974 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2976         * plugins/editor/text_editor.c:
2977         Fix a bug due to the previous patch: Unable to save new file in 
2978         Scintilla
2980 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2982         * plugins/debug-manager/disassemble.c,
2983         plugins/debug-manager/disassemble.h,
2984         plugins/debug-manager/registers.c,
2985         plugins/debug-manager/registers.h,
2986         plugins/debug-manager/memory.c,
2987         plugins/debug-manager/memory.h,
2988         plugins/debug-manager/command.c,
2989         plugins/debug-manager/command.h,
2990         plugins/debug-manager/queue.c,
2991         plugins/debug-manager/queue.h,
2992         plugins/debug-manager/breakpoints.c,
2993         plugins/debug-manager/stack_trace.c,
2994         plugins/debug-manager/threads.c,
2995         plugins/debug-manager/plugin.c,
2996         plugins/gdb/plugin.c,
2997         plugins/gdb/debugger.c,
2998         plugins/gdb/debugger.h,
2999         manuals/reference/libanjuta/libanjuta-sections.txt,
3000         manuals/reference/libanjuta/libanjuta.types,
3001         libanjuta/interfaces/libanjuta.idl:
3002         Use gulong instead of guint for addresses
3003         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
3004         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
3006         * plugins/gdb/anjuta-gdb.plugin.in:
3007         Remove reference to IAnjutaCpuDebugger (useless)
3009 2008-01-18  Johannes Schmid <jhs@gnome.org>
3011         * AUTHORS: Added Alexander
3013 2008-01-18  Johannes Schmid <jhs@gnome.org>
3015   Patch from: Alexander Korolyov <kilork@yandex.ru>
3017         * plugins/editor/text_editor.c: (load_from_file),
3018         (text_editor_save_file):
3019         
3020         Fixed symlinks (#510238) and file permission (#405321)
3021         handling for scintilla editor. 
3022   
3023 2008-01-17  Johannes Schmid <jhs@gnome.org>
3025         * plugins/document-manager/action-callbacks.c:
3026         (on_editor_command_select_all_activate),
3027         (on_editor_command_cut_activate),
3028         (on_editor_command_paste_activate),
3029         (on_editor_command_copy_activate),
3030         (on_editor_command_clear_activate):
3031   Resupport cut/copy/paste/clear on GtkEditables when those
3032   have focus. (Important for shortcuts to work).
3034         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3035         * plugins/document-manager/search-box.c: (on_search_activated):
3036         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
3037         * plugins/patch/patch-plugin.c: (on_ok_clicked):
3038         * plugins/profiler/plugin.c: (profiler_get_data):
3039         * plugins/project-wizard/druid.c: (npw_druid_new):
3040         * plugins/project-wizard/install.c: (on_install_end_install_file):
3041         * plugins/sourceview/anjuta-editor-sourceview.glade:
3042         * plugins/subversion/anjuta-subversion.glade:
3043         * plugins/tools/anjuta-tools.glade:
3044         Various string fixes
3046 2008-01-17  Naba Kumar  <naba@gnome.org>
3048         Patch from James Liggett:
3050         * plugins/subversion/subversion-add-dialog.c:
3051         (on_subversion_add_response):
3052         * plugins/subversion/subversion-copy-dialog.c:
3053         (on_subversion_copy_response):
3054         * plugins/subversion/subversion-diff-dialog.c:
3055         (on_subversion_diff_response):
3056         * plugins/subversion/subversion-merge-dialog.c:
3057         (on_subversion_merge_response):
3058         * plugins/subversion/subversion-remove-dialog.c:
3059         (on_subversion_remove_response):
3060         * plugins/subversion/subversion-switch-dialog.c:
3061         (on_subversion_switch_response):
3062         * plugins/subversion/subversion-ui-utils.c: (check_input):
3063         * plugins/subversion/subversion-ui-utils.h:
3064         * plugins/subversion/subversion-update-dialog.c:
3065         (on_subversion_update_response):
3067         If the user doesn't enter any data for path or revision fields in
3068         certain SVN plugin dialogs, libsvn throws assertion failures and
3069         kills Anjuta. To avoid this, the validity of path and revision
3070         input data are checked before the command gets executed.
3072         Fixes Bug #509510 - Check input of some dialogs to avoid termination
3073         if user gives bad or no input
3075 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
3077         * plugins/document-manager/anjuta-docman.c:
3078         Fix #507627 memory tab stay active on debugger stop
3079         Remove two unused variables due to the previous patch
3081 2008-01-16  Johannes Schmid <jhs@gnome.org>
3083         * libanjuta/anjuta-plugin-manager.c:
3084         Fixed #508399 – When you enable a plugin, preferences don't show up
3086 2008-01-16  Rob Bradford  <rob@openedhand.com>
3088         Reviewed by: Johannes Schmid <jhs@gnome.org>
3090         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3091         (get_property_value_as_string), (set_property_value_as_string),
3092         (register_callbacks):
3093         * libanjuta/anjuta-preferences.h:
3094         Add support for both file and folder preferences (originally only
3095         folder choosers were supported. (Fixes bug: #508805.)
3097         * plugins/file-manager/file-manager.glade:
3098         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
3099         type of property.
3101 2008-01-16  Johannes Schmid <jhs@gnome.org>
3103         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3104         .glade:
3105         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3106         * src/anjuta.glade:
3107         
3108         Fixed #509875 – The "Update globale tags" button wording is incorrect
3109         Fixed #509873 – Build Autotools Preferences has excessive padding
3110         Fixed #509872 – General Information labels are incorrectly aligned
3111         Fixed #509871 – General preferences has incorrect use of colons
3112         
3113 2008-01-16  Johannes Schmid <jhs@gnome.org>
3115         * plugins/document-manager/anjuta-document-manager.glade:
3116         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3118         Fixed #509865 – Incorrect padding in the Documents settings tabs
3119         Fixed #509867 – Create button contents is mis-aligned
3120         Fixed #509869 – "Add Directory" button is not HIG complient
3122 2008-01-16  Johannes Schmid <jhs@gnome.org>
3124         * libanjuta/anjuta-preferences-dialog.c:
3125         (anjuta_preferences_dialog_add_page):
3126         
3127         Fix #509864 – No initial section selected when opening the Preferences dialog
3129 2008-01-16  Johannes Schmid <jhs@gnome.org>
3131         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
3132         Removed unused gconf_notifications
3133         
3134         * plugins/search/anjuta-search.glade:
3135         * plugins/subversion/anjuta-subversion.glade:
3136         * plugins/tools/anjuta-tools.glade:
3137         * src/anjuta-app.c: (anjuta_app_instance_init):
3138         
3139         Fixed various strings
3141 2008-01-15  Naba Kumar  <naba@gnome.org>
3143         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
3144         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
3145         file saved
3147         * plugins/symbol-browser/an_symbol_view.c:
3148         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
3149         new file saved.
3151 2008-01-15  Johannes Schmid <jhs@gnome.org>
3153         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
3154         (anjuta_profile_add_plugins_from_xml):
3155         * plugins/file-manager/file-manager.glade:
3156         Some string fixes
3157         
3158         * libanjuta/interfaces/libanjuta.idl:
3159         Fixed docs
3160                 
3161         * plugins/sourceview/Makefile.am:
3162         * plugins/sourceview/anjuta-editor-sourceview.glade:
3163         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
3164         (end_print), (print_setup), (sourceview_print),
3165         (sourceview_print_preview):
3166         * plugins/sourceview/sourceview.c: (iprint_print),
3167         (iprint_print_preview):
3168         
3169         Added printing support to GtkSourceView editor
3171 2007-01-14 Tom <tpgww@onepost.net>
3173         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3175         * plugins/document-manager/anjuta-docman.c:
3176         Fix two memory leaks added by the previous patch
3178 2008-01-14  Johannes Schmid <jhs@gnome.org>
3180         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3181         * plugins/sourceview/assist-window.c: (assist_window_move):
3182         
3183         Do not use opacity
3185 2008-01-14  Rob Bradford  <rob@openedhand.com>
3187         * global-tags/Makefile.am:
3188         * global-tags/create_global_tags.sh.in:
3189         Install anjuta-tags binary into FHS policy compliant directory and
3190         update references. (Fixes bug: 509346.)
3192 2008-01-13  Naba Kumar  <naba@gnome.org>
3194         Patch from: Ritesh Khadgaray
3195         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3196         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3197         Adds export-dynamic option to LDFLAGS to project template for libglade
3198         to work for autoconnect signals.
3200 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3202         * libanjuta/anjuta-utils.c:
3203         anjuta_util_get_real_path return a string that need to be freed
3204         with g_free even if PATH_MAX is not defined
3206 2008-01-13  Andre Klapper  <a9016009@gmx.de>
3208         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
3209         to DOC_LINGUAS.
3211 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3213         * plugins/document-manager/anjuta-docman.c:
3214         Do not reopen file having escaped character (+,...) in path name
3216 2008-01-13  Naba Kumar  <naba@gnome.org>
3218         * libanjuta/interfaces/libanjuta.idl:
3219         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
3220         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
3221         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
3222         IAnjutaProjectManager::add_sources().
3224         * plugins/glade/plugin.c: (on_glade_resource_removed),
3225         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
3226         stubs for handing resources in glade file.
3228 2008-01-13  Naba Kumar  <naba@gnome.org>
3230         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
3232         * plugins/glade/plugin.c: (ifile_open): Select the first window
3233         in the glade project when it is first opened. Avoids empty glade
3234         document the first time.
3236 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
3238   Reviewed by: Johannes Schmid <jhs@gnome.org>
3240         * plugins/gtodo/callback.c: (remove_todo_item):
3241         Fix #507304 – crash in Anjuta IDE while removing done tasks
3243 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
3245         * plugins/debug-manager/anjuta-debug-manager.ui,
3246         plugins/debug-manager/plugin.c,
3247         plugins/debug-manager/start.h,
3248         plugins/debug-manager/start.c:
3249         New menu item to add extra source directories for debugger
3251 === anjuta 2.3.2 ===
3253 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
3255         * plugins/gtodo/callback.c: (remove_todo_item):
3256         Fix #507304 – crash in Anjuta IDE while removing done tasks
3258 2008-01-11  Naba Kumar  <naba@gnome.org>
3260         * configure.in: Bumped version to 2.3.2
3261         * NEWS: Updated for anjuta 2.3.2 release
3262         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3263         not 'make tarball'
3265 2008-01-11  Johannes Schmid <jhs@gnome.org>
3267         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3268         .glade:
3269         Reverted accidently commited change
3270         
3271         * plugins/document-manager/anjuta-document-manager.glade:
3272         Fix Gtk-Critical because of broken glade file
3274 2008-01-11  Naba Kumar  <naba@gnome.org>
3276         * plugins/glade/plugin.c: (on_document_destroy),
3277         (glade_plugin_add_project): Fixed a bug where when more than one
3278         glade document is open and one is closed, it closes all the glade
3279         documents. Also it might have fixed the bug where sometimes closing
3280         the glade document leaves glade widget tree unclosed.
3282 2008-01-11  Naba Kumar  <naba@gnome.org>
3284         * libanjuta/Makefile.am: Install glade3 files in own prefix to
3285         prevent install errors when not installed as root (then the files
3286         are only useful when glade-3 is installed in the same prefix, but it
3287         doesn't harm anjuta runtime).
3289         * plugins/sourceview/sourceview.c: Commented use of a file
3290         not currently distributed.
3292 2008-01-10  Naba Kumar  <naba@gnome.org>
3294         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3295         nothing to translate in it.
3297 2008-01-10  Johannes Schmid <jhs@gnome.org>
3299         * plugins/project-wizard/templates/gnome.wiz:
3300         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3301         * plugins/project-wizard/templates/gnome/src/main.c:
3302         * plugins/project-wizard/templates/translatable-strings.h:
3303         
3304         Fixed #508497 and added a new chooser to select whether to use
3305         libglade or not.
3307 2008-01-10  Johannes Schmid <jhs@gnome.org>
3309         Patch from Tom <tpgww@onepost.net>:
3311         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3312         (anjuta_util_glist_path_dedup):
3313         * libanjuta/anjuta-utils.h:
3314         
3315         Give the method a proper prefixed name
3316         
3317         * plugins/document-manager/action-callbacks.c:
3318         (get_current_popup_active),
3319         (on_editor_command_select_all_activate),
3320         (on_editor_command_cut_activate),
3321         (on_editor_command_paste_activate),
3322         (on_editor_command_copy_activate),
3323         (on_editor_command_clear_activate), (on_show_search),
3324         (on_repeat_quicksearch):        
3325         * plugins/document-manager/action-callbacks.h:
3326         * plugins/document-manager/anjuta-docman.c:
3327         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3328         (anjuta_docman_goto_file_line_mark),
3329         (anjuta_docman_get_full_filename):
3330         * plugins/document-manager/anjuta-docman.h:
3331         * plugins/document-manager/anjuta-document-manager.ui:
3332         * plugins/document-manager/plugin.c:
3333         (update_document_ui_interface_items):
3334         
3335         Better way to fix the popup-menu items (Cut/Copy/Paste)
3336         and various clean-ups.
3337         
3338         * plugins/document-manager/search-box.c: (on_document_changed),
3339         (search_box_fill_search_focus):
3340         * plugins/document-manager/search-box.h:
3341         * plugins/search/plugin.c:
3342         
3343         Add a menu item to repeat the quick search
3345 2008-01-10  Johannes Schmid <jhs@gnome.org>
3347         * plugins/language-support-cpp-java/cpp-java-assist.c:
3348         (on_assist_chosen):
3349         
3350         Fixed #508424 – Auto complete: previous char was removed when 
3351         pre TAB to auto complete.
3353 2008-01-10  Johannes Schmid <jhs@gnome.org>
3355         Patch from: James Ligett:
3357         * plugins/profiler/gprof-call-graph-view.c:
3358         (gprof_call_graph_view_create_columns):
3359         * plugins/profiler/gprof-flat-profile-view.c:
3360         (gprof_flat_profile_view_create_columns):
3361         
3362         Fixed translation issues (#496833)
3364 2008-01-10 Johannes Schmid <jhs@gnome.org>
3366         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3368         * plugins/gtodo/gtodo.c: (category_manager_add_item):
3369         Fix #460390 – Changing categories while edinting something
3371 2008-01-09  Naba Kumar  <naba@gnome.org>
3373         * libanjuta/anjuta-plugin-manager.c:
3374         (anjuta_plugin_manager_activate_plugins): Commented dead code and
3375         fixed a leak.
3377         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3378         corruption reported in bug #507491. Potentially fixes too.
3380 2008-01-09  Johannes Schmid <jhs@gnome.org>
3382         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3384         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3385         Fix bug #505205 completely
3386         
3387         * AUTHORS: Added Bolesław
3389 2008-01-08  Johannes Schmid <jhs@gnome.org>
3391         * plugins/document-manager/action-callbacks.c:
3392         (on_editor_command_cut_activate),
3393         (on_editor_command_paste_activate),
3394         (on_editor_command_copy_activate),
3395         (on_editor_command_clear_activate):
3396         
3397         Fixed editor popup menu (Cut, Copy, Paste)
3399 2008-01-08  Johannes Schmid <jhs@gnome.org>
3401         * plugins/sourceview/sourceview.c: (autodetect_language):
3402         Fixed a crash when creating a new file
3404 2008-01-08  Johannes Schmid <jhs@gnome.org>
3406         Patch by <bolekk@gmail.com> (GHOP Student)
3408         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3409         Fix bug #505205
3411 2008-01-08  Naba Kumar  <naba@gnome.org>
3413         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3414         * libanjuta/anjuta-plugin-manager.c:
3415         (anjuta_plugin_manager_select),
3416         (anjuta_plugin_manager_activate_plugins):
3417         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3418         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3419         (on_create_submenu), (create_open_with_submenu):
3420         * src/about.c: (on_about_plugin_activate),
3421         (about_create_plugins_submenu): Use translated version of get_string()
3422         API in AnjutaDescription for translatable properties. Fixes bug #496833
3423         comment #18.
3425 2008-01-07  Johannes Schmid <jhs@gnome.org>
3427         * plugins/build-basic-autotools/executer.c: (execute_program):
3428         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3429         * plugins/debug-manager/anjuta-debug-manager.glade:
3430         * plugins/debug-manager/locals.c: (create_locals_gui):
3431         * plugins/file-loader/plugin.c: (on_create_submenu):
3432         * plugins/gtodo/main.h:
3433         * plugins/gtodo/preferences.c: (preferences_widget):
3434         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3435         * plugins/tools/anjuta-tools.glade:
3436         * plugins/tools/execute.c: (atp_output_context_print):
3437         * src/main.c:
3438         
3439                 Another bunch of i18n fixes (#496833)
3441 2008-01-07  Johannes Schmid <jhs@gnome.org>
3443         * plugins/build-basic-autotools/build-basic-autotools.c:
3444         (on_build_terminated):
3445         * plugins/gtodo/interface.c: (set_read_only):
3446         * plugins/project-manager/plugin.c: (confirm_removal),
3447         (on_popup_add_to_project):
3448         * plugins/subversion/anjuta-subversion.glade:
3449         * plugins/tools/execute.c: (atp_output_context_print_result):
3450         
3451         Fixed some strings from #496833
3453 2008-01-07  Johannes Schmid <jhs@gnome.org>
3455         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3456         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3457         .in:
3458         * plugins/language-support-cpp-java/plugin.c: (install_support),
3459         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3460         Added basic Vala support
3461         
3462         * plugins/sourceview/sourceview.c: (autodetect_language):
3463         Fixed mime-type detection
3465 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3467   Reviewed by: Johannes Schmid <jhs@gnome.org>
3469         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3470         (value_removed_current_editor), (symbol_db_activate),
3471         (symbol_db_deactivate):
3472         * plugins/symbol-db/symbol-db-engine.c:
3473         (symbol_db_engine_get_global_members_filtered):
3474         * plugins/symbol-db/symbol-db-view.c:
3475         (do_add_child_symbol_to_view), (prepare_for_adding),
3476         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3477         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3478         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3479         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3480         (sdb_view_init), (sdb_view_finalize),
3481         (sdb_view_build_and_display_base_tree):
3482         * plugins/symbol-db/symbol-db-view.h:
3483         added controls to expand Global tab nodes in a non-freezing way.
3484         Fixed also some little bugs always on global-tab.
3486 2008-01-06  Naba Kumar  <naba@gnome.org>
3488         Patches from James Liggett:
3489         * plugins/profiler/gprof-call-graph-view.c:
3490         (gprof_call_graph_view_create_columns):
3491         * plugins/profiler/gprof-flat-profile-view.c:
3492         (gprof_flat_profile_view_create_columns):
3493         * plugins/profiler/gprof-function-call-tree-view.c:
3494         (gprof_function_call_tree_view_create_columns): Made all
3495         of the columns resizable and reorderable.
3497 2008-01-06  Johannes Schmid <jhs@gnome.org>
3499         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3500         (anjuta_launcher_check_password_real),
3501         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3502         (anjuta_launcher_scan_pty),
3503         (anjuta_launcher_disable_password_check):
3504         * libanjuta/anjuta-launcher.h:
3505         Added disable_password_check for stream where it does not make sense 
3506         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3507         that sometimes occur in symbol-db plugin
3508         
3509         * plugins/file-manager/file-model.c:
3510         (file_model_cancel_expand_idle):
3511         Fixed removing of idle source
3512         
3513         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3514         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3515         
3516         Fixed #348854 – invisible cursor in certain themes
3518 2008-01-06  Naba Kumar  <naba@gnome.org>
3520         * libanjuta/anjuta-preferences.c:
3521         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3522         closing preferences dialog due to patch in bug #507300
3524 2008-01-06  Naba Kumar  <naba@gnome.org>
3526         * plugins/language-support-cpp-java/cpp-java-assist.c:
3527         (on_assist_chosen):
3528         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3529         * plugins/search/search-replace_backend.c: (create_search_entries):
3530         Added missing unrefs.
3532 2008-01-06  Johannes Schmid <jhs@gnome.org>
3534         * plugins/debug-manager/variable.c: (get_hovered_word):
3535   Add a g_object_unref()  
3536         
3537         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3538         (on_sourceview_hover_leave):
3539         Fixed hover and editor interface to make hover in debugger work
3541 2008-01-06  Naba Kumar  <naba@gnome.org>
3543         * plugins/editor/text-editor.c: Whitespaces fixes.
3544         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3545         DEBUG_PRINT instead of g_message.
3547 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3549         * plugins/debug-manager/breakpoints.c:
3550         Fix #507441: Disable all breakpoints doesn't work
3551         Fix #507444: Enable Breakpoint menu item doesn't change name
3553 2008-01-05  Naba Kumar  <naba@gnome.org>
3555         * manuals/reference/libanjuta/libanjuta.types: Renamed
3556         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3558 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3560         * plugins/debug-manager/variable.c:
3561         Update variable display to use IAnjutaIterable instead of position
3563         * plugins/editor/text_editor_cbs.c,
3564         plugins/editor/text_editor.c:
3565         Fix Gtk critical warnings when a hover signal is emitted
3566         Fix get_text_iter in Scintilla (range should include last character)
3567         
3568 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3570         * plugins/debug-manager/debug_tree.c,
3571         plugins/debug-manager/debug_tree.h,
3572         plugins/debug-manager/watch.c,
3573         plugins/debug-manager/command.c,
3574         plugins/debug-manager/queue.c,
3575         plugins/gdb/plugin.c,
3576         plugins/gdb/debugger.c,
3577         plugins/gdb/debugger.h,
3578         libanjuta/interfaces/libanjuta.idl:
3579         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3581 2008-01-05  Naba Kumar  <naba@gnome.org>
3583         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3584         menus to avoid conflict with file open/save. Fixes bug #507455
3586 2008-01-05  Johannes Schmid <jhs@gnome.org>
3588         * configure.in:
3589         Conditionally depend on gtksourceview2 >= 2.1.0
3590         
3591         * libanjuta/interfaces/libanjuta.idl:
3592         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3593         iterators instead of positions
3594         
3595         * plugins/debug-manager/threads.c:
3596         Fixed a warnings by including gnome-vfs properly
3597         
3598         * plugins/debug-manager/variable.c: (get_hovered_word),
3599         (on_hover_over):
3600         Updated to changes in IAnjutaEditorHover/Selection
3601         
3602         * plugins/document-manager/action-callbacks.c:
3603         (on_editor_command_upper_case_activate),
3604         (on_editor_command_lower_case_activate):
3605         * plugins/document-manager/search-box.c: (on_incremental_search),
3606         (on_search_activated):
3607         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3608         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3609         (iselection_get_start), (iselection_get_end),
3610         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3611         * plugins/editor/text_editor_cbs.c:
3612         (on_text_editor_scintilla_notify):
3613         
3614         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3615         interface of scintilla editor.
3616         
3617         * plugins/language-manager/languages.xml:
3618         * plugins/language-manager/plugin.c:
3619         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3620         Added chdr to C language files and some DEBUG_PRINTs
3621         
3622         * plugins/language-support-cpp-java/cpp-java-assist.c:
3623         (on_assist_chosen):
3624         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3625         * plugins/search/plugin.c: (find_incremental):
3626         * plugins/search/search-replace.c: (search_and_replace):
3627         * plugins/search/search-replace_backend.c: (create_search_entries):
3628                 Adapted to changed interfaces
3630         * plugins/sourceview/Makefile.am:
3631         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3632         (set_uri), (anjuta_document_save):
3633         * plugins/sourceview/anjuta-editor-sourceview.glade:
3634         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3635         (anjuta_view_key_press_event):
3636         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3637         * plugins/sourceview/sourceview-cell.c:
3638         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3639         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3640         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3641         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3642         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3643         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3644         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3645         * plugins/sourceview/sourceview-private.h:
3646         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3647         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3648         (on_document_loaded), (sourceview_instance_init),
3649         (sourceview_dispose), (sourceview_finalize),
3650         (sourceview_create_markers), (sourceview_new),
3651         (ifile_savable_save), (ieditor_get_tab_size),
3652         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3653         (ieditor_set_auto_indent), (ieditor_goto_line),
3654         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3655         (iselect_block), (iselect_set), (iselect_get_start),
3656         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3657         (imark_unmark), (imark_is_marker_set),
3658         (imark_location_from_handle), (imark_delete_all_markers),
3659         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3660         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3661         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3662         (ilanguage_get_supported_languages), (autodetect_language),
3663         (ilanguage_set_language), (iassist_show_tips),
3664         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3665         (ihover_display), (ihover_iface_init):
3666         
3667         Use GtkSourceView 2.1.x:
3668         * New mark interface
3669         * Fixed #486724 and #488615
3670         * Implemented hover interface
3671         * Adapted to changed interfaces
3673 2008-01-04  Rob Bradford  <rob@o-hand.com>
3675         Reviewed by Naba Kumar  <naba@gnome.org>:
3676         * libanjuta/anjuta-preferences.c:
3677         (anjuta_preferences_register_property_custom):
3678         Unregister preferences for custom preferences when the widget is
3679         destroyed.
3681 2008-01-03  Johannes Schmid <jhs@gnome.org>
3683         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3684         (file_model_row_collapsed):
3685   Fixed the too method to take a correct data argument
3687 2008-01-02  Johannes Schmid <jhs@gnome.org>
3689         * plugins/document-manager/anjuta-docman.c:
3690         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3691         ref and unref correctly to silence a Gtk+ critical
3693 2008-01-01  Johannes Schmid <jhs@gnome.org>
3695         * plugins/editor/text_editor.c: (itext_editor_get_text):
3696         Fixed #506740 – ianjuta_editor_get_text crash if request 
3697         text past the buffer length
3699 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3701         * plugins/debug-manager/utilities.c,
3702         plugins/debug-manager/utilities.h,
3703         plugins/debug-manager/breakpoints.c:
3704         Move get_current_editor function in utilities.c
3706         * plugins/debug-manager/plugin.c,
3707         plugins/debug-manager/debug_tree.c,
3708         plugins/debug-manager/debug_tree.h,
3709         plugins/debug-manager/watch.c,
3710         plugins/debug-manager/watch.h,
3711         plugins/debug-manager/locals.c,
3712         plugins/debug-manager/locals.h,
3713         (added) plugins/debug-manager/variable.c,
3714         (added) plugins/debug-manager/variable.h,
3715         plugins/debug-manager/Makefile.am:
3716         Use hover interface to display variable value
3718 2007-12-31  Johannes Schmid <jhs@gnome.org>
3720         * libanjuta/Makefile.am:
3721         Only install glade catalog files if glade-3 is available
3722         (Fixes #506269 and #500296)
3724 2007-12-30  Johannes Schmid <jhs@gnome.org>
3726         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3727         (set_property_value_as_string), (register_callbacks):
3729   Fixed GtkFileChooserButton preferences to also work when only the combo
3730   changes without a dialog being open.
3732 2007-12-29  Johannes Schmid <jhs@gnome.org>
3734         * plugins/editor/Makefile.am:
3735         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3737 2007-12-29  Johannes Schmid <jhs@gnome.org>
3739         * plugins/devhelp/plugin.c: (devhelp_activate):
3740         Fixed #498986 - Anjuta-2.3.0 fails to build
3742 2007-12-29  Johannes Schmid <jhs@gnome.org>
3744         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3745         * plugins/debug-manager/plugin.c:
3746         (on_run_to_cursor_action_activate):
3747         * plugins/document-manager/anjuta-docman.c:
3748         (anjuta_docman_goto_file_line_mark):
3749         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3750         (value_removed_current_editor):
3751         
3752         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3753         all those to value_added_current_document...
3755         * plugins/editor/anjuta-editor-scintilla.glade:
3756         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3757         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3759 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3761   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3762   (symbol_db_activate), (symbol_db_deactivate),
3763   (symbol_db_instance_init), (isymbol_manager_get_parents):
3764   * plugins/symbol-db/plugin.h:
3765   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3766   * plugins/symbol-db/symbol-db-engine.c:
3767   (symbol_db_engine_get_global_members_filtered):
3768   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3769   (on_symbol_inserted):
3770   Filtered out static functions on global-tab. E.g. when flag
3771   is_file_scope = 1 we won't add entries there.
3772   Fixed a little bug on 'Global'->'Vars/Others' node too.
3774 2007-12-28  Johannes Schmid <jhs@gnome.org>
3776   * libanjuta/anjuta-launcher.c:
3777   Fixed a silly (and completely useless) memory corruption that probably 
3778   only occured at a few race conditions though I wonder why it did not 
3779         happen more often
3781 2007-12-28  Johannes Schmid <jhs@gnome.org>
3782         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3783         * plugins/debug-manager/plugin.c: (set_program_counter):
3784         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3785         * plugins/debug-manager/start.c: (get_source_directories):
3786         * plugins/debug-manager/threads.c: (on_info_thread),
3787         (on_list_thread):
3788         * plugins/file-manager/file-model.c: (file_model_set_property):
3789         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3790         * plugins/tools/editor.c: (on_editor_response):
3791         
3792         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3793         
3794         * plugins/document-manager/plugin.c: (update_title),
3795         (value_added_project_root_uri):
3796         * plugins/document-manager/plugin.h:
3797         Shorten down the title bar if the current path is inside the opened project
3799 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3801         reviewed by: Johannes Schmid <jhs@gnome.org>
3803         * plugins/project-wizard/templates/java/project.anjuta:
3804         * plugins/project-wizard/templates/mkfile/project.anjuta:
3805         * plugins/project-wizard/templates/python/project.anjuta:
3806         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3807         let new projects use new SymbolDB plugin.
3808         
3809         * plugins/symbol-browser/images/Makefile.am:
3810         added some images taken from MonoDevelop project.
3811         
3812         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3813         (goto_file_line), (on_importing_project_end), (project_root_added),
3814         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3815         (isymbol_manager_search):
3816         Added project-updating feature when opening a project with some files
3817   modified externally [e.g. a svn up].
3818         
3819         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3820         (sdb_engine_iterator_node_instance_init),
3821         (sdb_engine_iterator_node_finalize),
3822         (symbol_db_engine_iterator_node_set_conversion_hash):
3823         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3824         * plugins/symbol-db/symbol-db-engine-iterator.c:
3825         (symbol_db_engine_iterator_new):
3826         * plugins/symbol-db/symbol-db-engine-iterator.h:
3827          Moved Hash table initialization into the engine. This proxies and
3828   speeds up the process of creation and iteration of a GdaDataModel.
3829         
3830         * plugins/symbol-db/symbol-db-engine.c:
3831         (sdb_engine_ctags_output_thread),
3832         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3833         (sdb_engine_scan_files_1), (sdb_engine_init),
3834         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3835         (symbol_db_engine_add_new_workspace),
3836         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3837         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3838         (symbol_db_engine_get_sym_type_conversion_hash),
3839         (symbol_db_engine_update_files_symbols),
3840         (symbol_db_engine_update_project_symbols),
3841         (symbol_db_engine_update_buffer_symbols),
3842         (symbol_db_engine_get_class_parents),
3843         (symbol_db_engine_get_global_members_filtered),
3844         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3845         (symbol_db_engine_get_scope_members_by_symbol_id),
3846         (symbol_db_engine_get_scope_members),
3847         (symbol_db_engine_get_current_scope),
3848         (symbol_db_engine_get_file_symbols),
3849         (symbol_db_engine_get_symbol_info_by_id),
3850         (symbol_db_engine_find_symbol_by_name_pattern),
3851         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3852         * plugins/symbol-db/symbol-db-engine.h:
3853         * plugins/symbol-db/symbol-db-view-locals.c:
3854         (sdb_view_locals_get_iter_from_row_ref),
3855         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3856         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3857         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3858         Changes on some queries fuctions and some fixes. Added *_filtered
3859   functions.
3860         
3861         * plugins/symbol-db/symbol-db-view.c:
3862         (do_add_child_symbol_to_view), (add_new_waiting_for),
3863         (prepare_for_adding), (on_symbol_inserted),
3864         (do_recurse_subtree_and_remove), (on_symbol_removed),
3865         (sdb_view_do_add_hidden_dummy_child),
3866         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3867         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3868         (sdb_view_locals_create_new_store), (sdb_view_init),
3869         (sdb_view_finalize), (sdb_view_class_init),
3870         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3871         (symbol_db_view_get_pixbuf),
3872         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3873         New display for global tags. This is the definitive version, bugs apart.
3874         
3875         * plugins/symbol-db/tables.sql:
3876         fixed typo.
3878 2007-12-27  Naba Kumar  <naba@gnome.org>
3880         * libanjuta/interfaces/libanjuta.idl:
3881         * plugins/editor/aneditor-priv.h:
3882         * plugins/editor/aneditor.cxx:
3883         * plugins/editor/text_editor.c: (text_editor_instance_init),
3884         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3885         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3886         * plugins/editor/text_editor.h:
3887         * plugins/editor/text_editor_cbs.c:
3888         (on_text_editor_scintilla_notify):
3890         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3891         related code in AnEditor. Fixed some compilation warnings.
3893 2007-12-26  Naba Kumar  <naba@gnome.org>
3895         * Changelog: Fixed indentation.
3897 2007-12-25  Naba Kumar  <naba@gnome.org>
3899         * plugins/editor/Makefile.am:
3900         * plugins/editor/editor.glade:
3901         * plugins/editor/plugin.c:
3902         * plugins/editor/style-editor.c:
3903         * plugins/sourceview/Makefile.am:
3904         * plugins/sourceview/plugin.c:
3905         * plugins/sourceview/sourceview.glade:
3906         * plugins/valgrind/Makefile.am:
3908         Renamed glade files to anjuta-editor-* to give name space for the
3909         schema files (because they are installed in system directory).
3911         * scripts/build-schemas.mk: Install the schemas files also (need for
3912         binary package installation/uninstallation).
3914 2007-12-25  Johannes Schmid <jhs@gnome.org>
3916         * plugins/language-support-cpp-java/plugin.c:
3917         (set_indentation_param_vim):
3918         
3919         Support some more vim modeline commands and shortcuts (#504331)
3921 2007-12-25  Johannes Schmid <jhs@gnome.org>
3923         Patches from James Liggett:
3924         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3925         (anjuta_vcs_status_tree_view_init):
3926         * plugins/subversion/subversion-commit-dialog.c:
3927         (subversion_commit_dialog):
3928         * plugins/subversion/subversion-diff-dialog.c:
3929         (on_subversion_diff_response):
3930         * plugins/subversion/subversion-log-dialog.c:
3931         (on_log_view_selected_button_clicked),
3932         (on_log_diff_selected_button_clicked),
3933         (on_log_diff_previous_button_clicked):
3934         * plugins/subversion/subversion-resolve-dialog.c:
3935         (subversion_resolve_dialog):
3936         * plugins/subversion/subversion-revert-dialog.c:
3937         (subversion_revert_dialog):
3938         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3939         (pulse_progress_bar), (hide_pulse_progress_bar),
3940         (disconnect_data_arrived_signals),
3941         (cancel_data_arrived_signal_disconnect):
3942         * plugins/subversion/subversion-ui-utils.h:
3943         
3944         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3945         #505237 – Sort list of modified files
3947 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3949         * plugins/gdb/debugger.c:
3950         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3952 2007-12-23  Johannes Schmid <jhs@gnome.org>
3954         * plugins/language-support-cpp-java/plugin.c:
3955         (set_indentation_param_emacs), (set_indentation_param_vim),
3956         (parse_mode_line_emacs), (parse_mode_line_vim),
3957         (extract_mode_line), (initialize_indentation_params):
3959         Added (basic) support for vim modelines (#504331)
3961         * plugins/message-view/message-view.c: (message_view_next),
3962         (message_view_previous):
3963         
3964         Fixed next/previous message
3966 2007-12-23  Johannes Schmid <jhs@gnome.org>
3968         * libanjuta/anjuta-ui.h:
3969         Check for != NULL before unref'ing pixbuf (related to #497878)
3970         
3971         * plugins/devhelp/plugin.c: (register_stock_icons):
3972         * plugins/document-manager/anjuta-docman.c:
3973         (anjuta_docman_add_document):
3974         * plugins/glade/plugin.c: (on_close_activated),
3975         (register_stock_icons), (on_session_save),
3976         (glade_plugin_add_project):
3977         
3978         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3979         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3980         
3981         * plugins/language-support-cpp-java/plugin.c:
3982         (register_stock_icons):
3983         Fixed stock icon registration macros
3985 2007-12-23  Johannes Schmid <jhs@gnome.org>
3987         * global-tags/Makefile.am:
3988         * launcher/Makefile.am:
3989         * libanjuta/Makefile.am:
3990         * libegg/Makefile.am:
3991         * manuals/anjuta-faqs/Makefile.am:
3992         * manuals/anjuta-manual/Makefile.am:
3993         * manuals/reference/libanjuta/Makefile.am:
3994         * plugins/build-basic-autotools/Makefile.am:
3995         * plugins/class-gen/Makefile.am:
3996         * plugins/class-inheritance/Makefile.am:
3997         * plugins/cvs-plugin/Makefile.am:
3998         * plugins/debug-manager/Makefile.am:
3999         * plugins/devhelp/Makefile.am:
4000         * plugins/document-manager/Makefile.am:
4001         * plugins/editor/Makefile.am:
4002         * plugins/editor/scintilla/Makefile.am:
4003         * plugins/editor/scintilla/include/Makefile.am:
4004         * plugins/file-loader/Makefile.am:
4005         * plugins/file-manager/Makefile.am:
4006         * plugins/file-wizard/Makefile.am:
4007         * plugins/gdb/Makefile.am:
4008         * plugins/glade/Makefile.am:
4009         * plugins/gtodo/Makefile.am:
4010         * plugins/gvim/Makefile.am:
4011         * plugins/indent/Makefile.am:
4012         * plugins/language-manager/Makefile.am:
4013         * plugins/language-support-cpp-java/Makefile.am:
4014         * plugins/macro/Makefile.am:
4015         * plugins/message-view/Makefile.am:
4016         * plugins/patch/Makefile.am:
4017         * plugins/profiler/Makefile.am:
4018         * plugins/project-import/Makefile.am:
4019         * plugins/project-manager/Makefile.am:
4020         * plugins/project-wizard/Makefile.am:
4021         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4022         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
4023         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
4024         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
4025         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
4026         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
4027         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
4028         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
4029         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
4030         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
4031         * plugins/sample1/Makefile.am:
4032         * plugins/search/Makefile.am:
4033         * plugins/sourceview/Makefile.am:
4034         * plugins/subversion/Makefile.am:
4035         * plugins/symbol-browser/Makefile.am:
4036         * plugins/symbol-db/Makefile.am:
4037         * plugins/symbol-db/test/Makefile.am:
4038         * plugins/terminal/Makefile.am:
4039         * plugins/tools/Makefile.am:
4040         * plugins/valgrind/Makefile.am:
4041         * src/Makefile.am:
4042         * tagmanager/Makefile.am:
4043         
4044         Replaces the deprecated "INCLUDES" in all Makefile.am's with
4045         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
4046         warnings from illigel C++ compiler flags.
4048 2007-12-23  Johannes Schmid <jhs@gnome.org>
4050         Patch from Tom <tpgww@onepost.net>:
4051   
4052         * plugins/document-manager/anjuta-docman.c:
4053         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
4054         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
4055         (anjuta_docman_instance_init), (on_notebook_switch_page),
4056         (anjuta_docman_grab_text_focus):
4057         * plugins/document-manager/plugin.c: (on_document_added),
4058         (on_window_key_press_event), (on_window_key_release_event):
4059         
4060         Some more document-manager code cleanups and fixes.
4062 2007-12-23  Massimo Cora'  <maxcvs@email.it>
4064         * plugins/symbol-db/plugin.c: (register_stock_icons),
4065         (value_added_current_editor), (value_removed_current_editor),
4066         (on_importing_project_end), (project_root_removed):
4067         added controls to clean/populate GtkTreeView(s) on projects unload/load.
4069         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
4070         (symbol_db_engine_get_file_db_path):
4071         fixed a useless warning.
4073         * plugins/symbol-db/symbol-db-view-locals.c:
4074         (traverse_free_waiting_for), (file_view_status_destroy),
4075         (sdb_view_locals_create_new_store), (traverse_files_view_status),
4076         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
4077         (sdb_view_locals_finalize), (on_symbol_inserted),
4078         (symbol_db_view_locals_recv_signals_from_engine),
4079         (symbol_db_view_locals_update_list):
4080         more speed on editors switching. GtkTreeStore caching method implemented.
4081         Fixed compiler warnings and a little memory leak.
4083         * plugins/symbol-db/symbol-db-view-locals.h:
4084         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
4085         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
4086         (on_scan_end), (on_symbol_inserted),
4087         (sdb_view_locals_create_new_store), (sdb_view_init),
4088         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
4089         * plugins/symbol-db/symbol-db-view.h:
4090         fixed some crashers. Now project loading/populating should be quite quick.
4092 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
4094         * plugins/debug-manager/command.c,
4095         plugins/debug-manager/queue.c:
4096         Take care of command return value (FALSE is an error)
4098 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
4100         * plugins/debug-manager/anjuta-debug-manager.glade,
4101         plugins/debug-manager/breakpoints.c:
4102         Remove address, condition and pass breakpoint column if not supported
4103         Fix clear all remove_all to avoid an endless loop if a breakpoint
4104         cannot be removed
4106 2007-12-17  Johannes Schmid <jhs@gnome.org>
4108         Patch from Tom <tpgww@onepost.net> (with some changes):
4110         * plugins/document-manager/action-callbacks.c: (on_open_activate),
4111         (on_save_as_activate), (on_save_all_activate),
4112         (on_close_file_activate), (on_close_all_file_activate),
4113         (on_reload_file_activate), (on_editor_command_clear_activate),
4114         (on_transform_eolchars1_activate), (on_comment_block),
4115         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
4116         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4117         (on_editor_linenos1_activate), (on_editor_markers1_activate),
4118         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
4119         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
4120         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
4121         (on_zoom_out_text_activate):
4122         * plugins/document-manager/action-callbacks.h:
4123         * plugins/document-manager/anjuta-docman.c:
4124         (on_notebook_page_close_button_click),
4125         (on_notebook_page_close_button_enter),
4126         (on_notebook_page_close_button_leave),
4127         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
4128         (anjuta_docman_page_init), (anjuta_docman_page_new),
4129         (on_open_filesel_response), (create_file_open_dialog_gui),
4130         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
4131         (anjuta_docman_instance_init), (on_notebook_switch_page),
4132         (on_document_destroy), (anjuta_docman_add_editor),
4133         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4134         (anjuta_docman_set_current_document),
4135         (anjuta_docman_goto_file_line_mark), (get_real_path),
4136         (anjuta_docman_get_full_filename),
4137         (anjuta_docman_delete_all_markers),
4138         (anjuta_docman_delete_all_indicators),
4139         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4140         (anjuta_docman_order_tabs):
4141         * plugins/document-manager/anjuta-docman.h:
4142         * plugins/document-manager/file_history.c: (an_hist_file_new),
4143         (an_file_history_push), (an_file_history_dump):
4144         * plugins/document-manager/file_history.h:
4145         * plugins/document-manager/plugin.c: (update_title),
4146         (value_removed_project_root_uri),
4147         (update_document_ui_interface_items), (menu_name_compare),
4148         (on_document_added), (on_document_changed),
4149         (on_window_key_press_event), (on_window_key_release_event),
4150         (on_session_save):
4151         * plugins/document-manager/search-box.c: (on_document_changed),
4152         (on_goto_activated), (search_box_init), (search_box_new):
4153         * plugins/document-manager/search-box.h:
4155         Yet more code cleanups
4156         Save glade files correctly in session
4157         Use new tooltip API if available
4158         Sort notebook pages when session is restored (needs work)
4160 2007-12-16  Johannes Schmid <jhs@gnome.org>
4162         * plugins/document-manager/anjuta-docman.c:
4163         (anjuta_docman_add_document):
4164         
4165         Present correct widget with anjuta_shell_present_widget(). This got wrong when
4166         the new search bar was introduced.
4168 2007-12-12  Johannes Schmid <jhs@gnome.org>
4169   
4170         Patch from  Tom <tpgww@onepost.net>:
4171         (#485233 – another bunch of docman cleanups)
4172   
4173         * libanjuta/interfaces/libanjuta.idl:
4174         * plugins/document-manager/action-callbacks.c:
4175         (get_current_document), (get_current_focus_widget),
4176         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
4177         (on_close_file_activate), (on_close_all_file_activate),
4178         (on_reload_file_activate), (on_print_activate),
4179         (on_print_preview_activate),
4180         (on_editor_command_upper_case_activate),
4181         (on_editor_command_lower_case_activate),
4182         (on_editor_command_eol_crlf_activate),
4183         (on_editor_command_eol_lf_activate),
4184         (on_editor_command_eol_cr_activate),
4185         (on_editor_command_select_all_activate),
4186         (on_editor_command_select_to_brace_activate),
4187         (on_editor_command_select_block_activate),
4188         (on_editor_command_match_brace_activate),
4189         (on_editor_command_undo_activate),
4190         (on_editor_command_redo_activate),
4191         (on_editor_command_cut_activate),
4192         (on_editor_command_paste_activate),
4193         (on_editor_command_copy_activate),
4194         (on_editor_command_clear_activate),
4195         (on_editor_command_close_folds_all_activate),
4196         (on_editor_command_open_folds_all_activate),
4197         (on_editor_command_toggle_fold_activate),
4198         (on_editor_command_bookmark_toggle_activate),
4199         (on_editor_command_bookmark_first_activate),
4200         (on_editor_command_bookmark_next_activate),
4201         (on_editor_command_bookmark_prev_activate),
4202         (on_editor_command_bookmark_last_activate),
4203         (on_editor_command_bookmark_clear_activate),
4204         (on_transform_eolchars1_activate), (on_comment_block),
4205         (on_comment_box), (on_comment_stream),
4206         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4207         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
4208         (on_force_hilite_activate), (on_swap_activate),
4209         (on_editor_add_view_activate), (on_editor_remove_view_activate):
4210         * plugins/document-manager/action-callbacks.h:
4211         * plugins/document-manager/anjuta-docman.c:
4212         (on_notebook_page_close_button_click),
4213         (on_notebook_page_close_button_enter),
4214         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
4215         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
4216         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
4217         (on_open_filesel_response), (anjuta_docman_open_file),
4218         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
4219         (anjuta_docman_dispose), (anjuta_docman_instance_init),
4220         (anjuta_docman_class_init), (anjuta_docman_new),
4221         (on_notebook_switch_page), (on_document_save_point),
4222         (on_document_destroy), (anjuta_docman_add_editor),
4223         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4224         (anjuta_docman_set_popup_menu),
4225         (anjuta_docman_get_current_focus_widget),
4226         (anjuta_docman_get_page_for_document),
4227         (anjuta_docman_get_current_document),
4228         (anjuta_docman_set_current_document),
4229         (anjuta_docman_goto_file_line),
4230         (anjuta_docman_goto_file_line_mark),
4231         (anjuta_docman_get_full_filename),
4232         (anjuta_docman_present_notebook_page),
4233         (anjuta_docman_update_page_label),
4234         (anjuta_docman_delete_all_markers),
4235         (anjuta_docman_delete_all_indicators),
4236         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4237         (do_ordertab1), (anjuta_docman_order_tabs),
4238         (anjuta_docman_set_editor_properties),
4239         (anjuta_docman_get_document_for_path),
4240         (anjuta_docman_get_all_doc_widgets):
4241         * plugins/document-manager/anjuta-docman.h:
4242         * plugins/document-manager/editor-tooltips.c:
4243         * plugins/document-manager/plugin.c: (update_title),
4244         (update_document_ui_enable_all), (update_document_ui_disable_all),
4245         (update_document_ui_save_items),
4246         (update_document_ui_interface_items), (update_document_ui),
4247         (on_document_update_save_ui), (update_status),
4248         (on_document_update_ui), (on_document_added),
4249         (on_document_changed), (on_session_save), (on_save_prompt),
4250         (on_docman_auto_save), (on_gconf_notify_timer):
4251         * plugins/document-manager/search-box.c: (on_document_changed),
4252         (search_box_new), (search_box_grab_line_focus):
4253         * plugins/glade/plugin.c: (ifile_open):
4254         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4255         * plugins/search/search-replace_backend.c: (create_search_entries):
4256         * plugins/sourceview/anjuta-document.c: (set_uri),
4257         (anjuta_document_save):
4258         * plugins/sourceview/sourceview.c: (ifile_savable_save):
4259         * plugins/tools/editor.c: (on_editor_response):
4261         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4262         It fixes some issues with session handling and several memory lacks.
4263         Gtk 2.12 Tooltip API is used if available.
4265 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
4267         * plugins/debug-manager/disassemble.c,
4268         plugins/debug-manager/disassemble.h,
4269         plugins/debug-manager/command.c,
4270         plugins/debug-manager/command.h,
4271         plugins/debug-manager/plugin.c
4272         plugins/debug-manager/sparse_view.c,
4273         plugins/debug-manager/sparse_view.h,
4274         plugins/gdb/plugin.c,
4275         plugins/gdb/debugger.c,
4276         plugins/gdb/debugger.h,
4277         libanjuta/interfaces/libanjuta.idl:
4278         Fix bug #502533: Implement assembler step
4280         * plugins/debug-manager/breakpoints.c:
4281         Do not save temporary breakpoints
4283         * plugins/debug-manager/stack_trace.c:
4284         Fix a crash when a stack command is cancelled
4286 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
4288         * plugins/debug-manager/plugin.c,
4289         plugins/debug-manager/breakpoints.c,
4290         plugins/debug-manager/breakpoints.h:
4291         Fix bug #488732: Breakpoint on delete lines
4292         Breakpoints are now linked to their position in editor
4294         * plugins/gdb/debugger.c:
4295         Fix removing condition on breakpoint 
4297 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
4299         * plugins/debug-manager/anjuta-debug-manager.glade,
4300         plugins/debug-manager/start.c,
4301         plugins/gdb/plugin.c,
4302         plugins/gdb/debugger.c,
4303         plugins/gdb/debugger.h,
4304         libanjuta/interfaces/libanjuta.idl:
4305         Fix bug #481366: Do not stop at the beginning of the program
4307         * plugins/debug-manager/command.c,
4308         plugins/debug-manager/command.h,
4309         plugins/debug-manager/breakpoints.c,
4310         plugins/debug-manager/queue.c,
4311         plugins/debug-manager/queue.h:
4312         Fix a bug remove all breakpoints was not working due to latest changes
4313         Setting breakpoints is disabled when program is running
4315 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
4317         * plugins/debug-manager/queue.c,
4318         plugins/gdb/plugin.c:
4319         Fix bug #501469: Crash if mime_type is unknown
4321 2007-12-01  Massimo Cora'  <maxcvs@email.it>
4323         * plugins/symbol-db/plugin.c: (on_editor_destroy),
4324         (on_editor_update_ui), (on_single_file_scan_end),
4325         (on_importing_project_end), (project_root_added),
4326         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4327         * plugins/symbol-db/plugin.h:
4328         show on status bar files being scanned.
4330         * plugins/symbol-db/symbol-db-engine.c:
4331         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4332         (sdb_engine_ctags_output_thread),
4333         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4334         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4335         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4336         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4337         (sdb_engine_get_table_id_by_unique_name2),
4338         (symbol_db_engine_open_project),
4339         (sdb_engine_prepare_executing_commands),
4340         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4341         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4342         (sdb_engine_detects_removed_ids),
4343         (symbol_db_engine_get_class_parents),
4344         (symbol_db_engine_get_global_members),
4345         (symbol_db_engine_get_scope_members_by_symbol_id),
4346         (symbol_db_engine_get_scope_members),
4347         (symbol_db_engine_get_current_scope),
4348         (symbol_db_engine_get_file_symbols),
4349         (symbol_db_engine_get_symbol_info_by_id),
4350         (symbol_db_engine_get_full_local_path),
4351         (symbol_db_engine_find_symbol_by_name_pattern),
4352         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4353         * plugins/symbol-db/symbol-db-engine.h:
4354         * plugins/symbol-db/symbol-db-view-locals.c:
4355         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4356         (symbol_db_view_locals_recv_signals_from_engine),
4357         (symbol_db_view_locals_update_list):
4358         * plugins/symbol-db/symbol-db-view-locals.h:
4359         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4360         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4361         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4362         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4363         * plugins/symbol-db/symbol-db-view.h:
4364         Added g_thread architecture to scan in background. With this you
4365         can use Anjuta's GUI without freezing.
4366         Improved insertion speed by using a paradigm like 'insert' and 'check'
4367         replacing a 'check' and 'insert' one. This has been done for tables 
4368         like symbol, scope, sym_type.
4369         Fixed two crashers. 
4371         * plugins/symbol-db/tables.sql:
4372         * plugins/symbol-db/test/main.c: (get_global_members), (main),
4373         (thread), (print_message), (bastard_thread), (idle_signals):
4374         fixed a typo on tables that broke sql triggers.
4376 === anjuta 2.3.1 ===
4378 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4380         * NEWS, AUTHORS: Updated.
4381         * src/Makefile.am: Fixed make distcheck
4383         Patch from Yang Hong:
4384         * plugins/file-manager/file-manager.glade: Fixed file chooser
4385         size in file-manager preferences.
4387 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4389         * NEWS: Updated for 2.3.1 development release
4390         * configure.in: Bumped version to 2.3.1
4392 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4394         * plugins/debug-manager/threads.c,
4395         plugins/debug-manager/disassemble.c,
4396         plugins/debug-manager/watch.c,
4397         plugins/debug-manager/registers.c,
4398         plugins/debug-manager/locals.c,
4399         plugins/debug-manager/breakpoints.c,
4400         plugins/debug-manager/stack_trace.c,
4401         plugins/debug-manager/command.c,
4402         plugins/debug-manager/command.h,
4403         plugins/debug-manager/queue.c,
4404         libanjuta/interfaces/libanjuta.idl:
4405         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4406         Document IAnjutaDebugManager signals
4407         Generate new signals in queue.c
4408         Use new signals in other files
4410 2007-11-30  <genbell@tiscali.it>
4412         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4414         * plugins/gdb/Makefile.am:
4415         Fix bug #500376
4417 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4419         * plugins/tools/variable.c:
4420         Fix a bug added in the previous patch (it is not a leak)
4422 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4424         * plugins/project-wizard/druid.c,
4425         plugins/project-wizard/templates/terminal.wiz,
4426         plugins/project-wizard/templates/xlib-dock.wiz,
4427         plugins/project-wizard/templates/wxwin.wiz,
4428         plugins/project-wizard/templates/java.wiz,
4429         plugins/project-wizard/templates/gnome.wiz,
4430         plugins/project-wizard/templates/anjuta-plugin.wiz,
4431         plugins/project-wizard/templates/gtkmm.wiz,
4432         plugins/project-wizard/templates/python.wiz,
4433         plugins/project-wizard/templates/cpp.wiz,
4434         plugins/project-wizard/templates/sdl.wiz,
4435         plugins/project-wizard/templates/gtk.wiz,
4436         plugins/project-wizard/templates/minimal.wiz,
4437         plugins/project-wizard/templates/xlib.wiz,
4438         plugins/project-wizard/templates/gcj.wiz,
4439         plugins/project-wizard/templates/translatable-strings.h,
4440         plugins/project-import/project-import.c:
4441         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4443 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4445         * plugins/debug-manager/threads.c,
4446         plugins/debug-manager/disassemble.c,
4447         plugins/debug-manager/watch.c,
4448         plugins/debug-manager/registers.c,
4449         plugins/debug-manager/memory.c,
4450         plugins/debug-manager/locals.c,
4451         plugins/debug-manager/stack_trace.c,
4452         plugins/debug-manager/queue.c,
4453         plugins/debug-manager/queue.h:
4454         Connect debugger signal only when program is loaded
4455         Rename get_feature in is_supported
4457         * plugins/debug-manager/plugin.c:
4458         Remove editor watch when plugin is deactivated
4460         * plugins/debug-manager/anjuta-debug-manager.glade,
4461         plugins/debug-manager/breakpoints.c,
4462         plugins/debug-manager/breakpoints.h:
4463         Rewrite almost completely the breakpoint code
4464         Improve breakpoint dialog
4465         Reorganize function
4466         Implement condition, hit count, ignore and temporary attribute
4468         * plugins/debug-manager/command.c,
4469         plugins/debug-manager/command.h:
4470         Add a breakpoint list command
4472         * plugins/gdb/debugger.c,
4473         plugins/gdb/debugger.h:
4474         Add new breakpoint list command
4475         Fix parsing of breakpoint data
4477         * libanjuta/interfaces/libanjuta.idl,
4478         plugins/gdb/plugin.c:
4479         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4481 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4483         * plugins/document-manager/plugin.c:
4484         Use Ctrl+Shift+s as shortcut for Save As
4486 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4488         * plugins/subversion/plugin.c: (activate_plugin):
4489         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4490         * src/layout.xml: Fixed dockitem positions.
4492 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4494         Icons from tpgww@onepost.net:
4495         * plugins/project-wizard/applogo.png:
4496         Icons from patch in bug #480093 comment #23. Also renamed icons.
4498         * plugins/message-view/Makefile.am:
4499         * plugins/message-view/plugin.c: (register_stock_icons),
4500         (ipreferences_merge): Removed redundant icon.
4502         * plugins/document-manager/plugin.c:
4503         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4504         Do not insensitize New action when there is no document.
4505         Indentation fixes.
4507 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4509         Icons from tpgww@onepost.net:
4510         * plugins/symbol-browser/an_symbol_prefs.c:
4511         * pixmaps/Makefile.am:
4512         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4514         Icons from patch in bug #480093 comment #23. Also renamed icons.
4515         To be continued..
4517 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4519         Patch from James Liggett:
4520         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4521         revert and dialogs resizable.
4523 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4525         Patch from James Liggett:
4526         * plugins/subversion/anjuta-subversion.glade:
4527         * plugins/subversion/subversion-diff-dialog.c:
4528         (on_subversion_diff_response), (subversion_diff_dialog):
4529         * plugins/subversion/subversion-diff-dialog.h:
4531         The diff dialog should have a checkbox, enabled by default, that
4532         allows the user to make sure that all open files are saved before
4533         diffing.
4535 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4537         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4539         Icons from tpgww@onepost.net:
4540         * pixmaps/Makefile.am:
4541         * src/Makefile.am:
4542         * src/anjuta-app.c:
4543         * src/anjuta-preferences-general.svg:
4545         Icons from patch in bug #480093 comment #23. Also renamed icons.
4546         To be continued..
4548 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4550         Icons from tpgww@onepost.net:
4551         * plugins/debug-manager/images/Makefile.am:
4552         * plugins/debug-manager/images/anjuta-watch.svg:
4553         * plugins/debug-manager/plugin.c: (register_stock_icons):
4554         * plugins/gdb/images/Makefile.am:
4555         * plugins/gtodo/Makefile.am:
4556         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4557         * plugins/gtodo/anjuta-gtodo.plugin.in:
4558         * plugins/gtodo/interface.c: (stock_icons):
4559         * plugins/gtodo/main.h:
4560         * plugins/gtodo/plugin.c: (ipreferences_merge):
4561         * plugins/terminal/Makefile.am:
4562         * plugins/terminal/anjuta-terminal-plugin.svg:
4563         * plugins/terminal/anjuta-terminal.plugin.in:
4564         * plugins/terminal/terminal.c:
4565         * plugins/tools/Makefile.am:
4566         * plugins/tools/anjuta-tools-plugin.svg:
4567         * plugins/tools/anjuta-tools.plugin.in:
4568         * plugins/tools/plugin.c:
4569         * plugins/valgrind/Makefile.am:
4570         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4571         * plugins/valgrind/anjuta-valgrind.plugin.in:
4572         * plugins/valgrind/plugin.c: (register_stock_icons),
4573         (ipreferences_merge):
4575         Icons from patch in bug #480093 comment #23. Also renamed icons.
4576         To be continued..
4578 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4580         reviewed by: Johannes Schmid <jhs@gnome.org>
4582         * configure.in:
4583         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4584         due to bug #493360. Still present anyway bug #495843
4586         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4587         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4588         (on_local_treeview_row_activated),
4589         (on_global_treeview_row_activated),
4590         (on_global_treeview_row_expanded), (on_project_element_added),
4591         (on_project_element_removed), (project_root_added),
4592         (symbol_db_activate), (isymbol_manager_search),
4593         (isymbol_manager_get_members),
4594         (isymbol_manager_get_completions_at_position):
4595         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4596         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4597         * plugins/symbol-db/symbol-db-engine.c:
4598         (sdb_engine_execute_non_select_sql),
4599         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4600         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4601         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4602         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4603         (symbol_db_engine_add_new_workspace),
4604         (symbol_db_engine_add_new_project),
4605         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4606         (sdb_engine_detects_removed_ids),
4607         (sdb_engine_walk_down_scope_path),
4608         (symbol_db_engine_get_class_parents),
4609         (symbol_db_engine_get_global_members),
4610         (symbol_db_engine_get_scope_members_by_symbol_id),
4611         (symbol_db_engine_get_scope_members),
4612         (symbol_db_engine_get_current_scope),
4613         (symbol_db_engine_get_file_symbols),
4614         (symbol_db_engine_get_symbol_info_by_id),
4615         (symbol_db_engine_find_symbol_by_name_pattern):
4616         * plugins/symbol-db/symbol-db-engine.h:
4617         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4618         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4619         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4620         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4621         (on_scan_end), (do_add_root_symbol_to_view),
4622         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4623         (trigger_on_symbol_inserted), (add_new_waiting_for),
4624         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4625         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4626         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4627         (symbol_db_view_row_expanded), (sdb_view_init),
4628         (gtree_compare_func), (sdb_view_finalize),
4629         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4630         (sdb_view_populate_base_root),
4631         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4632         * plugins/symbol-db/symbol-db-view.h:
4633         * plugins/symbol-db/tables.sql:
4634         * plugins/symbol-db/test/Makefile.am:
4635         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4636         (get_scope_members), (get_current_scope), (get_global_members),
4637         (get_file_symbols), (get_info_by_id), (main):
4639         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4640         Started using LIMIT keyword to speed up things.
4641         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4642         make providers use prepared statements.
4644 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4646         Patch from James Liggett:
4647         * plugins/subversion/plugin.c: (subversion_instance_init):
4648         * plugins/subversion/plugin.h:
4649         * plugins/subversion/subversion-diff-dialog.c:
4650         (on_subversion_diff_response), (subversion_diff_dialog),
4651         (on_menu_subversion_diff):
4652         * plugins/subversion/subversion-log-dialog.c:
4653         (on_log_view_selected_button_clicked),
4654         (on_log_diff_selected_button_clicked),
4655         (on_log_diff_previous_button_clicked),
4656         (subversion_log_window_create):
4657         * plugins/subversion/subversion-ui-utils.c:
4658         (get_filename_from_full_path), (init_whole_project),
4659         (on_whole_project_toggled):
4660         * plugins/subversion/subversion-ui-utils.h:
4661         * plugins/subversion/subversion-update-dialog.c:
4662         (subversion_update_dialog), (on_menu_subversion_update):
4664         Whole Project checkbox enabled by default in diff and update dialogs.
4665         changes the editor names for diff editors to something much more
4666         descriptive. For example, working copy/head diffs would have an editor
4667         with a name like "[Working Copy/Head] some-file.diff," where some-file
4668         is the name of the file/directory that was diffed. For diffs against
4669         arbitrary diffs the name would look like "[Revisions 2832/3200]
4670         some-file.diff" for a diff of some-file between revisions 2832 and
4671         3200.
4673 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4675         Icons from tpgww@onepost.net:
4676         * plugins/subversion/Makefile.am:
4677         * plugins/subversion/anjuta-subversion-plugin.svg:
4678         * plugins/subversion/anjuta-subversion.plugin.in:
4679         * plugins/subversion/plugin.h:
4680         * plugins/symbol-browser/Makefile.am:
4681         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4682         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4683         * plugins/symbol-browser/plugin.c:
4684         * plugins/symbol-db/Makefile.am:
4685         * plugins/symbol-db/plugin.c:
4686         * plugins/symbol-db/symbol-db.plugin.in:
4688         Icons from patch in bug #480093 comment #23. Also renamed icons.
4689         To be continued..
4691 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4693         Icons from tpgww@onepost.net:
4694         * plugins/project-manager/Makefile.am:
4695         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4696         * plugins/project-manager/anjuta-project-manager.plugin.in:
4697         * plugins/project-manager/plugin.c:
4698         * plugins/project-wizard/Makefile.am:
4699         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4700         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4701         * plugins/project-wizard/druid.h:
4702         * plugins/search/Makefile.am:
4703         * plugins/search/anjuta-search-plugin.svg:
4704         * plugins/search/anjuta-search.plugin.in:
4705         * plugins/search/plugin.c:
4707         Icons from patch in bug #480093 comment #23. Also renamed icons.
4708         To be continued..
4710 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4712         * TODO.tasks: updated.
4714         Icons from tpgww@onepost.net:
4715         * plugins/file-loader/Makefile.am:
4716         * plugins/file-loader/anjuta-loader-plugin.svg:
4717         * plugins/file-loader/anjuta-loader.plugin.in:
4718         * plugins/file-manager/Makefile.am:
4719         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4720         * plugins/file-manager/file-manager.plugin.in:
4721         * plugins/file-manager/plugin.c:
4722         * plugins/glade/Makefile.am:
4723         * plugins/glade/anjuta-glade-plugin.svg:
4724         * plugins/glade/anjuta-glade.plugin.in:
4725         * plugins/glade/plugin.c: (register_stock_icons):
4726         * plugins/language-manager/Makefile.am:
4727         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4728         * plugins/language-manager/language-manager.plugin.in:
4729         * plugins/message-view/Makefile.am:
4730         * plugins/message-view/anjuta-message-manager.plugin.in:
4731         * plugins/message-view/anjuta-messages-plugin.svg:
4732         * plugins/message-view/plugin.c:
4733         * plugins/patch/Makefile.am:
4734         * plugins/patch/anjuta-patch-plugin.svg:
4735         * plugins/patch/anjuta-patch.plugin.in:
4736         * plugins/patch/plugin.c:
4737         * plugins/profiler/Makefile.am:
4738         * plugins/profiler/anjuta-profiler-plugin.svg:
4739         * plugins/profiler/plugin.c: (register_stock_icons):
4740         * plugins/profiler/profiler.plugin.in:
4741         * plugins/project-import/Makefile.am:
4742         * plugins/project-import/anjuta-project-import-plugin.svg:
4743         * plugins/project-import/anjuta-project-import.plugin.in:
4744         * plugins/project-import/plugin.c:
4746         Icons from patch in bug #480093 comment #23. Also renamed icons.
4747         To be continued..
4749 2007-11-18  Johannes Schmid <jhs@gnome.org>
4751         * plugins/build-basic-autotools/build-basic-autotools.c:
4752         (build_regex_init):
4753         * plugins/debug-manager/anjuta-debug-manager.glade:
4754         * plugins/debug-manager/breakpoints.c:
4755         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4756         * plugins/file-wizard/file.c:
4757         * plugins/gdb/anjuta-gdb.glade:
4758         * plugins/glade/plugin.c: (ifile_open):
4759         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4760         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4761         * plugins/gtodo/tray-icon.c:
4762         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4763         * plugins/macro/macros.xml:
4764         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4765         Fixed translation bugs (#496833, #488211 and #497758)
4766         
4767         * plugins/document-manager/plugin.c: (on_editor_changed):
4768         Removed unused code
4770 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4772         Icons from tpgww@onepost.net:
4773         * plugins/devhelp/Makefile.am:
4774         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4775         * plugins/devhelp/anjuta-devhelp.plugin.in:
4776         * plugins/devhelp/plugin.c:
4777         * plugins/document-manager/anjuta-document-manager.plugin.in:
4778         * plugins/document-manager/images/Makefile.am:
4779         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4780         * plugins/document-manager/plugin.c:
4781         * plugins/editor/Makefile.am:
4782         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4783         * plugins/editor/anjuta-editor.plugin.in:
4784         * plugins/editor/plugin.c:
4785         * plugins/sample1/Makefile.am:
4786         * plugins/sample1/anjuta-sample-plugin.svg:
4787         * plugins/sample1/anjuta-sample.plugin.in:
4788         * plugins/sourceview/Makefile.am:
4789         * plugins/sourceview/plugin.c:
4790         * plugins/sourceview/sourceview.plugin.in:
4792         Icons from patch in bug #480093 comment #23. Also renamed icons.
4793         To be continued..
4795 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4797         * TODO.tasks: Updated.
4799         Icons from tpgww@onepost.net:
4800         * plugins/build-basic-autotools/Makefile.am:
4801         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4802         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4803         * plugins/build-basic-autotools/build-basic-autotools.c:
4804         * plugins/class-inheritance/Makefile.am:
4805         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4806         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4807         * plugins/class-inheritance/plugin.c:
4808         * plugins/cvs-plugin/Makefile.am:
4809         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4810         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4811         * plugins/cvs-plugin/plugin.c:
4812         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4813         * plugins/debug-manager/images/Makefile.am:
4814         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4815         * plugins/debug-manager/plugin.c: 
4817         Icons from patch in bug #480093 comment #23. Also renamed icons.
4818         To be continued..
4820 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4822         * (removed) libanjuta/anjuta-children.c,
4823         (removed) libanjuta/anjuta-children.h,
4824         libanjuta/anjuta-launcher.c,
4825         libanjuta/libanjuta.h,
4826         libanjuta/Makefile.am,
4827         plugins/gdb/debugger.c,
4828         plugins/terminal/terminal.c,
4829         manuals/reference/libanjuta/libanjuta-sections.txt,
4830         manuals/reference/libanjuta/libanjuta-docs.sgml:
4831         Replace anjuta_children_register by g_child_watch_add
4833 2007-11-13  Johannes Schmid <jhs@gnome.org>
4835         * plugins/subversion/anjuta-subversion.glade:
4836         * plugins/subversion/subversion-commit-dialog.c:
4837         (subversion_commit_dialog):
4838         * plugins/subversion/subversion-resolve-dialog.c:
4839         (subversion_resolve_dialog):
4840         * plugins/subversion/subversion-revert-dialog.c:
4841         (subversion_revert_dialog):
4842         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4843         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4844         (hide_pulse_progress_bar):
4845         * plugins/subversion/subversion-ui-utils.h:
4847         Yet another patch from #457477:
4848         Add a pulsing progress bar to all dialogs receiving status
4850 2007-11-12  Johannes Schmid <jhs@gnome.org>
4852         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4853         Bug 493583 – crash in Anjuta IDE: trying to open a file
4854         
4855         * plugins/subversion/subversion-commit-dialog.c:
4856         (select_all_files), (subversion_commit_dialog):
4857         Patch from jrligget - see #457477
4859 2007-11-12  Johannes Schmid <jhs@gnome.org>
4861         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4862         * libanjuta/anjuta-plugin-handle.c:
4863         (anjuta_plugin_handle_get_about):
4864         Bug 495536 – Plugins localization improvement
4865         
4866         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4867         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4868         * plugins/indent/indent.glade:
4869         * plugins/subversion/anjuta-subversion.glade:
4870         Bug 495245 – Strings bug
4872 2007-11-08  James Liggett  <jrliggett@cox.net>
4874         reviewed by: Johannes Schmid <jhs@gnome.org>
4876         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4877         (anjuta_async_command_finalize),
4878         (anjuta_async_command_notification_poll),
4879         (anjuta_async_command_thread), (start_command),
4880         (notify_data_arrived), (notify_complete),
4881         (anjuta_async_command_class_init),
4882         (anjuta_async_command_set_error_message),
4883         (anjuta_async_command_get_error_message),
4884         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4885         * libanjuta/anjuta-async-command.h:
4886         * libanjuta/anjuta-command.c: (anjuta_command_init),
4887         (anjuta_command_finalize), (anjuta_command_class_init),
4888         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4889         (anjuta_command_notify_complete),
4890         (anjuta_command_set_error_message),
4891         (anjuta_command_get_error_message):
4892         * libanjuta/anjuta-command.h:
4893         * libanjuta/anjuta-glade-catalog.c:
4894         * libanjuta/anjuta-glade.xml:
4895         * libanjuta/anjuta-vcs-status-tree-view.c:
4896         (on_selected_column_toggled),
4897         (anjuta_vcs_status_tree_view_create_columns),
4898         (anjuta_vcs_status_tree_view_init),
4899         (anjuta_vcs_status_tree_view_finalize),
4900         (anjuta_vcs_status_tree_view_set_property),
4901         (anjuta_vcs_status_tree_view_get_property),
4902         (anjuta_vcs_status_tree_view_class_init),
4903         (anjuta_vcs_status_tree_view_new),
4904         (anjuta_vcs_status_tree_view_destroy),
4905         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4906         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4907         (anjuta_vcs_status_tree_view_unselect_all),
4908         (create_selected_paths_list),
4909         (anjuta_vcs_status_tree_view_get_selected):
4910         * libanjuta/anjuta-vcs-status-tree-view.h:
4911         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4912         * libanjuta/anjuta-widgets.h:
4913         * plugins/subversion/subversion-add-dialog.c:
4914         (on_add_command_finished), (on_subversion_add_response),
4915         (subversion_add_dialog), (on_menu_subversion_add),
4916         (on_fm_subversion_add):
4917         * plugins/subversion/subversion-add-dialog.h:
4918         * plugins/subversion/subversion-commit-dialog.c:
4919         (on_commit_command_finished), (on_subversion_commit_response),
4920         (subversion_commit_dialog), (on_menu_subversion_commit),
4921         (on_fm_subversion_commit):
4922         * plugins/subversion/subversion-commit-dialog.h:
4923         * plugins/subversion/subversion-copy-dialog.c:
4924         (on_copy_other_revision_radio_toggled),
4925         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4926         (on_copy_command_finished), (on_subversion_copy_response),
4927         (subversion_copy_dialog), (on_menu_subversion_copy),
4928         (on_fm_subversion_copy):
4929         * plugins/subversion/subversion-copy-dialog.h:
4930         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4931         (on_subversion_diff_response), (subversion_diff_dialog),
4932         (on_menu_subversion_diff), (on_fm_subversion_diff):
4933         * plugins/subversion/subversion-diff-dialog.h:
4934         * plugins/subversion/subversion-log-dialog.c:
4935         (on_diff_selected_column_toggled), (create_columns),
4936         (on_log_command_finished), (on_log_view_button_clicked),
4937         (on_cat_command_data_arrived), (on_cat_command_finished),
4938         (on_log_view_selected_button_clicked), (get_selected_revisions),
4939         (on_log_diff_selected_button_clicked),
4940         (on_log_diff_previous_button_clicked),
4941         (on_subversion_log_vbox_destroy),
4942         (on_log_changes_view_row_selected), (subversion_log_window_create),
4943         (on_menu_subversion_log), (on_fm_subversion_log),
4944         (subversion_log_set_whole_project_sensitive):
4945         * plugins/subversion/subversion-log-dialog.h:
4946         * plugins/subversion/subversion-merge-dialog.c:
4947         (on_merge_command_finished), (on_subversion_merge_response),
4948         (on_merge_first_path_browse_button_clicked),
4949         (on_merge_second_path_browse_button_clicked),
4950         (on_merge_use_first_path_check_toggled),
4951         (on_merge_start_revision_radio_toggled),
4952         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4953         (on_menu_subversion_merge):
4954         * plugins/subversion/subversion-merge-dialog.h:
4955         * plugins/subversion/subversion-remove-dialog.c:
4956         (on_remove_command_finished),
4957         (on_remove_path_browse_button_clicked),
4958         (on_subversion_remove_response), (subversion_remove_dialog),
4959         (on_menu_subversion_remove), (on_fm_subversion_remove):
4960         * plugins/subversion/subversion-remove-dialog.h:
4961         * plugins/subversion/subversion-resolve-dialog.c:
4962         (on_resolve_command_finished), (on_subversion_resolve_response),
4963         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4964         * plugins/subversion/subversion-resolve-dialog.h:
4965         * plugins/subversion/subversion-revert-dialog.c:
4966         (on_revert_command_finished), (on_subversion_revert_response),
4967         (subversion_revert_dialog), (on_menu_subversion_revert):
4968         * plugins/subversion/subversion-revert-dialog.h:
4969         * plugins/subversion/subversion-switch-dialog.c:
4970         (on_switch_other_revision_radio_toggled),
4971         (on_switch_command_finished), (on_subversion_switch_response),
4972         (subversion_switch_dialog), (on_menu_subversion_switch):
4973         * plugins/subversion/subversion-switch-dialog.h:
4974         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4975         (subversion_data_free), (on_mesg_view_destroy),
4976         (create_message_view), (check_filename), (get_log_from_textview),
4977         (pulse_timer), (on_pulse_timer_destroyed),
4978         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4979         (report_errors), (on_status_command_finished),
4980         (on_status_command_data_arrived), (on_command_info_arrived),
4981         (select_all_status_items), (clear_all_status_selections),
4982         (init_whole_project), (on_whole_project_toggled),
4983         (send_diff_command_output_to_editor), (on_diff_command_finished),
4984         (stop_status_bar_progress_pulse):
4985         * plugins/subversion/subversion-ui-utils.h:
4986         * plugins/subversion/subversion-update-dialog.c:
4987         (on_update_command_finished), (on_subversion_update_response),
4988         (subversion_update_dialog), (on_menu_subversion_update),
4989         (on_fm_subversion_update):
4990         * plugins/subversion/subversion-update-dialog.h:
4991         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4992         (svn_add_command_finalize), (svn_add_command_run),
4993         (svn_add_command_class_init), (svn_add_command_new),
4994         (svn_add_command_destroy):
4995         * plugins/subversion/svn-add-command.h:
4996         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4997         (svn_cat_command_finalize), (svn_cat_command_run),
4998         (svn_cat_command_class_init), (svn_cat_command_new),
4999         (svn_cat_command_destroy), (svn_cat_command_get_output):
5000         * plugins/subversion/svn-cat-command.h:
5001         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
5002         (svn_command_release_ui_lock), (simple_prompt),
5003         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
5004         (svn_auth_ssl_server_trust_prompt_func_cb),
5005         (svn_auth_ssl_client_cert_prompt_func_cb),
5006         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
5007         (svn_command_init), (svn_command_finalize),
5008         (svn_command_class_init), (svn_command_push_info),
5009         (svn_command_get_info_queue), (svn_command_set_error),
5010         (svn_command_get_client_context), (svn_command_get_pool),
5011         (svn_command_lock_ui), (svn_command_unlock_ui),
5012         (svn_command_get_revision), (svn_command_copy_path_list),
5013         (svn_command_free_path_list):
5014         * plugins/subversion/svn-command.h:
5015         * plugins/subversion/svn-commit-command.c: (on_log_callback),
5016         (svn_commit_command_init), (svn_commit_command_finalize),
5017         (svn_commit_command_run), (svn_commit_command_class_init),
5018         (svn_commit_command_new), (svn_commit_command_destroy):
5019         * plugins/subversion/svn-commit-command.h:
5020         * plugins/subversion/svn-copy-command.c: (on_log_callback),
5021         (svn_copy_command_init), (svn_copy_command_finalize),
5022         (svn_copy_command_run), (svn_copy_command_class_init),
5023         (svn_copy_command_new), (svn_copy_command_destroy):
5024         * plugins/subversion/svn-copy-command.h:
5025         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
5026         (svn_diff_command_finalize), (svn_diff_command_run),
5027         (svn_diff_command_class_init), (svn_diff_command_new),
5028         (svn_diff_command_destroy), (svn_diff_command_get_output):
5029         * plugins/subversion/svn-diff-command.h:
5030         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
5031         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
5032         (svn_log_command_class_init), (svn_log_command_new),
5033         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
5034         * plugins/subversion/svn-log-command.h:
5035         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
5036         (svn_log_entry_finalize), (svn_log_entry_class_init),
5037         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
5038         (svn_log_entry_get_author), (svn_log_entry_get_date),
5039         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
5040         (svn_log_entry_get_full_log):
5041         * plugins/subversion/svn-log-entry.h:
5042         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
5043         (svn_merge_command_finalize), (svn_merge_command_run),
5044         (svn_merge_command_class_init), (svn_merge_command_new),
5045         (svn_merge_command_destroy):
5046         * plugins/subversion/svn-merge-command.h:
5047         * plugins/subversion/svn-remove-command.c: (on_log_callback),
5048         (svn_remove_command_init), (svn_remove_command_finalize),
5049         (svn_remove_command_run), (svn_remove_command_class_init),
5050         (svn_remove_command_new), (svn_remove_command_destroy),
5051         (svn_remove_command_get_path):
5052         * plugins/subversion/svn-remove-command.h:
5053         * plugins/subversion/svn-resolve-command.c:
5054         (svn_resolve_command_init), (svn_resolve_command_finalize),
5055         (svn_resolve_command_run), (svn_resolve_command_class_init),
5056         (svn_resolve_command_new), (svn_resolve_command_destroy):
5057         * plugins/subversion/svn-resolve-command.h:
5058         * plugins/subversion/svn-revert-command.c:
5059         (svn_revert_command_init), (svn_revert_command_finalize),
5060         (svn_revert_command_run), (svn_revert_command_class_init),
5061         (svn_revert_command_new), (svn_revert_command_destroy):
5062         * plugins/subversion/svn-revert-command.h:
5063         * plugins/subversion/svn-status-command.c:
5064         (svn_status_command_init), (svn_status_command_finalize),
5065         (on_svn_status_notify), (svn_status_command_run),
5066         (svn_status_command_class_init), (svn_status_command_new),
5067         (svn_status_command_destroy),
5068         (svn_status_command_get_status_queue):
5069         * plugins/subversion/svn-status-command.h:
5070         * plugins/subversion/svn-status.c: (svn_status_init),
5071         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
5072         (svn_status_destroy), (svn_status_get_path),
5073         (svn_status_get_vcs_status):
5074         * plugins/subversion/svn-status.h:
5075         * plugins/subversion/svn-switch-command.c:
5076         (svn_switch_command_init), (svn_switch_command_finalize),
5077         (svn_switch_command_run), (svn_switch_command_class_init),
5078         (svn_switch_command_new), (svn_switch_command_destroy):
5079         * plugins/subversion/svn-switch-command.h:
5080         * plugins/subversion/svn-update-command.c:
5081         (svn_update_command_init), (svn_update_command_finalize),
5082         (svn_update_command_run), (svn_update_command_class_init),
5083         (svn_update_command_new), (svn_update_command_destroy):
5084         * plugins/subversion/svn-update-command.h:
5086         Now really committed all files from James patch (#457477)
5088 2007-11-08  Johannes Schmid <jhs@gnome.org>
5090         * TODO.tasks: Updated
5092 2007-11-08  James Liggett  <jrliggett@cox.net>
5094         reviewed by: Johannes Schmid <jhs@gnome.org>
5096         * configure.in:
5097         * libanjuta/Makefile.am:
5098         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
5099         * libanjuta/anjuta-status.h:
5100         * libanjuta/libanjuta.h:
5101         * plugins/subversion/Makefile.am:
5102         * plugins/subversion/anjuta-subversion.glade:
5103         * plugins/subversion/anjuta-subversion.ui:
5104         * plugins/subversion/plugin.c: (value_added_project_root_uri),
5105         (value_removed_project_root_uri), (activate_plugin),
5106         (deactivate_plugin), (finalize), (subversion_instance_init):
5107         * plugins/subversion/plugin.h:
5108         * plugins/subversion/subversion-actions.c:
5109         * plugins/subversion/subversion-actions.h:
5110         * plugins/subversion/subversion-callbacks.c:
5111         * plugins/subversion/subversion-callbacks.h:
5112         * plugins/subversion/svn-auth.c:
5113         * plugins/subversion/svn-auth.h:
5114         * plugins/subversion/svn-backend-priv.h:
5115         * plugins/subversion/svn-backend.c:
5116         * plugins/subversion/svn-backend.h:
5117         * plugins/subversion/svn-notify.c:
5118         * plugins/subversion/svn-notify.h:
5119         * plugins/subversion/svn-thread.c:
5120         * plugins/subversion/svn-thread.h:
5121         
5122         Commited alpha2 of the new subversion plugin (#457477)
5124 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
5126         * plugins/debug-manager/command.c:
5127         Fix a stupid crash when changing a register value
5129 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
5131         * libanjuta/interfaces/libanjuta.idl,
5132         plugins/debug-manager/command.c,
5133         plugins/debug-manager/command.h,
5134         plugins/debug-manager/start.c,
5135         plugins/gdb/plugin.c,
5136         plugins/gdb/debugger.c,
5137         plugins/gdb/debugger.h:
5138         Use anjuta terminal plugin instead of gnome terminal
5139         Select if a terminal is used in the the start_program function
5140         Move terminal code from debugger.c to plugin.c
5141         Partial fix of bug #481366
5143         * plugins/gdb/utilities.c,
5144         plugins/gdb/utilities.h:
5145         Remove gnome terminal check function
5147 2007-11-06  Johannes Schmid <jhs@gnome.org>
5149         * plugins/project-import/anjuta-project-import.glade:
5150         * plugins/project-import/project-import.c: (on_import_next),
5151         (on_import_finish), (project_import_set_directory):
5152         * plugins/project-wizard/property.c: (npw_property_create_widget),
5153         (npw_property_set_value_from_widget):
5154         
5155         Replaced gnome_file_entry with gtk_file_chooser_button
5156         Fixes #422329 – Creating a new directory in program options doesn't work
5157         
5158 2007-11-04  Massimo Cora' <maxcvs@email.it>
5160         * plugins/symbol-db/plugin.c:
5161         add all files at once on project_import.
5162         No need to split them into more languages: ctags
5163         and the engine will take care of that.
5165         * plugins/symbol-db/symbol-db-engine.h,
5166         * plugins/symbol-db/symbol-db-engine.c,
5167         * plugins/symbol-db/tables.sql,
5168         * plugins/symbol-db/test/Makefile.am,
5169         * plugins/symbol-db/test/main.c,
5170         * plugins/symbol-db/symbol-db-view-locals.c:
5171         some memory leaks fixed. Ported the thing to
5172         libgda 3.1.2 [or better svn HEAD].
5173         Thanks to a fresh new algorithm to detect
5174         parent scope we're able to display correcly
5175         a local gtktree, including classes not directly
5176         defined inside that file.
5178 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
5180         * plugins/debug-manager/threads.c,
5181         plugins/debug-manager/stack_trace.c:
5182         Do not display address when not needed
5184         * plugins/debug-manager/plugin.c,
5185         plugins/debug-manager/breakpoints.c:
5186         Breakpoints directly connect to debugger signals
5188         * plugins/debug-manager/watch.c:
5189         program-unload signal does not exist used debugger-stopped
5191         * plugins/debug-manager/queue.c,
5192         libanjuta/interfaces/libanjuta.idl:
5193         Display error message returned by debugger command
5194         Add new error codes
5196 2007-11-04  Johannes Schmid <jhs@gnome.org>
5198         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
5199         Bug 493062 – gcj template needs AC_PROG_CC
5200         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
5202         * src/anjuta-actions.h:
5203         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5204         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
5206 === anjuta 2.3.0 ===
5208 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
5210         * AUTHORS: Updated
5212 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5214         * ChangeLog: Tagged 2.3.0 release.
5216         * plugins/indent/Makefile.am: Fixed indentation.
5218         * plugins/editor/aneditor-autocomplete.cxx:
5219         * plugins/editor/aneditor-priv.h:
5220         * plugins/editor/aneditor.cxx:
5221         * plugins/editor/aneditor.h: Commented out dead codes.
5223         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
5224         Do not build symbol-db by
5225         default. Added 'unstable' in plugin description to signify it's
5226         developmental state.
5228         * plugins/file-manager/Makefile.am,
5229         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
5231 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
5233         * plugins/debug-manager/utilities.c,
5234         plugins/debug-manager/utilities.h,
5235         plugins/debug-manager/threads.c,
5236         plugins/debug-manager/plugin.c,
5237         plugins/debug-manager/plugin.h,
5238         plugins/debug-manager/disassemble.h,
5239         plugins/debug-manager/watch.c,
5240         plugins/debug-manager/watch.h,
5241         plugins/debug-manager/breakpoints.c,
5242         plugins/debug-manager/stack_trace.c:
5243         Replace few remaining function calls by signal 
5245         * plugins/debug-manager/disassemble.c,
5246         plugins/debug-manager/registers.c,
5247         plugins/debug-manager/memory.c,
5248         plugins/debug-manager/locals.c,
5249         plugins/debug-manager/queue.c,
5250         plugins/debug-manager/queue.h:
5251         Connect signals when debugger is started
5252         Disconnect them when debugger is stopped
5253         Do not display window if debugger doesn't support feature
5255         * plugins/gdb/plugin.c,
5256         libanjuta/interfaces/libanjuta.idl:
5257         Remove unused initialization function
5259 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5261         * configure.in:
5262         * plugins/file-manager/Makefile.am:
5263         * scripts/build-schemas.mk: Fixed 'make distcheck'
5265 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5267         * manuals/reference/libanjuta/libanjuta-docs.sgml,
5268         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5269         to latest API additions.
5271         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5272         to API changes.
5274 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
5276         * ChangeLog: Fixed indentation.
5277         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5278         branch.
5280 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
5282         * libanjuta/interfaces/libanjuta.idl:
5283         * plugins/build-basic-autotools/build-basic-autotools.c:
5284         (build_compile_file_real), (build_build_project),
5285         (build_install_project), (build_clean_project),
5286         (build_configure_project), (build_autogen_project),
5287         (build_distribution_project), (build_build_module),
5288         (build_install_module), (build_clean_module), (fm_build),
5289         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5290         (finalize), (basic_autotools_plugin_instance_init),
5291         (ibuildable_set_command), (ibuildable_reset_commands),
5292         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5293         (ibuildable_install), (ibuildable_configure),
5294         (ibuildable_generate), (ibuildable_iface_init):
5295         * plugins/build-basic-autotools/build-basic-autotools.h:
5297         Added API for commands override in build interface and implemented
5298         them in build plugin. Useful for other plugins override build
5299         commands depending on project environment.
5301 2007-10-28  Naba Kumar  <naba@gnome.org>
5303         * src/anjuta.glade,
5304         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5305         Fixed widget alignment for dock switcher tab style combo and
5306         scratchbox path entrybox.
5308 2007-10-28  Johannes Schmid <jhs@gnome.org>
5310         * plugins/document-manager/plugin.c: (on_editor_changed):
5311         Fixed a memory leak and simplified code (thanks again Sébastien)
5312         
5313         * configure.in:
5314         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5315         and OFFSET sql statements)
5317 2007-10-28  Massimo Cora' <maxcvs@email.it>
5319         * plugins/symbol-db/plugin.c,
5320         plugins/symbol-db/symbol-db-engine.h,
5321         plugins/symbol-db/symbol-db-view.c,
5322         plugins/symbol-db/symbol-db-view.c,
5323         plugins/symbol-db/symbol-db-view-locals.c,
5324         plugins/symbol-db/symbol-db-view-locals.h,
5325         plugins/symbol-db/symbol-db-engine.c:
5326         Better end-of-file-scan detection, permitting
5327         an improved scope/inheritance parsing.
5328         Locals tab gtktree now displays correct
5329         namespace->class->children tree, even if
5330         in a C++ file there isn't class declaration.
5332 2007-10-27  Johannes Schmid <jhs@gnome.org>
5334         Patch from Stanislav Brabec <sbrabec@suse.cz>
5335         * configure.in:
5336         Bug 489798 – Do not rely on svn-config
5338         Patch from Michael Wolf <maw@ximian.com>:
5339         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5340         (egg_tree_model_filter_remove_node),
5341         (egg_tree_model_filter_row_deleted):
5342         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5344 2007-10-27  Johannes Schmid <jhs@gnome.org>
5346         * plugins/devhelp/anjuta-devhelp.ui:
5347         * plugins/message-view/anjuta-message-manager.ui:
5349         Added some separators to the toolbar
5350         
5351         * plugins/document-manager/plugin.c:
5352         (on_support_plugin_deactivated), (load_new_support_plugins),
5353         (unload_unused_support_plugins), (on_editor_changed):
5354         
5355         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5356         for pointing out that is was crap.
5358 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
5360         * libanjuta/interfaces/libanjuta.idl,
5361         libanjuta/anjuta-plugin-manager.c,
5362         libanjuta/anjuta-plugin-manager.h,
5363         libanjuta/anjuta-c-plugin-factory.c,
5364         libanjuta/anjuta-c-module.h,
5365         libanjuta/anjuta-c-module.c:
5366         Report detailled error message in case of plugin loading failure
5368 2007-10-24  Johannes Schmid <jhs@gnome.org>
5370         * configure.in:
5371         * plugins/Makefile.am:
5372         
5373         Activate build of symbol-db plugin (when libgda is available)
5374         
5375         * plugins/document-manager/plugin.c:
5376         (on_support_plugin_deactivated), (on_editor_changed):
5377         
5378         Properly handle language support plugins even when they are
5379         unloaded by the session.
5380         
5381         * plugins/symbol-db/plugin.c: (register_stock_icons),
5382         Port to new REGISTER_ICONS stuff
5383   
5384 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5386         * plugins/symbol-db/plugin.c,
5387         * plugins/symbol-db/symbol-db-view.c
5388         * plugins/symbol-db/symbol-db-engine.h,
5389         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5390         * plugins/symbol-db/symbol-db-view-locals.c,
5391         * plugins/symbol-db/symbol-db-view-locals.h,
5392         * plugins/symbol-db/symbol-db-engine.c:
5393         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5394         Added a new algorithm for dynamic population of the local symbols' tab.
5395         Now the default view is tree-like.
5396         Some fixes on engine correct some population issues.    
5398 2007-10-23  Naba Kumar  <naba@gnome.org>
5400         * plugins/glade/Makefile.am: Corrected conditional not to install
5401         .plugin file if plugin is disabled.
5402         * plugins/sourceview/Makefile.am: Corrected conditional not to
5403         install schemas if plugin is not built.
5405 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5407         * plugins/debug-manager/queue.c:
5408         Fix #488061: Mutiple crash dialogs
5410         * plugins/gdb/debugger.c,
5411         plugins/gdb/debugger.h:
5412         Remove maximum gdb command length, should fix bug#474811
5414 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5416         * manuals/reference/libanjuta/plugin-description-file.sgml,
5417         manuals/reference/libanjuta/libanjuta-docs.sgml,
5418         manuals/reference/libanjuta/libanjuta-sections.txt,
5419         libanjuta/interfaces/libanjuta.idl,
5420         libanjuta/anjuta-c-module.c,
5421         libanjuta/anjuta-c-plugin-factory.c:
5422         Document last changes in plugin code
5424 2007-10-19  Johannes Schmid <jhs@gnome.org>
5426         * plugins/subversion/subversion-callbacks.c: (check_filename):
5427         
5428         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5430 2007-10-19  Naba Kumar  <naba@gnome.org>
5432         * plugins/file-manager/file-model.c: Fixed a critical runtime
5433         warning.
5435 2007-10-18  Johannes Schmid <jhs@gnome.org>
5437         * libanjuta/anjuta-ui.h:
5438         Small fix on icon macros
5439         
5440         * libanjuta/interfaces/libanjuta.idl:
5441         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5442         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5443         (ilanguage_iface_init):
5444         
5445         Added get_from_editor() and get_name_from_editor() methods
5446         to IAnjutaLanguage
5447         
5448         * plugins/document-manager/plugin.c:
5449         (update_editor_ui_interface_items), (on_editor_changed):
5450         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5451         .in:
5452         * plugins/language-support-cpp-java/plugin.c: (install_support):
5453         
5454         Ported plugins to use the new interface
5456 2007-10-17  Johannes Schmid <jhs@gnome.org>
5458         * libanjuta/anjuta-ui.h:
5459         
5460         Added macros to register stock icons to stop all this copy&paste
5461         which had spread over a lot of files. New macros support to add 
5462         icons with toolbar and menu size (16 and 24)
5463         
5464         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5465         * plugins/debug-manager/images/anjuta-attach.svg:
5466         * plugins/debug-manager/images/anjuta-step-out.svg:
5467         * plugins/debug-manager/images/anjuta-step-over.svg:
5468         * plugins/debug-manager/plugin.c: (register_stock_icons):
5469         * plugins/document-manager/images/Makefile.am:
5470         * plugins/document-manager/images/anjuta-block-end.svg:
5471         * plugins/document-manager/images/anjuta-block-start.svg:
5472         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5473         * plugins/document-manager/images/anjuta-bookmark.svg:
5474         * plugins/document-manager/images/anjuta-go-history-next.svg:
5475         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5476         * plugins/document-manager/plugin.c: (register_stock_icons):
5477         * plugins/glade/plugin.c: (register_stock_icons):
5478         * plugins/language-support-cpp-java/plugin.c:
5479         (register_stock_icons):
5480         * plugins/message-view/Makefile.am:
5481         * plugins/message-view/anjuta-go-message-next.svg:
5482         * plugins/message-view/anjuta-go-message-prev.svg:
5483         * plugins/message-view/anjuta-message-view.svg:
5484         * plugins/message-view/messages.xpm:
5485         * plugins/message-view/plugin.c: (register_stock_icons):
5486         * plugins/patch/plugin.c: (patch_plugin_activate):
5487         * plugins/project-manager/plugin.c: (register_stock_icons):
5488         * plugins/search/Makefile.am:
5489         * plugins/search/anjuta-go-match-next.svg:
5490         * plugins/search/anjuta-go-match-prev.svg:
5491         * plugins/search/plugin.c: (activate_plugin):
5492         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5493         * plugins/terminal/terminal.c: (register_stock_icons):
5494         * plugins/valgrind/plugin.c: (register_stock_icons):
5495         
5496         Updated to use the new icons and added several new and updated 
5497         icons from #480093
5499 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5501         * libanjuta/anjuta-plugin-handle.c,
5502         libanjuta/anjuta-plugin-handle.h:
5503         Add a new path property containing the directory of the .plugin
5504         file, library file (.so or whatever) must be in the same directory
5506         * libanjuta/anjuta-plugin-manager.c,
5507         libanjuta/interfaces/libanjuta.idl,
5508         (removed) libanjuta/anjuta-glue-plugin.c,
5509         (removed) libanjuta/anjuta-glue-plugin.h,
5510         (removed) libanjuta/anjuta-glue-c.c,
5511         (removed) libanjuta/anjuta-glue-c.h,
5512         (removed) libanjuta/anjuta-glue-cpp.c,
5513         (removed) libanjuta/anjuta-glue-cpp.h,
5514         (removed) libanjuta/anjuta-glue-factory.c,
5515         (removed) libanjuta/anjuta-glue-factory.h,
5516         (added) libanjuta/anjuta-c-module.c,
5517         (added) libanjuta/anjuta-c-module.h,
5518         (added) libanjuta/anjuta-c-plugin-factory.c,
5519         (added) libanjuta/anjuta-c-plugin-factory.h,
5520         libanjuta/Makefile.am:
5521         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5522         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5523         implementing IAnjutaPluginFactory
5524         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5526         * libanjuta/libanjuta.h:
5527         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5528         interface)
5530         * libanjuta/anjuta-plugin.h:
5531         Replace AnjutaGluePlugin by GTypeModule
5532         Remove unused anjuta_glue_get_component_type replaced by
5533         g_type_from_name
5535         * plugins/build-basic-autotools/build-basic-autotools.h,
5536         plugins/class-gen/plugin.h,
5537         plugins/class-inheritance/plugin.h,
5538         plugins/cvs-plugin/plugin.h,
5539         plugins/debug-manager/plugin.h,
5540         plugins/devhelp/plugin.h,
5541         plugins/document-manager/plugin.h,
5542         plugins/editor/plugin.h,
5543         plugins/file-loader/plugin.h,
5544         plugins/file-wizard/plugin.h,
5545         plugins/gdb/plugin.h,
5546         plugins/glade/plugin.h,
5547         plugins/gtodo/plugin.h,
5548         plugins/indent/plugin.h,
5549         plugins/language-manager/plugin.h,
5550         plugins/language-support-cpp-java/plugin.h,
5551         plugins/macro/plugin.h,
5552         plugins/message-view/plugin.h,
5553         plugins/patch/plugin.h,
5554         plugins/profiler/plugin.h,
5555         plugins/project-import/plugin.h,
5556         plugins/project-manager/plugin.h,
5557         plugins/project-wizard/plugin.h,
5558         plugins/sample1/plugin.h,
5559         plugins/search/plugin.h,
5560         plugins/sourceview/plugin.h,
5561         plugins/subversion/plugin.h,
5562         plugins/symbol-browser/plugin.h,
5563         plugins/symbol-db/plugin.h,
5564         plugins/terminal/terminal.c,
5565         plugins/tools/plugin.h,
5566         plugins/valgrind/plugin.h:
5567         Replace AnjutaGluePlugin by GTypeModule
5569 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5571         * plugins/debug-manager/breakpoints.c:
5572         Fix bug#487112, crash while removing a breakpoint in a new file
5574 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5576         * plugins/document-manager/search-box.c:
5577         Fix a crash (with an useful comment) focus-out-event handler must
5578         return a gboolean
5580 2007-10-14 Johannes Schmid <jhs@gnome.org>
5582         * plugins/sourceview/sourceview.c:
5583         Hide calltip when "Up" or "Down" key is pressed
5585 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5587         * plugins/document-manager/search-box.c:
5588         Change included file order to avoid a compile error with gnome 2.16
5590 2007-10-13  Johannes Schmid <jhs@gnome.org>
5592         * plugins/debug-manager/plugin.c: (enable_log_view):
5593         
5594         Fixed crash when closing a project and unloading another while
5595         the debugger is enabled
5597 2007-10-13  Johannes Schmid <jhs@gnome.org>
5599         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5600         
5601         Use correct breakpoint icon
5602         
5603         * plugins/devhelp/Makefile.am:
5604         * plugins/devhelp/anjuta-go-help-next.svg:
5605         * plugins/devhelp/anjuta-go-help-prev.svg:
5606         * plugins/devhelp/plugin.c: (register_stock_icons),
5607         (devhelp_activate):
5608         
5609         Added new icons from #480093
5610         
5611         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5612         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5613         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5614         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5615         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5616         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5617         * plugins/message-view/anjuta-go-message-next.svg:
5618         * plugins/message-view/anjuta-go-message-prev.svg:
5619         
5620         Updated icons from #480093
5621                 
5622         * src/anjuta-actions.h:
5623         Use GTK_STOCK_FULLSCREEN
5624         
5625         * src/anjuta-app.c: (on_gdl_style_changed),
5626         (anjuta_app_instance_init):
5627         * src/anjuta.glade:
5628         
5629         Added preference option to set the gdl switcher style
5631 2007-10-13  Johannes Schmid <jhs@gnome.org>
5633         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5634         (get_property_value_as_string), (set_property_value_as_string),
5635         (register_callbacks):
5636         * libanjuta/anjuta-preferences.h:
5637         
5638         Support GtkFileChooserButton as preferences widget
5639         
5640         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5641         
5642         Fixed a Gtk-Critical
5643         
5644         * plugins/file-manager/Makefile.am:
5645         * plugins/file-manager/file-model.c: (file_model_filter_file),
5646         (file_model_add_dummy), (file_model_expand_idle),
5647         (file_model_set_property), (file_model_get_property),
5648         (file_model_class_init):
5649         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5650         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5651         (file_manager_activate), (file_manager_finalize),
5652         (file_manager_instance_init), (ipreferences_merge),
5653         (ipreferences_unmerge), (ipreferences_iface_init):
5654         * plugins/file-manager/plugin.h:
5655         
5656         Added preferences to file-manager
5658         * plugins/glade/plugin.c: (activate_plugin):
5659         
5660         Move Properties widget into center because it is way to big
5661         for the sidebar
5663 2007-10-10  Johannes Schmid <jhs@gnome.org>
5665         * plugins/language-support-cpp-java/Makefile.am:
5666         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5667         * plugins/language-support-cpp-java/anjuta-complete.svg:
5668         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5669         * plugins/language-support-cpp-java/plugin.c:
5670         (register_stock_icons):
5671         
5672         And yet some more icons...
5674 2007-10-10  Johannes Schmid <jhs@gnome.org>
5676         * plugins/debug-manager/breakpoints.c:
5677         * plugins/debug-manager/images/Makefile.am:
5678         * plugins/debug-manager/images/anjuta-bookmark.svg:
5679         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5680         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5681         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5682         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5683         * plugins/debug-manager/images/anjuta-linemark.svg:
5684         * plugins/debug-manager/images/anjuta-pcmark.svg:
5685         * plugins/debug-manager/plugin.c: (register_stock_icons):
5686         * plugins/debug-manager/sparse_view.c:
5687         * plugins/document-manager/images/Makefile.am:
5688         * plugins/document-manager/images/anjuta-block-select.svg:
5689         * plugins/document-manager/images/anjuta-fold-close.svg:
5690         * plugins/document-manager/images/anjuta-fold-open.svg:
5691         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5692         * plugins/document-manager/images/anjuta-indent-less.svg:
5693         * plugins/document-manager/images/anjuta-indent-more.svg:
5694         * plugins/document-manager/images/anjuta-swap.svg:
5695         * plugins/document-manager/images/block_select.xpm:
5696         * plugins/document-manager/images/fold_close.xpm:
5697         * plugins/document-manager/images/fold_open.xpm:
5698         * plugins/document-manager/images/fold_toggle.xpm:
5699         * plugins/document-manager/images/indent.xpm:
5700         * plugins/document-manager/images/indent_dcr.xpm:
5701         * plugins/document-manager/images/indent_inc.xpm:
5702         * plugins/document-manager/plugin.c: (register_stock_icons):    
5703         * plugins/editor/Makefile.am:
5704         * plugins/editor/anjuta-bookmark-16.xpm:
5705         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5706         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5707         * plugins/editor/anjuta-linemark-16.xpm:
5708         * plugins/editor/anjuta-pcmark-16.xpm:
5709         * plugins/editor/bookmark.xpm:
5710         * plugins/editor/breakpoint-disabled.xpm:
5711         * plugins/editor/breakpoint-enabled.xpm:
5712         * plugins/editor/linemarker.xpm:
5713         * plugins/editor/program-counter.xpm:
5714         * plugins/editor/text_editor.c:
5715         * plugins/message-view/Makefile.am:
5716         * plugins/message-view/anjuta-go-message-next.svg:
5717         * plugins/message-view/anjuta-go-message-prev.svg:
5718         * plugins/message-view/anjuta-message-manager.ui:
5719         * plugins/message-view/plugin.c:
5720         * plugins/sourceview/Makefile.am:
5721         * plugins/sourceview/sourceview.c:
5723         Integrated lots of icons from #480093
5724         Thanks to <tpgww@onepost.net>
5726         * plugins/document-manager/plugin.c:
5727         Do not mark the line in ifile_open(), that looks ugly.
5728         
5729         * plugins/document-manager/search-box.c: (on_search_focus_out),
5730         (search_box_init):
5731         Clear the status bar on focus_out.
5732         
5733         * plugins/file-loader/anjuta-loader-plugin.ui:
5734         Fixed a missing "="
5736 2007-10-09  Johannes Schmid <jhs@gnome.org>
5738         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5739         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5741         Some things I missed in the patch for #484419
5742         
5743         * plugins/document-manager/action-callbacks.c:
5744         (on_new_file_activate):
5745         * plugins/document-manager/action-callbacks.h:
5746         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5747         (on_window_key_press_event), (on_gconf_notify_timer):
5748         
5749         484645 – patch to deal with docman FIXME etc
5750         
5751         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5752         * plugins/search/search-replace.c: (search_and_replace),
5753         (write_message_pane), (search_replace_populate),
5754         (translate_dialog_strings), (create_dialog),
5755         (anjuta_search_replace_activate):
5756         * plugins/search/search-replace_backend.c:
5757         (file_buffer_new_from_path), (get_next_match),
5758         (create_search_entries), (regex_backref),
5759         (clear_search_replace_instance):
5760         * plugins/search/search-replace_backend.h:
5761         
5762         #484573 – patch to correct various search-related issues
5763         
5764         Thanks for the above patches to <tpgww@onepost.net>
5765         
5766         * plugins/sourceview/sourceview.c:
5767         (sourceview_create_highligth_indic):
5768         
5769         Use the same marker for important as gedit (yellow background)
5771         * plugins/document-manager/anjuta-document-manager.ui:
5772         * plugins/file-loader/anjuta-file-loader.ui:
5773         * plugins/file-loader/plugin.c:
5774         
5775         Moved FileNew action to document-manager
5777 2007-10-08  Johannes Schmid <jhs@gnome.org>
5779         * plugins/document-manager/search-box.c: (on_search_activated):
5780         Mark messages for translation
5782 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5784         reviewed by: Johannes Schmid <jhs@gnome.org>
5786         * plugins/Makefile.am:
5787         * plugins/build-basic-autotools/build-basic-autotools.c:
5788         (build_compile_file_real):
5789         * plugins/search/search-replace.c:
5790         * plugins/valgrind/preferences.c: (build_general_prefs):
5791         
5792         Fix #484379 – Contents of Makefile.am plugins and
5793         #484419 – Improvement into translation
5795 2007-10-06  Johannes Schmid <jhs@gnome.org>
5797         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5799         Fixed to properly support pointer-to-pointer (**) types
5801         * libanjuta/interfaces/libanjuta.idl:
5802         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5803         * plugins/sourceview/sourceview-cell.h:
5804         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5805         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5806         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5807         (isearch_backward), (isearch_iface_init):
5808         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5809         (itext_editor_iface_init), (iselection_set_iter),
5810         (iselection_get_start_iter), (iselection_get_end_iter),
5811         (iselection_iface_init), (isearch_forward), (isearch_backward),
5812         (isearch_iface_init):
5813         
5814         Added IAnjutaEditorSearch interface and some utility methods to
5815         migrate from positions to iterators for the editor interface.
5816         
5817         * plugins/document-manager/Makefile.am:
5818         * plugins/document-manager/action-callbacks.c:
5819         (on_goto_line_no1_activate), (on_show_search):
5820         * plugins/document-manager/action-callbacks.h:
5821         * plugins/document-manager/anjuta-docman.c:
5822         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5823         (anjuta_docman_grab_text_focus):
5824         * plugins/document-manager/anjuta-document-manager.ui:
5825         * plugins/document-manager/goto_line.c: (removed)
5826         * plugins/document-manager/goto_line.h: (removed)
5827         * plugins/document-manager/search-box.c:
5828         * plugins/document-manager/search-box.h:
5829         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5830         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5831         (update_editor_ui_interface_items), (on_editor_added),
5832         (activate_plugin), (deactivate_plugin):
5833         * plugins/document-manager/plugin.h:
5834         
5835         Created new incremental "Quick Search" bar in the document manager to
5836         replace the crappy EggToolbar entries. Uses the new search interface and
5837         it thus much faster and more reliable.
5838         Fixes: 
5839         Bug 357544 – incremental search should work consistently (or not at all) 
5840         when main toolbar is hidden
5841         Bug 440637 – Search, don't work very well (partly for incremental search)
5842         
5843         * plugins/search/anjuta-search.ui:
5844         * plugins/search/plugin.c: (activate_plugin):
5845         
5846         Removed incremental search stuff
5847         
5848         * plugins/build-basic-autotools/build-basic-autotools.c:
5849         (on_session_save), (on_session_load):
5850         * plugins/build-basic-autotools/executer.c:
5851         (get_program_parameters):
5852         
5853         Scroll to selected executable and remember it across sessions
5854         (followup of #477976)
5855         
5856         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5857         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5858         
5859         * plugins/devhelp/anjuta-devhelp.ui:
5860         Rearraged toolbar items a bit
5862 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5864         * plugins/debug-manager/command.c,
5865         plugins/debug-manager/queue.c,
5866         plugins/gdb/plugin.c,
5867         plugins/gdb/debugger.c:
5868         Fix several crashing bugs (including bug#482985) with the debugger
5869         when closing project, stopping the debugger, restarting the program
5871 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5873         * libanjuta/anjuta-launcher.c:
5874         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5876 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5878         * plugins/debug-manager/command.c,
5879         plugins/debug-manager/queue.c:
5880         Asynchronous command can abort other commands in queue
5881         Resynchronize debugger state when a command is cancelled
5883         * plugins/debug-manager/breakpoints.c:
5884         Free BreakpointItem only when it is not used anymore
5886         * plugins/gdb/plugin.c:
5887         Do not return TRUE if the callback and/or ready signal is not used
5889         * plugins/gdb/debugger.c:
5890         Fix a crash, return correct state when debugger is stopped
5892 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5894         * plugins/project-wizard/autogen.c:
5895         Fix bug#482067, escape project wizard user defined strings
5897 2007-10-01  Johannes Schmid <jhs@gnome.org>
5899         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5900         .glade:
5901         * plugins/build-basic-autotools/build-basic-autotools.c:
5902         (basic_autotools_plugin_instance_init):
5903         * plugins/build-basic-autotools/build-basic-autotools.h:
5904         * plugins/build-basic-autotools/executer.c:
5905         (get_program_parameters):
5906         
5907         Fixed #477976 – Keybinding in run dialog
5909 2007-09-30  Johannes Schmid <jhs@gnome.org>
5911         * plugins/Makefile.am:
5912         Do not build indent plugin (yet)
5913         
5914         * plugins/document-manager/plugin.c: (ipreferences_merge):
5915         Fixed unintentional and wrong change
5917         * plugins/indent/anjuta-indent.ui:
5918         Added missing file
5920 2007-09-28  Johannes Schmid <jhs@gnome.org>
5922         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5923         * libanjuta/anjuta-launcher.h:
5924         Add a method to send EOF to some process. Needed for the indent plugin
5925         and should be useful in general. It does not actually send EOF as this
5926         is not possible with utf-8, but closes the stream instead.
5928         * plugins/devhelp/plugin.c: (value_added_current_editor):
5929         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5930         IAnjutaDocument switch.
5932         * configure.in:
5933         * plugins/Makefile.am:
5934         * plugins/document-manager/Makefile.am:
5935         * plugins/document-manager/action-callbacks.c:
5936         * plugins/document-manager/anjuta-document-manager.glade:
5937         * plugins/document-manager/anjuta-document-manager.ui:
5938         * plugins/document-manager/images/Makefile.am:
5939         * plugins/document-manager/images/indent_auto.xpm:
5940         * plugins/document-manager/images/indent_set.xpm:
5941         * plugins/document-manager/indent-dialog.c:
5942         * plugins/document-manager/indent-dialog.h:
5943         * plugins/document-manager/indent-util.c:
5944         * plugins/document-manager/indent-util.h:
5945         * plugins/document-manager/indent_test.c:
5946         * plugins/document-manager/plugin.c: (register_stock_icons),
5947         (docman_plugin_instance_init), (ipreferences_merge):
5948         * plugins/document-manager/plugin.h:
5949         
5950         Removed indent code from document manager
5951         
5952         * plugins/indent/Makefile.am:
5953         * plugins/indent/indent-dialog.c:
5954         * plugins/indent/indent-util.c: (indent_init_indent_style):
5955         * plugins/indent/indent.glade:
5956         * plugins/indent/indent.plugin.in:
5957         * plugins/indent/plugin.c: (on_indent_finished),
5958         (on_indent_output), (on_indent_action_activate),
5959         (on_edit_editor_indent), (on_style_combo_changed),
5960         (value_added_current_editor), (value_removed_current_editor),
5961         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5962         (indent_plugin_finalize), (indent_plugin_dispose),
5963         (anjuta_indent_plugin_instance_init),
5964         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5965         (ipreferences_unmerge), (ipreferences_iface_init):
5966         * plugins/indent/plugin.h:
5968         Moved indent code to it's own plugin. Also reimplemented indent invocation
5969         using anjuta_launcher and streams. This is not yet completely working, maybe
5970         I got something wrong with the launcher.
5971         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5973 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5975         * plugins/debug-manager/plugin.c:
5976         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5978 2007-09-27  Johannes Schmid <jhs@gnome.org>
5980         * libanjuta/interfaces/libanjuta.idl:
5981         * plugins/Makefile.am:
5982         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5983         (isymbol_type_str), (isymbol_name), (isymbol_args),
5984         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5985         (isymbol_impl), (isymbol_iface_init):
5986         * plugins/symbol-browser/an_symbol_info.c:
5987         * plugins/symbol-browser/an_symbol_info.h:
5988         * plugins/symbol-db/Makefile.am:
5989         * plugins/symbol-db/plugin.c:
5990         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5991         (value_added_current_editor), (on_editor_foreach_clear),
5992         (value_removed_current_editor), (project_root_added),
5993         (symbol_db_activate), (symbol_db_deactivate),
5994         (isymbol_manager_search):
5995         * plugins/symbol-db/readtags.c: (initialize_1):
5996         * plugins/symbol-db/symbol-db-engine-iterator.c:
5997         (sdb_engine_iterator_instance_init),
5998         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5999         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
6000         (symbol_db_engine_iterator_move_next),
6001         (symbol_db_engine_iterator_move_prev),
6002         (symbol_db_engine_iterator_get_n_items),
6003         (symbol_db_engine_iterator_last),
6004         (symbol_db_engine_iterator_set_position),
6005         (symbol_db_engine_iterator_get_position),
6006         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
6007         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
6008         (isymbol_iter_foreach), (isymbol_iter_set_position),
6009         (isymbol_iter_get_position), (isymbol_iter_get_length),
6010         (isymbol_iter_clone), (isymbol_iter_assign),
6011         (isymbol_iter_iface_init):
6012         * plugins/symbol-db/symbol-db-engine-iterator.h:
6013         * plugins/symbol-db/symbol-db-engine.c:
6014         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
6015         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
6016         (sdb_engine_finalize), (sdb_engine_get_type),
6017         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
6018         (sdb_engine_get_table_id_by_unique_name2),
6019         (sdb_engine_get_table_id_by_unique_name3),
6020         (symbol_db_engine_add_new_workspace),
6021         (symbol_db_engine_get_opened_project_name),
6022         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
6023         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
6024         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
6025         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
6026         (sdb_engine_add_new_scope_definition),
6027         (sdb_engine_add_new_tmp_heritage_scope),
6028         (sdb_engine_second_pass_update_scope_1),
6029         (sdb_engine_second_pass_update_heritage),
6030         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
6031         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
6032         (symbol_db_engine_update_project_symbols),
6033         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
6034         (symbol_db_engine_update_buffer_symbols),
6035         (sdb_engine_walk_down_scope_path),
6036         (sdb_engine_prepare_symbol_info_sql),
6037         (symbol_db_engine_get_global_members),
6038         (symbol_db_engine_get_scope_members_by_symbol_id),
6039         (symbol_db_engine_get_scope_members),
6040         (symbol_db_engine_get_current_scope),
6041         (symbol_db_engine_get_file_symbols):
6042         * plugins/symbol-db/symbol-db-engine.h:
6043         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
6044         (on_symbol_updated), (on_symbol_inserted),
6045         (symbol_db_view_locals_get_line),
6046         (symbol_db_view_locals_update_list):
6047         * plugins/symbol-db/symbol-db-view-search.c:
6048         (sdb_view_search_model_filter), (sdb_view_search_get_type):
6049         * plugins/symbol-db/symbol-db-view-search.h:
6050         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
6051         (do_add_hidden_children), (do_recurse_and_add_new_sym),
6052         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
6053         * plugins/symbol-db/tables.sql:
6054         * plugins/symbol-db/test/Makefile.am:
6055         * plugins/symbol-db/test/main.c: (add_new_files), (main):
6056         Updated patch from Massimo to improve symbol-db plugin
6058         * plugins/document-manager/plugin.c: (on_editor_changed):
6059         Make the code a bit more robust
6060         
6061         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6062         (anjuta_document_get_property), (anjuta_document_class_init),
6063         (anjuta_document_init), (set_uri), (document_loader_loaded),
6064         (anjuta_document_load), (document_saver_saving):
6065         * plugins/sourceview/anjuta-document.h:
6066         * plugins/sourceview/sourceview.c: (autodetect_language),
6067         (ilanguage_set_language), (ilanguage_get_language):
6068         Fix language detection on startup
6070 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
6072         * plugins/document-manager/action-callbacks.c:
6073         (on_editor_command_upper_case_activate),
6074         (on_editor_command_lower_case_activate): Leftover commit from previous
6075         commit (see last changlog entry by me).
6076         
6077         * plugins/file-manager/plugin.c: (file_manager_activate):
6078         Gave proper widget name so that layout works.
6080 2007-09-26  Johannes Schmid <jhs@gnome.org>
6082         * plugins/document-manager/plugin.c: (on_editor_changed),
6083         (docman_plugin_instance_init):
6084         Only unload/load language-support plugins if necessary.
6085         
6086         * plugins/language-manager/plugin.c: (language_manager_activate):
6087         Removed some debugging code
6089         * plugins/sourceview/sourceview.c: (on_document_saved),
6090         (ilanguage_set_language), (ilanguage_get_language):
6091         Fixed ianjuta_language interface and ensure that highlighting is
6092         activated when a new file is saved.
6093         
6094 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
6096         * libanjuta/interfaces/libanjuta.idl:
6097         * plugins/document-manager/action-callbacks.c:
6098         (on_editor_command_upper_case_activate),
6099         (on_editor_command_lower_case_activate):
6100         * plugins/editor/text_editor.c: (iselection_has_selection),
6101         (iselection_get_start), (iselection_get_end),
6102         (iselection_iface_init):
6103         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6104         * plugins/sourceview/sourceview.c: (iselect_has_selection),
6105         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
6106         method and implemented it for both scintilla and sourceview editors.
6107         Updated document-manager and assist plugins to use the new method.
6109 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
6111         * plugins/file-manager/file-view.c:
6112         Fix typo, allow to compile new file manager with gtk < 2.12
6114 2007-09-25  Johannes Schmid <jhs@gnome.org>
6116         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6117         Support Auto-Indent for single lines (e.g no selection);
6118         
6119         * plugins/macro/plugin.c:
6120         Do not use the same shortcut as auto-indent does
6121         
6122         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
6123         Optimized keyboard navigation - do not emit char_added when only
6124         navigation keys have been pressed.
6126 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
6128         * plugins/language-support-cpp-java/cpp-java-assist.c:
6129         (on_assist_chosen), (cpp_java_assist_install),
6130         (cpp_java_assist_uninstall):
6131         * plugins/language-support-cpp-java/plugin.c: (install_support),
6132         (uninstall_support): Install and uninstall support in correct order.
6133         Fixes a bug where it was installed multiple times resulting in
6134         inserting autocomplete text multiple times.
6136 2007-09-25  Johannes Schmid <jhs@gnome.org>
6138         * configure.in:
6139         Add GNOME_WARNING_FLAGS(maximum) and
6140         GNOME_CXX_WARNIGS(yes) to avoid bugs
6141         the compiler can warn you.
6142         
6143         * libegg/test-tree-utils.c: (key_test):
6144         * plugins/file-manager/file-model.c:
6145         (file_model_cancel_expand_idle), (file_model_sort),
6146         (file_model_row_expanded):
6147         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6148         (file_view_refresh), (file_view_get_selected), (file_view_init),
6149         (file_view_new):
6150         * plugins/file-manager/file-view.h:
6151         * plugins/symbol-db/readtags.c: (initialize_1):
6152         * src/main.c:
6153         
6154         Fixed the more critical warnings
6156 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
6158         Icons from tpgww@onepost.net:
6159         * configure.in:
6160         * plugins/debug-manager/Makefile.am:
6161         * plugins/debug-manager/images/Makefile.am:
6162         * plugins/debug-manager/images/anjuta-attach.svg:
6163         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
6164         * plugins/debug-manager/images/anjuta-step-into.svg:
6165         * plugins/debug-manager/images/anjuta-step-out.svg:
6166         * plugins/debug-manager/images/anjuta-step-over.svg:
6167         * plugins/debug-manager/plugin.c: (register_stock_icons):
6168         * plugins/document-manager/Makefile.am:
6169         * plugins/document-manager/block_select.xpm:
6170         * plugins/document-manager/fold_close.xpm:
6171         * plugins/document-manager/fold_open.xpm:
6172         * plugins/document-manager/fold_toggle.xpm:
6173         * plugins/document-manager/images/Makefile.am:
6174         * plugins/document-manager/images/anjuta-block-end.svg:
6175         * plugins/document-manager/images/anjuta-block-start.svg:
6176         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
6177         * plugins/document-manager/images/anjuta-bookmark-first.svg:
6178         * plugins/document-manager/images/anjuta-bookmark-last.svg:
6179         * plugins/document-manager/images/anjuta-bookmark-next.svg:
6180         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
6181         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
6182         * plugins/document-manager/indent.xpm:
6183         * plugins/document-manager/indent_auto.xpm:
6184         * plugins/document-manager/indent_dcr.xpm:
6185         * plugins/document-manager/indent_inc.xpm:
6186         * plugins/document-manager/indent_set.xpm:
6187         * plugins/document-manager/plugin.c: Added nicer icons for
6188         document manager and debugger. Organized icons in 'images'
6189         directories.
6191 2007-09-24  Johannes Schmid <jhs@gnome.org>
6193         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6194         Fixed a missing NULL in g_object_set.
6196 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6198         * plugins/language-support-cpp-java/cpp-java-assist.c:
6199         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
6200         scope memebers just after scope operator is entered.
6202 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6204         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6205         * plugins/language-support-cpp-java/cpp-java-assist.c:
6206         (completion_function), (completion_compare),
6207         (cpp_java_assist_tag_destroy), (create_completion),
6208         (cpp_java_assist_destroy_completion_cache),
6209         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
6210         Show '()' for function items in autocomplete list. Allow adding
6211         ' ' and/or '(' after function call autocompletion and have preferences
6212         settings for them.
6214 2007-09-24  Johannes Schmid <jhs@gnome.org>
6216         * sourceview.c: Reverting patch from r3157 because
6217         of side-effects
6219 2007-09-24  Johannes Schmid <jhs@gnome.org>
6221         * plugins/search/search-replace.c: (on_message_clicked):
6223         Fixed #427104 – No "highlight" of lines matching find-result
6225 2007-09-24  Johannes Schmid <jhs@gnome.org>
6227         * src/anjuta.glade:
6229         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
6231 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
6233         reviewed by: Johannes Schmid <jhs@gnome.org>
6235         * plugins/build-basic-autotools/executer.c: (execute_program):
6236         Fix #478238 – set env for execute programe in the terminal
6238 2007-09-24 Tom <tpgww@onepost.net>
6240         reviewed by: Johannes Schmid <jhs@gnome.org>
6242         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6243         Fix memory leak
6244         
6245         * plugins/debug-manager/disassemble.c: (on_disassemble):
6246         Correct a format string in DEBUG_PRINT()
6248 2007-09-23  Johannes Schmid <jhs@gnome.org>
6250         * plugins/sourceview/sourceview.c: (offset_to_position),
6251         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
6252         (ieditor_get_position), (iselect_set), (iselect_get_start),
6253         (iselect_get_end):
6254         
6255         Fixed #Bug 440637 – Search, don't work very well
6257 2007-09-23  Johannes Schmid <jhs@gnome.org>
6259         * plugins/file-manager/file-model.c: (file_model_get_filename):
6260         * plugins/file-manager/file-model.h:
6261         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6262         (file_view_init), (file_view_class_init):
6263         * plugins/message-view/message-view.c:
6264         (message_view_query_tooltip), (message_view_dispose),
6265         (message_view_instance_init), (message_view_class_init):
6267         Added GTK+ 2.12 style tooltips to file-manager and message view.
6268         Only build if GTK+ 2.12 is availible otherwise for message-view, the
6269         old implementation is used.
6271 2007-09-23  Johannes Schmid <jhs@gnome.org>
6273         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6274         Fixed typo
6275         
6276         * plugins/language-manager/language-manager.plugin.in:
6277         Marked UserActivatable=FALSE
6278         
6279         * plugins/language-manager/plugin.c: (load_languages),
6280         (language_manager_activate), (language_manager_deactivate),
6281         (language_manager_dispose), (language_manager_instance_init),
6282         (language_manager_find_mime_type), (language_manager_find_string),
6283         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6284         (ilanguage_get_name), (ilanguage_get_strings):
6285         
6286         Fixed various stupid bugs in language-manager plugin
6287         
6288         * plugins/symbol-db/symbol-db-engine.c:
6289         (sdb_engine_second_pass_update_scope_1):
6290         
6291         Add a g_return_if_fail to avoid a crash though still unsure
6292         what's causing it.
6294 2007-09-23  Johannes Schmid <jhs@gnome.org>
6296         * plugins/symbol-db/plugin.c: (on_project_element_added),
6297         (sources_array_free), (sources_array_add_foreach),
6298         (project_root_added):
6299         * plugins/symbol-db/symbol-db-engine.c:
6300         (symbol_db_engine_add_new_files):
6301         * plugins/symbol-db/symbol-db-engine.h:
6302         
6303         Added support for other languages than "C" to symbol-db. Now
6304         supports all languages listed by the language-manager.
6306 2007-09-23  Tom <tpgww@onepost.net>
6308         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6310         * configure.in:
6311         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6312         
6313         * libanjuta/anjuta-glue-factory.c: (load_plugin),
6314         (anjuta_glue_factory_get_object_type):
6315         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6316         * plugins/build-basic-autotools/build-basic-autotools.c:
6317         (value_added_current_editor):
6318         * plugins/debug-manager/breakpoints.c:
6319         (breakpoints_dbase_edit_breakpoint),
6320         (on_toggle_breakpoint_activate):
6321         * plugins/debug-manager/plugin.c:
6322         (on_run_to_cursor_action_activate):
6323         * plugins/debug-manager/stack_trace.c:
6324         (dma_thread_update_stack_trace):
6325         * plugins/gdb/plugin.c:
6326         * plugins/glade/plugin.c: (ifile_open):
6327         * plugins/profiler/gprof-call-graph-view.c:
6328         * plugins/profiler/gprof-flat-profile-view.c:
6329         * plugins/profiler/gprof-function-call-tree-view.c:
6330         * plugins/profiler/gprof-options.c: (setup_widgets):
6331         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6332         * plugins/search/search-replace_backend.c:
6333         (file_buffer_new_from_te):
6334         * plugins/sourceview/assist-tip.c: (assist_tip_move):
6335         * plugins/sourceview/assist-window.c: (assist_window_set_property),
6336         (assist_window_get_property), (assist_window_move):
6337         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6338         (value_added_current_editor):
6339         * plugins/symbol-db/plugin.c: (value_added_current_editor):
6340         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6341         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6342         
6343         Many small code, warnings and leak fixes
6345 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6347         * (removed) plugins/debug-manager/debugger.c,
6348         (removed) plugins/debug-manager/debugger.h,
6349         (added) plugins/debug-manager/command.c,
6350         (added) plugins/debug-manager/command.h,
6351         (added) plugins/debug-manager/queue.c,
6352         (added) plugins/debug-manager/queue.h,
6353         plugins/debug-manager/breakpoints.c,
6354         plugins/debug-manager/debug_tree.c,
6355         plugins/debug-manager/debug_tree.h,
6356         plugins/debug-manager/disassemble.c,
6357         plugins/debug-manager/disassemble.h,
6358         plugins/debug-manager/locals.c,
6359         plugins/debug-manager/locals.h,
6360         plugins/debug-manager/memory.c,
6361         plugins/debug-manager/memory.h,
6362         plugins/debug-manager/plugin.c,
6363         plugins/debug-manager/plugin.h,
6364         plugins/debug-manager/registers.c,
6365         plugins/debug-manager/registers.h,
6366         plugins/debug-manager/sharedlib.c,
6367         plugins/debug-manager/sharedlib.h,
6368         plugins/debug-manager/signals.c,
6369         plugins/debug-manager/signals.h,
6370         plugins/debug-manager/stack_trace.c,
6371         plugins/debug-manager/stack_trace.h,
6372         plugins/debug-manager/start.h,
6373         plugins/debug-manager/start.c,
6374         plugins/debug-manager/threads.c,
6375         plugins/debug-manager/threads.h,
6376         plugins/debug-manager/watch.c,
6377         plugins/debug-manager/watch.h,
6378         plugins/debug-manager/Makefile.am,
6379         plugins/gdb/debugger.c,
6380         plugins/gdb/debugger.h,
6381         plugins/gdb/plugin.c,
6382         libanjuta/interfaces/libanjuta.idl:
6383         Split debug-manager/debugger.c into command.c and queue.c
6384         Clean up debugger queue
6385         DmaDebuggerQueue object does not implement IAnjutaDebugger
6387 2007-09-23  Johannes Schmid <jhs@gnome.org>
6389         * configure.in:
6390         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6391         set correctly, etc.)
6392         
6393         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6394         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6395         (plugin_set_update):
6396         
6397         Show an error dialog instead of crashing when plugin loading fails
6399         * plugins/language-manager/Makefile.am:
6400         * plugins/language-manager/language-manager.plugin.in:
6401         * plugins/language-manager/languages.xml:
6402         * plugins/language-manager/plugin.c: (language_destroy),
6403         (load_languages), (language_manager_activate),
6404         (language_manager_deactivate), (language_manager_finalize),
6405         (language_manager_dispose), (language_manager_instance_init),
6406         (language_manager_class_init), (language_manager_find_mime_type),
6407         (language_manager_find_string), (ilanguage_get_from_mime_type),
6408         (ilanguage_get_from_string), (ilanguage_get_name),
6409         (ilanguage_get_strings), (ilanguage_iface_init):
6410         * plugins/language-manager/plugin.h:
6411         
6412         Added new language-manager plugin to have a better organisation for
6413         language names. The xml probabaly needs to be extended over time.
6414         
6415         * plugins/Makefile.am:
6416         * plugins/document-manager/plugin.c: (on_editor_changed):
6417         
6418         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6419         because it does not really save memory but makes tab switching slow.
6420         
6421         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6422         .in:
6423         * plugins/language-support-cpp-java/plugin.c: (install_support),
6424         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6425         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6426         unloading
6428         * plugins/language-support-cpp-java/cpp-java-assist.c:
6429         (cpp_java_assist_show_autocomplete):
6430         
6431         Fix autocomplete to only show valid completions
6433         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6434         Calltips always have correct size and position now
6436 2007-09-22  Johannes Schmid <jhs@gnome.org>
6438         * plugins/search/search-replace_backend.c: (get_next_match):
6439         Removed code introduced by accident that causes a crash.
6440         
6441         * plugins/sourceview/sourceview-tags.c:
6442         * plugins/sourceview/sourceview-tags.h:
6443         Removed ununsed files
6445 2007-09-22  Johannes Schmid <jhs@gnome.org>
6447         * plugins/language-support-cpp-java/cpp-java-assist.c:
6448         Fixed build error
6450 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6452         * plugins/language-support-cpp-java/cpp-java-assist.c:
6453         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6454         Increased matching brace search to 500 chars.
6456 2007-09-21  Johannes Schmid <jhs@gnome.org>
6458         * plugins/language-support-cpp-java/cpp-java-assist.c:
6459         (cpp_java_assist_get_pre_word),
6460         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6461         
6462         Added some profiling debug code
6463         
6464         * plugins/language-support-cpp-java/cpp-java-utils.c:
6465         (cpp_java_util_jump_to_matching_brace):
6466         * plugins/language-support-cpp-java/cpp-java-utils.h:
6467         * plugins/language-support-cpp-java/plugin.c:
6468         (get_line_indentation_base), (get_line_auto_indentation):
6469         
6470         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6471         avoid looping over the whole file when using calltips which is too slow and
6472         unneeded.
6473         
6474         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6475         (assist_tip_set_tips), (assist_tip_get_coordinates),
6476         (assist_tip_new):
6477         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6478         
6479         Better calltips appearance (use theme now) and avoid jumping
6480         calltips
6482 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6484         * plugins/document-manager/plugin.c:
6485         (update_editor_ui_interface_items):
6486         * plugins/language-support-cpp-java/plugin.c: (install_support),
6487         (uninstall_support): Moved autocomplete ui update code from
6488         document-manager to language-plugin.
6490 2007-09-21  Johannes Schmid <jhs@gnome.org>
6492         * libanjuta/interfaces/libanjuta.idl:
6493         
6494         Added IAnjutaLanguage interface (might still change...) for
6495         the upcoming language-manager plugin.
6496         
6497         * plugins/file-manager/Makefile.am:
6498         * plugins/file-manager/file-model.c:
6499         (file_model_cancel_expand_idle), (file_model_add_dummy),
6500         (file_model_expand_idle), (file_model_sort),
6501         (file_model_row_expanded), (file_model_row_collapsed),
6502         (file_model_init), (file_model_finalize),
6503         (file_model_set_property), (file_model_get_property),
6504         (file_model_class_init), (file_model_new), (file_model_refresh),
6505         (file_model_get_uri):
6506         * plugins/file-manager/file-model.h:
6507         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6508         (file_view_expand_row_idle), (file_view_refresh),
6509         (file_view_get_selected), (file_view_button_press_event),
6510         (file_view_selection_changed), (file_view_init),
6511         (file_view_get_property), (file_view_set_property),
6512         (file_view_finalize), (file_view_class_init):
6513         
6514         Split up model/view as far as possible and fixed some file-manager
6515         bugs (popup-menu and incorrect project loading).
6516         
6517         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6518         Use monospace font for tips.
6519         
6520         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6521         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6522         (icell_get_attribute), (icell_style_get_font_description),
6523         (icell_style_get_color), (icell_style_get_background_color),
6524         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6525         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6526         (iiter_get_length), (iiter_clone), (iiter_assign):
6528         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6529         interface. This is way faster though it has the drawback to create invalid
6530         iterators if the buffer is changed.
6532 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6534         * libanjuta/interfaces/libanjuta.idl:
6535         * plugins/document-manager/action-callbacks.c:
6536         * plugins/document-manager/anjuta-document-manager.ui:
6537         * plugins/document-manager/plugin.c: (register_stock_icons):
6538         * plugins/editor/text_editor.c:
6539         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6540         * plugins/language-support-cpp-java/cpp-java-assist.c:
6541         (cpp_java_assist_get_calltip_context):
6542         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6543         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6545         Moved autocomplete menu action from document-manager to assist plugin
6546         and got rid of deprecated autocomplete interface.
6548 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6550         * libanjuta/interfaces/libanjuta.idl:
6551         * plugins/editor/text_editor.c: (iassist_iface_init):
6552         * plugins/language-support-cpp-java/cpp-java-assist.c:
6553         (cpp_java_assist_check), (on_assist_chosen):
6554         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6555         Removed react() methods in both editors and assist interface. Assist
6556         plugin itself handles setting the autocomplete. Also fixed
6557         some mem leaks.
6559 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6561         * plugins/file-manager/Makefile.am:
6562         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6563         (file_view_expand_idle), (file_view_init):
6564         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6565         (file_manager_set_default_uri), (project_root_added),
6566         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6567         (file_manager_activate), (file_manager_deactivate),
6568         (file_manager_instance_init), (file_manager_class_init),
6569         (ifile_manager_set_root), (ifile_manager_set_selected),
6570         (ifile_manager_iface_init): Adjusted white spaces to match
6571         anjuta convention.
6573 2007-09-19  Naba Kumar  <naba@gnome.org>
6575         * libanjuta/interfaces/libanjuta.idl:
6576         * plugins/editor/text_editor.c: (text_editor_instance_init),
6577         (iassist_show_tips), (iassist_cancel_tips),
6578         (iassist_hide_suggestions), (iassist_iface_init):
6579         * plugins/editor/text_editor.h:
6580         * plugins/editor/text_editor_cbs.c:
6581         (on_text_editor_scintilla_notify):
6582         * plugins/language-support-cpp-java/cpp-java-assist.c:
6583         (is_scope_context_character), (is_word_character),
6584         (create_completion), (cpp_java_assist_get_scope_context),
6585         (cpp_java_assist_get_pre_word),
6586         (cpp_java_assist_get_scope_operator),
6587         (cpp_java_assist_destroy_completion_cache),
6588         (cpp_java_assist_create_scope_completion_cache),
6589         (cpp_java_assist_create_word_completion_cache),
6590         (cpp_java_assist_show_autocomplete),
6591         (cpp_java_assist_get_calltip_context),
6592         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6593         (on_editor_char_added), (on_assist_chosen),
6594         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6595         (cpp_java_assist_init), (cpp_java_assist_finalize):
6596         * plugins/language-support-cpp-java/cpp-java-assist.h:
6597         * plugins/language-support-cpp-java/plugin.c:
6598         (initialize_indentation_params):
6599         * plugins/sourceview/assist-tip.c:
6600         * plugins/sourceview/assist-tip.h:
6601         * plugins/sourceview/sourceview-private.h:
6602         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6603         (on_assist_tip_destroyed), (on_assist_cancel),
6604         (on_document_char_added), (iassist_get_suggestions),
6605         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6606         
6607         Implement state-less assistance so that assist can be evaluated
6608         any given time at any position. Changed IAnjutaEditorAssist interfance
6609         and implementations and removed any state management in editors.
6611 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6613         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6614         completion items sorting and avoided unnecssary sorts.
6616         * plugins/text-editor.c: Fixed state.
6618 2007-09-17  Johannes Schmid <jhs@gnome.org>
6620         * plugins/language-support-cpp-java/cpp-java-assist.c:
6621         (on_assist_begin):
6622         
6623         Fixed calltips in sourceview
6625 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6627         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6628         completion items preparation time. Fixed a crash bug.
6630         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6631         Set buffer size (From Massimo, required for symbol-db).
6633         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6634         for suggestions.
6636         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6637         change in API.
6639         * plugins/editor/aneditor-autocomplete.cxx,
6640         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6641         Added ANE_GETWORDBEFORECARAT command.
6643         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6644         using assist interface.
6646         * plugins/editor/text_editor.c: (text_editor_instance_init),
6647         (text_editor_get_word_before_carat),
6648         (text_editor_get_current_word), (iassist_add_trigger),
6649         (iassist_remove_trigger), (on_assist_canceled),
6650         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6651         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6652         * plugins/editor/text_editor.h:
6653         * plugins/editor/text_editor_cbs.c: (trigger_size),
6654         (max_trigger_size), (text_editor_check_assist),
6655         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6656         interface.
6658         * plugins/language-support-cpp-java/Makefile.am:
6659         * plugins/language-support-cpp-java/plugin.c:
6660         (get_line_indentation_base), (get_line_auto_indentation),
6661         (install_support), (uninstall_support),
6662         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6663         (cpp_java_plugin_instance_init):
6664         * plugins/language-support-cpp-java/plugin.h:
6665         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6666         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6667         Make assist a separate class.
6669 2007-09-14  Johannes Schmid <jhs@gnome.org>
6671         * plugins/sourceview/sourceview.c: (iassist_suggest):
6672         Fixed changed char_alignment paramter in language-support
6673         plugin
6675 2007-09-14  Naba Kumar  <naba@gnome.org>
6677         * plugins/language-support-cpp-java/plugin.c: Send the right
6678         'char_alignment' paramenter (needs fixing in sourceview).
6680 2007-09-13  Johannes Schmid <jhs@gnome.org>
6682         * anjuta.anjuta:
6683         * plugins/project-wizard/templates/minimal/project.anjuta:
6684         Use IAnjutaSymbolManager instead of loading the plugin directly.
6685         (TODO: Think of a version to do this for older files...)
6687         * configure.in:
6688         * plugins/Makefile.am:
6689         * plugins/symbol-db/Makefile.am:
6690         
6691         Build symbol-db plugin if libgda-3.0 is found
6693 2007-09-13  Johannes Schmid <jhs@gnome.org>
6695         * plugins/sourceview/Makefile.am:
6696         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6697         (set_uri):
6698         * plugins/sourceview/anjuta-document.h:
6699         Removed lots of dead code
6700         
6701         * plugins/sourceview/anjuta-languages-manager.c:
6702         * plugins/sourceview/anjuta-languages-manager.h:
6703         removed completely
6704         
6705         * plugins/sourceview/sourceview.c: (on_document_char_added),
6706         (on_document_loaded), (sourceview_instance_init),
6707         (iselect_get_start), (iselect_get_end),
6708         (ilanguage_get_supported_languages), (ilanguage_set_language):
6709         
6710         Fixed selection handling and make some adaptions for the changes 
6711         mentioned above
6713 2007-09-13  Johannes Schmid <jhs@gnome.org>
6715         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6716         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6717         (on_assist_update):
6718         
6719         Added preferences to language support completion/calltips
6720         
6721         * plugins/sourceview/assist-window.c: (assist_window_update):
6723         Always select first entry
6725         * plugins/sourceview/sourceview.glade:
6726         Removed old completion preferences
6728 2007-09-11  Naba Kumar  <naba@gnome.org>
6730         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6731         and possible crash when pressing ctrl+d in terminal after preferences
6732         window has been shown once (no need for backport).
6734         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6735         implementations to get warnings instead of crashes for unimplemented
6736         interface methods.
6738 2007-09-11   Massimo Cora' <maxcvs@email.it>
6740         Reviewed by: Naba Kumar  <naba@gnome.org>
6742         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6743         * plugins/symbol-db/*:
6744         Added new symbol-database backend based on SQLite 3.
6745         (does not enabled for build currently).
6747 2007-09-10  Johannes Schmid <jhs@gnome.org>
6749         * anjuta.anjuta:
6750         * configure.in:
6751         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6752         (parse_info_init), (parse_info_free), (valid_element),
6753         (start_element_handler), (end_element_handler), (text_handler),
6754         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6755         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6756         (egg_recent_model_monitor), (egg_recent_model_read),
6757         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6758         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6759         (egg_recent_model_set_property), (egg_recent_model_class_init),
6760         (egg_recent_model_init), (egg_recent_model_add_full),
6761         (egg_recent_model_delete), (egg_recent_model_get_list),
6762         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6763         (egg_recent_model_set_filter_mime_types),
6764         (egg_recent_model_clear_group_filter),
6765         (egg_recent_model_set_filter_groups),
6766         (egg_recent_model_clear_scheme_filter),
6767         (egg_recent_model_set_filter_uri_schemes),
6768         (egg_recent_model_remove_expired):
6769         
6770         Update EggRecent (#456465)
6772 2007-09-10  Johannes Schmid <jhs@gnome.org>
6774         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6775         (anjuta_plugin_manager_get_plugin):
6776         * plugins/profiler/gprof-call-graph-view.c:
6777         (gprof_call_graph_view_create_columns):
6778         * plugins/profiler/gprof-flat-profile-view.c:
6779         (gprof_flat_profile_view_create_columns):
6780         * plugins/profiler/gprof-function-call-tree-view.c:
6781         (gprof_function_call_tree_view_create_columns):
6782         
6783         Fixed #466031 – Update of pieces of menus for Localization
6785 2007-09-10  Johannes Schmid <jhs@gnome.org>
6787         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6788         Bug 343522 – anjuta: Unable to execute commands that use options.
6790 2007-09-09  Johannes Schmid <jhs@gnome.org>
6792         * plugins/document-manager/anjuta-docman.c:
6793         (anjuta_docman_update_page_label):
6794         
6795         Fixed #458034 – Method of indicating unsaved changes breaks convention
6796         
6797         * plugins/document-manager/plugin.c: (update_title),
6798         (value_added_project_root_uri), (value_removed_project_root_uri),
6799         (on_editor_changed), (activate_plugin):
6800         * plugins/document-manager/plugin.h:
6801         * plugins/project-manager/plugin.c: (on_profile_scoped),
6802         (on_profile_descoped), (ifile_open):
6803         
6804         Fixed #427390 – Show path of item in currently focused editor window
6806 2007-09-09  Johannes Schmid <jhs@gnome.org>
6808         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6809         (on_toolbar_find_incremental):
6810         Fix incremental search
6811         
6812         * plugins/sourceview/sourceview.c: (on_document_char_added),
6813         (set_select):
6814         Fixed selection management
6816 2007-09-09  Johannes Schmid <jhs@gnome.org>
6818         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6819         Fixed memory leak
6821         * libanjuta/interfaces/libanjuta.idl:
6822         Extended IAnjutaEditorAssist interface
6823         
6824         * plugins/language-support-cpp-java/plugin.c:
6825         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6826         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6827         (context_character), (get_context), (function_parser),
6828         (cpp_member_parser), (install_assist), (uninstall_assist),
6829         (get_line_indentation_base), (get_line_auto_indentation),
6830         (install_support), (uninstall_support),
6831         (on_value_added_current_editor), (on_value_removed_current_editor),
6832         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6833         * plugins/language-support-cpp-java/plugin.h:
6834         
6835         Improved fixed editor assistance and added support for function/method
6836         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6837         
6838         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6839         Removed a FIXME
6840         
6841         * plugins/project-import/project-import.c: (on_import_next):
6842         Added a non-NULL check with could probably fix #474843 but not sure
6843         
6844         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6845         Fixed anjuta-plugin project wizard
6846         
6847         * plugins/sourceview/Makefile.am:
6848         * plguins/sourceview/assist-tip.[ch]:
6849         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6850         (anjuta_view_key_press_event):
6851         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6852         (assist_window_init), (assist_window_update), (assist_window_new):
6853         * plugins/sourceview/sourceview-private.h:
6854         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6855         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6856         (trigger_size), (max_trigger_size), (on_document_char_added),
6857         (sourceview_dispose), (ieditor_get_current_word),
6858         (iassist_add_trigger), (iassist_init_suggestions),
6859         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6860         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6861         
6862         Big update on sourceview assist capabilites. Autocompletion should
6863         now work much better and function tooltips are finally supported!
6865         * plugins/sourceview/anjuta-document.h:
6866         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6867         (anjuta_document_get_current_word):
6868         Fixed get_current_word (inspired by aneditor.cxx implementation)
6870         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6871         (icell_get_attribute):
6872         Fixed get_attribute() to also detect character constants.
6873         Simplified get_char()
6875         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6876         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6877         (isymbol_manager_get_completions_at_position):
6878         
6879         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6881 2007-09-04  Naba Kumar  <naba@gnome.org>
6883         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6884         projects that can not add sources.
6886         * plugins/file-wizard/file.c: Similarly for file wizard,
6887         Do not enable 'Add to project' projects that can not add sources.
6889 2007-09-04  Naba Kumar  <naba@gnome.org>
6891         * configure.in: Bumped gnome-build requirement to 0.2.0
6892         for project capabilities support.
6894         * plugins/project-manager/plugin.c: Enable/disable project
6895         actions based on project capabilities. Fixes bug #433552:
6896         crash in Anjuta IDE: add file test.h in project on generic
6897         Makefile.
6899         * libanjuta/interfaces/libanjuta.idl: Added method to query
6900         project capabilities.
6902 2007-09-03  Naba Kumar  <naba@gnome.org>
6904         * plugins/file-manager/plugin.c: Set shadow type IN.
6905         * plugins/file-manager/file-view.c: Fixed code style.
6906         * plugins/file-manager/file-view.c: Fixed icons column to size
6907         properly.
6909         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6911         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6912         unmonitors project-uri on file-manager deactivation.
6914         * TODO.tasks: Updated
6916 2007-09-02  Johannes Schmid <jhs@gnome.org>
6918         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6919         Fixed memory leak
6920         
6921         * plugins/file-manager/file-view.c: (file_view_get_selected),
6922         (file_view_button_press_event), (file_view_finalize):
6923         * plugins/file-manager/plugin.c: (project_root_removed),
6924         (file_manager_deactivate):
6925         
6926         Fixed some small bugs I missed before
6928 2007-09-02  Johannes Schmid <jhs@gnome.org>
6930         * plugins/file-manager/*:
6931         Added new and file-manager
6933 2007-09-02  Johannes Schmid <jhs@gnome.org>
6935         * plugins/file-manager/*:
6936         Removed old file-manager
6938 2007-08-31  Johannes Schmid <jhs@gnome.org>
6940         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6941         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6942         
6943         Fixed some memory leaks
6944         
6945         * MAINTAINERS: Fixed
6946         
6947 2007-08-31  Johannes Schmid <jhs@gnome.org>
6949         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6950         (get_property_value_as_string), (set_property_value_as_string),
6951         (register_callbacks), (preferences_foreach_callback),
6952         (anjuta_preferences_register_property_raw):
6953         * libanjuta/anjuta-preferences.h:
6954         * plugins/build-basic-autotools/build-basic-autotools.c:
6955         (on_build_mesg_format):
6956         * plugins/document-manager/anjuta-document-manager.glade:
6957         * plugins/message-view/anjuta-message-manager-plugin.glade:
6958         
6959         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6960         broken message view preferences
6961         
6962         * plugins/message-view/message-view.c:
6963         (message_view_instance_init), (pref_change_color), (prefs_init),
6964         (imessage_view_append):
6965         Cleaned up message view (#458041)
6966         
6967         * src/shell.c: (on_preferences_activate),
6968         (anjuta_test_shell_instance_init),
6969         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6970         Fixed test shell to allow better debugging
6971         
6972 2007-08-31  Johannes Schmid <jhs@gnome.org>
6974         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6975         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6976         * plugins/gtodo/main.h:
6977         * plugins/gtodo/plugin.c: (activate_plugin):
6978         
6979         Fixed #423467 (View->Tasks menu items are not 
6980         checked on startup)
6982 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6984         reviewed by: Johannes Schmid <jhs@gnome.org>
6986         * COPYING:
6987         * data/welcome.txt.in:
6988         * launcher/anjuta_launcher.c:
6989         * libanjuta/anjuta-children.c:
6990         * libanjuta/anjuta-children.h:
6991         * libanjuta/anjuta-debug.h:
6992         * libanjuta/anjuta-encodings.c:
6993         * libanjuta/anjuta-encodings.h:
6994         * libanjuta/anjuta-glue-c.c:
6995         * libanjuta/anjuta-glue-c.h:
6996         * libanjuta/anjuta-plugin-description.c:
6997         * libanjuta/anjuta-plugin-description.h:
6998         * libanjuta/anjuta-plugin-handle.c:
6999         * libanjuta/anjuta-plugin-handle.h:
7000         * libanjuta/anjuta-plugin-manager.c:
7001         * libanjuta/anjuta-plugin-manager.h:
7002         * libanjuta/anjuta-plugin.c:
7003         * libanjuta/anjuta-plugin.h:
7004         * libanjuta/anjuta-preferences.c:
7005         * libanjuta/anjuta-preferences.h:
7006         * libanjuta/anjuta-profile-manager.c:
7007         * libanjuta/anjuta-profile-manager.h:
7008         * libanjuta/anjuta-profile.c:
7009         * libanjuta/anjuta-profile.h:
7010         * libanjuta/anjuta-save-prompt.c:
7011         * libanjuta/anjuta-save-prompt.h:
7012         * libanjuta/anjuta-serializer.c:
7013         * libanjuta/anjuta-serializer.h:
7014         * libanjuta/anjuta-session.c:
7015         * libanjuta/anjuta-session.h:
7016         * libanjuta/anjuta-shell.c:
7017         * libanjuta/anjuta-shell.h:
7018         * libanjuta/anjuta-status.c:
7019         * libanjuta/anjuta-status.h:
7020         * libanjuta/anjuta-ui.c:
7021         * libanjuta/anjuta-ui.h:
7022         * libanjuta/anjuta-utils-priv.h:
7023         * libanjuta/anjuta-utils.c:
7024         * libanjuta/anjuta-utils.h:
7025         * libanjuta/cell-renderer-captioned-image.c:
7026         * libanjuta/cell-renderer-captioned-image.h:
7027         * libanjuta/e-splash.c:
7028         * libanjuta/e-splash.h:
7029         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7030         * libanjuta/interfaces/libanjuta.idl:
7031         * libanjuta/libanjuta.h:
7032         * libanjuta/resources.c:
7033         * libanjuta/resources.h:
7034         * libegg/egg-cell-renderer-text.c:
7035         * libegg/egg-combo-action.c:
7036         * libegg/egg-entry-action.c:
7037         * libegg/egg-recent-action.c:
7038         * libegg/egg-recent-files-module.c:
7039         * libegg/egg-recent-item.c:
7040         * libegg/egg-recent-model.c:
7041         * libegg/egg-recent-view-gtk.c:
7042         * libegg/egg-recent-view.c:
7043         * libegg/egg-submenu-action.c:
7044         * libegg/eggaccelerators.c:
7045         * libegg/eggcellrendererpopup.c:
7046         * libegg/eggcomboselect.c:
7047         * libegg/eggtreemodelfilter.c:
7048         * libegg/eggtreemultidnd.c:
7049         * libegg/gtkcellview.h:
7050         * libegg/treeviewutils/egg-cell-renderer-text.h:
7051         * libegg/treeviewutils/eggaccelerators.h:
7052         * libegg/treeviewutils/eggcellrendererkeys.h:
7053         * libegg/treeviewutils/eggcellrendererpopup.h:
7054         * libegg/treeviewutils/eggtreemodelfilter.h:
7055         * libegg/treeviewutils/eggtreemultidnd.h:
7056         * libegg/treeviewutils/eggtreeviewstate.h:
7057         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
7058         * manuals/anjuta-faqs/Makefile.am:
7059         * manuals/anjuta-manual/C/anjuta-manual.xml:
7060         * manuals/anjuta-manual/C/license.xml:
7061         * manuals/anjuta-manual/es/es.po:
7062         * manuals/anjuta-manual/sv/sv.po:
7063         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
7064         ml:
7065         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
7066         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
7067         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
7068         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
7069         * manuals/old/ja/anjuta-manual/license.xml:
7070         * plugins/build-basic-autotools/build-basic-autotools.c:
7071         * plugins/build-basic-autotools/build-basic-autotools.h:
7072         * plugins/build-basic-autotools/executer.c:
7073         * plugins/build-basic-autotools/executer.h:
7074         * plugins/build/build_file.c:
7075         * plugins/build/build_file.h:
7076         * plugins/build/build_project.c:
7077         * plugins/build/build_project.h:
7078         * plugins/build/clean_project.c:
7079         * plugins/build/clean_project.h:
7080         * plugins/build/commands.c:
7081         * plugins/build/commands.h:
7082         * plugins/build/compile.c:
7083         * plugins/build/compile.h:
7084         * plugins/build/compiler_options.c:
7085         * plugins/build/compiler_options.h:
7086         * plugins/build/configurer.c:
7087         * plugins/build/configurer.h:
7088         * plugins/build/executer.c:
7089         * plugins/build/executer.h:
7090         * plugins/class-gen/cell-renderer-flags.c:
7091         * plugins/class-gen/cell-renderer-flags.h:
7092         * plugins/class-gen/combo-flags.c:
7093         * plugins/class-gen/combo-flags.h:
7094         * plugins/class-gen/element-editor.c:
7095         * plugins/class-gen/element-editor.h:
7096         * plugins/class-gen/generator.c:
7097         * plugins/class-gen/generator.h:
7098         * plugins/class-gen/plugin.c:
7099         * plugins/class-gen/plugin.h:
7100         * plugins/class-gen/transform.c:
7101         * plugins/class-gen/transform.h:
7102         * plugins/class-gen/validator.c:
7103         * plugins/class-gen/validator.h:
7104         * plugins/class-gen/window.c:
7105         * plugins/class-gen/window.h:
7106         * plugins/class-inheritance/class-callbacks.c:
7107         * plugins/class-inheritance/class-callbacks.h:
7108         * plugins/class-inheritance/class-inherit.c:
7109         * plugins/class-inheritance/class-inherit.h:
7110         * plugins/class-inheritance/plugin.c:
7111         * plugins/class-inheritance/plugin.h:
7112         * plugins/cvs-plugin/cvs-actions.c:
7113         * plugins/cvs-plugin/cvs-actions.h:
7114         * plugins/cvs-plugin/cvs-callbacks.c:
7115         * plugins/cvs-plugin/cvs-callbacks.h:
7116         * plugins/cvs-plugin/cvs-execute.c:
7117         * plugins/cvs-plugin/cvs-execute.h:
7118         * plugins/cvs-plugin/cvs-interface.c:
7119         * plugins/cvs-plugin/cvs-interface.h:
7120         * plugins/cvs-plugin/plugin.c:
7121         * plugins/cvs-plugin/plugin.h:
7122         * plugins/debug-manager/breakpoints.c:
7123         * plugins/debug-manager/breakpoints.h:
7124         * plugins/debug-manager/chunk_view.c:
7125         * plugins/debug-manager/chunk_view.h:
7126         * plugins/debug-manager/data_buffer.c:
7127         * plugins/debug-manager/data_buffer.h:
7128         * plugins/debug-manager/data_view.c:
7129         * plugins/debug-manager/data_view.h:
7130         * plugins/debug-manager/debug_tree.c:
7131         * plugins/debug-manager/debug_tree.h:
7132         * plugins/debug-manager/debugger.c:
7133         * plugins/debug-manager/debugger.h:
7134         * plugins/debug-manager/disassemble.c:
7135         * plugins/debug-manager/disassemble.h:
7136         * plugins/debug-manager/info.c:
7137         * plugins/debug-manager/info.h:
7138         * plugins/debug-manager/locals.c:
7139         * plugins/debug-manager/locals.h:
7140         * plugins/debug-manager/memory.c:
7141         * plugins/debug-manager/memory.h:
7142         * plugins/debug-manager/plugin.c:
7143         * plugins/debug-manager/plugin.h:
7144         * plugins/debug-manager/registers.c:
7145         * plugins/debug-manager/registers.h:
7146         * plugins/debug-manager/sexy-icon-entry.c:
7147         * plugins/debug-manager/sexy-icon-entry.h:
7148         * plugins/debug-manager/sharedlib.c:
7149         * plugins/debug-manager/sharedlib.h:
7150         * plugins/debug-manager/signals.c:
7151         * plugins/debug-manager/signals.h:
7152         * plugins/debug-manager/sparse_buffer.c:
7153         * plugins/debug-manager/sparse_buffer.h:
7154         * plugins/debug-manager/sparse_view.c:
7155         * plugins/debug-manager/sparse_view.h:
7156         * plugins/debug-manager/stack_trace.c:
7157         * plugins/debug-manager/stack_trace.h:
7158         * plugins/debug-manager/start.c:
7159         * plugins/debug-manager/start.h:
7160         * plugins/debug-manager/threads.c:
7161         * plugins/debug-manager/threads.h:
7162         * plugins/debug-manager/utilities.c:
7163         * plugins/debug-manager/utilities.h:
7164         * plugins/debug-manager/watch.c:
7165         * plugins/debug-manager/watch.h:
7166         * plugins/devhelp/htmlview.c:
7167         * plugins/devhelp/htmlview.h:
7168         * plugins/document-manager/action-callbacks.c:
7169         * plugins/document-manager/action-callbacks.h:
7170         * plugins/document-manager/anjuta-docman.c:
7171         * plugins/document-manager/anjuta-docman.h:
7172         * plugins/document-manager/editor-tooltips.c:
7173         * plugins/document-manager/editor-tooltips.h:
7174         * plugins/document-manager/file_history.c:
7175         * plugins/document-manager/file_history.h:
7176         * plugins/document-manager/indent-dialog.c:
7177         * plugins/document-manager/indent-dialog.h:
7178         * plugins/document-manager/indent-util.c:
7179         * plugins/document-manager/indent-util.h:
7180         * plugins/document-manager/plugin.c:
7181         * plugins/editor/aneditor-autocomplete.cxx:
7182         * plugins/editor/aneditor-calltip.cxx:
7183         * plugins/editor/aneditor-indent.cxx:
7184         * plugins/editor/aneditor-priv.h:
7185         * plugins/editor/aneditor.cxx:
7186         * plugins/editor/aneditor.h:
7187         * plugins/editor/lexer.h:
7188         * plugins/editor/plugin.c:
7189         * plugins/editor/plugin.h:
7190         * plugins/editor/print.c:
7191         * plugins/editor/print.h:
7192         * plugins/editor/properties.h:
7193         * plugins/editor/properties_cxx.h:
7194         * plugins/editor/style-editor.c:
7195         * plugins/editor/style-editor.h:
7196         * plugins/editor/text-editor-iterable.c:
7197         * plugins/editor/text-editor-iterable.h:
7198         * plugins/editor/text_editor.c:
7199         * plugins/editor/text_editor.h:
7200         * plugins/editor/text_editor_cbs.c:
7201         * plugins/editor/text_editor_cbs.h:
7202         * plugins/editor/text_editor_menu.c:
7203         * plugins/editor/text_editor_menu.h:
7204         * plugins/editor/text_editor_prefs.c:
7205         * plugins/editor/text_editor_prefs.h:
7206         * plugins/file-loader/dnd.c:
7207         * plugins/file-loader/dnd.h:
7208         * plugins/file-loader/plugin.c:
7209         * plugins/file-manager/an_file_view.c:
7210         * plugins/file-manager/plugin.c:
7211         * plugins/file-wizard/file.c:
7212         * plugins/file-wizard/file.h:
7213         * plugins/file-wizard/plugin.c:
7214         * plugins/file-wizard/plugin.h:
7215         * plugins/gdb/debugger.c:
7216         * plugins/gdb/debugger.h:
7217         * plugins/gdb/gdbmi-test.c:
7218         * plugins/gdb/gdbmi.c:
7219         * plugins/gdb/gdbmi.h:
7220         * plugins/gdb/global.h:
7221         * plugins/gdb/parser.c:
7222         * plugins/gdb/parser.h:
7223         * plugins/gdb/plugin.c:
7224         * plugins/gdb/plugin.h:
7225         * plugins/gdb/utilities.c:
7226         * plugins/gdb/utilities.h:
7227         * plugins/glade/plugin.c:
7228         * plugins/glade/plugin.h:
7229         * plugins/gtodo/egg-datetime.c:
7230         * plugins/gtodo/egg-datetime.h:
7231         * plugins/gtodo/eggtrayicon.c:
7232         * plugins/gtodo/eggtrayicon.h:
7233         * plugins/gtodo/plugin.c:
7234         * plugins/gvim/anjuta-vim.c:
7235         * plugins/gvim/anjuta-vim.h:
7236         * plugins/gvim/gtkvim.c:
7237         * plugins/gvim/gtkvim.h:
7238         * plugins/gvim/plugin.c:
7239         * plugins/gvim/plugin.h:
7240         * plugins/language-support-cpp-java/plugin.c:
7241         * plugins/language-support-cpp-java/plugin.h:
7242         * plugins/macro/macro-actions.c:
7243         * plugins/macro/macro-actions.h:
7244         * plugins/macro/macro-db.c:
7245         * plugins/macro/macro-db.h:
7246         * plugins/macro/macro-dialog.c:
7247         * plugins/macro/macro-dialog.h:
7248         * plugins/macro/macro-edit.c:
7249         * plugins/macro/macro-edit.h:
7250         * plugins/macro/macro-util.c:
7251         * plugins/macro/macro-util.h:
7252         * plugins/macro/plugin.c:
7253         * plugins/macro/plugin.h:
7254         * plugins/message-view/anjuta-msgman.c:
7255         * plugins/message-view/anjuta-msgman.h:
7256         * plugins/message-view/message-view.c:
7257         * plugins/message-view/message-view.h:
7258         * plugins/message-view/plugin.c:
7259         * plugins/message-view/plugin.h:
7260         * plugins/patch/patch-plugin.c:
7261         * plugins/patch/patch-plugin.h:
7262         * plugins/patch/plugin.c:
7263         * plugins/patch/plugin.h:
7264         * plugins/profiler/gprof-call-graph-block-entry.c:
7265         * plugins/profiler/gprof-call-graph-block-entry.h:
7266         * plugins/profiler/gprof-call-graph-block.c:
7267         * plugins/profiler/gprof-call-graph-block.h:
7268         * plugins/profiler/gprof-call-graph-view.c:
7269         * plugins/profiler/gprof-call-graph-view.h:
7270         * plugins/profiler/gprof-call-graph.c:
7271         * plugins/profiler/gprof-call-graph.h:
7272         * plugins/profiler/gprof-flat-profile-entry.c:
7273         * plugins/profiler/gprof-flat-profile-entry.h:
7274         * plugins/profiler/gprof-flat-profile-view.c:
7275         * plugins/profiler/gprof-flat-profile-view.h:
7276         * plugins/profiler/gprof-flat-profile.c:
7277         * plugins/profiler/gprof-flat-profile.h:
7278         * plugins/profiler/gprof-function-call-chart-view.c:
7279         * plugins/profiler/gprof-function-call-chart-view.h:
7280         * plugins/profiler/gprof-function-call-tree-view.c:
7281         * plugins/profiler/gprof-function-call-tree-view.h:
7282         * plugins/profiler/gprof-options.c:
7283         * plugins/profiler/gprof-options.h:
7284         * plugins/profiler/gprof-profile-data.c:
7285         * plugins/profiler/gprof-profile-data.h:
7286         * plugins/profiler/gprof-view-manager.c:
7287         * plugins/profiler/gprof-view-manager.h:
7288         * plugins/profiler/gprof-view.c:
7289         * plugins/profiler/gprof-view.h:
7290         * plugins/profiler/plugin.c:
7291         * plugins/profiler/plugin.h:
7292         * plugins/profiler/string-utils.c:
7293         * plugins/profiler/string-utils.h:
7294         * plugins/project-import/plugin.c:
7295         * plugins/project-import/plugin.h:
7296         * plugins/project-import/project-import.c:
7297         * plugins/project-import/project-import.h:
7298         * plugins/project-manager/plugin.c:
7299         * plugins/project-manager/plugin.h:
7300         * plugins/project-wizard/action.c:
7301         * plugins/project-wizard/action.h:
7302         * plugins/project-wizard/autogen.c:
7303         * plugins/project-wizard/autogen.h:
7304         * plugins/project-wizard/druid.c:
7305         * plugins/project-wizard/druid.h:
7306         * plugins/project-wizard/file.c:
7307         * plugins/project-wizard/file.h:
7308         * plugins/project-wizard/header.c:
7309         * plugins/project-wizard/header.h:
7310         * plugins/project-wizard/install.c:
7311         * plugins/project-wizard/install.h:
7312         * plugins/project-wizard/parser.c:
7313         * plugins/project-wizard/parser.h:
7314         * plugins/project-wizard/plugin.c:
7315         * plugins/project-wizard/plugin.h:
7316         * plugins/project-wizard/property.c:
7317         * plugins/project-wizard/property.h:
7318         * plugins/project-wizard/values.c:
7319         * plugins/project-wizard/values.h:
7320         * plugins/sample1/plugin.c:
7321         * plugins/search/plugin.c:
7322         * plugins/search/plugin.h:
7323         * plugins/search/search-replace_backend.c:
7324         * plugins/search/search-replace_backend.h:
7325         * plugins/search/search_preferences.c:
7326         * plugins/sourceview/anjuta-convert.c:
7327         * plugins/sourceview/anjuta-convert.h:
7328         * plugins/sourceview/anjuta-document-loader.c:
7329         * plugins/sourceview/anjuta-document-loader.h:
7330         * plugins/sourceview/anjuta-document-saver.c:
7331         * plugins/sourceview/anjuta-document-saver.h:
7332         * plugins/sourceview/anjuta-document.c:
7333         * plugins/sourceview/anjuta-document.h:
7334         * plugins/sourceview/anjuta-encodings.c:
7335         * plugins/sourceview/anjuta-encodings.h:
7336         * plugins/sourceview/anjuta-languages-manager.c:
7337         * plugins/sourceview/anjuta-languages-manager.h:
7338         * plugins/sourceview/anjuta-utils.c:
7339         * plugins/sourceview/anjuta-utils.h:
7340         * plugins/sourceview/anjuta-view.c:
7341         * plugins/sourceview/anjuta-view.h:
7342         * plugins/sourceview/assist-window.c:
7343         * plugins/sourceview/assist-window.h:
7344         * plugins/sourceview/sourceview-cell.c:
7345         * plugins/sourceview/sourceview-cell.h:
7346         * plugins/sourceview/sourceview-prefs.c:
7347         * plugins/sourceview/sourceview-prefs.h:
7348         * plugins/sourceview/sourceview-print.c:
7349         * plugins/sourceview/sourceview-print.h:
7350         * plugins/sourceview/sourceview-private.h:
7351         * plugins/sourceview/sourceview-tags.c:
7352         * plugins/sourceview/sourceview-tags.h:
7353         * plugins/sourceview/sourceview.c:
7354         * plugins/sourceview/sourceview.h:
7355         * plugins/subversion/plugin.c:
7356         * plugins/subversion/plugin.h:
7357         * plugins/subversion/subversion-actions.c:
7358         * plugins/subversion/subversion-actions.h:
7359         * plugins/subversion/subversion-callbacks.c:
7360         * plugins/subversion/subversion-callbacks.h:
7361         * plugins/subversion/svn-auth.c:
7362         * plugins/subversion/svn-auth.h:
7363         * plugins/subversion/svn-backend-priv.h:
7364         * plugins/subversion/svn-backend.c:
7365         * plugins/subversion/svn-backend.h:
7366         * plugins/subversion/svn-notify.c:
7367         * plugins/subversion/svn-notify.h:
7368         * plugins/subversion/svn-thread.c:
7369         * plugins/subversion/svn-thread.h:
7370         * plugins/symbol-browser/an_symbol.c:
7371         * plugins/symbol-browser/an_symbol.h:
7372         * plugins/symbol-browser/an_symbol_info.c:
7373         * plugins/symbol-browser/an_symbol_info.h:
7374         * plugins/symbol-browser/an_symbol_iter.c:
7375         * plugins/symbol-browser/an_symbol_iter.h:
7376         * plugins/symbol-browser/an_symbol_prefs.c:
7377         * plugins/symbol-browser/an_symbol_prefs.h:
7378         * plugins/symbol-browser/an_symbol_search.c:
7379         * plugins/symbol-browser/an_symbol_search.h:
7380         * plugins/symbol-browser/an_symbol_view.c:
7381         * plugins/symbol-browser/an_symbol_view.h:
7382         * plugins/symbol-browser/plugin.c:
7383         * plugins/symbol-browser/plugin.h:
7384         * plugins/terminal/terminal.c:
7385         * plugins/tools/dialog.c:
7386         * plugins/tools/dialog.h:
7387         * plugins/tools/editor.c:
7388         * plugins/tools/editor.h:
7389         * plugins/tools/execute.c:
7390         * plugins/tools/execute.h:
7391         * plugins/tools/fileop.c:
7392         * plugins/tools/fileop.h:
7393         * plugins/tools/plugin.c:
7394         * plugins/tools/plugin.h:
7395         * plugins/tools/scripts/find-fixmes.pl:
7396         * plugins/tools/scripts/translation-status.pl:
7397         * plugins/tools/tool.c:
7398         * plugins/tools/tool.h:
7399         * plugins/tools/variable.c:
7400         * plugins/tools/variable.h:
7401         * plugins/valgrind/ldd.c:
7402         * plugins/valgrind/ldd.h:
7403         * plugins/valgrind/list.c:
7404         * plugins/valgrind/list.h:
7405         * plugins/valgrind/menu-utils.c:
7406         * plugins/valgrind/menu-utils.h:
7407         * plugins/valgrind/parser.c:
7408         * plugins/valgrind/parser.h:
7409         * plugins/valgrind/plugin.c:
7410         * plugins/valgrind/plugin.h:
7411         * plugins/valgrind/preferences.c:
7412         * plugins/valgrind/preferences.h:
7413         * plugins/valgrind/process.c:
7414         * plugins/valgrind/process.h:
7415         * plugins/valgrind/symtab.c:
7416         * plugins/valgrind/symtab.h:
7417         * plugins/valgrind/vgactions.c:
7418         * plugins/valgrind/vgactions.h:
7419         * plugins/valgrind/vgcachegrindprefs.c:
7420         * plugins/valgrind/vgcachegrindprefs.h:
7421         * plugins/valgrind/vgdefaultview.c:
7422         * plugins/valgrind/vgdefaultview.h:
7423         * plugins/valgrind/vgerror.c:
7424         * plugins/valgrind/vgerror.h:
7425         * plugins/valgrind/vggeneralprefs.c:
7426         * plugins/valgrind/vggeneralprefs.h:
7427         * plugins/valgrind/vghelgrindprefs.c:
7428         * plugins/valgrind/vghelgrindprefs.h:
7429         * plugins/valgrind/vgio.c:
7430         * plugins/valgrind/vgio.h:
7431         * plugins/valgrind/vgmemcheckprefs.c:
7432         * plugins/valgrind/vgmemcheckprefs.h:
7433         * plugins/valgrind/vgrule-editor.c:
7434         * plugins/valgrind/vgrule-editor.h:
7435         * plugins/valgrind/vgrule-list.c:
7436         * plugins/valgrind/vgrule-list.h:
7437         * plugins/valgrind/vgrule.c:
7438         * plugins/valgrind/vgrule.h:
7439         * plugins/valgrind/vgrulepattern.c:
7440         * plugins/valgrind/vgrulepattern.h:
7441         * plugins/valgrind/vgsearchbar.c:
7442         * plugins/valgrind/vgsearchbar.h:
7443         * plugins/valgrind/vgstrpool.c:
7444         * plugins/valgrind/vgstrpool.h:
7445         * plugins/valgrind/vgtoolprefs.c:
7446         * plugins/valgrind/vgtoolprefs.h:
7447         * plugins/valgrind/vgtoolview.c:
7448         * plugins/valgrind/vgtoolview.h:
7449         * src/about.c:
7450         * src/about.h:
7451         * src/action-callbacks.c:
7452         * src/action-callbacks.h:
7453         * src/anjuta-actions.h:
7454         * src/anjuta-app.c:
7455         * src/anjuta-app.h:
7456         * src/anjuta-callbacks.c:
7457         * src/anjuta-callbacks.h:
7458         * src/anjuta.c:
7459         * src/anjuta.h:
7460         * src/anjuta_cbs.c:
7461         * src/bacon-message-connection.c:
7462         * src/bacon-message-connection.h:
7463         * src/getline.c:
7464         * src/main.c:
7465         * src/shell.c:
7466         * src/shell.h:
7467         * src/start-with.c:
7468         * src/start-with.h:
7469         * src/utilities.c:
7470         * src/utilities.h:
7471         * tagmanager/options.c:
7472         
7473         Change the address of FSF in various files
7475 2007-08-30  Johannes Schmid <jhs@gnome.org>
7477         * anjuta.glade:
7478         * anjuta.gladep:
7479         Removed because they are no longer in use
7480         
7481         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7482         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7483         Marked some strings as not translatable
7485         * plugins/search/search-replace.c: (list_max_items):
7486         Fixed a possible memory corruption
7488         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7489         Do not show menuitems for locked layout items
7491         * src/main.c: (main):
7492         Some minor style correction in gnome_init
7494 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7496         * plugins/debug-manager/debugger.c,
7497         plugins/debug-manager/breakpoints.c,
7498         plugins/gdb/plugin.c,
7499         plugins/gdb/debugger.c,
7500         libanjuta/interfaces/libanjuta.idl:
7501         Move all breakpoints functions from IAnjutaDebugger to a new
7502         IAnjutaBreakpointDebugger interface
7504 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7506         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7507         * plugins/debug-manager/plugin.c,
7508         plugins/debug-manager/breakpoints.c,
7509         plugins/tools/execute.c,
7510         plugins/project-wizard/plugin.c,
7511         plugins/build-basic-autotools/executer.c,
7512         plugins/gdb/debugger.c,
7513         plugins/profiler/gprof-options.h,
7514         plugins/sourceview/assist-window.h,
7515         plugins/class-gen/transform.c,
7516         libanjuta/anjuta-plugin-description.c,
7517         libanjuta/anjuta-status.c,
7518         libanjuta/anjuta-glue-c.c,
7519         libanjuta/anjuta-glue-cpp.c,
7520         plugins/symbol-browser/an_symbol_prefs.c:
7521         Fix warnings mostly "dereferencing type-punned pointer"
7522         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7524 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7526         * plugins/debug-manager/breakpoints.c,
7527         plugins/debug-manager/debugger.c:
7528         Avoid an endless loop if clearing all breakpoints while the programm
7529         is running
7531 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7533         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7534         * plugins/debug-manager/plugin.c:
7535         Fix a segmentation fault added in the previous patch
7537 2007-07-21  Johannes Schmid <jhs@gnome.org>
7539         * plugins/build-basic-autotools/executer.c:
7540         (get_program_parameters):
7541         
7542         Show an error dialog if no targets are availible instead of
7543         just returning
7545 2007-07-20  Johannes Schmid <jhs@gnome.org>
7547         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7548         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7549         * libanjuta/anjuta-shell.h:
7550         * plugins/document-manager/plugin.c: (activate_plugin):
7551         * plugins/glade/anjuta-design-document.c:
7552         * plugins/glade/plugin.c: (glade_update_ui):
7553         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7554         (anjuta_shell_iface_init):
7555         * src/shell.c: (anjuta_test_shell_add_widget),
7556         (anjuta_shell_iface_init):
7557         
7558         Make the document manager undockable (#458038)
7560 2007-07-20  Johannes Schmid <jhs@gnome.org>
7562         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7563         * plugins/glade/anjuta-design-document.c:
7564         * plugins/glade/plugin.c: (glade_update_ui):
7565         
7566         Fixed some save/dirty status bug in glade
7568 2007-07-20  Johannes Schmid <jhs@gnome.org>
7570         * libanjuta/anjuta-status.c:
7571         Fixed crasher on shutdown
7573 2007-07-20  Johannes Schmid <jhs@gnome.org>
7575         * configure.in:
7576         Minimum glade requirement is 3.2 now. It was before
7577         but we did not check...
7578         
7579         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7580         * libanjuta/anjuta-profile.c:
7581         (anjuta_profile_add_plugins_from_xml):
7582         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7583         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7584         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7585         * plugins/file-loader/plugin.c: (on_create_submenu):
7586         * plugins/file-manager/an_file_view.c: (compare_iter):
7587         * plugins/glade/plugin.c: (activate_plugin):
7588         * src/anjuta-app.c: (on_toolbar_view_toggled):
7589         * src/main.c: (main):
7590         
7591         Fixed lots of memory leaks (thansk valgrind)
7593 2007-07-19  Johannes Schmid <jhs@gnome.org>
7595         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7596         * plugins/document-manager/anjuta-docman.c:
7597         (anjuta_docman_set_busy):
7598         * plugins/document-manager/plugin.c: (on_editor_changed):
7599         * plugins/glade/plugin.c: (activate_plugin):
7600         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7601         (on_value_removed_current_editor):
7602         
7603         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7605 2007-07-18  Johannes Schmid <jhs.gnome.org>
7607         * plugins/build-basic-autotools/executer.c: (execute_program):
7608         Fixed some of the scratchbox stuff but the environment is
7609         still broken
7611 2007-07-18  Johannes Schmid <jhs@gnome.org>
7613         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7614         (on_plugin_deactivated), (get_plugin_loader_type):
7615         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7616         (activate_plugin), (deactivate_plugin),
7617         (glade_plugin_instance_init):
7618         
7619         Fixed glade plugin deactivation
7621 2007-07-18  Johannes Schmid <jhs@gnome.org>
7623         * plugins/document-manager/anjuta-docman.c:
7624         (anjuta_docman_add_document):
7625         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7626         
7627         Fixed path display in document manager with glade files
7629 2007-07-17  Johannes Schmid <jhs@gnome.org>
7631         * libanjuta/interfaces/Makefile.am.iface:
7632         * pixmaps/Makefile.am:
7633         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7634         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7635         (value_removed_current_editor):
7636         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7637         (anjuta_docman_set_current_document):
7638         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7639         (on_editor_added), (on_editor_changed):
7640         * plugins/glade/Makefile.am:
7641         * plugins/glade/anjuta-design-document.c:
7642         (anjuta_design_document_instance_init),
7643         (anjuta_design_document_set_property),
7644         (anjuta_design_document_get_property),
7645         (anjuta_design_document_class_init), (anjuta_design_document_new),
7646         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7647         * plugins/glade/anjuta-design-document.h:
7648         * plugins/glade/anjuta-glade-notebook.c:
7649         * plugins/glade/anjuta-glade-notebook.h:
7650         * plugins/glade/plugin.c: (value_added_current_editor),
7651         (value_removed_current_editor), (glade_update_ui),
7652         (on_close_activated), (on_glade_project_changed),
7653         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7654         (ifile_open):
7655         * plugins/language-support-cpp-java/plugin.c:
7656         (on_value_added_current_editor), (on_value_removed_current_editor):
7657         * plugins/macro/plugin.c: (value_added_current_editor):
7658         * plugins/project-manager/plugin.c: (value_added_current_editor):
7659         * plugins/subversion/plugin.c: (value_added_current_editor):
7660         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7662         Fixed lot of IAnjutaEditor stuff and completed glade integration
7663         with document manager
7664         
7665         * plugins/build-basic-autotools/build-basic-autotools.c:
7666         (value_added_current_editor):
7667         * plugins/build-basic-autotools/executer.c: (execute_program):
7668         
7669         Some initial code to execute projects inside scratchbox
7670         
7671 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7673         * plugins/project-import/project-import.c:
7674         Project import overwrites file on user request (bug #452579)
7676 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7678         * plugins/debug-manager/debugger.c,
7679         plugins/debug-manager/threads.c,
7680         plugins/debug-manager/plugin.c,
7681         plugins/debug-manager/registers.c,
7682         plugins/debug-manager/locals.c,
7683         plugins/debug-manager/stack_trace.c,
7684         plugins/gdb/plugin.c,
7685         plugins/gdb/debugger.c,
7686         plugins/gdb/debugger.h,
7687         libanjuta/interfaces/libanjuta.idl:
7688         Rename change-location to program-moved
7689         Store thread id as gint instead of guint
7690         Do not display registers list if not available
7691         Add intermediate debugger states if missing
7693 2007-07-11  Johannes Schmid <jhs@gnome.org>
7695         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7696         .glade:
7697         Reverted unnecessary changes (#455819)
7699 2007-07-10  Johannes Schmid <jhs@gnome.org>
7701         * plugins/glade/plugin.c:
7702         Fixed glade plugin with glade 3.2 and another crasher
7704 2007-07-09  Johannes Schmid <jhs@gnome.org>
7706         * libanjuta/interfaces/libanjuta.idl:
7707         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7708         .glade:
7709         * plugins/debug-manager/breakpoints.c:
7710         (breakpoint_item_update_in_ui),
7711         (breakpoints_dbase_edit_breakpoint),
7712         (on_toggle_breakpoint_activate):
7713         * plugins/debug-manager/plugin.c:
7714         (on_run_to_cursor_action_activate):
7715         * plugins/document-manager/action-callbacks.c:
7716         (on_editor_command_cut_activate),
7717         (on_editor_command_copy_activate),
7718         (on_editor_command_paste_activate),
7719         (on_editor_command_clear_activate):
7720         * plugins/document-manager/anjuta-docman.c:
7721         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7722         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7723         (anjuta_docman_goto_file_line_mark),
7724         (anjuta_docman_find_editor_with_path),
7725         (anjuta_docman_get_all_editors):
7726         * plugins/document-manager/anjuta-docman.h:
7727         * plugins/document-manager/plugin.c:
7728         (update_editor_ui_interface_items), (on_editor_update_ui),
7729         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7730         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7731         (ianjuta_document_manager_iface_init), (isaveable_save),
7732         (isavable_is_dirty):
7733         * plugins/editor/editor.glade:
7734         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7735         (idocument_paste), (idocument_clear), (idocument_iface_init),
7736         (iselection_iface_init):
7737         * plugins/glade/Makefile.am:
7738         * plugins/glade/anjuta-glade-notebook.c:
7739         (anjuta_glade_notebook_instance_init),
7740         (anjuta_glade_notebook_set_property),
7741         (anjuta_glade_notebook_get_property),
7742         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7743         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7744         (ifile_savable_save), (ifile_savable_save_as),
7745         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7746         (ifile_savable_iface_init), (idocument_can_redo),
7747         (idocument_can_undo), (idocument_begin_undo_action),
7748         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7749         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7750         (idocument_copy), (idocument_paste), (idocument_clear),
7751         (idocument_iface_init):
7752         * plugins/language-support-cpp-java/plugin.c:
7753         (on_value_added_current_editor), (on_value_removed_current_editor):
7754         * plugins/macro/macro-util.c: (get_current_editor):
7755         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7756         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7757         (on_next_occur), (on_incremental_entry_key_press),
7758         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7759         (on_toolbar_find_incremental_start),
7760         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7761         * plugins/search/search-replace.c: (search_start_over),
7762         (search_update_combos), (replace_update_combos),
7763         (anjuta_search_replace_activate):
7764         * plugins/search/search-replace_backend.c: (create_search_entries):
7765         * plugins/sourceview/sourceview.c: (idocument_cut),
7766         (idocument_copy), (idocument_paste), (idocument_clear),
7767         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7768         * plugins/tools/editor.c: (on_editor_response):
7769         * plugins/tools/execute.c: (get_current_editor),
7770         (atp_output_context_initialize), (atp_user_tool_execute):
7771         * plugins/tools/variable.c: (get_current_editor),
7772         (atp_variable_get_editor_variable):
7773         
7774         Some more IAnjutaEditor => IAnjutaDocument fixing!
7775         
7776         * plugins/glade/anjuta-glade-notebook.h:
7777         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7778         (glade_update_ui):
7779         * plugins/glade/plugin.h:
7780         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7781         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7782         be used for glade, too. It might still have some rough edges but already works.
7783         (Fixes #415547 – Glade usability problem)
7785 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7787         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7788           development release (I updated version of glade3 svn to 3.3.2).
7790 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7792         * plugins/symbol-browser/an_symbol_view.c:
7793         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7795 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7797         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7798         (on_system_tags_update_finished), (on_update_global_clicked),
7799         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7800         (symbol_browser_prefs_init),
7801         (symbol_browser_prefs_create_global_tags),
7802         (symbol_browser_load_global_tags):
7803         * plugins/symbol-browser/an_symbol_prefs.h:
7804         * plugins/symbol-browser/an_symbol_view.c:
7805         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7806         * plugins/symbol-browser/an_symbol_view.h:
7807         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7808         on global tags update because of delayed prefs merging. Happens when
7809         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7810         is opened.
7812 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7814         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7815         after install/uninstall.
7817         Patch from James Liggett:
7818         * scripts/glade2schemas.pl: Fixed creating schemas for list
7819         values.
7821 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7823         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7824           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7825           development release since glade svn version is also 3.3.1. In future, the
7826           solution would be for us to always increment the micro version when
7827           changing the API.
7829 2007-07-05  Johannes Schmid <jhs@gnome.org>
7831         * libanjuta/interfaces/libanjuta.idl:
7832         * plugins/build-basic-autotools/build-basic-autotools.c:
7833         (on_build_mesg_format):
7834         * plugins/debug-manager/breakpoints.c:
7835         (breakpoint_item_update_in_ui),
7836         (breakpoints_dbase_edit_breakpoint),
7837         (on_toggle_breakpoint_activate):
7838         * plugins/debug-manager/plugin.c:
7839         (on_run_to_cursor_action_activate):
7840         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7841         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7842         (get_current_editor), (on_save_activate), (on_save_as_activate),
7843         (on_save_prompt_save_editor), (on_close_file_activate),
7844         (on_close_all_file_activate), (on_reload_file_activate),
7845         (anjuta_print_cb), (anjuta_print_preview_cb),
7846         (on_editor_command_upper_case_activate),
7847         (on_editor_command_lower_case_activate),
7848         (on_editor_command_undo_activate),
7849         (on_editor_command_redo_activate),
7850         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7851         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7852         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7853         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7854         (on_zoom_out_text_activate), (on_force_hilite_activate),
7855         (on_indent1_activate), (on_swap_activate),
7856         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7857         * plugins/document-manager/anjuta-docman.c:
7858         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7859         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7860         (anjuta_docman_dispose), (on_notebook_switch_page),
7861         (anjuta_docman_page_from_widget), (on_editor_destroy),
7862         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7863         (anjuta_docman_get_current_document),
7864         (anjuta_docman_set_current_document),
7865         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7866         (anjuta_docman_update_page_label),
7867         (anjuta_docman_get_document_from_path),
7868         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7869         (anjuta_docman_order_tabs):
7870         * plugins/document-manager/anjuta-docman.h:
7871         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7872         (update_editor_ui_interface_items), (update_editor_ui),
7873         (on_editor_update_save_ui), (on_editor_update_ui),
7874         (on_editor_changed), (on_save_prompt_save_editor),
7875         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7876         (ianjuta_docman_get_current_document),
7877         (ianjuta_docman_set_current_document),
7878         (ianjuta_docman_remove_buffer),
7879         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7880         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7881         (idocument_get_filename), (idocument_can_undo),
7882         (idocument_can_redo), (idocument_undo),
7883         (idocument_begin_undo_action), (idocument_end_undo_action),
7884         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7885         * plugins/language-support-cpp-java/plugin.c:
7886         (on_editor_char_inserted_cpp), (on_auto_indent):
7887         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7888         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7889         * plugins/sample1/plugin.c: (on_sample_action_activate):
7890         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7891         (on_next_occur), (on_incremental_entry_key_press),
7892         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7893         (on_toolbar_find_incremental_start),
7894         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7895         * plugins/search/search-replace.c: (search_and_replace),
7896         (write_message_pane), (search_start_over), (search_update_combos),
7897         (replace_update_combos), (anjuta_search_replace_activate):
7898         * plugins/search/search-replace_backend.c:
7899         (file_buffer_new_from_path), (create_search_entries):
7900         * plugins/sourceview/sourceview-print.c: (create_print_job):
7901         * plugins/sourceview/sourceview.c:
7902         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7903         (idocument_can_redo), (idocument_can_undo),
7904         (idocument_begin_undo_action), (idocument_end_undo_action),
7905         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7906         (idocument_get_filename), (idocument_iface_init):
7907         * plugins/tools/editor.c: (on_editor_response):
7908         * plugins/tools/execute.c: (atp_output_context_initialize),
7909         (atp_user_tool_execute):
7910         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7911         
7912         Create IAnjutaDocument interface. This interface is a more general idea
7913         of documents being anything that can be modified, has undo/redo and
7914         may have operations like copy/paste.
7915         The primary goal is to integrate better by making it use the standard file
7916         and edit menu instead of it's own glade menu. Of course the downside is that
7917         you won't be able to view a source file and the designer at the same time. Anyway
7918         so many people have complained that they "can't save a glade file" that I think
7919         this is the much better solution.
7920         Work on the glade plugin is still to come but the most difficult things should be
7921         done now.
7923 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7925         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7926           version 3.0.3.
7928 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7930         * libanjuta/anjuta-plugin-manager.c:
7931         (anjuta_plugin_manager_get_plugins_page),
7932         (anjuta_plugin_manager_get_remembered_plugins_page):
7933         * libanjuta/anjuta-plugin-manager.h:
7934         * src/anjuta-app.c: (anjuta_app_install_preferences):
7935         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7936         and remembered plugins preferences pages in separate pages (avoid
7937         crowd).
7939 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7941         Patch from James Liggett  <jrliggett@cox.net>:
7942         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7943         Installed editor preferences schemas. Fixes bug #453463.
7945 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7947         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7948         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7950 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7952         * plugins/document-manager/anjuta-document-manager.ui:
7953         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7954         * src/action-callbacks.c:
7955         * src/action-callbacks.h:
7956         * src/anjuta-actions.h:
7957         * src/anjuta-app.c: (anjuta_app_instance_init),
7958         (anjuta_app_install_preferences):
7959         * src/anjuta.glade:
7960         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7961         General preferences page. Move preferences menu from Settings to
7962         Edit submenu. And got rid of Settings submenu.
7964 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7966         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7967         
7968 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7970         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7971         as discussed and agreed with James Liggett.
7973         Patch from James Liggett  <jrliggett@cox.net>:
7975         * configure.in:
7976         * libanjuta/anjuta-plugin-manager.c:
7977         (on_activated_plugin_objects_foreach),
7978         (anjuta_plugin_manager_get_active_plugin_objects):
7979         * libanjuta/anjuta-plugin-manager.h:
7980         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7981         (anjuta_plugin_deactivate):
7982         * libanjuta/anjuta-preferences-dialog.c:
7983         (anjuta_preferences_dialog_finalize),
7984         (anjuta_preferences_dialog_class_init), (add_category_columns),
7985         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7986         (anjuta_preferences_dialog_remove_page):
7987         * libanjuta/anjuta-preferences.c: (property_destroy),
7988         (unregister_preferences_key), (register_callbacks),
7989         (preferences_foreach_callback), (connect_prop_to_object),
7990         (anjuta_preferences_register_property_raw),
7991         (anjuta_preferences_register_property_custom),
7992         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7993         (anjuta_preferences_remove_page),
7994         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7995         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7996         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7997         (anjuta_preferences_class_init), (anjuta_preferences_new):
7998         * libanjuta/anjuta-preferences.h:
7999         * plugins/build-basic-autotools/Makefile.am:
8000         * plugins/build-basic-autotools/build-basic-autotools.c:
8001         (ipreferences_unmerge):
8002         * plugins/cvs-plugin/Makefile.am:
8003         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
8004         * plugins/document-manager/Makefile.am:
8005         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
8006         * plugins/editor/plugin.c: (ipreferences_unmerge):
8007         * plugins/file-manager/Makefile.am:
8008         * plugins/file-manager/plugin.c: (activate_plugin),
8009         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
8010         * plugins/gtodo/plugin.c: (ipreferences_merge),
8011         (ipreferences_unmerge):
8012         * plugins/language-support-cpp-java/Makefile.am:
8013         * plugins/language-support-cpp-java/plugin.c:
8014         (ipreferences_unmerge):
8015         * plugins/message-view/Makefile.am:
8016         * plugins/message-view/plugin.c: (ipreferences_unmerge):
8017         * plugins/sourceview/Makefile.am:
8018         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
8019         * plugins/symbol-browser/Makefile.am:
8020         * plugins/symbol-browser/an_symbol_prefs.c:
8021         (symbol_browser_prefs_finalize):
8022         * plugins/terminal/Makefile.am:
8023         * plugins/terminal/terminal.c: (ipreferences_unmerge):
8024         * plugins/valgrind/plugin.c: (ipreferences_merge),
8025         (ipreferences_unmerge):
8026         * scripts/Makefile.am:
8027         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
8028         * src/Makefile.am:
8029         * src/action-callbacks.c: (on_set_preferences1_activate):
8030         * src/anjuta-app.c: (anjuta_app_instance_init),
8031         (anjuta_app_install_preferences):
8032         * src/anjuta-app.h:
8033         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
8034         task: Bug #445314: On demand preferences widgets creation. Thanks
8035         James for this great work.
8037 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
8039         * plugins/debug-manager/data_buffer.c,
8040         plugins/message-view/message-view.c: Fixed compiler warnings.
8042 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
8044         * src/action-callbacks.c: (help_activate),
8045         (on_help_manual_activate), (on_help_tutorial_activate),
8046         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
8048         Fixed help activation (bug #451557).
8050 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
8052         * AUTHORS: Added James Liggett. Forgot to add him before :(
8054 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
8056         * plugins/debug-manager/debugger.c,
8057         plugins/debug-manager/plugin.c,
8058         plugins/gdb/debugger.c,
8059         libanjuta/interfaces/libanjuta.idl:
8060         Add a GError* parameter to debugger-stopped signal
8062         * (added) libanjuta/anjuta-error.c,
8063         (added) libanjuta/anjuta-error.h,
8064         libanjuta/Makefile.am:
8065         Register GError as a boxed type
8067         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8068         Support GError* in signal, GError must be registered as a boxed type
8069         Accept NULL as strings
8071 === anjuta 2.2.0 ===
8073 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
8075         * configure.in: Bumped version to 2.2.0
8076         * NEWS: Updated for 2.2.0 stable release.
8077         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
8078         Reduce the idle priority to make the UI update before anything else.
8080 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
8082         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
8084         * libanjuta/interfaces/libanjuta.idl:
8085         * plugins/document-manager/action-callbacks.c:
8086         (on_editor_command_complete_word_activate):
8087         * plugins/document-manager/plugin.c:
8088         (update_editor_ui_interface_items):
8089         * plugins/editor/text_editor.c: (iautocomplete_activate),
8090         (iautocomplete_iface_init):
8091         * plugins/sourceview/sourceview.c: (iassist_iface_init):
8093         Moved autocomplete() method away from IAnjutaEditorAssist into
8094         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
8095         autocomplete and does not crash with sourceview. Fixes Bug #449620
8096         – The auto completion functionality not work. Also sets menuitem 
8097         insensitive when hiding them.
8099         * plugins/debug-manager/disassemble.c:
8100         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
8101         printf types.
8103 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
8105         * pixmaps/anjuta_splash.png: Updated.
8106         
8107         * plugins/search/search-replace.c
8108         (anjuta_search_replace_activate): Fixed "Find in Files" to select
8109         the right target (project).
8110         * ChangeLog: Added missing log.
8112 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
8114         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
8115         manuals/anjuta-manual/C/fileoperations.xml,
8116         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
8118         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
8120         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
8122 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
8124         * TODO.tasks: Added bounty for on-demand preferences.
8126         Patch from Thierry Moisan:
8127         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
8128         (bug #88824).
8130 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8132         Patch from tpgww@onepost.net:
8134         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
8135         * libegg/test-actions.c:
8136         * libegg/test-multi-drag.c: (main):
8137         * plugins/debug-manager/memory.c: (read_memory_block):
8138         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
8140         Fixes compile warnings. Fixes bug #427101.
8142 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8144         Patch from James Liggett:
8146         * plugins/profiler/gprof-options.c: (on_option_changed),
8147         (setup_widgets):
8148         * plugins/profiler/gprof-options.h:
8149         * plugins/profiler/gprof-profile-data.c:
8150         (gprof_profile_data_init_profile):
8151         * plugins/profiler/gprof-profile-data.h:
8152         * plugins/profiler/plugin.c: (profiler_get_data),
8153         (profiler_set_target), (register_options),
8154         (on_profile_data_browse_button_clicked),
8155         (on_profiling_options_button_clicked), (on_profiler_delete_data):
8156         * plugins/profiler/profiler.glade: implements independent targets.
8157         implements the ability to select arbitrary gmon.out files.
8158         Fixes bug #403502 – User should also be allowed to select an
8159         independent executable target.
8161 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8163         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
8165         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
8166         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
8168 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
8170         * plugins/debug-manager/plugin.c,
8171         plugins/debug-manager/breakpoints.c:
8172         Remove weak pointers when owner is destroyed
8173         Remove all breakpoints before loading new one
8175 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
8177         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
8178          
8179 2007-06-19  Naba Kumar  <naba@gnome.org>
8181         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
8182         Bug #448491 Empty Lines Problem.
8184         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
8185         
8186         * data/default.profile, plugins/message-view/plugin.c: Do not
8187         restore session for messages.
8188         Fixes bug #377461 – don't create new message window for each
8189         build/find.
8191         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
8192         Fixes a crash on exit/project-close if profiler plugin is loaded.
8194 2007-06-17  Naba Kumar  <naba@gnome.org>
8196         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
8197         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
8199         * plugins/file-loader/plugin.c: Fail on opening non existent files.
8200         Bug #448034 – Anjuta crashes on starting (when the last project
8201         directory was deleted).
8203         * plugins/document-manager/plugin.c: Set line markers for files
8204         opened via IAnjutaFile::open(). Fixes missing line markers while
8205         navigating symbols.
8207 2007-06-17  Naba Kumar  <naba@gnome.org>
8209         * plugins/sourceview/sourceview.glade: Set correct font
8210         default value and use monospace instead of sans. Fixes
8211         bug #448408 – crash in Anjuta IDE: Trying to change the
8212         editor
8214 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8216         * plugins/search/search-replace.c,
8217         plugins/search/search-replace.h,
8218         plugins/search/anjuta-search.glade:
8219         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
8220         Fixes bug #355166
8222 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8224         * plugins/debug-manager/plugin.c,
8225         plugins/debug-manager/breakpoints.c:
8226         Add weak references, fixes bug #448053 ?
8228 2007-06-16  Naba Kumar  <naba@gnome.org>
8230         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
8231         dialog to allow forgetting them if user chooses to select a different
8232         one.
8234 2007-06-13  Naba Kumar  <naba@gnome.org>
8236         * plugins/sourceview/sourceview-prefs.c: Initialize font
8237         on startup correctly if use_theme is set.
8239         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
8240         if available for default font. Fixes bug #447304.
8242         * plugins/sourceview/sourceview-prefs.c: Return value based
8243         on right data type. Fixes Bug #438878 – Using gtksourceview editor
8244         for the first time has black background
8245         
8246         * plugins/project-manager/plugin.c: Give a better error message
8247         when project could not be loaded.
8249         * libanjuta/anjuta-serializer.c: Added a comment.
8251 2007-06-13  Johannes Schmid <jhs@gnome.org>
8253         * configure.in:
8254         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8255         most warnings to avoid simple coding problems.
8256         
8257         * plugins/message-view/anjuta-msgman.c:
8258         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8259         * plugins/message-view/plugin.c: (on_view_changed),
8260         (ianjuta_msgman_add_view):
8261         
8262         Fixed #440866 by always presenting the message-manager when a tab is
8263         added because Gtk+ seems to have problems to add tabs to hidden widgets.
8264         
8265         * plugins/subversion/subversion-callbacks.c:
8266         (on_subversion_commit_response):
8267         Destroy dialog if user clicks "No"
8269 2007-06-12  Naba Kumar  <naba@gnome.org>
8271         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8272         read and use of uninitialized variable.
8274         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8275         because it is used in credits listing and packaging could compress
8276         it in docdir. Fixes bug #397881: The credits are empty
8278         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8279         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8280         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8281         plugins/symbol-browser/an_symbol_info.c,
8282         plugins/symbol-browser/plugin.c,
8283         plugins/symbol-browser/an_symbol_view.c,
8284         plugins/editor/aneditor-autocomplete.cxx:
8286         - Do not access TMTag
8287         member in TMSymbol when freeing it because by then the tags
8288         could have changed. Avoids dangerous memory corruptions by freeing
8289         someone else's memory (Could explain those random crashes when
8290         refreshing symbols or re-loading a different project or closing
8291         a project). Anything that tries to refresh symbols could trigger
8292         this corruptions.
8293         - Added a flag to also retrieve method definitions as part of
8294         the class's scope members. And used it to set both function prototype
8295         and definition in symbols. Fixes navigation to prototype and
8296         function definitions from symbol browser (bug #440370)
8298         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8299         memory. Could fix those bogus 'file changed' dialogs.
8301         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8303 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8305         * (added) libanjuta/anjuta-utils-priv.h,
8306         libanjuta/anjuta-utils.h,
8307         libanjuta/anjuta-launcher.c,
8308         libanjuta/Makefile.am:
8309         Fix bug #440801: do not use config.h in public include files
8311 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8313         * plugins/project-wizard/templates/mkfile.wiz:
8314         Fix bug #442038: missing project.sh file
8316         * configure.in,
8317         plugins/project-wizard/templates/Makefile.am,
8318         plugins/project-wizard/templates/translatable-strings.h,
8319         (added) plugins/project-wizard/templates/sdl.wiz,
8320         (added) plugins/project-wizard/templates/appwiz_sdl.png,
8321         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8322         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8323         (added) plugins/project-wizard/templates/sdl/Makefile.am,
8324         (added) plugins/project-wizard/templates/sdl/.cvsignore,
8325         (added) plugins/project-wizard/templates/sdl/src/main.c,
8326         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8327         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8328         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8329         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8330         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8331         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8332         Fix bug #315635: add a SDL project wizard
8334 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
8336         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8337         when SIGCHLD is triggered when main loop context is locked. Dead lock
8338         happens when child_exited callback also accesses main loop context.
8339         Happens particularly badly in debug target exiting.
8341 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8343         * manuals/anjuta-manual/C/debugger.xml:
8344         First update of the debugger documentation
8346 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
8348         * manuals/anjuta-manual/C/fileoperations.xml,
8349         manuals/anjuta-manual/C/projects.xml,
8350         manuals/anjuta-manual/C/anjuta-manual.xml,
8351         manuals/anjuta-manual/C/build.xml,
8352         manuals/anjuta-manual/C/execute.xml,
8353         manuals/anjuta-manual/Makefile.am: Updated more documentation.
8354         Added project properties documentation. Moved execution section
8355         inside project management. Removed dead documentation.
8357 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
8359         * src/anjuta.c, plugins/symbol-browser/plugin.c,
8360         plugins/symbol-browser/plugin.h,
8361         plugins/symbol-browser/an_symbol_prefs.c,
8362         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8363         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8364         progress bar instead of separate window for system tags
8365         generation. Renamed AnjutaStatus methods to a proper ones.
8367         * plugins/symbol-browser/plugin.c,
8368         plugins/symbol-browser/plugin.h,
8369         plugins/symbol-browser/an_symbol_prefs.c,
8370         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8371         global-tags/create_global_tags.sh.in: Get rid of message window
8372         for showing global tags creation and use a small window with
8373         progress bar.
8375 2007-05-30  Naba Kumar  <naba@gnome.org>
8377         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8378         Bug 442315 – After calling configure, the build menus are still insensitive,
8379         Bug 442314 – Autogeneration fails when there is no autogen.sh
8381         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8382         fails to remove target/source/group. Fixes bug #440196 – crash in
8383         Anjuta IDE: removing a target
8385 2007-05-29  Naba Kumar  <naba@gnome.org>
8387         * plugins/symbol-browser/an_symbol_view.c,
8388         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8389         tags generation. Fixed runtime warning.
8391 2007-05-28  Naba Kumar  <naba@gnome.org>
8393         Patch from James Liggett  <jrliggett@cox.net>:
8394         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8395         Fixed bug #403502 – User should also be allowed to select an
8396         independent executable target.
8398 2007-05-27  Johannes Schmid <jhs@gnome.org>
8400         * plugins/build-basic-autotools/build-basic-autotools.c:
8401         (get_real_directory), (on_build_mesg_format):
8402         
8403         Find correct files for error messages inside scratchbox
8405 2007-05-27  Naba Kumar  <naba@gnome.org>
8407         * manuals/anjuta-manual/C/projects.xml,
8408         manuals/anjuta-manual/C/projects.xml: Updated project
8409         management chapter more.
8411 2007-05-25  Johannes Schmid <jhs@gnome.org>
8413         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8414         * plugins/build-basic-autotools/build-basic-autotools.c:
8415         (on_sb_check_toggled), (build_execute_command),
8416         (ipreferences_merge), (ipreferences_unmerge):
8417         Added support for building inside scratchbox environment
8418         
8419         Patch from James Liggett <jrliggett@cox.net>:
8420         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8421         (anjuta_msgman_append_view):
8423         Fix 440866 
8424           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8426 2007-05-23  Naba Kumar  <naba@gnome.org>
8428         * manuals/anjuta-manual/C/projects.xml: Updated project
8429         management chapter.
8431 2007-05-22  Naba Kumar  <naba@gnome.org>
8433         * manuals/anjuta-manual/C/projects.xml: More updates.
8435         * manuals/anjuta-manual/C/introduction.xml,
8436         manuals/anjuta-manual/C/projects.xml,
8437         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8439 2007-05-22  Naba Kumar  <naba@gnome.org>
8441         Patch from Étienne Bersac:
8442         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8443         class in generated class.
8445 2007-05-22  Naba Kumar  <naba@gnome.org>
8447         * plugins/profiler/plugin.c: Fixed a compiler warning.
8448         * plugins/valgrind/Makefile.am: Added ldflags.
8450         Patch from James Liggett:
8451         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8452         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8453         specific options.
8455 2007-05-18  Johannes Schmid <jhs@gnome.org>
8457         * plugins/editor/text_editor.c:
8458         * plugins/language-support-cpp-java/plugin.c:
8459         (on_editor_language_changed), (on_value_added_current_editor),
8460         (on_value_removed_current_editor):
8461         
8462         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8463         Fix assist support in language-support-plugin.
8465 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8467         * libanjuta/interfaces/libanjuta.idl:
8468         Add a new interface allowing to implement plugin able
8469         to load other plugins (not written in C)
8471         * libanjuta/anjuta-plugin-handle.c,
8472         libanjuta/anjuta-plugin-handle.h:
8473         Add a language and a resident plugin properties
8475         * libanjuta/anjuta-glue-plugin.c,
8476         libanjuta/anjuta-glue-plugin.h,
8477         (added)libanjuta/anjuta-glue-c.c,
8478         (added)libanjuta/anjuta-glue-c.h,
8479         libanjuta/Makefile.am:
8480         Split code used to load a C plugin into a common part
8481         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8483         * libanjuta/anjuta-glue-factory.c,
8484         libanjuta/anjuta-glue-factory.h,
8485         libanjuta/anjuta-plugin-manager.c:
8486         Allow to load plugin not written in C and search for the
8487         additional needed code in another plugin
8489 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8491         * plugins/editor/text_editor.c:
8492         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8493         avoiding a crash if scintilla is used
8495 2007-05-14  Johannes Schmid <jhs@gnome.org>
8497         * libanjuta/interfaces/libanjuta.idl:
8498         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8499         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8500         (on_assist_chosen), (on_assist_update), (get_context),
8501         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8502         (install_assist), (uninstall_assist), (install_support),
8503         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8504         (cpp_java_plugin_instance_init):
8505         * plugins/language-support-cpp-java/plugin.h:
8506         Use IAnjutaEditorAssist to show language specific suggestions
8507         
8508         * plugins/sourceview/Makefile.am:
8509         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8510         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8511         * plugins/sourceview/anjuta-view.h:
8512         * plugins/sourceview/assist-window.c: (assist_window_expose),
8513         (assist_window_set_property), (assist_window_get_property),
8514         (assist_window_class_init), (assist_activated),
8515         (assist_window_init), (assist_window_finalize),
8516         (assist_window_select), (assist_window_first),
8517         (assist_window_last), (assist_window_up), (assist_window_down),
8518         (get_coordinates), (assist_window_move), (assist_window_update),
8519         (assist_window_filter_keypress), (assist_window_is_active),
8520         (assist_window_new), (assist_window_get_trigger),
8521         (assist_window_get_position):
8522         * plugins/sourceview/assist-window.h:
8523         * plugins/sourceview/sourceview-args.c (removed):
8524         * plugins/sourceview/sourceview-args.h (removed):
8525         * plugins/sourceview/sourceview-autocomplete.c (removed):
8526         * plugins/sourceview/sourceview-autocomplete.h (removed):
8527         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8528         * plugins/sourceview/sourceview-private.h:
8529         * plugins/sourceview/sourceview-scope.c(removed):
8530         * plugins/sourceview/sourceview-scope.h(removed):
8531         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8532         (on_assist_cancel), (on_document_char_added),
8533         (on_reload_dialog_response), (sourceview_class_init),
8534         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8535         (iassist_remove_trigger), (iassist_autocomplete),
8536         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8537         (iassist_react), (iassist_iface_init):
8538         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8539         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8540         
8541         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8542         - Mark files dirty if reload dialog is canceled.
8544 2007-05-12  Naba Kumar  <naba@gnome.org>
8546         * libanjuta/anjuta-launcher.h: Corrected include file.
8548 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8550         * libanjuta/anjuta-glue-plugin.c,
8551         libanjuta/anjuta-glue-plugin.h,
8552         libanjuta/anjuta-glue-factory.c,
8553         libanjuta/anjuta-glue-factory.h,
8554         ibanjuta/anjuta-plugin-manager.c:
8555         Move code used to load a C plugin from glue-factory to glue-plugin
8556         So loading a plugin written in another language could be done by
8557         just using another object derived from AnjutaGluePlugin
8559         * libanjuta/libanjuta.h:
8560         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8561         includes
8563 === anjuta 2.1.3 ===
8565 2007-05-11  Naba Kumar  <naba@gnome.org>
8567         * configure.in: Bumped version to 2.1.3
8568         * NEWS: Updated.
8569         * AUTHORS: Updated.
8570         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8572 2007-05-11  Naba Kumar  <naba@gnome.org>
8574         * configure.in:
8575         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8576         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8577         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8579 2007-05-10  Johannes Schmid <jhs@gnome.org>
8581         * plugins/search/plugin.c:
8582         Make incremental search behave less annoying
8583         
8584 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8586         * plugins/macro/macro-util.c:
8587         Fix bug #419008 and bug #419036
8588         When creating new header file, use name and email set in
8589         preferences and replace invalid C character by underscore
8590         in guards
8592 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8594         * plugins/search/search-replace.c,
8595         plugins/search/search-replace_backend.c:
8596         Disable search button if search expression is empty (bug #378193)
8598 2007-05-08  Naba Kumar  <naba@gnome.org>
8600         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8601         build error.
8603 2007-05-07  Naba Kumar  <naba@gnome.org>
8605         * configure.in:
8606         * plugins/project-wizard/templates/Makefile.am:
8607         * plugins/project-wizard/templates/minimal.wiz:
8608         * plugins/project-wizard/templates/minimal/.cvsignore:
8609         * plugins/project-wizard/templates/minimal/Makefile.am:
8610         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8611         * plugins/project-wizard/templates/minimal/autogen.sh:
8612         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8613         * plugins/project-wizard/templates/minimal/project.anjuta:
8614         Added 'minimal', a generic and flat, project template.
8615         
8616 2007-05-05  Naba Kumar  <naba@gnome.org>
8618         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8620         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8621         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8622         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8623         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8624         instead of a real one, fixes interdependency with libanjuta.
8625         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8626         * libanjuta/Makefile.am: 
8627         * libegg/Makefile.am:
8628         * plugins/build-basic-autotools/Makefile.am:
8629         * plugins/class-gen/Makefile.am:
8630         * plugins/class-inheritance/Makefile.am:
8631         * plugins/cvs-plugin/Makefile.am:
8632         * plugins/debug-manager/Makefile.am:
8633         * plugins/devhelp/Makefile.am:
8634         * plugins/document-manager/Makefile.am:
8635         * plugins/editor/Makefile.am:
8636         * plugins/file-loader/Makefile.am:
8637         * plugins/file-manager/Makefile.am:
8638         * plugins/file-wizard/Makefile.am:
8639         * plugins/gdb/Makefile.am:
8640         * plugins/glade/Makefile.am:
8641         * plugins/gtodo/Makefile.am:
8642         * plugins/language-support-cpp-java/Makefile.am:
8643         * plugins/macro/Makefile.am:
8644         * plugins/message-view/Makefile.am:
8645         * plugins/patch/Makefile.am:
8646         * plugins/profiler/Makefile.am:
8647         * plugins/project-import/Makefile.am:
8648         * plugins/project-manager/Makefile.am:
8649         * plugins/project-wizard/Makefile.am:
8650         * plugins/sample1/Makefile.am:
8651         * plugins/search/Makefile.am:
8652         * plugins/sourceview/Makefile.am:
8653         * plugins/subversion/Makefile.am:
8654         * plugins/symbol-browser/Makefile.am:
8655         * plugins/terminal/Makefile.am:
8656         * plugins/tools/Makefile.am:
8657         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8659 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8661         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8663 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8665         * libanjuta/anjuta-launcher.c,
8666         libanjuta/anjuta-launcher.h:
8667         Add some missing implementation
8669 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8671         Reviewed by Naba Kumar  <naba@gnome.org>:
8672         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8673         for uninstall-hook.
8675 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8677         Reviewed by Naba Kumar  <naba@gnome.org>:
8678         * plugins/editor/text_editor.c: Large memory addresses were being
8679         truncated, switched to glong (bug #422143).
8681 2007-04-24  Naba Kumar  <naba@gnome.org>
8683         * plugins/document-manager/plugin.c: (prefs_finalize):
8684         * plugins/editor/aneditor-autocomplete.cxx:
8685         * plugins/editor/text_editor_menu.c:
8686         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8687         * plugins/file-loader/plugin.c: (open_file_with),
8688         (create_open_with_submenu):
8689         * plugins/file-manager/plugin.c: (prefs_finalize):
8690         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8691         pointer type castings.
8693 2007-04-24  Naba Kumar  <naba@gnome.org>
8695         Patch from s|s  <supreet.sethi@gmail.com>:
8696         * (added) plugins/project-wizard/templates/django-logo.png:
8697         * (added) plugins/project-wizard/templates/django.wiz:
8698         * plugins/project-wizard/templates/Makefile.am:
8699         * plugins/project-wizard/templates/translatable-strings.h: Added
8700         django project template. http://www.djangoproject.com/
8702 2007-04-24  Naba Kumar  <naba@gnome.org>
8704         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8705         the log entry widget and made the dialog little larger.
8707 2007-04-24  Naba Kumar  <naba@gnome.org>
8709         Patch from Halton Huo:
8710         * configure.in:
8711         * plugins/project-wizard/property.c:
8712         * plugins/subversion/svn-auth.c:
8713         * plugins/subversion/svn-backend-priv.h:
8714         * plugins/subversion/svn-backend.c:
8715         * plugins/subversion/svn-backend.h:
8716         * plugins/subversion/svn-notify.h: Proper use of subversion
8717         headers. Fixes build issues in solaris (bug #426701).
8719 2007-04-24  Naba Kumar  <naba@gnome.org>
8721         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8722         
8723         * plugins/project-wizard/templates/cpp.wiz:
8724         * plugins/project-wizard/templates/gcj.wiz:
8725         * plugins/project-wizard/templates/gnome.wiz:
8726         * plugins/project-wizard/templates/gtk.wiz:
8727         * plugins/project-wizard/templates/gtkmm.wiz:
8728         * plugins/project-wizard/templates/java.wiz:
8729         * plugins/project-wizard/templates/python.wiz:
8730         * plugins/project-wizard/templates/terminal.wiz:
8731         * plugins/project-wizard/templates/wxwin.wiz:
8732         * plugins/project-wizard/templates/xlib-dock.wiz:
8733         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8734         project option and set it ON by default (since gnome-build, can't
8735         enabled configure shared lib support later when a sharedlib target
8736         is added).
8738 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8740         * plugins/debug-manager/stack_trace.c:
8741         Fix a missing case in the previous changes
8743 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8745         * plugins/debug-manager/plugin.c:
8746         Fix bug #430401
8748         * plugins/debug-manager/breakpoints.c,
8749         plugins/gdb/plugin.c:
8750         Fix adding breakpoint on a function
8752         * plugins/debug-manager/stack_trace.c:
8753         Highlight changed stack frame
8755 2007-04-18  Naba Kumar  <naba@gnome.org>
8757         * plugins/document-manager/anjuta-docman.c:
8758         (anjuta_docman_dispose), (on_editor_destroy),
8759         (anjuta_docman_remove_editor): Remove the editor widget from
8760         the parent container before calling destroy, otherwise container
8761         removal happens after TextEditor is disposed resulting in call
8762         to value-remove for a TextEditor which is half-dead (crash).
8764 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8766         * plugins/debug-manager/data_buffer.c
8767         plugins/debug-manager/data_view.c,
8768         plugins/debug-manager/memory.c:
8769         Fixes for bug #418523, bug #427090 and bug #428174
8771 2007-04-11 Halton Huo <halton.huo@sun.com>
8773         reviewed by: <jhs@gnome.org>
8775         * configure.in:
8776         * libanjuta/Makefile.am:
8777         * libanjuta/anjuta-utils.c:
8778         * libanjuta/anjuta-utils.h:
8779         * manuals/reference/libanjuta/Makefile.am:
8780         
8781         Fixed compilation on sun by deploying the libutil methods
8782         in anjuta-utils.h and building them on condition.
8784 2007-04-11  Johannes Schmid <jhs@gnome.org>
8786         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8787         (anjuta_docman_add_editor):
8788         Hold a reference on the editor as long as we use it.
8789         
8790         * plugins/document-manager/plugin.c: (on_editor_changed):
8791         Destroy GValue to fix a memoery leak.
8793 2007-04-11  Johannes Schmid <jhs@gnome.org>
8795         * plugins/document-manager/plugin.c: (on_editor_changed):
8796         Fixed reference counting for editor by using g_value_take_object instead
8797         of g_value_set_object. The editors are now correctly finalized and thus
8798         we do not lack so much memory anymore.
8799         
8800         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8801         (anjuta_view_finalize), (anjuta_view_focus_out),
8802         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8803         * plugins/sourceview/anjuta-view.h:
8804         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8805         * plugins/sourceview/sourceview-prefs.c:
8806         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8807         * plugins/sourceview/sourceview-prefs.h:
8808         * plugins/sourceview/sourceview-private.h:
8809         * plugins/sourceview/sourceview.c: (on_document_loaded),
8810         (timeout_unref), (on_document_saved), (sourceview_finalize),
8811         (sourceview_new), (ifile_open), (ifile_savable_save),
8812         (ifile_savable_save_as):
8814         Several changes to fix things when the editor is correctly destroyed.
8815         Fixed preferences (which led me to the refcounting issue, #409412)
8816         and removed deprecated completition code that will be replace by
8817         IAnjutaAssist interface soon. 
8819 2007-04-11  Johannes Schmid <jhs@gnome.org>
8821         * libanjuta/anjuta-launcher.c:
8822         (anjuta_launcher_execution_done_cleanup),
8823         (anjuta_launcher_child_terminated):
8824         Possible fix for #428363 and added a g_return_if_fail
8826         * plugins/message-view/plugin.c: (activate_plugin):
8827         Fixed a Gtk/Gdl-Critical
8828         
8829         Patches from Étienne Bersac <bersace03@laposte.net>
8830         * plugins/class-gen/templates/go-source.tpl:
8831         * plugins/macro/macros.xml:
8832         Use better template for GObjects (#417875 and #417918)
8833         
8834         Patches from Halton Huo <halton.huo@sun.com>
8835         * libanjuta/anjuta-launcher.h:
8836         * libanjuta/anjuta-preferences.c:
8837         * libanjuta/anjuta-utils.c:
8838         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8839         (cg_window_set_add_to_repository):
8840         * plugins/class-inheritance/class-inherit.c:
8841         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8843 2007-04-09  Johannes Schmid <jhs@gnome.org>
8845         * plugins/editor/print.c: (anjuta_print_show_header):
8846         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8847         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8849   Some string changes (#427395 and #427399)
8851 2007-04-06  Johannes Schmid <jhs@gnome.org>
8853         * plugins/build-basic-autotools/build-basic-autotools.c:
8854         (on_build_mesg_format), (on_build_mesg_parse):
8855         Fixed full path detection
8857 2007-04-05  Naba Kumar  <naba@gnome.org>
8859         Patch from Halton Huo:
8860         * libanjuta/Makefile.am:
8861         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8862         * libanjuta/anjuta-glue-cpp.h:
8863         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8864         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8865         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8866         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8867         (load_plugin), (anjuta_glue_factory_get_object_type):
8868         * libanjuta/anjuta-glue-factory.h:
8869         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8870         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8871         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8872         (anjuta_glue_plugin_new):
8873         * libanjuta/anjuta-glue-plugin.h:
8874         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8875         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8876         * libanjuta/anjuta-plugin.h:
8877         * libanjuta/glue-cpp.c:
8878         * libanjuta/glue-cpp.h:
8879         * libanjuta/glue-factory.c:
8880         * libanjuta/glue-factory.h:
8881         * libanjuta/glue-plugin.c:
8882         * libanjuta/glue-plugin.h:
8883         * plugins/build-basic-autotools/build-basic-autotools.h:
8884         * plugins/class-gen/plugin.h:
8885         * plugins/class-inheritance/plugin.h:
8886         * plugins/cvs-plugin/plugin.h:
8887         * plugins/debug-manager/plugin.h:
8888         * plugins/devhelp/plugin.h:
8889         * plugins/document-manager/plugin.h:
8890         * plugins/editor/plugin.h:
8891         * plugins/file-loader/plugin.h:
8892         * plugins/file-manager/plugin.h:
8893         * plugins/file-wizard/plugin.h:
8894         * plugins/gdb/plugin.h:
8895         * plugins/glade/plugin.h:
8896         * plugins/gtodo/plugin.h:
8897         * plugins/language-support-cpp-java/plugin.h:
8898         * plugins/macro/plugin.h:
8899         * plugins/message-view/plugin.h:
8900         * plugins/patch/plugin.h:
8901         * plugins/profiler/plugin.h:
8902         * plugins/project-import/plugin.h:
8903         * plugins/project-manager/plugin.h:
8904         * plugins/project-wizard/plugin.h:
8905         * plugins/sample1/plugin.h:
8906         * plugins/search/plugin.h:
8907         * plugins/sourceview/plugin.h:
8908         * plugins/subversion/plugin.h:
8909         * plugins/symbol-browser/plugin.h:
8910         * plugins/terminal/terminal.c:
8911         * plugins/tools/plugin.h:
8912         * plugins/tools/scripts/tools-2.xml.in:
8913         * plugins/valgrind/plugin.h:
8915         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8917 2007-04-05  Naba Kumar  <naba@gnome.org>
8919         * anjuta.spec.in, configure.in: Removed dead codes.
8920         
8921         Patch from Jos Dehaes:
8922         * configure.in, plugins/project-wizard/templates/Makefile.am,
8923         plugins/project-wizard/templates/mkfile.wiz,
8924         plugins/project-wizard/templates/translatable-strings.h: Enabled
8925         makefile-based project creation and import. Fixes bug #355145
8927 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8929         * plugins/debug-manager/debugger.c,
8930         plugins/debug-manager/plugin.c,
8931         plugins/gdb/anjuta-gdb.plugin.in:
8932         Code cleaning (remove unused code, rename this into self)
8933         Add information about supported format in debugger plugin
8934         Activate debugger plugin according to the target format
8936 2007-04-01  Naba Kumar  <naba@gnome.org>
8938         * plugins/message-view/message-view.c:
8939         (message_view_instance_init): Fixed message icons to appear.
8941 2007-03-31  Johannes Schmid <jhs@gnome.org>
8943         * plugins/message-view/anjuta-msgman.c:
8944         (anjuta_msgman_append_view):
8945         * plugins/message-view/plugin.c: (on_view_changed),
8946         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8947         
8948         Fixed #424845
8950 2007-03-31  Johannes Schmid <jhs@gnome.org>
8952         * plugins/message-view/message-view.c:
8953         (message_view_instance_init), (imessage_view_append):
8954         Show nice icons beside the messages for info, warning and error. This is a completly
8955         cosmetic change so if someone dislikes it he is free to remove it.
8957 2007-03-31  Johannes Schmid <jhs@gnome.org>
8958         
8959         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8960         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8961         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8962         * plugins/message-view/anjuta-msgman.h:
8963         * plugins/message-view/message-view.h:
8964         * plugins/message-view/plugin.c: (on_view_changed),
8965         (activate_plugin):
8966         Fixed #359399 and made next/previous insensitive when not availible
8967         
8968         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8969         (tag_style_to_string):
8970         Fixed namespace Problem with gdk >= 2.11
8971         
8972         * plugins/sourceview/sourceview-autocomplete.c:
8973         (sourceview_autocomplete_init):
8974         Removed structure, follow-up of #423682
8976 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8978         * plugins/debug-manager/debug_tree.c,
8979         plugins/debug-manager/debug_tree.h,
8980         plugins/debug-manager/watch.c,
8981         plugins/debug-manager/anjuta-debug-manager.glade:
8982         Inspect variable at cursor
8983         Fix buttons in inspect dialog
8985 2007-03-27  Halton Huo  <halton.huo@sun.com>
8987         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8989         * plugins/sourceview/sourceview-autocomplete.c
8990         plugins/debug-manager/disassemble.c,
8991         libanjuta/interfaces/libanjuta.idl:
8992         Remove array with 0 size and empty structure as it is not
8993         supported by sun cc, Fixes bug #423682
8995         * plugins/debug-manager/debugger.c:
8996         Remove anonymous union as it is not supported by sun cc,
8997         Fixes bug #423680
8999 === anjuta 2.1.2 ===
9001 2007-03-28  Naba Kumar  <naba@gnome.org>
9003         * configure.in: Bumped version to 2.1.2
9004         * NEWS: Updated for release.
9005         
9006         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
9007         Improved breakpoint marker icon.
9008         
9009         * plugins/editor/anjuta-editor.plugin.in,
9010         plugins/sourceview/sourceview.plugin.in: Made editor plugins
9011         non user activable since they are now remembered properly.
9013 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
9015         * plugins/tools/editor.c:
9016         Fix bug #423270
9018 2007-03-27  Naba Kumar  <naba@gnome.org>
9020         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
9021         word when autocompleting without leaving any trailing part of
9022         the word.
9024 2007-03-27  Kamil Páral  <ripper42@gmail.com>
9026         Reviewed by Naba Kumar  <naba@gnome.org>:
9027         * anjuta.desktop.in.in: Remove "Application" category from desktop
9028         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
9029         
9030 2007-03-27  Naba Kumar  <naba@gnome.org>
9031         
9032         * configure.in, plugins/document-manager/anjuta-docman.c:
9033         (anjuta_docman_add_editor): Conditionally compile notebook tab
9034         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
9036         Patch from Halton Huo:
9037         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
9038         non gcc compiler flags. Fixes bug #423089.
9039         
9040 2007-03-26  Naba Kumar  <naba@gnome.org>
9041         
9042         * AUTHORS, NEWS, TODO.tasks: Updated.
9043         
9044         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
9045         close menuitem.
9046         
9047         * plugins/symbol-browser/plugin.c: (on_editor_saved),
9048         (update_editor_symbol_model), (iter_matches),
9049         (on_editor_update_ui), (value_added_current_editor),
9050         (activate_plugin), (dispose),
9051         (symbol_browser_plugin_instance_init):
9052         * plugins/symbol-browser/plugin.h: update line on editor save
9053         and editor change. Code clean up and fixed warnings.
9055 2007-03-26  Naba Kumar  <naba@gnome.org>
9057         * plugins/project-wizard/templates/java/project.anjuta,
9058         plugins/project-wizard/templates/python/project.anjuta,
9059         plugins/project-wizard/templates/python/project.anjuta:
9060         Removed version control plugins from default selection.
9062         * plugins/tools/scripts/prepare-changelog.pl,
9063         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
9064         script to a better one (that works on both cvs and svn).
9066 2007-03-26  Naba Kumar  <naba@gnome.org>
9068         * (added) plugins/project-wizard/templates/translatable-strings.pl,
9069         Makefile.am: Added the generated translatable file (required for
9070         translations for svn checkouts).
9072         * (added)
9073         plugins/project-wizard/templates/extract-translatable-strings.pl
9074         plugins/project-wizard/templates/Makefile.am, Makefile.am,
9075         po/POTFILES.in: Generated translatable strings for .wiz files and
9076         added them in POTFILES.in for translation. Fixes bug #398035
9078 2007-03-25  Naba Kumar  <naba@gnome.org>
9080         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
9081         
9082         * src/anjuta-app.c: Removed dead codes.
9083         
9084         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
9085         global tags generation starts.
9086         
9087         * plugins/debug-manager/chunk_view.c,
9088         plugins/debug-manager/start.h,
9089         plugins/debug-manager/chunk_view.h,
9090         plugins/debug-manager/utilities.c,
9091         plugins/debug-manager/utilities.h,
9092         plugins/debug-manager/debugger.c,
9093         plugins/debug-manager/threads.c,
9094         plugins/debug-manager/disassemble.c,
9095         plugins/debug-manager/info.c,
9096         plugins/debug-manager/sharedlib.c,
9097         plugins/debug-manager/threads.h,
9098         plugins/debug-manager/disassemble.h,
9099         plugins/debug-manager/signals.c,
9100         plugins/debug-manager/info.h,
9101         plugins/debug-manager/sharedlib.h,
9102         plugins/debug-manager/data_buffer.c,
9103         plugins/debug-manager/data_view.c,
9104         plugins/debug-manager/signals.h,
9105         plugins/debug-manager/debug_tree.c,
9106         plugins/debug-manager/watch.c,
9107         plugins/debug-manager/registers.c,
9108         plugins/debug-manager/data_buffer.h,
9109         plugins/debug-manager/data_view.h,
9110         plugins/debug-manager/memory.c,
9111         plugins/debug-manager/debug_tree.h,
9112         plugins/debug-manager/watch.h,
9113         plugins/debug-manager/registers.h,
9114         plugins/debug-manager/memory.h,
9115         plugins/debug-manager/locals.c,
9116         plugins/debug-manager/sexy-icon-entry.c,
9117         plugins/debug-manager/breakpoints.c,
9118         plugins/debug-manager/locals.h,
9119         plugins/debug-manager/sexy-icon-entry.h,
9120         plugins/debug-manager/stack_trace.c,
9121         plugins/debug-manager/breakpoints.h,
9122         plugins/debug-manager/sparse_buffer.c,
9123         plugins/debug-manager/sparse_view.c,
9124         plugins/debug-manager/stack_trace.h,
9125         plugins/debug-manager/sparse_buffer.h,
9126         plugins/debug-manager/sparse_view.h,
9127         plugins/debug-manager/start.c,
9128         plugins/gdb/utilities.c,
9129         plugins/gdb/utilities.h,
9130         plugins/gdb/debugger.c,
9131         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
9132         setup.
9134 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9136         * plugins/gdb/debugger.c:
9137         Avoid empty debugger log window by limiting line to 90 characters
9139 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9141         * plugins/debug-manager/plugin.c,
9142         plugins/debug-manager/plugin.h,
9143         plugins/debug-manager/threads.c,
9144         plugins/debug-manager/threads.h,
9145         plugins/debug-manager/breakpoints.c,
9146         plugins/debug-manager/breakpoints.h,
9147         plugins/debug-manager/stack_trace.c,
9148         plugins/debug-manager/stack_trace.h:
9149         View code action now changes location in disassembly view too
9151         * plugins/debug-manager/anjuta-debug-manager.ui:
9152         Rename breakpoint actions
9154 2007-03-24  Naba Kumar  <naba@gnome.org>
9156         * configure.in, src/anjuta-app.c: Use the new docking algorithm
9157         in gdl 0.7.3 (svn trunk).
9158         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
9159         
9160 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9162         * plugins/debug-manager/threads.c,
9163         plugins/debug-manager/debug_tree.c,
9164         plugins/debug-manager/debug_tree.h,
9165         plugins/debug-manager/locals.c,
9166         plugins/debug-manager/registers.c,
9167         plugins/debug-manager/stack_trace.c:
9168         Allow to change current thread updating register, stack and locals
9169         Allow to change current stack frame updating locals
9171         * plugins/gdb/debugger.c:
9172         Read argument of selected stack frame
9174         * plugins/debug-manager/data_view.c:
9175         Fix an unrelated bug
9177 2007-03-23  Naba Kumar  <naba@gnome.org>
9179         * plugins/document-manager/anjuta-docman.c,
9180         plugins/document-manager/plugin.c: Fixed many memory leaks.
9181         (ianjuta_file_get_uri() returns a new string).
9183         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
9184         widget for save dialogs.
9185         
9186         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
9187         svn and fixed to get function/prototype/member args list. Call tips
9188         also work fine now.
9190 2007-03-22  Naba Kumar  <naba@gnome.org>
9192         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
9193         and calltips would work again for functions from global tags (Needs
9194         regenerating global tags).
9196         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
9197         ctags svn version and reopened bug #395362. Fixes tags parsing that
9198         seemed to have stopped working recently.
9200 2007-03-21  Naba Kumar  <naba@gnome.org>
9202         * tagmanager/tm_source_file.c, tagmanager/options.c,
9203         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
9204         extend .. more needs to be investigated and fixed). Enabled some
9205         debugging.
9207 2007-03-16  Naba Kumar  <naba@gnome.org>
9209         * src/anjuta.c: Fixed project loading from command line.
9211 2007-03-16  Naba Kumar  <naba@gnome.org>
9213         Patch from James Liggett <jrliggett@cox.net>:
9214         plugins/profiler/gprof-profile-data.c: Fixed a crash.
9215         
9216 2007-03-15  Naba Kumar  <naba@gnome.org>
9218         * libanjuta/anjuta-profile-manager.c,
9219         libanjuta/anjuta-profile-manager.h: Added method to get current
9220         profile.
9222         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
9223         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
9224         is exiting.
9226         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9227         plugins/file-loader/plugin.c: Moved to functions as utility functions.
9228         Also, not load project files in session load in loader plugin.
9229         
9230         * plugins/project-manager/plugin.c, src/anjuta.c:
9231         Emit "exiting" signal in shell when exiting anjuta. project manager
9232         listens to exiting signal and saves session. anjuta.c saves session
9233         only when current projfile is 'user'. Load project saved in session
9234         differently then the rest of the session. This should fix all the
9235         session restoration bugs.
9236         
9237         src/main.c: Present anjuta window when becon message is received.
9239 2007-03-14  Naba Kumar  <naba@gnome.org>
9241         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
9242         not randomly save (it was a wrong looping).
9243         
9244 2007-03-12  Naba Kumar  <naba@gnome.org>
9246         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
9248 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9250         * plugins/debug-manager/anjuta-debug-manager.ui,
9251         libanjuta/interfaces/libanjuta.idl,
9252         plugins/debug-manager/debugger.c,
9253         (added) plugins/debug-manager/threads.c,
9254         (added) plugins/debug-manager/threads.h,
9255         plugins/debug-manager/plugin.c,
9256         plugins/debug-manager/Makefile.am,
9257         plugins/gdb/plugin.c,
9258         plugins/gdb/debugger.c,
9259         plugins/gdb/debugger.h:
9260         Add a window displaying all threads
9261         Add needed functions
9262         Switching to a different thread is still not done
9264         * plugins/debug-manager/debug_tree.c,
9265         plugins/debug-manager/locals.c,
9266         plugins/debug-manager/stack_trace.c:
9267         Small cosmetic changes
9269         * plugins/gdb/gdbmi.c:
9270         Keep all elements in gdbmi hash
9271         Even if using the same key like in -threads-list-ids
9273 2007-03-11  Naba Kumar  <naba@gnome.org>
9275         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9276         
9277         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9278         
9279         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9280         manuals/reference/libanjuta/libanjuta-sections.txt,
9281         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9282         interfaces.
9284 2007-03-11  Naba Kumar  <naba@gnome.org>
9286         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9287         gtk-doc properly. Bumped gtk-doc requirement to 1.4
9289         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9290         manuals/reference/libanjuta/libanjuta.types,
9291         manuals/reference/libanjuta/libanjuta-sections.txt,
9292         manuals/reference/libanjuta/.cvsignore,
9293         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9294         infrastructure. Got rid of tmpl/ directory and moved all section
9295         documenation to source code (requires gtk-doc >= 1.4).
9296         
9297         * libanjuta/anjuta-plugin-description.c,
9298         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
9299         libanjuta/cell-renderer-captioned-image.c,
9300         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9301         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9302         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9303         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9304         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9305         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9306         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9307         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9308         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9309         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9310         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9311         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9312         documentation from templates to source code.
9314 2007-03-10  Johannes Schmid <jhs@gnome.org>
9316         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9317         Added some debug output but could not figure out why 
9318         some plugins are not kept.
9319         
9320         * libanjuta/interfaces/libanjuta.idl:
9321         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9322         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9323         Added IAnjutaEditorGoto::matching_brace
9324         
9325         * plugins/document-manager/action-callbacks.c:
9326         (on_editor_command_match_brace_activate):
9327         * plugins/document-manager/plugin.c:
9328         (update_editor_ui_interface_items):
9329         * plugins/editor/text_editor.c: (igoto_matching_brace),
9330         (igoto_iface_init):
9331         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9332         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9334 2007-03-09  Johannes Schmid <jhs@gnome.org>
9336         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9337         Hide correct column
9338         
9339         * plugins/sourceview/sourceview-private.h:
9340         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9341         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9342         (sourceview_new), (ifile_savable_save_as):
9343         Tweaked vfs monitoring
9345 2007-03-09  Johannes Schmid <jhs@gnome.org>
9347         * libanjuta/interfaces/Makefile.am.iface:
9348         Fixed installtion of header files
9349         
9350         * plugins/sourceview/sourceview.c: (set_select):
9351         do not scroll to much in interactive search
9353 2007-03-09  Naba Kumar  <naba@gnome.org>
9355         * src/anjuta.c: Fixed session restoration.
9356         
9357         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9358         signal handlers after symbol browser plugin is deactivated.
9359         
9360         * plugins/editor/editor.glade,
9361         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9362         Fixed indentation confustion in preferences.
9364 2007-03-08  Johannes Schmid <jhs@gnome.org>
9366         * plugins/search/search-replace.c: (search_set_combo),
9367         (search_set_action), (search_set_target), (search_set_direction),
9368         (create_dialog), (search_disconnect_set_toggle_connect),
9369         (on_search_match_whole_word_toggled),
9370         (on_search_match_whole_line_toggled),
9371         (on_search_match_word_start_toggled),
9372         (search_set_toggle_direction):
9373         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9374         it's somehow ugly and uses many deprecated widgets
9375         
9376         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9377         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9378         Fix #394709
9379         
9380 2007-03-07  Naba Kumar  <naba@gnome.org>
9382         * src/anjuta.c: Make launching projects work from command line. Also
9383         fixes gnome session restart command.
9384         
9385 2007-03-07  Johannes Schmid <jhs@gnome.org>
9387         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9388         * plugins/class-gen/plugin.c: (iwizard_activate):
9389         Fixed #408218
9390         
9391         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9392         Fixed #402774
9393         
9394         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9395         Fixed #377483 (It's not possible to know if directories have
9396         a version in CVS. Show version column only if there are version
9397         informations availible
9399         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9400         Fixed memory leak
9402 2007-03-07  Johannes Schmid <jhs@gnome.org>
9404         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9405         Fixed #409408
9406         * plugins/symbol-browser/an_symbol_prefs.c:
9407         (on_update_global_clicked):
9408         Fixed ##409176
9410 2007-03-07  Johannes Schmid <jhs@gnome.org>
9412         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9413         (anjuta_save_prompt_new):
9414         * plugins/project-import/project-import.c:
9415         (project_import_finalize):
9416         Fixed Gtk-Criticals (maybe #409408)
9418 2007-03-07  Naba Kumar  <naba@gnome.org>
9420         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9421         when we are at just beginning of string or comment. Fixes bug #397981.
9423 2007-03-07  Johannes Schmid <jhs@gnome.org>
9425         * plugins/language-support-cpp-java/plugin.c:
9426         (initialize_indentation_params):
9427         Removed annoying DEBUG_PRINT
9428         
9429         * plugins/sourceview/sourceview-cell.c:
9430         (sourceview_cell_instance_init), (icell_get_character),
9431         (icell_get_length), (icell_get_char), (icell_get_attribute):
9432         Improved code to be faster
9433         Implemented attribute handling so that indentation really works in any case
9435 2007-03-06  Johannes Schmid <jhs@gnome.org>
9437         * configure.in:
9438         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9439         
9440         * plugins/document-manager/anjuta-docman.c:
9441         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9442         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9443         instead (required GTK >= 2.10)
9444         
9445         * plugins/sourceview/sourceview-private.h:
9446         * plugins/sourceview/sourceview.c:
9447         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9448         (sourceview_finalize), (sourceview_new), (imark_mark),
9449         (imark_unmark), (imark_is_marker_set),
9450         (imark_location_from_handle), (imark_delete_all_markers):
9451         Fixed marker handling and worked a bit more on vfs monitoring
9453 2007-03-05  Johannes Schmid <jhs@gnome.org>
9455         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9456         Added method to select specific iter
9457         
9458         * plugins/sourceview/sourceview-private.h:
9459         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9460         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9461         (sourceview_add_monitor), (on_document_saved),
9462         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9463         Fixed vfs monitoring (mostly ported code from text_editor.c)
9464         
9465         * plugins/symbol-browser/an_symbol_view.c:
9466         * plugins/symbol-browser/an_symbol_view.h:
9467         * plugins/symbol-browser/plugin.c: (iter_matches),
9468         (on_editor_update_ui), (value_added_current_editor):
9469         Select the current tag in locals window and symbol toolbar. If there
9470         is no tag at the current line, reserve backward for the next tag. This will
9471         select the correct tag if inside a function.
9473 2007-03-05  Naba Kumar  <naba@gnome.org>
9475         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9476         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9477         compiler warnings.
9478         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9479         (Bug #412186)
9480         
9481 2007-03-04  Johannes Schmid <jhs@gnome.org>
9483         * data/Makefile.am:
9484         * po/POTFILES.in:
9485         Fixed distcheck (well, partly)
9487 2007-03-04  Johannes Schmid <jhs@gnome.org>
9489         * plugins/document-manager/anjuta-document-manager.ui:
9490         Move "Swap .c/.h from Main to Browser toolbar
9492         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9493         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9494         (fv_prefs_free), (fv_add_tree_entry):
9495         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9496         * plugins/file-manager/plugin.c: (prefs_init):
9497         
9498         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9500 2007-03-04  Naba Kumar  <naba@gnome.org>
9502         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9503         plugins/project-manager/plugin.c:
9504         Restored default profile and renamed it from "default.anjuta" to
9505         "default.profile".
9506         
9507 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9509         * plugins/debug-manager/debugger.c,
9510         plugins/debug-manager/plugin.c,
9511         plugins/gdb/debugger.c,
9512         libanjuta/interfaces/libanjuta.idl,
9513         plugins/debug-manager/stack_trace.c:
9514         Add a dialog box when a signal is received (except SIGINT)
9515         Display stack frame even if arguments are not available
9517 2007-03-03  Naba Kumar  <naba@gnome.org>
9519         * TODO.tasks: Icons bounty added.
9521         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9522         choise selection.
9523         
9524         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9525         and descoping.
9527         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9528         plugins/Makefile.am, (removed) plugins/profile-default/*,
9529         plugins/project-manager/anjuta-project-manager.plugin.in,
9530         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9531         profile implementation to load user profile and projects. Store and
9532         restore remembered plugins. Use profile scoping and descoping for
9533         saving and loading sesstions.
9534         
9535         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9536         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9537         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9538         DEBUG_PRINTs.
9540 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9542         * plugins/debug-manager/debug_tree.c
9543         plugins/debug-manager/debug_tree.h:
9544         Bug fix, deleting wrong variable
9546         * plugins/gdb/debugger.c:
9547         Bug fix, remove forgotten debugging code
9549 2007-03-02  Johannes Schmid <jhs@gnome.org>
9551         * plugins/document-manager/anjuta-document-manager.ui:
9552         * plugins/search/anjuta-search.ui:
9553         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9554         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9555         ToolbarFind
9557         * src/anjuta-app.c: (on_toolbar_view_toggled),
9558         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9559         Save toolbar positions, don't use fixed toolbar style
9560         
9561         All in all this will allow more complex toolbar configurations and
9562         might gain some space on smaller displays because the user can disable
9563         toolbar parts he does not use. Also allows to use any toolbar style
9564         without looking too ugly.
9566 2007-03-01  Naba Kumasr  <naba@gnome.org>
9568         * TODO.tasks: Added a bounty for creating icons.
9570         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9571         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9572         profile-changed signal. Do not sync non-user-activatable plugins.
9574 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9576         * plugins/debug-manager/disassemble.c,
9577         plugins/debug-manager/sparse_view.c,
9578         plugins/gdb/debugger.c,
9579         libanjuta/interfaces/libanjuta.idl:
9580         Display function name in disassembly view
9582 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9584         * (added) plugins/debug-manager/bookmark.png,
9585         (added) plugins/debug-manager/breakpoint-disabled.png,
9586         (added) plugins/debug-manager/breakpoint-enabled.png,
9587         (added) plugins/debug-manager/program-counter.png,
9588         (added) plugins/debug-manager/linemarker.png,
9589         plugins/debug-manager/Makefile.am,
9590         plugins/debug-manager/disassemble.c,
9591         plugins/debug-manager/disassemble.h,
9592         plugins/debug-manager/sparse_buffer.c,
9593         plugins/debug-manager/sparse_buffer.h,
9594         plugins/debug-manager/sparse_view.c,
9595         plugins/debug-manager/sparse_view.h,
9596         plugins/debug-manager/plugin.c,
9597         plugins/debug-manager/breakpoints.c,
9598         libanjuta/interfaces/libanjuta.idl:
9599         Add markers in the disassembly view
9600         Display program counter and breakpoints in disassembly view
9602         * plugins/gdb/debugger.c:
9603         Fix a bug added with my previous patch, setting and clearing
9604         breakpoints was not working
9606 2007-02-28  Johannes Schmid <jhs@gnome.org>
9608         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9609         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9610         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9611         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9612         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9613         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9614         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9615         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9616         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9617         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9618         Updated (why do they need to be under version control?)
9619         
9620         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9621         (create_tab_popup_menu), (on_msgman_popup_menu),
9622         (on_tab_button_press_event), (anjuta_msgman_page_new),
9623         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9624         Added "Close all message tabs" popup menu
9626 2007-02-26  Naba Kumar  <naba@gnome.org>
9628         * plugins/profiler/gprof-flat-profile-entry.c,
9629         plugins/profiler/gprof-flat-profile.c,
9630         plugins/profiler/gprof-flat-profile-entry.h,
9631         plugins/profiler/gprof-flat-profile.h,
9632         plugins/profiler/gprof-flat-profile-view.c,
9633         plugins/profiler/gprof-flat-profile-view.h,
9634         plugins/profiler/gprof-call-graph-block-entry.c,
9635         plugins/profiler/gprof-call-graph-block.c,
9636         plugins/profiler/gprof-function-call-chart-view.c,
9637         plugins/profiler/gprof-call-graph-block-entry.h,
9638         plugins/profiler/gprof-profile-data.c,
9639         plugins/profiler/gprof-call-graph-block.h,
9640         plugins/profiler/gprof-view.c,
9641         plugins/profiler/gprof-call-graph.c,
9642         plugins/profiler/gprof-function-call-chart-view.h,
9643         plugins/profiler/gprof-profile-data.h,
9644         plugins/profiler/gprof-call-graph.h,
9645         plugins/profiler/gprof-view.h,
9646         plugins/profiler/gprof-view-manager.c,
9647         plugins/profiler/gprof-call-graph-view.c,
9648         plugins/profiler/plugin.c,
9649         plugins/profiler/gprof-view-manager.h,
9650         plugins/profiler/gprof-call-graph-view.h,
9651         plugins/profiler/gprof-function-call-tree-view.c,
9652         plugins/profiler/gprof-function-call-tree-view.h,
9653         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9654         gnome-vfs. Fixes bug #411377.
9656 2007-02-26  Naba Kumar  <naba@gnome.org>
9658         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9660         Patch from James Liggett  <jrliggett@cox.net>:
9661         * plugins/profiler/gprof-flat-profile-view.c,
9662         plugins/profiler/gprof-flat-profile-view.h,
9663         plugins/profiler/gprof-function-call-chart-view.c,
9664         plugins/profiler/gprof-function-call-chart-view.h,
9665         plugins/profiler/gprof-view.c,
9666         plugins/profiler/gprof-view.h,
9667         plugins/profiler/gprof-call-graph-view.c,
9668         plugins/profiler/plugin.c,
9669         plugins/profiler/gprof-call-graph-view.h,
9670         plugins/profiler/gprof-function-call-tree-view.c,
9671         plugins/profiler/gprof-function-call-tree-view.h: Implements
9672         double click navigation. Fixes bug #403514.
9674 2007-02-25  Naba Kumar  <naba@gnome.org>
9676         * libanjuta/anjuta-plugin-manager.c,
9677         libanjuta/anjuta-plugin-handle.[ch],
9678         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9679         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9680         dependency on glib 2.8. Fixes bug #411623.
9682 2007-02-24  Naba kumar  <naba@gnome.org>
9684         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9685         
9686         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9687         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9688         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9689         (added) libanjuta/anjuta-profile-manager.c,
9690         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9691         manager.
9692         Implemented profile pushing and popping. Implemented profile xml
9693         synchronization. Implemented error handling in profiles. Implemented
9694         activation and deactivation signals in plugin manager.
9695         
9696         * libanjuta/Makefile.am: Added libanjuta log domain.
9697         
9698         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9699         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9700         in AnjutaShell interface and implemented it in AnjutaApp.
9701         
9702         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9704 2007-02-23  Naba kumar  <naba@gnome.org>
9706         src/main.c: Fixed missing end quote.
9708 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9710         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9713 2007-02-20  Naba Kumar  <naba@gnome.org>
9715         * plugins/subversion/plugin.c: Added "..." menuitems.
9716         * ROADMAP, README: Updated.
9717         * libanjuta/anjuta-profile.c: Fixed bugs.
9719         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9720         plugins/gtodo/Makefile.am: Removed dead code.
9722         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9723         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9724         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9725         plugins/gtodo/list_tooltip.c,
9726         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9727         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9728         not contain markups. Fixes Bug #360462.
9730 2007-02-16  Naba Kumar  <naba@gnome.org>
9732         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9733         unnecessary sub-sections.
9734         
9735 2007-02-15  Naba Kumar  <naba@gnome.org>
9737         * (removed) plugins/document-manager/bookmark-prev-16.png,
9738         plugins/document-manager/bookmark-last.png,
9739         (removed)plugins/document-manager/bookmark-first-16.png,
9740         plugins/document-manager/bookmark-prev.png,
9741         (added) plugins/document-manager/bookmark-toggle.png,
9742         (removed)plugins/document-manager/bookmark_toggle.xpm,
9743         (removed)plugins/document-manager/bookmark-last-16.png,
9744         plugins/document-manager/plugin.c,
9745         plugins/document-manager/anjuta-document-manager.ui,
9746         (removed)plugins/document-manager/bookmark-next-16.png,
9747         plugins/document-manager/bookmark-next.png,
9748         plugins/document-manager/Makefile.am,
9749         (added) plugins/document-manager/bookmark-clear.png,
9750         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9751         icons (stolen from monodevelop). Added clear bookmarks toolbar
9752         button.
9754         * plugins/document-manager/plugin.c,
9755         (added) plugins/document-manager/swap.png,
9756         (removed) plugins/document-manager/undock.png,
9757         plugins/document-manager/Makefile.am: Fixed swap icon.
9759 2007-02-13  Naba Kumar  <naba@gnome.org>
9761         * plugins/class-gen/element-editor.c: Fixed typo.
9762         
9763         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9764         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9765         Implementing plugin profiles loading.
9767 2007-02-13  Naba Kumar  <naba@gnome.org>
9769         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9770         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9771         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9772         pixmaps/open_project.png, pixmaps/close_project.png:
9773         Removed more old icons.
9774         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9775         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9776         anjuta_logo.png
9777         
9778 2007-02-13  Naba Kumar  <naba@gnome.org>
9780         * plugins/class-gen/element-editor.c: Included missing headers to
9781         prevent build failures in some cases.
9782         
9783 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9785         * plugins/debug-manager/stack_trace.c:
9786         Fix bug #407115
9788         * plugins/debug-manager/watch.c,
9789         plugins/debug-manager/breakpoints.c:
9790         Same bug than above, wrong use of gtk_ui_manager_get_widget
9792 === anjuta 2.1.1 ===
9794 2007-02-11  Naba Kumar  <naba@gnome.org>
9796         * cofigure.in: Bumped version to 2.1.1
9797         * NEWS: Updated for 2.1.1 release.
9798         
9799 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9801         * plugins/debug-manager/plugin.c,
9802         plugins/debug-manager/sparse_view.c,
9803         plugins/debug-manager/sparse_view.h:
9804         Reorder some code
9806         * plugins/gdb/debugger.c,
9807         plugins/debug-manager/debugger.c,
9808         plugins/debug-manager/memory.c,
9809         plugins/debug-manager/sparse_buffer.c
9810         plugins/gdb/debugger.h,
9811         libanjuta/interfaces/libanjuta.idl:
9812         Clean up, remove some warnings
9813         Use guint everywhere for addresses
9814         Rewrite code parsing position in debugger
9816 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9818         * plugins/debug-manager/debug_tree.c:
9819         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9820         Fix bug #406113
9822 2007-02-08  Naba Kumar  <naba@gnome.org>
9824         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9825         Delay showing the 'file modified on disk' dialog for one sec
9826         from the last notification to insure multiple notifications for
9827         the same file are treated as one. Do not same multiple dialogs
9828         for the same file. Make sure to destory the dialog if later
9829         the conent is no longer different.
9830         
9831 2007-02-08  Naba Kumar  <naba@gnome.org>
9833         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9834         Prevented spurious 'file modified' dialogs in scintilla editor
9835         when the file is saved.
9837 2007-02-09  Johannes Schmid <jhs@gnome.org>
9839         * scripts/glade2schema.pl:
9840         Added script to convert glade preferences into gconf schema files.
9841         See #406061
9843 2007-02-08  Naba Kumar  <naba@gnome.org>
9845         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9846         itself is destroyed. Fixes bug #355160.
9847         
9848 2007-02-08  Johannes Schmid <jhs@gnome.org>
9850         * plugins/profiler/profiler.plugin: 
9851         removed from version control (only .in file needed)
9852         
9853         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9854         * plugins/sourceview/sourceview.c: (sourceview_new):
9855         Code cleanup
9856         
9857         * plugins/subversion/svn-thread.c: (svn_thread_start):
9858         * src/main.c: (main):
9859         
9860         Fixed #395875 about initialisation of threads too late
9862 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9864         Reviewed by Naba Kumar  <naba@gnome.org>:
9865         * plugins/class-gen/plugin.c:
9866         * plugins/class-gen/window.c: Removed browse button related code, load
9867         generated output directly into new buffers when not adding to project.
9869         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9870         buttons from user interface.
9872 2007-02-07  Naba Kumar  <naba@gnome.org>
9874         * po/POTFILES.in: Fixed distcheck.
9876 2007-02-07  Daniel Nylander <po@danielnylander.se>
9878         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9880 2007-02-07  Johannes Schmid <jhs@gnome.org>
9882         * anjuta.desktop.in.in:
9883         Fixed spelling
9885 2007-02-07  Johannes Schmid <jhs@gnome.org>
9887         * configure.in:
9888         * manuals/anjuta-manual/*
9889         * manuals/anjuta-faqs/*:
9890         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9891         
9892         * plugins/document-manager/anjuta-document-manager.plugin.in:
9893         Removed duplicate application-xml mime-type (review patches properly ;-)
9894         
9895 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9897         * plugins/gdb/debugger.c,
9898         libanjuta/interfaces/libanjuta.idl:
9899         Fix bug #404755
9900         Fix handling of missing source file
9902 2007-02-06  Naba Kumar  <naba@gnome.org>
9904         Patch from James Liggett  <jrliggett@cox.net>:
9905         * plugins/profiler/gprof-flat-profile.c,
9906         plugins/profiler/gprof-profile-data.c,
9907         plugins/profiler/gprof-call-graph.c,
9908         plugins/profiler/gprof-profile-data.h,
9909         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9910         Show profiler view when target selected bug #403515.
9912 2007-02-05  Naba Kumar  <naba@gnome.org>
9914         * configure.in: Enabled devhelp plugin by default now that
9915         it works.
9916         
9917         Patch from parmigio@2ainfo.it:
9918         * plugins/document-manager/anjuta-document-manager.plugin.in:
9919         Added xml file type in supported mime types list.
9920         
9921 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9923         * plugins/debug-manager/debugger.c,
9924         plugins/debug-manager/plugin.c:
9925         Add a field in status bar displaying debugger state
9926         Change cursor shape when debugger is busy
9927         Fix bug #378600
9929         * plugins/debug-manager/watch.c,
9930         plugins/debug-manager/locals.c,
9931         libanjuta/interfaces/libanjuta.idl:
9932         Clean up, remove debugging messages and unused signals
9934 2007-02-03  Johannes Schmid <jhs@gnome.org>
9936         * configure.in:
9937         Fixed AC_INIT and seperated version to major, minor, micro
9939         * anjuta.anjuta:
9940         Load Subversion instead of CVS
9941         
9942         * anjuta.desktop.in.in:
9943         Fixed bug-buddy component
9945         Original patch from Rob Bradfort <robster@debian.org>:
9946         * src/main.c: (get_command_line_args), (main):
9947         Bug #335981 – Migration from popt to GOption
9949 2007-02-03  Naba Kumar  <naba@gnome.org>
9951         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9952         path variable. Fixed bug #341170.
9953         * plugins/profiler/Makefile.am: Fixed indentation.
9954         
9955 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9957         * libanjuta/interfaces/libanjuta.idl,
9958         plugins/sourceview/sourceview.c,
9959         plugins/editor/text-editor.c,
9960         plugins/symbol-browser/plugin.c,
9961         plugins/search/search-replace.c,
9962         plugins/document-manager/goto_line.c,
9963         plugins/document-manager/action-callbacks.c,
9964         plugins/document-manager/anjuta-docman.c:
9965         Rename markers of anjuta interface
9966         IANJUTA_MARKABLE_NONE has been removed
9967         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9968         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9969         IANJUTA_MARKABLE_ATTENTIVE renamed in
9970                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9971         IANJUTA_MARKABLE_INTENSE renamed in
9972                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9973         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9975         * (removed) plugins/sourceview/marker-light.png,
9976         (removed) plugins/sourceview/marker-basic.png,
9977         (removed) plugins/sourceview/marker-attentive.png,
9978         (removed) plugins/sourceview/marker-intense.png,
9979         plugins/sourceview/bookmark.png,
9980         (added) plugins/sourceview/breakpoint-disabled.png,
9981         (added) plugins/sourceview/breakpoint-enabled.png,
9982         (added) plugins/sourceview/program-counter.png,
9983         (added) plugins/sourceview/linemarker.png,
9984         plugins/sourceview/Makefile.am,
9985         (added) plugins/editor/bookmark.xpm,
9986         (added) plugins/editor/breakpoint-disabled.xpm,
9987         (added) plugins/editor/breakpoint-enabled.xpm,
9988         (added) plugins/editor/program-counter.xpm,
9989         (added) plugins/editor/linemarker.xpm,
9990         plugins/editor/Makefile.am:
9991         Add or change marker pixmaps in scintilla and sourceview editor
9993         * plugins/document-manager/plugin.c,
9994         libanjuta/interfaces/libanjuta.idl,
9995         plugins/debug-manager/plugin.c,
9996         plugins/debug-manager/breakpoints.c
9997         plugins/gdb/debugger.c:
9998         Fix bug #376404, program counter marker is not displayed when debugger
9999         Return the selected editor or NULL (if file does not exist) with 
10000         ianjuta_document_manager_goto_file_line* functions
10001         Emit a change-location signal even if the program counter is in an
10002         unknown file
10004 2007-02-02  Naba Kumar  <naba@gnome.org>
10006         * TODO.tasks: Marked bounty bug #359478 completed. And checked
10007         older bounties 'Done'.
10008         
10009 2007-02-02  Naba Kumar  <naba@gnome.org>
10011         * TODO.tasks: Fixed typop.
10013         Patch from James Liggett  <jrliggett@cox.net>:
10014         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
10015         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
10016         profiler plugin by James Liggett. Completes bounty bug #359478
10017         'Gprof performance profiler plugin'
10019 2007-02-01  Naba Kumar  <naba@gnome.org>
10021         * src/main.c: Renamed option name.
10023         * TODO.tasks: Marked "Test and fix all project wizards templates"
10024         bounty completed.
10025         
10026 2007-01-29  Johannes Schmid <jhs@gnome.org>
10028         * plugins/document-manager/plugin.c: (on_editor_changed):
10029         Added DEBUG_PRINT(...)
10030         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
10031         implemented
10032         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
10033         Fix language support plugin for sourceview editor (add some new
10034         language names)
10035         
10036         * plugins/sourceview/sourceview.c: (iindic_clear):
10037         Clear all indicators
10039 2007-01-29  Johannes Schmid <jhs@gnome.org>
10041         * TODO.tasks:
10042         Minor task currentions
10043         
10044         * libanjuta/interfaces/libanjuta.idl:
10045         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
10046         (itext_editor_iface_init):
10047         * plugins/language-support-cpp-java/plugin.c: (install_support):
10048         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
10049         (ieditor_get_attributes), (ieditor_iface_init):
10050         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
10051         plugins.
10052         
10053         * plugins/sourceview/sourceview.glade:
10054         Fixed sourceview preference window
10056 2007-01-28  Naba Kumar  <naba@gnome.org>
10057         
10058         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
10059         Implemented --no-files and --no-session command line options and
10060         corresponding preferernces checkboxes in General tab.
10062 2007-01-28  Johannes Schmid <jhs@gnome.org>
10064         * plugins/subversion/plugin.c:
10065         * plugins/subversion/plugin.h:
10066         * plugins/subversion/svn-notify.c: (svn_show_info),
10067         (show_svn_error), (on_svn_notify):
10068         * plugins/subversion/svn-notify.h:
10069         * plugins/subversion/svn-thread.c: (create_message_view),
10070         (svn_thread_start):
10071         Fixed error handling and fixed #394216 – No indication of subversion commands running
10072         
10073         * plugins/tools/execute.c: (atp_output_context_print):
10074         Show name of tool in message pane
10076 2007-01-28  Naba Kumar  <naba@gnome.org>
10077         
10078         * configure.in, plugins/glade/plugin.c: Make it work with
10079         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
10080         
10081         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
10082         from devhelp (won't work untill devhelp is fixed: bug #341170).
10083         
10084         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
10085         
10086 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
10088         Reviewed by Naba Kumar  <naba@gnome.org>:
10089         * libanjuta/interfaces/libanjuta.idl, 
10090         plugins/debug-manager/debugger.c,
10091         plugins/debug-manager/start.c,
10092         plugins/gdb/plugin.c,
10093         plugins/gdb/debugger.c,
10094         plugins/gdb/debugger.h:
10095         Fix a bug when launching gdb
10096         Set the terminal for the debugged program on the command line.
10098 2007-01-26  Johannes Schmid <jhs@gnome.org>
10100         * plugins/sourceview/anjuta-document-saver.c:
10101         (anjuta_document_saver_save):
10102         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
10103         * plugins/sourceview/sourceview.c: (save_if_modified),
10104         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
10105         Proper error handling, for example if a file was modified externally. Use backup files
10106         to avoid data-loss on disk full.
10108 2007-01-24  Naba Kumar  <naba@gnome.org>
10109         
10110         * plugins/devhelp/htmlview.c: Fixed crash during project load.
10111         Fixed mem leak and source leak.
10112         
10113 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
10115         Reviewed by Naba Kumar  <naba@gnome.org>:
10116         * plugins/debug-manager/debug_tree.c,
10117         plugins/debug-manager/debug_tree.h,
10118         plugins/debug-manager/watch.c:
10119         Partial rewrite of the variable object code, find and fix a few bugs
10120         Fix bug #395808: gdb can still crash but children are listed
10121         on request only so you can avoid the crash
10123 2007-01-24  Naba Kumar  <naba@gnome.org>
10124         
10125         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
10126         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
10127         plugins/symbol-browser/plugin.h,
10128         plugins/symbol-browser/plugin.c,
10129         plugins/symbol-browser/Makefile.am: Added current file (local)
10130         symbols view (Seriously getting bored with the browse toolbar).
10132 2007-01-22  Naba Kumar  <naba@gnome.org>
10133         
10134         Patch from Gabor Kelemen:
10135         * po/POTFILES.in: Added .plugin.in files.
10137 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
10139         Reviewed by Naba Kumar  <naba@gnome.org>:
10140         * plugins/document-manager/anjuta-docman.c,
10141         plugins/message-view/anjuta-msgman.c
10142         Set right alignment to the label widget in the tab title.
10144 2007-01-21  Naba Kumar  <naba@gnome.org>
10145         
10146         * libegg/egg-combo-action.c: Fixed mode line.
10147         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10148         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
10150 2007-01-21  Armin Burgmeier  <armin@arbur.net>
10152         Reviewed by Naba Kumar  <naba@gnome.org>:
10153         * plugins/class-gen/plugin.c: Prompt for target before actually
10154         generating the class files. This ensures that the files are created in
10155         the correct directory. Fixes bug #397406.
10157         * plugins/class-gen/window.c: Set browse buttons to insensitive when
10158         the class is added to the project.
10160 2007-01-21  Naba Kumar  <naba@gnome.org>
10162         * libanjuta/anjuta-plugin-description.c,
10163         libanjuta/anjuta-ui.h,
10164         libanjuta/anjuta-status.c,
10165         libanjuta/anjuta-plugin-description.h,
10166         libanjuta/cell-renderer-captioned-image.c,
10167         libanjuta/anjuta-plugin-handle.c,
10168         libanjuta/anjuta-status.h,
10169         libanjuta/resources.c,
10170         libanjuta/cell-renderer-captioned-image.h,
10171         libanjuta/glue-cpp.c,
10172         libanjuta/anjuta-plugin-handle.h,
10173         libanjuta/anjuta-plugin.c,
10174         libanjuta/anjuta-preferences-dialog.c,
10175         libanjuta/libanjuta.h,
10176         libanjuta/resources.h,
10177         libanjuta/glue-cpp.h,
10178         libanjuta/anjuta-plugin.h,
10179         libanjuta/anjuta-preferences-dialog.h,
10180         libanjuta/anjuta-plugin-manager.c,
10181         libanjuta/anjuta-shell.c,
10182         libanjuta/anjuta-plugin-manager.h,
10183         libanjuta/anjuta-shell.h,
10184         libanjuta/anjuta-save-prompt.c,
10185         libanjuta/anjuta-save-prompt.h,
10186         libanjuta/anjuta-children.c,
10187         libanjuta/anjuta-utils.c,
10188         libanjuta/anjuta-profile.c,
10189         libanjuta/anjuta-preferences.c,
10190         libanjuta/anjuta-launcher.c,
10191         libanjuta/anjuta-utils.h,
10192         libanjuta/anjuta-profile.h,
10193         libanjuta/anjuta-launcher.h,
10194         libanjuta/anjuta-ui.c: Updated file headers.
10196         * po/POTFILES.in: Updated.
10198         * libanjuta/anjuta-marshal.list,
10199         (added) libanjuta/anjuta-plugin-handle.c,
10200         (added) libanjuta/anjuta-plugin-handle.h,
10201         (added) libanjuta/anjuta-plugin-manager.c,
10202         (added) libanjuta/anjuta-plugin-manager.h,
10203         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
10204         (added) libanjuta/anjuta-profile.c,
10205         (added) libanjuta/anjuta-profile.h,
10206         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
10207         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
10208         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
10209         src/action-callbacks.c: Implemented AnjutaPluginManager
10210         class based on old plugins.[ch]. Implemented AnjutaProfile as
10211         prelimanary profiles implementation. Implemented AnjutaPluginHandle
10212         class to represent plugins (not to be confused with plugin objects).
10213         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
10214         implemented it in AnjutaApp and AnjutaTestShell.
10215         De-globalized plugin management and several clean ups.
10217         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
10218         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
10219         plugins/search/search-replace.c, plugins/terminal/terminal.c,
10220         plugins/project-import/project-import.c,
10221         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
10222         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
10223         Fixed plugins for the change in API.
10225         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
10226         file.
10227         
10228         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
10230 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
10232         Reviewed by Naba Kumar  <naba@gnome.org>:
10233         * libanjuta/anjuta-launcher.c,
10234         libanjuta/anjuta-launcher.h:
10235         Add a new function anjuta_set_terminate_on_exit to close the i/o
10236         channel when the child exit
10237         Return directly the status and not the exit code in child-exited
10238         signal
10240         * plugins/gdb/debugger.c:
10241         Use new function in debugger plugin
10243 2007-01-18  Johannes Schmid <jhs@gnome.org>
10245         * src/about.c: Do not show empty license information instead hide the button (#397883)
10247 2007-01-15  Johannes Schmid <jhs@gnome.org>
10249         * plugins/project-manager/plugin.c:
10250         * plugins/project-wizard/templates/python.wiz
10251         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
10252         
10253         Fixed #335235 python programs are not executeable/ do not start when pressing F3
10254         You will also need latest gnome-build svn       
10256 === anjuta 2.1.0 ===
10258 2007-01-14  Naba Kumar  <naba@gnome.org>
10260         * configure.in: Removed reference of mkfile project
10261         template to fix distcheck build error.
10262         * AUTHORS: Updated.
10263         * NEWS: Updated.
10264         * configure.in: Bumped version to 2.1.0 for beta release.
10265         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10266         crashes as soon as editing starts in normal text files.
10268 2007-01-14  Johannes Schmid <jhs@gnome.org>
10270         * configure.in
10271         * po/LINGUAS:
10272         Applied http://live.gnome.org/GnomeGoals/PoLinguas
10274         * tagmanager/c.c:
10275         Patch from Massimo Cora' to hopefully fix #395362
10277         * plugins/project-wizard/templates/*:
10279         Fixed and tested all project-wizards. Deactivated mkfile project because
10280         it was totally broken and I don't see any real use for it.
10281         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10283 2007-01-14  Naba Kumar  <naba@gnome.org>
10285         * NEWS: Updated for release.
10286         
10287         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10288         
10289         * libanjuta/interfaces/libanjuta.idl,
10290         plugins/editor/text_editor_cbs.c,
10291         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10292         interface and implemented it for scintilla.
10293         
10294         * plugins/editor/text-editor.c: Fixed highlighing issues when
10295         used with indicators (particularly when the file is just opened).
10296         Fixes bug #377477 – when debugging, scintilla editor grays out all
10297         lines before current line.
10298         
10299         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10300         Maintain a separate list of indicated edtitors for separate contexts.
10301         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10302         
10303 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10305         Reviewed by Naba Kumar  <naba@gnome.org>:
10306         * plugins/debug-manager/plugin.c:
10307         Bug fix: breakpoints cannot be added after stopping the debugger
10309 2007-01-13  Naba Kumar  <naba@gnome.org>
10311         * NEWS: Updated for release.
10313 2007-01-12  Johannes Schmid <jhs@gnome.org>
10315         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10316         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10317         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10318         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10319         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10320         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10321         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10322         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10323         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10324         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10325         
10326         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10327         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10328         
10329         * plugins/sourceview/sourceview.c:
10330         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10331         on character positions.
10332         
10333 2007-01-12  Naba Kumar  <naba@gnome.org>
10335         * src/anjuta-app.c,
10336         plugins/project-manager/plugin.c,
10337         plugins/profile-default/plugin.c,
10338         libanjuta/anjuta-status.c,
10339         libanjuta/anjuta-status.h: Introduced an API for application title
10340         in AnjutaStatus. Set application title to project name.
10342 2007-01-11  Massimo Cora' <maxcvs@email.i>
10344         Reviewed by Naba Kumar  <naba@gnome.org>:
10345         * tagmanager/Makefile.am,
10346         plugins/symbol-browser/Makefile.am: removed installation for 
10347         test programs.
10349 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10351         Reviewed by Naba Kumar  <naba@gnome.org>:
10352         * plugins/debug-manager/start.h,
10353         plugins/debug-manager/start.c,
10354         plugins/debug-manager/anjuta-debug-manager.ui,
10355         plugins/debug-manager/plugin.c:
10356         Partial fix for bug #392537
10358         * plugins/debug-manager/disassemble.c:
10359         Fix bug #392543
10361 2007-01-11  Naba Kumar  <naba@gnome.org>
10363         * src/anjuta.c: Load project seperately from session,
10364         so that project session is also loaded.
10365         
10366         * plugins/profile-default/plugin.c: Load project in new
10367         anjuta if there already is one loaded currently (disabled
10368         code for now).
10369         
10370         * plugins/editor/aneditor.cxx: Disconnect focus in/out
10371         signals when editor is destroyed. Fixes a crash bug.
10372         
10373         * plugins/editor/text_editor.c: Do not mark line in
10374         ianjuta_editor_goto_line() implementation.
10375         
10376         * plugins/search/search-replace.c: Always check for markable
10377         interface availablility because its optional for an editor.
10378         
10379         * plugins/document-manager/goto_line.c,
10380         plugins/document-manager/action-callbacks.c: Mark lines for
10381         goto line commands (from dialog and from menu entry box).
10382         
10383         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10384         plugins/file-manager/an_file_view.c: Expand file manager
10385         nodes in idle loop, one at a time. Did as a possible work
10386         around for bug #361763, but it didn't make any difference.
10387         However, it could still be useful in situations where there
10388         are lots to expand.
10389         
10390         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10392 2007-01-11  Naba Kumar  <naba@gnome.org>
10394         * plugins/editor/scintilla/LineMarker.h,
10395         plugins/editor/scintilla/LexBasic.cxx,
10396         plugins/editor/scintilla/LexHTML.cxx,
10397         plugins/editor/scintilla/include/SciLexer.h,
10398         plugins/editor/scintilla/include/Scintilla.h,
10399         plugins/editor/scintilla/include/Scintilla.iface,
10400         plugins/editor/scintilla/include/ScintillaWidget.h,
10401         plugins/editor/scintilla/LexBash.cxx,
10402         plugins/editor/scintilla/PlatGTK.cxx,
10403         plugins/editor/scintilla/ViewStyle.h,
10404         plugins/editor/scintilla/Editor.cxx,
10405         plugins/editor/scintilla/StyleContext.h,
10406         plugins/editor/scintilla/LexCPP.cxx,
10407         plugins/editor/scintilla/Converter.h,
10408         plugins/editor/scintilla/LexAU3.cxx,
10409         plugins/editor/scintilla/Editor.h,
10410         plugins/editor/scintilla/LexPerl.cxx,
10411         plugins/editor/scintilla/LexVB.cxx,
10412         plugins/editor/scintilla/ScintillaGTK.cxx,
10413         plugins/editor/scintilla/ViewStyle.cxx,
10414         plugins/editor/scintilla/PropSet.cxx,
10415         plugins/editor/scintilla/LexSQL.cxx,
10416         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10417         version 1.71
10419 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10421         Reviewed by Naba Kumar  <naba@gnome.org>:
10422         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10423         selected for editing. This fixes bug #394218.
10425         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10426         name if said URI is not known.
10428         * plugins/class-gen/window.c: When stripping function prefix away,
10429         include the trailing underscore because it is already set by the
10430         template.
10432         * plugins/class-gen/transform.c: Include "const char*" and "const
10433         gchar*" in the list for transforming a default C type to a GType.
10434         Don't access invalid memory when writing pointer_str in
10435         cg_transform_first_argument.
10437 2007-01-11  Naba Kumar  <naba@gnome.org>
10439         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10440         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10441         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10442         libegg/test-actions.c, anjuta.desktop.in.in,
10443         anjuta.prj: Renamed application icon to 'anjuta.png' from
10444         'anjuta_icon.png'. Added more fields in desktop file.
10446         * mime/anjuta.xml: Added magic section.
10447         
10448         * (removed) mime/anjuta.applications,
10449         (removed) mime/anjuta.mime, mime/Makefile.am,
10450         (removed) mime/anjuta.keys,
10451         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10452         registeration and added scalable icon. Also fixes bug #393680
10454 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10456         Reviewed by Naba Kumar  <naba@gnome.org>:
10457         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10458         and anjuta_status_progress_add_ticks() to check for progressbar 
10459         being realized before trying to update it.
10461 2007-01-10  Naba Kumar  <naba@gnome.org>
10463         * tagmanager/tm_workspace.c,
10464         po/POTFILES.in,
10465         plugins/debug-manager/Makefile.am,
10466         plugins/tools/scripts/Makefile.am,
10467         plugins/class-gen/plugin.c,
10468         plugins/class-gen/Makefile.am,
10469         global-tags/Makefile.am: Fixed make distcheck.
10471         * plugins/debug-manager/attach_process.c,
10472         plugins/debug-manager/attach_process.h,
10473         plugins/class-gen/action-callbacks.h,
10474         plugins/class-gen/action-callbacks.c,
10475         plugins/class-gen/class_gen.h,
10476         plugins/class-gen/class_gen.c: Deleted unused/old files.
10478         * (removed) scintilla, (added) plugins/editor/scintilla,
10479         plugins/editor/scintilla/lexers.make,
10480         plugins/editor/scintilla/Makefile.am,
10481         plugins/editor/Makefile.am
10482         configure.in, manuals/reference/libanjuta/Makefile.am
10483         Makefile.am: Moved scintilla to its right place.
10485 2007-01-09  Naba Kumar  <naba@gnome.org>
10487         * plugins/profile-default/plugin.c: Save project session before
10488         a new one is opened.
10490         * plugins/project-manager/plugin.c,
10491         plugins/project-manager/plugin.h,
10492         plugins/project-manager/anjuta-project-manager.ui,
10493         plugins/profile-default/plugin.c,
10494         plugins/profile-default/plugin.h,
10495         plugins/profile-default/Makefile.am,
10496         (added) plugins/profile-default/anjuta-default-profile.ui,
10497         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10498         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10499         multiple projects support.
10500         
10501 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10503         Reviewed by Naba Kumar  <naba@gnome.org>
10504         * plugins/class-gen/combo-flags.h:
10505         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10506         enum, added a type parameter to selected signal. Select highlighted
10507         entry when pressing enter (but not unselect it if it was already
10508         selected) before closing the popup. Also accept input when clicking
10509         not into the popup.
10511         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10512         according to selection type.
10514         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10515         VOID:BOXED,ENUM.
10517 2007-01-08  Johannes Schmid <jhs@gnome.org>
10519   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10520   * plugins/project-wizard/templates/gtkmm/Makefile.am
10521   * plugins/project-wizard/templates/python/configure.ac.tpl
10522   * plugins/project-wizard/templates/python/configure.in.tpl
10523   * plugins/project-wizard/templates/python/Makefile.am
10524   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10525   * plugins/project-wizard/templates/cpp/configure.in.tpl
10526   * plugins/project-wizard/templates/cpp/Makefile.am
10527   * plugins/project-wizard/templates/terminal.wiz
10528   * plugins/project-wizard/templates/xlib-dock.wiz
10529   * plugins/project-wizard/templates/wxwin.wiz
10530   * plugins/project-wizard/templates/java.wiz
10531   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10532   * plugins/project-wizard/templates/xlib/configure.in.tpl
10533   * plugins/project-wizard/templates/xlib/Makefile.am
10534   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10535   * plugins/project-wizard/templates/gcj/configure.in.tpl
10536   * plugins/project-wizard/templates/gcj/Makefile.am
10537   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10538   * plugins/project-wizard/templates/terminal/configure.in.tpl
10539   * plugins/project-wizard/templates/terminal/Makefile.am
10540   * plugins/project-wizard/templates/terminal/autogen.sh
10541   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10542   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10543   * plugins/project-wizard/templates/wxwin/Makefile.am
10544   * plugins/project-wizard/templates/gnome.wiz 
10545   * plugins/project-wizard/templates/java/configure.ac.tpl
10546   * plugins/project-wizard/templates/java/configure.in.tpl
10547   * plugins/project-wizard/templates/java/Makefile.am
10548   * plugins/project-wizard/templates/anjuta-plugin.wiz
10549   * plugins/project-wizard/templates/gtkmm.wiz
10550   * plugins/project-wizard/templates/python.wiz
10551   * plugins/project-wizard/templates/cpp.wiz
10552   * plugins/project-wizard/templates/gtk.wiz
10553   * plugins/project-wizard/templates/gcj.wiz
10554   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10555   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10556   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10558   Starting fixing of all project wizards:
10559   - rename configure.in to configure.ac
10560   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10561   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10562   (See #394184)
10563   
10564   * TODO.task: Added bug number to bounty
10566 2007-01-07  Johannes Schmid <jhs@gnome.org>
10568   *  plugins/build-basic-autotools.c:
10569   Fixed #392290 – Missed install as root option in project manager
10571 2007-01-07  Johannes Schmid <jhs@gnome.org>
10573   * plugins/sourceview/sourceview.c:
10574   Fixed #388731 – Odd editor behaviour after performing block-text operations
10575   Fixed #388727 – Block-tab does not work
10576   
10577   * plugins/sourceview/anjuta-document.h/c:
10578   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10579   
10580   * configure.in:
10581   Require Gtk+ >= 2.10 for sourceview plugin
10583 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10585         * libanjuta/anjuta-status.c:
10586         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10588 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10590         * configure.in,
10591         plugins/terminal/terminal.c:
10592         Fix bug #377027
10593         remove support for VTE < 0.9
10595 2007-01-06  Naba Kumar  <naba@gnome.org>
10597         * po/POTFILES.in: Updated
10599 2007-01-05  Adam Dingle  <adam@medovina.org>
10601         Reviewed by Naba Kumar  <naba@gnome.org>:
10602         * plugins/message-view/anjuta-message-manager-plugin.glade:
10603         Fixed bug #377903 (improve message color defaults).
10605 2007-01-05  Naba Kumar  <naba@gnome.org>
10607         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10608         
10609 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10611         Reviewed by  Naba Kumar  <naba@gnome.org>:
10612         * plugins/symbol-browser/test-class.h: Fixed block ends.
10614         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10615         C-style-block comment.
10617         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10618         allow lists when writing autogen definition files. This is required
10619         for the new class generator. Also fixed a wrong return value in
10620         npw_autogen_write_definition_file and set a GError in
10621         npw_autogen_execute when the output file could not be opened.
10623         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10624         user interface.
10626         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10627         goc_template_header and goc_template_source, added top_srcdir to
10628         includes, link against project wizard (also hopefully temporarily),
10629         removed class_gen.h, class_gen.c, action-callbacks.h,
10630         action-callbacks.c.
10632         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10634         * plugins/class-gen/cell-renderer-flags.h:
10635         * plugins/class-gen/cell-renderer-flags.c:
10636         * plugins/class-gen/combo-flags.h:
10637         * plugins/class-gen/combo-flags.c:
10638         * plugins/class-gen/element-editor.c:
10639         * plugins/class-gen/element-editor.h:
10640         * plugins/class-gen/generator.c:
10641         * plugins/class-gen/generator.h:
10642         * plugins/class-gen/plugin.h:
10643         * plugins/class-gen/plugin.c:
10644         * plugins/class-gen/transform.c:
10645         * plugins/class-gen/transform.h:
10646         * plugins/class-gen/validator.c:
10647         * plugins/class-gen/validator.h:
10648         * plugins/class-gen/window.c:
10649         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10650         adding of several class elements and uses autogen.
10652         * plugins/class-gen/templates/cc-header.tpl:
10653         * plugins/class-gen/templates/cc-source.tpl:
10654         * plugins/class-gen/templates/go-header.tpl:
10655         * plugins/class-gen/templates/go-source.tpl:
10656         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10657         for the class generator.
10659         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10661 2007-01-04  Naba Kumar  <naba@gnome.org>
10663         Patch from Nick Treleaven:
10664         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10665         all matching symbols.
10666         
10667         Patches from  Maik Beckmann and Sébastien Granjoux:
10668         * plugins/profile-default/plugin.c,
10669         plugins/project-manager/plugin.c: Unescape project name. Fixes
10670         Bug #357151
10672 2007-01-04  Naba Kumar  <naba@gnome.org>
10674         * plugins/glade/plugin.c: Fixed compilation with
10675         older glade-3 version.
10676         
10677         Patch from Roland Illig:
10678         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10679         plugins/sourceview/anjuta-document-saver.c,
10680         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10681         are necessary to build anjuta on NetBSD 3.0
10683         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10684         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10685         window manager in gnome.
10686         
10687 2007-01-02  Naba Kumar  <naba@gnome.org>
10688         
10689         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10690         
10691 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10693         Reviewed by Naba Kumar  <naba@gnome.org>:
10694         * libanjuta/interfaces/libanjuta.idl,
10695         plugins/debug-manager/Makefile.am,
10696         plugins/debug-manager/anjuta-marshal.list,
10697         plugins/debug-manager/debugger.c,
10698         plugins/debug-manager/sparse_buffer.c,
10699         plugins/debug-manager/sparse_buffer.h,
10700         plugins/debug-manager/sparse_view.c,
10701         plugins/debug-manager/sparse_view.h,
10702         plugins/debug-manager/disassemble.h,
10703         plugins/debug-manager/disassemble.c,
10704         plugins/debug-manager/anjuta-marshal.list,
10705         plugins/debug-manager/plugin.c,
10706         plugins/gdb/debugger.c,
10707         plugins/gdb/debugger.h,
10708         plugins/gdb/plugin.c:
10709         Add a disassembly view window
10711         * plugins/debug-manager/breakpoints.c,
10712         plugins/debug-manager/chunk_view.c,
10713         plugins/debug-manager/locals.c,
10714         plugins/debug-manager/memory.c,
10715         plugins/debug-manager/registers.c,
10716         plugins/debug-manager/stack_trace.c:
10717         Add some debugging information 
10719 2006-12-18  Naba Kumar  <naba@gnome.org>
10721         * configure.in, plugins/glade/plugin.c: Allow building against both
10722         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10724 2006-12-03  Naba Kumar  <naba@gnome.org>
10725         
10726         * TODO.tasks: Marked a bounty completed.
10728 2006-11-24  Adam Dingle <adam@medovina.org>
10730         Reviewed by Naba Kumar  <naba@gnome.org>:
10731         * plugins/build-basic-autotools/build-basic-autotools.c,
10732         plugins/debug-manager/watch.c,
10733         plugins/document-manager/plugin.c, 
10734         plugins/patch/plugin.c,
10735         plugins/project-manager/plugin.c:
10736         Fixed bug #378879 (several command names need ellipses).
10738 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10740         Reviewed by: Naba Kumar  <naba@gnome.org>
10741         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10742         GCC 4.1.2 (there are only two warnings remaining now when compiling
10743         plugins).
10745         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10747         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10748         macro so that the generated function support a NULL plugin parameter.
10750         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10751         in debug_tree_find_expression by freeing memory returned by the call
10752         to gtk_tree_model_get instead of the parameter string.
10754 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10756         * plugins/debug-manager/breakpoints.c:
10757         Fix bug #378850
10759         * plugins/debug-manager/anjuta-debug-manager.ui,
10760         plugins/debug-manager/debugger.c,
10761         plugins/debug-manager/plugin.c:
10762         Fix bug #378871
10764 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10766         * libanjuta/anjuta-launcher.c,
10767         plugins/gdb/debugger.c:
10768         Fix bug #377061
10770 2006-11-21  Naba Kumar  <naba@gnome.org>
10772         * plugins/search/search_preferences.c: Fixed build break.
10773         
10774 2006-11-20  Naba Kumar  <naba@gnome.org>
10775         
10776         Patch from Kjartan Maraas:
10777         * plugins/cvs-plugin/cvs-interface.c,
10778         plugins/document-manager/plugin.c,
10779         plugins/gtodo/interface.c,
10780         plugins/gtodo/libgtodo.h,
10781         plugins/message-view/anjuta-msgman.c,
10782         plugins/project-wizard/druid.c,
10783         plugins/search/search_preferences.c,
10784         plugins/sourceview/sourceview-prefs.c,
10785         plugins/terminal/terminal.c,
10786         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10788         Patch from Przemysław Grzegorczyk:
10789         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10790         plugins/subversion/anjuta-subversion.glade: Enable files in
10791         fileselection dialog. Fixes bug #376031.
10792         
10793 2006-11-17  Adam Dingle <adam@medovina.org>
10795         Reviewed by: Naba Kumar  <naba@gnome.org>
10796         * plugins/build-basic-autotools/build-basic-autotools.c
10797         * plugins/class-gen/anjuta-class-gen.plugin.in
10798         * plugins/debug-manager/breakpoints.c
10799         * plugins/debug-manager/plugin.c
10800         * plugins/devhelp/plugin.c
10801         * plugins/document-manager/plugin.c
10802         * plugins/gdb/debugger.c
10803         * plugins/glade/anjuta-glade.plugin.in
10804         * plugins/gtodo/plugin.c
10805         * plugins/language-support-cpp-java/plugin.c
10806         * plugins/message-view/plugin.c
10807         * plugins/project-import/anjuta-project-import.glade
10808         * plugins/project-import/anjuta-project-import.plugin.in
10809         * plugins/search/plugin.c
10810         * plugins/tools/scripts/tools-2.xml.in
10811         * plugins/valgrind/plugin.c
10812         * src/anjuta-actions.h:
10813         Fixed bug #376335 "menu items should be capitalized".  Minor
10814         grammar edits.
10816 2006-11-20  Naba Kumar  <naba@gnome.org>
10817         
10818         * configure.in: Fixed build.
10820         Patch from: Arjan Timmerman
10821         *configure.in: Make subvesion plugin build for apr 1.x.
10822         Fixes: Bug #364754.
10823         
10824 2006-11-20  Johannes Schmid <jhs@gnome.org>
10826         * configure.in
10827         * plugins/*/*.[ch]:
10828         Removed patches from Sylvain and Günther. They caused not problems but
10829         Naba was against them.
10831 2006-11-20  Johannes Schmid <jhs@gnome.org>
10833         * Removed me from MAINTAINERS
10835 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10837         * configure.in:
10838         Use apr-1 instead of apr-0
10840 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10842         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10843         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10844         and another bug occuring when parsing .pc file containing quotes.
10846 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10848         * plugins/*/*.[ch]: Use class macro for type casting.
10850         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10851         GCC 4.1.2 (there are only two warnings remaining now when compiling
10852         plugins).
10854         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10855         a memory leak in debug_tree_find_expression; g_free was called on
10856         the parameter instead of the memory allocated by gtk_tree_model_get.
10858         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10859         to declare and initialize the global type variable of the plugin.
10861 2006-10-31  Naba Kumar  <naba@gnome.org>
10863         * global-tags/create_global_tags.sh.in: Added an end message.
10864         
10865         * libanjuta/anjuta-launcher.h: Fixed indentation.
10866         
10867         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10868         creation to a) append the messages in right way, b) Connect signals
10869         to the view properly and c) Recreate the system-tags.cache at the
10870         end of the generation.
10872         * plugins/symbol-browser: Fixed action path (double
10873         click on sysmbols was not working).
10875         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10876         Fixed typedef and removed dead code.
10878         * tagmanager/c.c: Took the latest version from ctags source
10879         repository, because the one we had (from ctags 5.6) was broken.
10880         
10881         * global_tags/create_global_tags.sh.in: Reverted the patch from
10882         Sylvain because it was not right fix (and added a helpful comment).
10883         Used /bin/bash to fix the bashism and generated separate log files
10884         for each tag files in the same directory.
10885         
10886 2006-10-29  Naba Kumar  <naba@gnome.org>
10888         * plugins/editor/text_editor.c: Use a temporary file
10889         to save the editor and move it at the end to original
10890         file. This will prevent data corruption if file save
10891         failed for any reason. Also report proper errors when
10892         file save fails. Fixes bug #346575.
10893         
10894 2006-10-26  Naba Kumar  <naba@gnome.org>
10896         * plugins/document-manager/anjuta-docman.c: Do not load
10897         the same files with different path more than once (happens
10898         with symlinked files). Fixes Bug #323591.
10900 2006-10-25  Naba Kumar  <naba@gnome.org>
10902         * plugins/valgrind/vgactions.c: Fixed a warning.
10904 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10906         Reviewed by Naba Kumar  <naba@gnome.org>:
10908         * plugins/valgrind/vgtoolview.c:
10909         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10911         * plugins/valgrind/bugged-prg-test.c:
10912         No more warning during compilation with GCC 4.1.
10913         Program is still buggy in order to be used as a test of the
10914         plugin.
10916         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10917         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10918         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10919         plugins/valgrind/vgrule.c:
10920         No more warning during compilation with GCC 4.1.
10922         * plugins/valgrind/plugin.c:
10923         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10924         prototype (was missing from previous patch).
10926 2006-10-24  Naba Kumar  <naba@gnome.org>
10928         * plugins/glade/plugin.c: Show glade tree view, not list view.
10929         
10930         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10931         exited with glade plugin still loaded. Fixes Bug #364755.
10933         * plugins/document-manager/anjuta-document-manager.plugin.in:
10934         Added application/x-reject in accepted mime-types.
10935         
10936         * Changelog: Fixed changelog alignments.
10938 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10940         Reviewed by: Naba Kumar  <naba@gnome.org>
10941         
10942         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10943         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10944         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10945         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10946         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10947         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10948         plugins/valgrind/vgsearchbar.c:
10949         Use class macro for type casting.
10951         * plugins/valgrind/plugin.h:
10952         Don't force cast a GtkActionGroup to a GtkAction.
10954         * plugins/valgrind/plugin.c:
10955         Use correct API to get path of the preoject root when building
10956         the list of targets for the run action.
10957         Correct ordering of the construction of the preferences widgets.
10958         Only remove the valgrind widget if it is currently displayed.
10960         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10961         Return if check_valgrind_binary() fails.
10962         The ValgrindPluginPrefs object is initialized after the call to
10963         vg_action_new. Take a handle to the location of the pointer to
10964         the future object.
10966 2006-10-24  Naba Kumar  <naba@gnome.org>
10968         * HACKING: Updated coding sample.
10969         
10970         Patch from: Armin Burgmeier  <armin@arbur.net>
10971         * plugins/symbol-browser/test-class.h,
10972         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10973         
10974 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10976         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10977         * plugins/valgrind/vgtoolview.h:
10978         Correctly handle the argv / srcdir of vg_tool_view object. Do
10979         not leak memory associated with those arrays.
10981         * plugins/symbol-browser/an_symbol_prefs.c:
10982         Support unloading / reloading of the module (for example when
10983         closing a project and opening another one).
10985         * plugins/project-manager/plugin.c:
10986         Remove plugin widget before removing plugin itself, preventing
10987         a crash with valgrind plugin.
10989         * libanjuta/anjuta-preferences-dialog.c:
10990         Do not use the page_num returned by gtk_notebook_append_page to
10991         remove the page as it cause bugs when pages removal is not done
10992         in LIFO.
10994         * plugins/document-manager/anjuta-docman.c:
10995         Fix some GTK+ warnings.
10997         * global-tags/create_global_tags.sh.in:
10998         Rewrite script to remove bash-ism and use pkg-config directly
10999         instead of parsing the *.pc file by hand. This solve problems
11000         that occurred when one of the directory in PKG_CONFIG_PATH is
11001         empty.
11003 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
11005         * plugins/glade/plugin.c: Fix build (#363884)
11007 2006-10-22  Johannes Schmid <jhs@gnome.org>
11009         * plugins/file-manager/an_file_view.c:
11010         * plugins/file-manager/plugin.c:
11011         * plugins/file-manager/plugin.h:
11012         Fix possible crasher when changing project-root uri when we try to restore open nodes
11013         * AUTHORS: Updated
11015 2006-10-19  Naba Kumar  <naba@gnome.org>
11017         Patch from: Juan Pablo Ugarte
11018         * plugins/glade/plugin.c: Include glade header
11019         correctly.
11020         
11021 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
11022         
11023         * plugins/debug-manager/Makefile.am,
11024         plugins/debug-manager/sexy-icon-entry.h,
11025         plugins/debug-manager/sexy-icon-entry.c,
11026         plugins/debug-manager/dataview.c:
11027         Fix bug #358134 (Goto memory prompt)
11028         Use sexy-icon-entry from libsexy 0.1.10
11030         * plugins/debug-manager/debugger.c,
11031         plugins/debug-manager/plugin.c,
11032         plugins/debug-manager/start.c,
11033         plugins/gdb/debugger.c,
11034         plugins/gdb/plugin.c:
11035         Better error handling when starting and stopping debugger
11037 2006-10-13  Maik Beckmann <maik@eigenco.de>
11039         * src/action_callbacks.c:
11040         Fixed bug #361830 (AboutDialog does not close) which is caused 
11041         due to a change in Gtk+ 2.10  
11042   
11043 2006-10-12  Adam Dingle <adam@medovina.org>
11045         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
11047         * plugins/search/search-replace.c:
11048         Fixed bug #358068 (indicate when Find in Files is complete)
11050         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11052         * plugins/sourceview/sourceview-prefs.c:
11053         * plugins/sourceview/sourceview.glade:
11054         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
11056         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
11058         * plugins/devhelp/plugin.c:
11059         * plugins/search/plugin.c: 
11060         Fixed bug #359750 (fix find/replace shortcut keys).
11062         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
11063         use Alt+key for shortcuts)
11065         *  plugins/debug-manager/debug_tree.c:
11066         *  plugins/debug-manager/debugger.c:
11067         Fixed bug #359317 (can't load debug manager)
11069         * /plugins/document-manager/plugin.c:
11070         Fixed bug #359259 (highlight modes listed in reverse 
11071         alphabetical order).
11073 2006-10-10  Johannes Schmid <jhs@gnome.org>
11075         * plugins/glade/plugin.c:
11076         Add scrollbars to glade project window
11078 2006-10-10  Johannes Schmid <jhs@gnome.org>
11080         * libanjuta/interfaces/Makefile.am.iface:
11081         Fixed Makefile with broke build
11083 2006-10-07  Johannes Schmid <jhs@gnome.org>
11085         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11086         * libanjuta/interfaces/Makefile.iface.am:
11087         Fixed enum types generation
11089         * libanjuta/interfaces/libanjuta.idl:
11090         Fixed some strange typo
11092 2006-10-06  Johannes Schmid <jhs@gnome.org>
11094         * libanjuta/interfaces/Makefile.iface.am:
11095         Fixed enum-types.h generation
11096         * libanjuta/interfaces/libanjuta.idl:
11097         char* => gchar*
11098         IAnjutaTODO::load should take const gchar* argument
11099         Remove include to libanjuta/e-splash.h which is not installed as header file
11100         Disable get_attributes for now
11101         
11102         * pluings/sourceview/sourceview.c: Disabled get_attributes
11103         
11104         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
11106 2006-10-05  Naba Kumar  <naba@gnome.org>
11108         * TODO.tasks: Set 'Improve class widzard' task to assigned.
11109         Set bug id for 'Profiler plugin' task.
11111 2006-10-03  Naba Kumar  <naba@gnome.org>
11113         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
11114         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
11116         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
11117         plugins/project-manager/plugin.c: Added a new API in
11118         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
11119         Added some documentation. On project close, close all editors that
11120         has files opened for the project.
11121         
11122         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
11123         from the containers on anjuta_shell_remove_widget(). Do not destroy
11124         glade widgets once created.
11125         
11126 2006-10-03  Johannes Schmid <jhs@gnome.org>
11128         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11129         * libanjuta/interfaces/libanjuta.idl:
11130         const-List<> => const List<>
11131         List-free<> => List<>
11132         
11133         * Makefile.am: Reenabled launcher
11135 2006-10-03  Johannes Schmid <jhs@gnome.org>
11137         * libanjuta/interfaces/Makefile.am.iface:
11138         Install libanjuta.idl
11140 2006-10-02  Adam Dingle <adam@medovina.org>
11142         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11144 2006-10-02  Adam Dingle <adam@medovina.org>
11146         * plugins/editor/style-editor.c: fixed bug #357534
11147         * plugins/gdb/utilities.h: removed 2 unused declarations
11149 2006-10-02  Johannes Schmid <jhs@gnome.org>
11151         * Makefile.am: disabled anjuta-launcher
11152         * libanjuta/Makefile.am:
11153         
11154         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
11155         * libanjuta/glue-factory.c: (glue_factory_add_path),
11156         (glue_factory_get_path):
11157         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
11158         * libanjuta/glue-factory.h:
11159         * libanjuta/glue-cpp.h:
11160         * libanjuta/glue-cpp.c:
11161         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
11162         
11163         * libanjuta/interfaces/Makefile.am.iface:
11164         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11165         * libanjuta/interfaces/libanjuta.idl:
11166         Add a new features to idl compiler:
11167         List<Type> => List of Type
11168         List-free<Type> => List of Type, it is up to the caller to free items and list
11169         const-List(-free)<Type> = const List of Types
11170         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
11171         
11172         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
11173         (generic_cpp_class_create_code):
11174         Adapted to new project_manager interface
11175         
11176         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
11177         * plugins/debug-manager/debugger.c:
11178         (ivariable_debugger_iface_init):
11179         Do not use C++ keyword "delete" for interface name
11180         
11181         * plugins/document-manager/anjuta-document-manager.plugin.in:
11182         Added m4 to mime-types
11183         
11184         * plugins/project-manager/plugin.c:
11185         (iproject_manager_add_source_multi):
11186         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
11188 2006-10-01  Naba Kumar  <naba@gnome.org>
11190         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
11191         UI file used when out-of-process devhelp is used instead of
11192         embedded devhelp.
11193         
11194         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
11195         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
11196         plugins/profile-default/default.anjuta: Build devhelp plugin,
11197         but use out-of-process devhelp if devhelp plugin is disabled
11198         (either by user or devhelp is not installed). Disabled devhelp
11199         plugin by default. Added it in default profile.
11201 2006-10-01  Naba Kumar  <naba@gnome.org>
11203         * plguins/project-manager/plugin.c: Possible fix for crash
11204         bug #358583.
11205         
11206         * configure.in, plugins/Makefile.am: Enabled glade plugin and
11207         set dep to last version 3.0.2.
11208         
11209         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
11210         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
11211         plugins/symbol-browser/plugin.c: Use the right action group
11212         for getting popup actions (Fixes lots of assertion failures).
11214         * plugins/project-manager/plugin.c,
11215         plugins/project-manager/plugin.h: use separate action group
11216         for profie actions.
11217         
11218         * plugins/message-view/plugin.c: Disconnect session load
11219         signal on plugin deactivation (fixes a crash).
11221 2006-09-30  Naba Kumar  <naba@gnome.org>
11223         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
11224         * TODO.tasks: Assigned a bounty to Massimo.
11226 2006-09-29  Naba Kumar  <naba@gnome.org>
11228         * src/anjuta-app.c, src/shell.c: Fixed build errors.
11230 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
11232         * plugins/debug-manager/debugger.c,
11233         plugins/debug-manager/plugin.c,
11234         libanjuta/interfaces/libanjuta.idl:
11235         Add a new abort command to quit debugger without waiting
11237         * plugins/gdb/debugger.c,
11238         plugins/gdb/debugger.h,
11239         plugins/gdb/plugin.c:
11240         Send a signal directly to the debugged program
11241         Implement abort command
11243         * plugins/debug-manager/debug_tree.c:
11244         Fix bug #358163
11246         * plugins/debug-manager/stack-trace.c:
11247         Fix bug #358009
11249 2006-09-29  Naba Kumar  <naba@gnome.org>
11251         * TODO.tasks: Updated.
11252         
11253         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11254         dialog.
11255         
11256         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11257         
11258         * TODO.tasks: Updated in light of the word wrapping fix
11259         in Tasks Manager. Added a test bounty entry.
11261         * TODO.tasks: Added four bounties.
11262         
11263 2006-09-28  Naba Kumar  <naba@gnome.org>
11265         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11266         Added 'customizable' parameter to
11267         anjuta_ui_add_action_group_entries() and similar functions to
11268         allow user configuration of the actions. Filter out actions that
11269         are not configurable items (such as submenu items). Now the
11270         'Customize shortcuts' dialog is much better listed.
11272         * plugins/build-basic-autotools/build-basic-autotools.c,
11273         plugins/build-basic-autotools/build-basic-autotools.h,
11274         plugins/cvs-plugin/plugin.c,
11275         plugins/cvs-plugin/plugin.h,
11276         plugins/debug-manager/breakpoints.c,
11277         plugins/debug-manager/plugin.c,
11278         plugins/debug-manager/stack_trace.c,
11279         plugins/debug-manager/watch.c,
11280         plugins/devhelp/plugin.c,
11281         plugins/document-manager/plugin.c,
11282         plugins/file-loader/plugin.c,
11283         plugins/file-manager/plugin.c,
11284         plugins/glade/plugin.c,
11285         plugins/gtodo/interface.c,
11286         plugins/gtodo/plugin.c,
11287         plugins/language-support-cpp-java/plugin.c,
11288         plugins/macro/plugin.c,
11289         plugins/macro/plugin.h,
11290         plugins/message-view/plugin.c,
11291         plugins/patch/plugin.c,
11292         plugins/profile-default/default.anjuta,
11293         plugins/project-manager/plugin.c,
11294         plugins/project-manager/plugin.h,
11295         plugins/sample1/plugin.c,
11296         plugins/search/plugin.c,
11297         plugins/subversion/plugin.c,
11298         plugins/subversion/plugin.h,
11299         plugins/symbol-browser/plugin.c,
11300         plugins/symbol-browser/plugin.h,
11301         plugins/tools/plugin.c,
11302         plugins/valgrind/plugin.c,
11303         plugins/valgrind/plugin.h: Fixed to take care of above change
11304         in API of AnjutaUI. Properly added/removed action groups in some
11305         plugins. Split action groups into customization and non-customizable
11306         groups and added them separately.
11308         * plugins/document-manager/plugin.c: Close files belonging to
11309         project when project is closed (not complete).
11310         
11311         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11312         vertical aligned cell entries.
11313         
11314         * src/anjuta-app.c: Define macros for the placeholder names.
11315         Set default widths and heights of the default placeholders,
11316         so that newly docked widgets are correclty sized.
11317         
11318         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11319         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11320         Fixed to generated correct actions addition/removal code.
11322 2006-09-25  Naba Kumar  <naba@gnome.org>
11324         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11325         libanjuta/anjuta-serializer.[ch]: Implemented serialization
11326         class.
11327         
11328         * plugins/message-view/anjuta-msgman.c,
11329         plugins/message-view/anjuta-msgman.h,
11330         plugins/message-view/message-view.c,
11331         plugins/message-view/message-view.h,
11332         plugins/message-view/plugin.c: Serialize messages panes in
11333         session save and deserialize them in session load so that
11334         build messages persistant.
11335         
11336 2006-09-24  Johannes Schmid <jhs@gnome.org>
11338         * libanjuta/anjuta-utils.c:
11339         * plugins/message-view/message-view.c:
11340         Really fixed #355407
11342 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11344         * libanjuta/interfaces/libanjuta.idl:
11345         Change one variable sign
11347         * plugins/debug-manager/anjuta-debug-manager.glade,
11348         plugins/debug-manager/anjuta-debug-manager.ui:
11349         Few small interface changes     
11351         * plugins/debug-manager/debug_tree.h,
11352         plugins/debug-manager/watch.c,
11353         plugins/debug-manager/debugger.c,
11354         plugins/debug-manager/plugin.c
11355         plugins/gdb/debugger.c,
11356         plugins/gdb/plugin.c:
11357         Big rewrite of debugger queue
11358         Allow to cancel command
11360         * plugins/debug-manager/memory.c:
11361         Fix a bug if a command is cancelled
11363 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
11365         * plugins/gdb/debugger.c,
11366         plugins/debug-manager/debug_tree.c,
11367         plugins/debug-manager/locals.c:
11368         Restore tree representation for local variable
11369         Add argument in local variable list
11370         Use gdb variable object to get all informations
11372 2006-09-19  Naba Kumar  <naba@gnome.org>
11374         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11375         that implements AnjutaSavePrompt class.
11377         * ChangeLog: Fixed indentation.
11378         
11379         * libanjuta/Makefile.am,
11380         libanjuta/anjuta-marshal.list,
11381         libanjuta/anjuta-shell.c,
11382         libanjuta/anjuta-shell.h,
11383         plugins/document-manager/action-callbacks.c,
11384         plugins/document-manager/action-callbacks.h,
11385         plugins/document-manager/anjuta-docman.c,
11386         plugins/document-manager/anjuta-docman.h,
11387         plugins/document-manager/plugin.c,
11388         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11389         unsaved items during exit. A new signal is added in shell
11390         interface called 'save-prompt' to collect all unsaved items.
11391         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11392         Fixed document manager to use the new save-prompt signal in shell
11393         and AnjutaSavePrompt object for unsaved files. Cleaned up
11394         AnjutaDocman to synchronously save new files. Fixed function
11395         names.
11397 2006-09-18  Johannes Schmid <jhs@gnome.org>
11399         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11400         gdl requirement to 0.7.0
11402 2006-09-18  Johannes Schmid <jhs@gnome.org>
11404         * global-tags/.cvsignore:
11405         * global-tags/Makefile.am:
11406         * global-tags/create_global_tags.sh (removed):
11407         * global-tags/create_global_tags.sh.in (added):
11408         Fixed #355407
11409         
11410         * libanjuta/anjuta-launcher.c:
11411         Fixed #349374
11412         
11413         * plugins/project-manager/plugin.c:
11414         (project_manager_plugin_close_project):
11415         Fixed crasher
11416         
11417         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11418         Fixed gtk critical
11419         
11420         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11421         More reasonable toolbar creation/deletition though it does
11422         not completly work!
11424 2006-09-15  Johannes Schmid <jhs@gnome.org>
11426         * libanjuta/anjuta-utils.c/.h:
11427         Fixed #355168
11429 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11431         * scintilla/ScintillaGTK.cxx
11432         Fixed doulbe freeing in Scintilla
11434 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11436         * plugins/symbol-browser/an_symbol_prefs.c:
11437         Support unloading / reloading of the module (for example when
11438         closing a project and opening another one).
11440         * plugins/project-manager/plugin.c:
11441         Really fixed #355148 (Show project name in title bar)
11443 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11445         * libanjuta/plugins.c:
11446         Fixed #355156 (Show plugins in alphabetical order)
11448 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11450         * plugins/project-manager/plugin.c:
11451         Fixed #355148 (Show project name in title bar)
11453 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11455         * plugins/project-manager/plugin.c:
11456         (value_removed_project_root_uri):
11457         Fixed crasher if project cannot be opened
11459 2006-08-30 Naba Kumar  <naba@gnome.org>
11461         * plugins/language-support-cpp-java/plugin.[c,h],
11462         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11463         Impletemnted UI for auto indent.
11464         
11465 2006-08-28 Naba Kumar  <naba@gnome.org>
11466         
11467         * plugins/gvim/.cvsignore,
11468         plugins/gvim/Makefile.am,
11469         plugins/gvim/anjuta-vim-plugin.png,
11470         plugins/gvim/anjuta-vim.c,
11471         plugins/gvim/anjuta-vim.h,
11472         plugins/gvim/anjuta-vim.plugin.in,
11473         plugins/gvim/gtkvim.c,
11474         plugins/gvim/gtkvim.h,
11475         plugins/gvim/plugin.c,
11476         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11477         in build yet.
11479 2006-08-28 Naba Kumar  <naba@gnome.org>
11481         Patch from: Massimo Corà  <maxcvs@email.it>
11482         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11483         possible infinite loop.
11485 2006-08-22 Adam Dingle <adam@medovina.org>
11486         
11487         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11488         to edit are shown in the preferences dialog in anjuta").
11489         Removed unused widgets from the style editor dialog.
11491 2006-08-21  Johannes Schmid <jhs@gnome.org>
11493         * plugins/symbol-browser/test-class.[cpp/h]
11494         Added missing files
11496 2006-08-18  Naba Kumar  <naba@gnome.org>
11498         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11499         end of document loading.
11501         * plugins/language-support-cpp-java/plugin.c,
11502         plugins/sourceview/sourceview.c: Fixed plugin loading.
11504 2006-08-17  Naba Kumar  <naba@gnome.org>
11506         * plugins/language-support-cpp-java/plugin.c,
11507         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11508         mode line parsing. Indentation parameters initialized based on
11509         mode line parameters.
11511 2006-08-16  Naba Kumar  <naba@gnome.org>
11513         * Makefile.am, plugins/editor/text_editor.c,
11514         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11515         comments.
11517 2006-08-16 Naba Kumar  <naba@gnome.org>
11519         Patch from  Massimo Cora'  <maxcvs@email.it>:
11520         
11521         * plugins/editor/aneditor-autocomplete.cxx,
11522         plugins/editor/aneditor-calltip.cxx,
11523         plugins/symbol-browser/Makefile.am,
11524         plugins/symbol-browser/an_symbol.c,
11525         plugins/symbol-browser/an_symbol_view.c,
11526         plugins/symbol-browser/plugin.c,
11527         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11528         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11529         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11530         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11531         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11532         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11533         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11534         tagmanager/get.h, tagmanager/html.c,
11535         tagmanager/include/tm_source_file.h,
11536         tagmanager/include/tm_tag.h,
11537         tagmanager/include/tm_workspace.h,
11538         tagmanager/jscript.c, tagmanager/keyword.c,
11539         tagmanager/keyword.h, tagmanager/lisp.c,
11540         tagmanager/lregex.c, tagmanager/lua.c,
11541         tagmanager/main.h, tagmanager/make.c,
11542         tagmanager/options.c, tagmanager/options.h,
11543         tagmanager/parse.c, tagmanager/parse.h,
11544         tagmanager/parsers.h, tagmanager/pascal.c,
11545         tagmanager/perl.c, tagmanager/php.c,
11546         tagmanager/python.c, tagmanager/read.c,
11547         tagmanager/read.h, tagmanager/readtags.c,
11548         tagmanager/readtags.h, tagmanager/rexx.c,
11549         tagmanager/routines.c, tagmanager/routines.h,
11550         tagmanager/ruby.c, tagmanager/scheme.c,
11551         tagmanager/sh.c, tagmanager/slang.c,
11552         tagmanager/sml.c, tagmanager/sort.c,
11553         tagmanager/sort.h, tagmanager/sql.c,
11554         tagmanager/strlist.c, tagmanager/strlist.h,
11555         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11556         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11557         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11558         tagmanager/vim.c, tagmanager/vstring.c,
11559         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11560         5.6 and namespace completion fixed.
11562         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11563         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11565 2006-08-15 Naba Kumar  <naba@gnome.org>
11567         * libanjuta/interfaces/libanjuta.idl,
11568         plugins/editor/text-editor-iterable.c,
11569         plugins/editor/text_editor.c,
11570         plugins/sourceview/sourceview-cell.c,
11571         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11572         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11573         ianjuta_editor_end_action().
11574         
11575         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11577 2006-08-13 Naba Kumar  <naba@gnome.org>
11579         * plugins/debug-manager/breakpoints.c,
11580         plugins/debug-manager/memory.c,
11581         plugins/debug-manager/registers.c,
11582         src/layout.xml: Fixed debugger widgets layout.
11584 2006-08-12 Naba Kumar  <naba@gnome.org>
11586         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11587         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11588         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11589         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11590         codes and dead codes. Removed automatic indentation prefs.
11592 2006-08-12  Johannes Schmid <jhs@gnome.org>
11594         * libanjuta/Makefile.am:
11595         * libanjuta/anjuta-launcher.c:
11596         * libanjuta/anjuta-launcher.h:
11597         * libanjuta/anjuta-plugin.c:
11598         * libanjuta/anjuta-plugin.h:
11599         * libanjuta/anjuta-preferences.c:
11600         * libanjuta/anjuta-preferences.h:
11601         * libanjuta/anjuta-shell.c:
11602         * libanjuta/anjuta-shell.h:
11603         * libanjuta/libanjuta.h:
11604         
11605         Made wrapper friendly:
11606         - no inline in header files (preferences_set/get)
11607         - correct signal names
11608         - correct GError** argument in anjuta_shell_freeze/thaw
11609         - include correct files in libanjuta.h
11610         
11611         * plugins/project-manager/plugin.c: 
11612         Fixed two crashers
11614 2006-08-11 Naba Kumar  <naba@gnome.org>
11616         * plugins/editor/aneditor-priv.h,
11617         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11618         
11619         * plugins/editor/text_editor_cbs.c,
11620         plugins/sourceview/anjuta-view.c: Pass the right position for char
11621         added signal.
11622         
11623         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11624         
11625         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11627 2006-08-11 Naba Kumar  <naba@gnome.org>
11629         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11630         return the right character at the iter position and get_char() to
11631         not leak memory.
11633         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11634         to set to character offset and not byte index.
11636         * plugins/language-support-cpp-java/plugin.c: Improved
11637         auto-indentation login. Indents opening and closing braces correctly.
11639 2006-08-10  Johannes Schmid <jhs@gnome.org>
11641         * INSTALL:
11642         * autogen.sh:
11643         Required automake = 1.9
11645         * libanjuta/anjuta-children.c:
11646         * libanjuta/anjuta-children.h:
11647         * libanjuta/anjuta-encodings.h:
11648         * libanjuta/anjuta-launcher.h:
11649         * libanjuta/anjuta-plugin-description.h:
11650         * libanjuta/anjuta-preferences-dialog.h:
11651         * libanjuta/anjuta-preferences.h:
11652         * libanjuta/anjuta-session.h:
11653         * libanjuta/anjuta-status.h:
11654         * libanjuta/anjuta-ui.h:
11655         * libanjuta/anjuta-utils.c:
11656         * libanjuta/anjuta-utils.h:
11657         * libanjuta/e-splash.h:
11658         * libanjuta/glue-factory.h:
11659         * libanjuta/glue-plugin.h:
11660         * libanjuta/plugins.h:
11661         * libanjuta/resources.h:
11662         Fixed libanjuta to be able to wrap it
11663         - G_BEGIN_DECLS, G_END_DECLS
11664         - include all necessary files in libanjuta.h
11666         * plugins/gtodo/tray-icon.c:
11667         * plugins/terminal/terminal.c:
11668         Some build fixes for freebsd
11670         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11671         * plugins/sourceview/sourceview.glade:
11672         Remove auto-indent feature as it is now in language-support
11674 2006-08-09 Naba Kumar  <naba@gnome.org>
11676         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11677         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11678         Added missing files.
11680         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11681         get_use_spaces(), set_tabsize() and set_use_spaces().
11683 2006-08-09 Naba Kumar  <naba@gnome.org>
11685         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11686         succeeded in activating.
11688         * plugins/document-manager/plugin.c: Added debug message.
11690         * libanjuta/interfaces/libanjuta.idl,
11691         plugins/editor/text_editor.c: Implemented get_tabsize(),
11692         get_use_spaces(), set_tabsize() and set_use_spaces().
11694         * plugins/language-support-cpp-java/Makefile.am,
11695         plugins/language-support-cpp-java/plugin.c,
11696         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11697         for indentation. Added preferences page for paramenters.
11699         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11701 2006-08-08 Naba Kumar  <naba@gnome.org>
11703         * libanjuta/interfaces/libanjuta.idl,
11704         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11705         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11706         plugins/editor/text_editor.c,
11707         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11708         and implemented it for both scintilla and sourceview.
11710         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11711         focus back to editor (happens when pressing esc in incremental
11712         search box).
11714 2006-08-08 Naba Kumar  <naba@gnome.org>
11716         * libanjuta/interfaces/libanjuta.idl,
11717         plugins/editor/text_editor.c,
11718         plugins/editor/text_editor.h,
11719         plugins/editor/text-editor-iterable.c,
11720         plugins/sourceview/sourceview-cell.c,
11721         plugins/sourceview/sourceview.c: Implemented editor attributes
11722         methods.
11723         
11724         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11725         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11726         code (not complete yet).
11728         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11729         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11730         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11731         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11732         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11733         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11735 2006-08-04 Naba Kumar  <naba@gnome.org>
11737         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11738         implementation.
11739         
11740 2006-08-03  Johannes Schmid <jhs@gnome.org>
11742         * configure.in: Add a more informative text to valgrind plugin
11744         * TODO.tasks:
11745         Modified Preferences tasl
11746         * libanjuta/anjuta-plugin.c: 
11747         * libanjuta/anjuta-preferences-dialog.c: 
11748         * libanjuta/anjuta-preferences-dialog.h:
11749         * libanjuta/anjuta-preferences.c:
11750         * libanjuta/anjuta-preferences.h:
11751         * libanjuta/interfaces/Makefile.am.iface:
11752         * libanjuta/interfaces/libanjuta.idl:
11753         Added IAnjutaPreferences interface which every plugin that has preferences should
11754         implement. Call merge() and unmerge() at plugin activation/deactivation.
11755         Fixed preferences_page_remove()
11756         
11757         * plugins/build-basic-autotools/build-basic-autotools.c:
11758         * plugins/cvs-plugin/plugin.c: 
11759         * plugins/document-manager/plugin.c:
11760         * plugins/editor/plugin.c:
11761         * plugins/editor/plugin.h:
11762         * plugins/file-manager/plugin.c: 
11763         * plugins/gtodo/main.h:
11764         * plugins/gtodo/plugin.c: 
11765         * plugins/gtodo/preferences.c: 
11766         * plugins/message-view/anjuta-msgman.c: 
11767         * plugins/message-view/anjuta-msgman.h:
11768         * plugins/message-view/plugin.c:
11769         * plugins/sourceview/plugin.c: 
11770         * plugins/sourceview/plugin.h:
11771         * plugins/symbol-browser/an_symbol_prefs.c:
11772         * plugins/symbol-browser/plugin.c: 
11773         * plugins/terminal/terminal.c: 
11774         * plugins/valgrind/plugin.c
11775         * src/anjuta-app.c:
11776         
11777         Updated preference loading/unloading for all plugins
11779 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11780         
11781         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11782         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11783     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11784         recommended by the autoconf manual. 
11785         - Fixes compiling with autoconf 2.60.
11786         
11787         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11789 2006-08-02      Johanes Schmid <jhs@gnome.org>
11791         * plugins/profile-default/plugin.c:
11792         Fixed session handling
11794 2006-08-01  Johannes Schmid <jhs@gnome.org>
11796         * configure.in
11797         * plugins/Makefile.am:
11798         Disabled devhelp and glade for now as they do not work (#341073
11799         and #341170)
11800         
11801         * plugins/profile-default/anjuta-default-profile.ui (removed):
11802         * plugins/profile-default/plugin.c:
11803         * plugins/profile-default/plugin.h:
11804         * plugins/project-manager/anjuta-project-manager.ui:
11805         * plugins/project-manager/plugin.c:
11806         * plugins/project-manager/plugin.h:
11807         Limted multiple project support #315043
11809         * libanjuta/interfaces/libanjuta.idl:
11810         Added ianjuta_profile_unload
11812 2006-07-31 Naba Kumar  <naba@gnome.org>
11814         * libanjuta/interfaces/libanjuta.idl,
11815         plugins/editor/text-editor-iterable.c,
11816         plugins/editor/text_editor.c,
11817         plugins/sourceview/anjuta-view.c,
11818         plugins/sourceview/anjuta-view.h,
11819         plugins/sourceview/sourceview.c: Fixed text iteration and 
11820         IAnjutaEditor implementations in both scintilla
11821         and sourceview. Cleand up libanjuta API: Removed redundant
11822         erase_range() method from IAnjutaEditor interface, fixed
11823         ianjuta_editor_get_text to take length instead of range (consistency).
11824         autoindentation in both sourceview and scintilla more or less works,
11825         but still disabled for now because there are still some anomalies
11826         in text iteration.
11828         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11830         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11831         API changes.
11833 2006-07-30  Johannes Schmid <jhs@gnome.org>
11835         * plugins/sourceview/anjuta-document.c:
11836         * plugins/sourceview/anjuta-document.h:
11837         * plugins/sourceview/anjuta-view.c: 
11838         * plugins/sourceview/sourceview.c:
11839         Wrote a new "char_added" implementation, I hope this one is good
11841         * plugins/sourceview/sourceview-cell.c:
11842         Fixed typo: "text_iter" instead of "iter"
11844 2006-07-30 Naba Kumar  <naba@gnome.org>
11846         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11848 2006-07-30  Johannes Schmid <jhs@gnome.org>
11850         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11851         
11852         * plugins/debug-manager/plugin.c: 
11853         * plugins/patch/plugin.c:
11854         Use IAnjutaIndicable to mark debugger position
11856         * plugins/sourceview/sourceview.c:
11857         Define colors for IAnjutaIndicable
11859 2006-07-29  Johannes Schmid <jhs@gnome.org>
11861         * plugins/debug-manager/anjuta-debug-manager.ui:
11862         * plugins/debug-manager/breakpoints.c:
11863         * plugins/debug-manager/images/Makefile.am:
11864         * plugins/debug-manager/images/run-to-cursor.png:
11865         * plugins/debug-manager/plugin.c:
11866         Added toolbar and some icons
11868         * plugins/patch/anjuta-patch.ui:
11869         * plugins/patch/patch-plugin.c:
11870         * plugins/patch/patch-plugin.glade:
11871         * plugins/patch/plugin.c:
11872         * plugins/patch/plugin.h:
11873         Improved patch plugin (GUI and function)
11875         * plugins/sourceview/sourceview.c:
11876         Fixed another Gtk-Critical
11878         * plugins/tools/anjuta-tools.ui:
11879         * plugins/tools/plugin.h:
11880         Put Patch plugin in tools menu and changed ui file
11882 2006-07-29  Johannes Schmid <jhs@gnome.org>
11884         * plugins/document-manager/plugin.c:
11885         Fixed accelator Gtk-Warning
11887         * plugins/message-view/anjuta-msgman.c: 
11888         Fixed Gtk-Warning
11890         * plugins/sourceview/anjuta-document.c:
11891         * plugins/sourceview/anjuta-document.h:
11892         * plugins/sourceview/anjuta-marshal.list:
11893         Wrote a better emitter for the char-added signal
11895         * plugins/sourceview/sourceview.c:
11896         Fixed Redo/Undo to void Gtk-Criticals
11897         
11898         * plugins/sourceview/sourceview-args.c:
11899         * plugins/sourceview/sourceview-cell.c:
11900         * plugins/sourceview/sourceview-scope.c:
11901         * plugins/sourceview/sourceview-tags.c: 
11902         Adapted to new IAnjutaIterator API
11904 2006-07-28 Naba Kumar  <naba@gnome.org>
11906         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11908         * plugins/symbol-browser/an_symbol.c,
11909         plugins/symbol-browser/an_symbol_iter.c,
11910         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11911         subclass of AnjutaSymbol so that the symbol is accessible from
11912         the iter in light of changes in IAnjutaIterable.
11914         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11915         implementation of IAnjutaIterable.
11917 2006-07-28 Naba Kumar  <naba@gnome.org>
11919         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11920         IAnjutaIterable. They were kind of useless since the interface is
11921         defined on the data object itself. Added set_position() method
11922         in IAnjutaIterable to allow setting arbitrary current index to the
11923         iter.
11924         Added erase() and erase_range() in IAnjutaEditor.
11926         * plugins/editor/text-editor-iterable.c: Fixed 
11927         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11928         methods in editor. Fixed get_line_from_position() method.
11930         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11931         code. It's disabled for now.
11933         * plugins/sourceview/sourceview-cell.c,
11934         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11935         implementation.
11937 2006-07-27  Johannes Schmid <jhs@gnome.org>
11939         * plugins/sourceview/sourceview-cell.c:
11940         Fixed IAnjutaEditorCell to work only on a single line
11941         Fixed crasher in finalize
11943         * plugins/symbol-browser/an_symbol_prefs.c:
11944         * global-tags/Makefile.am:
11945         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11946         script installation     
11948 2006-07-26 Naba Kumar  <naba@gnome.org>
11950         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11951         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11952         
11953         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11954         
11955         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11956         support plugins
11957         
11958         * plugins/editor/text-editor-iterable.c,
11959         plugins/editor/text_editor.c,
11960         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11961         method to work correctly, it was ignoring start and end parameters.
11962         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11963         emission.
11964         
11965         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11966         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11968 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11970         * plugins/symbol-browser/an_symbol_view.c,
11971         plugins/symbol-browser/an_symbol_view.h,
11972         plugins/symbol-browser/plugin.c:
11973     fix a matching case into sv_extract_type_qualifier_from_expr ()
11974     and some minor issues.
11976 2006-07-26  Johannes Schmid <jhs@gnome.org>
11978         * plugins/language-support-cpp-java/plugin.c:
11979         Fixed to work kind of with sourceview editor
11980         * plugins/sourceview/anjuta-document.c: 
11981         * plugins/sourceview/anjuta-view.c: 
11982         * plugins/sourceview/sourceview-cell.c:
11983         * plugins/sourceview/sourceview.c:
11984         Fixed IAnjutaEditorCell and "char-added" signal
11986 2006-07-24 Naba Kumar  <naba@gnome.org>
11988         * plugins/document-manager/plugin.c,
11989         plugins/document-manager/plugin.h: Initial implementedion for loading
11990         support plugins.
11991         
11992         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11993         implementation.
11994         
11995         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11996         indicators are cleared (that leaved grey texts).
11998 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
12000         * libanjuta/interfaces/libanjuta.idl,
12001         plugins/debug-manager/breakpoints.c,
12002         plugins/debug-manager/memory.c,
12003         plugins/debug-manager/registers.c,
12004         plugins/debug-manager/debug_tree.c,
12005         plugins/debug-manager/debugger.c,
12006         plugins/gdb/debugger.c,
12007         plugins/gdb/debugger.h,
12008         plugins/gdb/plugin.c:
12009         Add a parameter for reporting error
12010         Add a new interface for using gdb variable object
12011         Allow to cancel commands
12012         Rewrite handling of debugger state
12014         * plugins/debug-manager/plugin.c,
12015         plugins/debug-manager/locals.c,
12016         plugins/debug-manager/locals.h,
12017         plugins/debug-manager/register.c,
12018         plugins/debug-manager/stack_trace.c,
12019         plugins/debug-manager/stack_trace.h:
12020         Create and destroy local and stack trace windows when needed
12022 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
12024         * plugins/document-manager/plugin.c:
12025         Fixed "Automatic" highlighting
12027 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
12029         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
12031         * plugins/sourceview/anjuta-view.c:
12032         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
12034 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
12035         
12036         * configure.in: Check for C/C++-Compiler correctly
12038 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
12040         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12042         * plugins/debug-manager/stack_trace.c:
12043         Destroy stack window when debuuger is disabled (#347414)
12044         
12045         * plugins/sourceview/anjuta-view.c:
12046         Fix a crash with popup-menu (#347412)
12048 2006-07-13 Naba Kumar  <naba@gnome.org>
12050         * plugins/editor/Makefile.am,
12051         plugins/editor/text_editor.h,
12052         plugins/editor/text-editor-iterable.h,
12053         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
12054         tested yet).
12055         
12056         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
12057         code.
12058         
12059         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
12061 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
12063         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
12064         Bug #342937
12065         
12066 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
12068         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12070         * libanjuta/anjuta-preferences-dialog.c:
12071         Do not use the page_num returned by gtk_notebook_append_page to
12072         remove the page as it cause bugs when pages removal is not done
12073         in LIFO.
12075         * plugins/document-manager/anjuta-docman.c:
12076         * src/anjuta-app.c:
12077         makes Anjuta display dock_items which have previously been hidden
12079 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
12081         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12083         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
12084         * plugins/sourceview/sourceview.c: (imark_unmark):
12085         
12086         Patches for bugs #346450 and #346295
12087         
12088         * AUTHORS: Added Fredrik
12090 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
12092         * plugins/message-view/anjuta-msgman.c: 
12093         Fixed close button/icon size (like in docman)
12095 2006-06-10 Naba Kumar <naba@gnome.org>
12097         * plugins/editor/text_editor.c: Fixed goto line to mark the line
12098         being set.
12099         
12100 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
12102         * libanjuta/interfaces/libanjuta.idl:
12103         Move inspect_memory function in IAnjutaCpuDebugger interface
12104         Rename Boolean type to State
12106         * plugins/debug-manager/breakpoint.c:
12107         Rename Boolean type to State
12109         * plugins/debug-manager/Makefile.am,
12110         plugins/debug-manager/anjuta-marshal.list,
12111         plugins/debug-manager/data_view.c,
12112         plugins/debug-manager/data_view.h,
12113         plugins/debug-manager/data_buffer.c,
12114         plugins/debug-manager/data_buffer.h,
12115         plugins/debug-manager/chunk_view.c,
12116         plugins/debug-manager/chunk_view.h,
12117         plugins/debug-manager/anjuta-debug-manager.ui,
12118         plugins/debug-manager/debugger.c,
12119         plugins/debug-manager/memory.c,
12120         plugins/debug-manager/memory.h,
12121         plugins/debug-manager/plugin.c,
12122         plugins/gdb/debugger.c,
12123         plugins/gdb/debugger.h,
12124         plugins/gdb/plugin.c:
12125         Rewrite memory window using a special widget
12126         Rename Boolean type to State
12128 2006-06-08 Naba Kumar <naba@gnome.org>
12130         * plugins/editor/text_editor.c (itext_editor_get_current_word):
12131         Do not return garbage characters and return NULL when there is no
12132         current word.
12133         
12134         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
12135         work correctly.
12136         
12137         * plugins/search/search-replace.c: Fixed a mem leak.
12139 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
12141         * libanjuta/anjuta-launcher.c:
12142         Added debug message (see #343522)
12143         
12144         * plugins/build-basic-autotools/build-basic-autotools.c:
12145         Patch from Günther Brammer to fix #344015
12147         * plugins/sourceview/sourceview.c:
12148         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
12149         automatic highlight of build messages)
12151 2006-06-06 Naba Kumar <naba@gnome.org>
12153         * configure.in,
12154         libanjuta/interfaces/libanjuta.idl,
12155         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12156         plugins/Makefile.am,
12157         plugins/document-manager/action-callbacks.c,
12158         plugins/document-manager/plugin.c,
12159         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
12160         interface for language highlight selection and langauge change
12161         signal.
12162         
12163         * plugins/language-support-cpp-java: Added language support
12164         plugin for cpp and java.
12166 2006-05-27  Naba Kumar  <naba@gnome.org>
12168         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
12169         plugins/debug-manager/*, data/Makefile.am,
12170         manuals/reference/libanjuta/libanjuta.types,
12171         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12172         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12173         merged anjuta-new-debugger branch into trunck.
12174         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
12176 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
12177         
12178         * libanjuta/interfaces/libanjuta.idl,
12179         plugins/debug-manager/debugger.c,
12180         plugins/debug-manager/debugger.h,
12181         plugins/gdb/anjuta-gdb.plugin.in,
12182         plugins/gdb/debugger.c,
12183         plugins/gdb/debugger.h,
12184         plugins/gdb/plugin.c:
12185         Add new IAnjutaCpuDebugger interface to access cpu register
12186         Run gdb instead of /usr/local/bin/gdb
12187         
12188         * plugins/debug-manager/plugin.c,
12189         plugins/debug-manager/registers.c,
12190         plugins/debug-manager/registers.h:
12191         Rewrite register window
12192         Rename Load target menu item to Run target
12194 2006-05-07  Naba Kumar  <naba@gnome.org>
12196         * plugins/gdb.init
12197         
12198 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
12200         * plugins/debug-manager/watch.c,
12201         plugins/debug-manager/breakpoint.c,
12202         plugins/debug-manager/breakpoint.h:
12203         Fix crash: disconnect save and load session signals
12205 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
12207         * libanjuta/interface/libanjuta.idl,
12208         plugins/debug-manager/debugger.c,
12209         plugins/gdb/plugin.c:
12210         Add a value parameter for evaluate command
12212         * plugins/debug-manager/anjuta-debug-manager.glade:
12213         Create new dialog box for watches using glade
12215         * plugins/debug-manager/anjuta-debug-manager.ui:
12216         Move watch menu items near the end
12217         Move breakpoint menu items outside the sub menu
12219         * plugins/debug-manager/debug_tree.c,
12220         plugins/debug-manager/debug_tree.h,
12221         plugins/debug-manager/debug_tree.h,
12222         plugins/debug-manager/watch.c:
12223         Move all GUI code from watch.c to debug_tree.c
12224         Add an auto update property to watches
12225         
12226         * plugins/debug-manager/locals.c,
12227         plugins/debug-manager/locals.h,
12228         plugins/debug-manager/stack_trace.c,
12229         plugins/debug-manager/stack_trace.h,
12230         plugins/debug-manager/plugin.c:
12231         Register actions before starting debugger
12233         * plugins/gdb/debugger.c:
12234         Do not call callback function if not present
12236 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
12238         * libanjuta/interfaces/libanjuta.idl,
12239         plugins/debug-manager/stack_trace.c,
12240         plugins/debug-manager/stack_trace.h,
12241         plugins/debug-manager/anjuta-debug-manager.ui,
12242         plugins/gdb/debugger.c:
12243         Add a popup menu in stack frame window
12244         Add a new frame-changed event
12245         Use MI command for getting stack informations
12246         Get filename with full path (need gdb > 6.3)
12248         * libanjuta/interfaces/libanjuta.idl,
12249         plugins/debug-manager/debug_tree.c,
12250         plugins/debug-manager/debugger.c,
12251         plugins/debug-manager/locals.c,
12252         plugins/debug-manager/locals.h,
12253         plugins/debug-manager/plugin.c,
12254         plugins/gdb/debugger.c,
12255         plugins/gdb/debugger.h,
12256         plugins/gdb/parser.c,
12257         plugins/gdb/parser.h,
12258         plugins/gdb/plugin.c,
12259         plugins/gdb/Makefile.am:
12260         Pass watch data with string instead of Watch structures
12261         Use debug_tree in local window
12262         Remove info local
12263         Remove parser.{ch}
12265         * plugins/debug-manager/breakpoints.c,
12266         plugins/debug-manager/utilities.c,
12267         plugins/debug-manager/utilities.h:
12268         Use a GtkListStore instead of a GtkTreeStore
12269         move goto_location_in_editor in utilities.c
12270         
12271 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12273         * libanjuta/interfaces/libanjuta.idl,
12274         plugins/debug-manager/anjuta-debug-manager.ui,
12275         plugins/debug-manager/breakpoints.c,
12276         plugins/debug-manager/plugin.c,
12277         plugins/gdb/debugger.c:
12278         Add a breakpoint type
12279         Add new popup menu in breakpoint window
12280         Add toggle breakpoint in editor popup menu
12281         Save and restore breakpoint enable
12282         Fix bug in clear all breakpoints
12283         Remove old useless code
12285         * plugins/debug-manager/debugger.c:
12286         Fix some problem with debugger states
12288         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12289         Update documentation
12290         
12291 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12293         * data/Makefile.am,
12294         plugins/gdb/Makefile.am,
12295         plugins/gdb/gdb.init:
12296         Move gdb.init crom data to plugins/gdb
12298         * plugins/gdb/gdb.init,
12299         libanjuta/interfaces/libanjuta.idl,
12300         plugins/debug-manager/breakpoints.c,
12301         plugins/debug-manager/debugger.c,
12302         plugins/debug-manager/plugin.c,
12303         plugins/gdb/debugger.c,
12304         plugins/gdb/plugin.c:
12305         Support pending breakpoints
12306         Rewrite debugger states
12307         Split ianjuta_debugger_log into _enable_log and _disable_log
12309         * plugins/debug-manager/start.c,
12310         plugins/debug-manager/debug_tree.c,
12311         plugins/gdb/parser.c:
12312         Remove some useless lines
12314         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12315         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12316         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12317         Update documentation
12319 2006-03-12 Naba Kumar <naba@gnome.org>
12321         * manuals/references/libanjuta/libanjuta.types: Fixed
12322         debug-manager name.
12323         
12324 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12326         * libanjuta/anjuta-debugger.c,
12327         libanjuta/anjuta-debugger.h:
12328         Remove those files
12329         
12330         * libanjuta/interfaces/libanjuta.idl,
12331         plugins/debug-mananger/breakpoints.c,
12332         plugins/debug-manager/debug_tree.c,
12333         plugins/debug-manager/debugger.c,
12334         plugins/debug-manager/plugin.c,
12335         plugins/debug-manager/registers.c,
12336         plugins/debug-manager/sharedlib.c,
12337         plugins/debug-manager/signal.c,
12338         plugins/debug-manager/stack_trace.c,
12339         plugins/debug-manager/start.c,
12340         plugins/debug-manager/watch.c,
12341         plugins/gdb/debugger.c,
12342         plugins/gdb/debugger.h,
12343         plugins/gdb/parser.c,
12344         plugins/gdb/parser.h,
12345         plugins/gdb/plugin.c:
12346         Move types definitions from libanjuta/anjuta-debugger.{ch}
12347         Rename types from AnjutaDebugger* to IAnjutaDebugger*
12348         
12349         * plugins/gdb/Makefile.am:
12350         Remove user interface from gdb plugin
12352 2006-03-12 Naba Kumar <naba@gnome.org>
12354         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12356 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
12358         Modified Patch from Marc Maurer <uwog@uwog.net>:
12359         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12360         Fixes #342447
12361         
12362         * plugins/sourceview/Makefile.am:
12363         * plugins/sourceview/sourceview-cell.c:
12364         * plugins/sourceview/sourceview-cell.h:
12365         * plugins/sourceview/sourceview.c: 
12366         
12367         Implemented IAnjutaEditorCell
12369 2006-05-21  Naba Kumar  <naba@gnome.org>
12371         * libanjuta/interfaces/libanjuta.idl,
12372         plugins/document-manager/action-callbacks.c,
12373         plugins/document-manager/plugin.c,
12374         plugins/editor/print.c, plugins/editor/text_editor.c,
12375         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12376         Fixed zooming and added icons and shortcuts for zoom menu items.
12378 2006-05-21  Naba Kumar  <naba@gnome.org>
12380         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12381         whitespaces.
12383 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12385         * plugins/document-manager/anjuta-docman.c:
12386         Fixed close button reaction by setting the correct current editor
12388 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12390         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12391         * plugins/document-manager/anjuta-docman.c
12392         - Fix close button, you can close any tab as you wish now.
12393         - Fadeout mime icon as the same as close image  
12395 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12397         Patch from Marc Maurer <uwog@uwog.net>
12398         * main.c: Compile fix when NLS is enabled
12399         
12400         AUTHORS: Added Marc
12402 2006-05-20  Naba Kumar  <naba@gnome.org>
12404         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12405         while loading abiword-2.4.4/abi project).
12407 2006-05-18 Naba Kumar  <naba@gnome.org>
12409         * libanjuta/interfaces/libanjuta.idl,
12410         plugins/document-manager/action-callbacks.c,
12411         plugins/editor/print.c,
12412         plugins/editor/text_editor.c,
12413         plugins/editor/text_editor.h,
12414         plugins/editor/text_editor_prefs.c: Fixed zooming.
12415         
12416         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12417         interface for character iteration and IAnjutaEditorAssist interface
12418         for autocompletions and editor tips.
12420 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12422         Patch from Günther Brammer <GBrammer@gmx.de>:
12423         * plugins/document-manager/anjuta-docman.c:
12424         Make tabs smaller but keep nice closing icon
12426         * plugins/document-manager/anjuta-docman.c:
12427         * plugins/document-manager/Makefile.am:
12428         
12429         Added nice mime-icons to the editor tabs
12431 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12433         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12434         
12435         * plugins/symbol-browser/an_symbol_view.c:
12436         - Fixed crasher
12437         - Fixed symbol searching (Yang Hong (#341997))
12438         
12439         * plugins/devhelp/htmlview.c:
12440         Fixed devhelp plugin
12441         
12442         * plugins/build-basic-autotools/build-basic-autotools.c:
12443         * plugins/search/search-replace.c:
12444         * plugins/document-manager/anjuta-docman.c:
12445         
12446         Only add a marker to a line where it makes sense!
12448 === anjuta 2.0.2 ===
12450 2006-05-15  Naba Kumar  <naba@gnome.org>
12452         * configure.in: set required versions for
12453         gdl and glade3.
12454         
12455 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12457         * plugins/glade/plugin.c:
12458         Fixed signal connection for "gtk-doc-search"
12460 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12462         * NEWS: Set release date, add known issues
12463         
12464         * libanjuta/anjuta-shell.c:
12465         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12466         and debug other gtk-warnings/criticals)
12467         
12468         * plugins/build-basic-autotools/build-basic-autotools.c:
12469         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12470         
12471         * plugins/sourceview/anjuta-view.c:
12472         * plugins/sourceview/sourceview-args.c:
12473         * plugins/sourceview/sourceview-scope.c:
12474         * plugins/sourceview/sourceview-tags.c:
12475         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12477 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12479         * pixmaps/Makefile.am:
12480         Add preferences_general.png
12481         
12482         * plugins/devhelp/plugin.c:
12483         Fixed some more realise things
12484         
12485         * plugins/message-view/anjuta-msgman.c:
12486         Support stock icons for message panes
12487         
12488         * plugins/search/search-replace.c:
12489         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12490          
12491         * plugins/search/search-replace_backend.c:
12492         Fixed #341359
12493         
12494         * plugins/sourceview/anjuta-document.c:
12495         * plugins/sourceview/sourceview.c:
12496         Fixed finalise and tag completion
12497         
12498         * src/anjuta-app.c:
12499         Use preferences_general icon
12501 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12503         * pixmaps/Makefile.am:
12504         Fixed EXTRA_DIST
12506 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12508         * plugins/sourceview/sourceview-prefs.c:
12509         Fixed font & color handling
12510         
12511         * plugins/symbol-browser/an_symbol_view.c:
12512         Fixed crasher
12514 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12516         * plugins/macro/macros.xml:
12517         Fixed bug #341583 (Address of FSF)
12519 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12521         * src/main.c:
12522         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12523         Update: Do it the cool way...
12524         
12525 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12527         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12528         Implement gtk-api-help signals of glade3
12529         * configure.in: Bump to glade3 2.91.2
12530         
12531         * plugins/devhelp/plugin.c:
12532         Fixed some realize stuff in the devhelp plugin
12533         
12534         * plugins/sourceview/anjuta-document.c:
12535         fixed bug with scope completion
12537 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12539         * plugins/symbol-browser/an_symbol_view.c
12540         * plugins/symbol-browser/an_symbol_prefs.c
12541         * plugins/symbol-browser/an_symbol_prefs.h
12542         * global_tags/create_global_tags.sh:
12543         
12544         Automaticly create global tags on first startup
12546 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12548         * configure.in:
12549         * plugins/project-wizard/templates/Makefile.am:
12550         * (added) plugins/project-wizard/templates/cpp-logo.png:
12551         * (added) plugins/project-wizard/templates/cpp.wiz:
12552         * (added) plugins/project-wizard/templates/cpp/*:
12554         Added a generic c++ template. It's a simple hello world.
12556 2006-05-07  Massimo Cora' <maxcvs@email.it>
12558         * plugins/symbol-browser/an_symbol_view.c:
12559         fixed a stupid crasher.
12561 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12563         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12564         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12565         
12566         Fixed WxWidgets project type
12568 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12570         * plugins/devhelp/htmlview.c: 
12571         * plugins/devhelp/plugin.c:
12572         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12573         
12574         * plugins/project-wizard/install.c:
12575         Don't set a message - thanks to seb
12577 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12579         * plugins/devhelp/htmlview.c: 
12580         * plugins/symbol-browser/an_symbol_view.c:
12581         
12582         There is a weird crash in gtk_idle which I still did not completly fix!
12583         
12584         * plugins/project-wizard/install.c:
12585         Default to success instead of failure
12587 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12589         * plugins/devhelp/htmlview.c:
12590         * plugins/devhelp/plugin.c:
12591         Fixed bug and libdevhelp issue!
12593         * plugins/project-wizard/install.c:
12594         Fixed message string!
12596 2006-05-03  Massimo Cora' <maxcvs@email.it>
12597        
12598         * plugins/symbol-browser/an_symbol_view.c:
12599         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12601 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12603         * pixmaps/Makefile.am:
12604         * src/main.c:
12605         * anjuta.desktop.in.in
12606         
12607         GNOME Goal #2.1: Install theme-friendly icons
12609 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12611         * plugins/devhelp/htmlview.c: Reload page on reparent
12612         * plugins/document-manager/anjuta-docman.c:
12613         Present document-manager when document is selected in file-manager
12615 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12617         * plugins/symbol-broser/an_symbol_view.c:
12618         Fixed crasher in namespace exploration
12620 2006-05-01  Massimo Cora' <maxcvs@email.it>
12622         * configure.in:
12623         * plugins/valgrind/Makefile.am:
12625         Optional compiling of Valgrind plugin
12627 2006-05-01  Massimo Cora' <maxcvs@email.it>
12629         * plugins/symbol-browser/an_symbol_view.c:
12630         - modularized code. Marked with FIXME the parts which need improvement.
12631         - More comments.
12632     - Added basic namespace completion for Gtkmm type project:
12633     - namespace1::MyClass *class;
12634     - class-> [display]
12635     - Namespaces must be anyway improved.
12637 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12639         * plugins/devhelp/plugin.c: 
12640         Fixed up plugin unloading and show html widget on link selected
12641         
12642         * NEWS: Updated
12643         
12644 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12646         * plugins/devhelp/Makefile.am:
12647         * plugins/devhelp/anjuta-devhelp.plugin.in:
12648         * plugins/devhelp/htmlview.c:
12649         * plugins/devhelp/htmlview.h:
12650         * plugins/devhelp/plugin.c: 
12651         * plugins/devhelp/plugin.h:
12652         Reimplemeted devhelp plugin from scratch
12653         
12654         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12655         Fixed crasher
12657 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12659         * plugins/sourceview/sourceview-tags.c:
12660         complete some more tag types
12661         
12662         * plugins/valgrind/plugin.c:
12663         * plugins/valgrind/preferences.c:
12664         * plugins/valgrind/vggeneralprefs.c:
12665         
12666         Fixed lots of gtk warnings
12668 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12670         * plugins/sourceview/sourceview-scope.c:
12671         Implemented type-ahead for scope completion
12673 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12675         * manuals/C/Makefile.am:
12676         * manuals/Makefile.am:
12677         * plugins/document-manager/Makefile.am:
12678         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12679         * plugins/sourceview/Makefile.am:
12680         * tagmanager/c.c:
12681         
12682         Fixed distcheck
12683         
12684         * plugins/class-gen/goc_template_header: G_END_DECLS
12686 2006-05-27  Naba Kumar <naba@gnome.org>
12688         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12689         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12690         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12691         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12692         scintilla/include/Scintilla.iface,
12693         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12694         cvs. Fixed compile flags. Removed outdated patches.
12696 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12698         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12700         * plugins/sourceview/anjuta-document.c:
12701         * plugins/sourceview/sourceview-args.c:
12702         * plugins/sourceview/sourceview-scope.c:
12703         
12704         Add End/Home keypresses and support completion if symbol start with '!' for example
12705         in an if statement
12707 2006-04-27 Massimo Cora' <maxcvs@email.it>
12709         * libanjuta/interfaces/libanjuta.idl:
12711         * plugins/sourceview/sourceview-scope.c:
12712         * plugins/sourceview/tag-window.c: 
12713         * plugins/sourceview/tag-window.h:
12714         * plugins/symbol-browser/an_symbol_view.c:
12715         * plugins/symbol-browser/an_symbol_view.h:
12716         * plugins/symbol-browser/plugin.c:
12717         
12718         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12719         interface.
12720         Code and ideas for C/C++ new completion engine comes from IComplete written by
12721         Martin Stubenschrott <stubenschrott@gmx.net>.
12722         Currently the interface works only with GtkSourceView plugin.   
12723         
12724         * tagmanager/Makefile.am:
12725         * tagmanager/c.c: 
12726         * tagmanager/entry.h:
12727         * tagmanager/get.c:
12728         * tagmanager/get.h:
12729         * tagmanager/include/tm_file_entry.h:
12730         * tagmanager/include/tm_project.h:
12731         * tagmanager/include/tm_source_file.h:
12732         * tagmanager/include/tm_symbol.h:
12733         * tagmanager/include/tm_tagmanager.h:
12734         * tagmanager/include/tm_work_object.h:
12735         * tagmanager/include/tm_workspace.h:
12736         * tagmanager/parse.c:
12737         * tagmanager/read.c: 
12738         * tagmanager/read.h:
12739         * tagmanager/tm_project.c: 
12740         * tagmanager/tm_source_file.c: 
12741         * tagmanager/tm_workspace.c:
12742         
12743         Tagmanager can now parse a memory buffer and generate/update 
12744         tags into tm_workspace/tm_project on the fly, without using files.
12745         C/C++ is supported now.
12746         
12747 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12749         * plugins/sourceview/anjuta-document.c:
12750         * plugins/sourceview/sourceview-args.c:
12751         * plugins/sourceview/sourceview-scope.c:
12752         * plugins/sourceview/sourceview.c:
12753         
12754         Fixed some memory leaks and argument completion
12756 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12758         * plugins/glade/plugin.c:
12759         
12760         Fixed glade plugin build because of API changes in glade3
12762 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12764         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12765         Updated editor section
12766         
12767         * manuals/C/anjuta-manual/interface.xml:
12768         * manuals/C/anjuta-manual/preferences.xml:
12769         * manuals/C/anjuta-manual/projects.xml:
12770         Updated manual
12771         
12772         * plugins/editor/anjuta-editor.plugin.in:
12773         Better plugin name
12775 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12777         * configure.in:
12778         * plugins/editor/anjuta-editor.plugin.in:
12779         * plugins/sourceview/sourceview.plugin.in:
12781         Build both editors and let the user decide a runtime!
12782         
12783         * plugins/sourceview/sourceview-scope.c:
12784         Fixed bug in regex to allow test()-> completions
12786 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12788         * plugins/sourceview/anjuta-document.c:
12789         * plugins/sourceview/sourceview-args.c: 
12790         * plugins/sourceview/sourceview-scope.c:
12791         * plugins/sourceview/sourceview-tags.c:
12792         * plugins/sourceview/tag-window.c: 
12793         
12794         Improved callltip windows
12796 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12798         * src/anjuta-app.c: (on_session_save):
12799         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12800         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12802 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12804         * libanjuta/anjuta-utils.c: 
12805         * plugins/cvs-plugin/cvs-execute.c:
12806         Off-by-one...
12808         * scintilla/LexInno.cxx:
12809         * scintilla/LexOpal.cxx:
12810         * scintilla/LexTCL.cxx:
12812         Added missing files from scintilla-update
12814 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12816         * configure.in:
12817         * manuals/C/Makefile.am:
12818         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12819         * manuals/C/anjuta-manual/Makefile.am:
12820         * manuals/C/anjuta-manual/anjuta-manual.xml:
12821         * manuals/C/anjuta-manual/build.xml:
12822         * manuals/C/anjuta-manual/debugger.xml:
12823         * manuals/C/anjuta-manual/execute.xml:
12824         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12825         * manuals/C/anjuta-manual/figures/arguments.png:
12826         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12827         * manuals/C/anjuta-manual/figures/file_menu.png:
12828         * manuals/C/anjuta-manual/figures/menu_main.png:
12829         * manuals/C/anjuta-manual/figures/menubar.png:
12830         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12831         * manuals/C/anjuta-manual/figures/project_info.png:
12832         * manuals/C/anjuta-manual/figures/scrshot.png:
12833         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12834         * manuals/C/anjuta-manual/figures/tool-editor.png:
12835         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12836         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12837         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12838         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12839         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12840         * manuals/C/anjuta-manual/fileoperations.xml:
12841         * manuals/C/anjuta-manual/interface.xml:
12842         * manuals/C/anjuta-manual/introduction.xml:
12843         * manuals/C/anjuta-manual/preferences.xml:
12844         * manuals/C/anjuta-manual/projects.xml:
12845         * manuals/C/anjuta-manual/tools.xml:
12846         * manuals/Makefile.am:
12847         
12848         Updated manual and faq
12850         * scintilla/CallTip.cxx:
12851         * scintilla/CallTip.h:
12852         * scintilla/CellBuffer.cxx:
12853         * scintilla/CellBuffer.h:
12854         * scintilla/ContractionState.cxx:
12855         * scintilla/Document.cxx:
12856         * scintilla/Document.h:
12857         * scintilla/DocumentAccessor.cxx:
12858         * scintilla/Editor.cxx:
12859         * scintilla/Editor.h:
12860         * scintilla/ExternalLexer.cxx:
12861         * scintilla/Indicator.cxx:
12862         * scintilla/KeyMap.cxx:
12863         * scintilla/KeyWords.cxx:
12864         * scintilla/LexAU3.cxx:
12865         * scintilla/LexBash.cxx:
12866         * scintilla/LexCPP.cxx:
12867         * scintilla/LexCaml.cxx:
12868         * scintilla/LexCsound.cxx:
12869         * scintilla/LexEiffel.cxx:
12870         * scintilla/LexGui4Cli.cxx:
12871         * scintilla/LexHTML.cxx:
12872         * scintilla/LexLua.cxx:
12873         * scintilla/LexMSSQL.cxx:
12874         * scintilla/LexOthers.cxx:
12875         * scintilla/LexPOV.cxx:
12876         * scintilla/LexPython.cxx:
12877         * scintilla/LexRuby.cxx:
12878         * scintilla/LexSQL.cxx:
12879         * scintilla/LexVB.cxx:
12880         * scintilla/Makefile.am:
12881         * scintilla/PlatGTK.cxx:
12882         * scintilla/PropSet.cxx:
12883         * scintilla/RESearch.cxx:
12884         * scintilla/RESearch.h:
12885         * scintilla/ScintillaBase.cxx:
12886         * scintilla/ScintillaGTK.cxx:
12887         * scintilla/StyleContext.h:
12888         * scintilla/ViewStyle.cxx:
12889         * scintilla/ViewStyle.h:
12890         * scintilla/XPM.cxx:
12891         * scintilla/include/KeyWords.h:
12892         * scintilla/include/Platform.h:
12893         * scintilla/include/PropSet.h:
12894         * scintilla/include/SciLexer.h:
12895         * scintilla/include/Scintilla.h:
12896         * scintilla/include/Scintilla.iface:
12897         * scintilla/include/ScintillaWidget.h:
12898         * scintilla/lexers.make:
12900         Update to scintilla 1.68
12902         * src/anjuta-app.c:
12903         Only show help items which are really availible
12905         * plugins/cvs-plugin/cvs-callbacks.c
12906         * plugins/cvs-plugin/cvs-execute.c
12907         * plugins/cvs-plugin/subversion-callbacks.c:
12908         * libanjuta/anjuta-utils.c:
12909         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12911 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12913         * plugins/project-wizard/install.c,
12914         * plugins/project-wizard/autogen.c:
12915         Add error messages if using a read only directory
12916         Improve fix for bug #339296
12918 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12920         * libanjuta/interfaces/libanjuta.idl:
12921         * plugins/document-manager/action-callbacks.c:
12922         * plugins/document-manager/plugin.c:
12923         * plugins/editor/text_editor.c:
12924         Added IAnjutaEditorGoto 
12926         * plugins/editor/aneditor.cxx:
12927         * plugins/editor/aneditor.h:
12928         * plugins/editor/text_editor.h:
12929         * plugins/editor/text_editor_prefs.c:
12930         
12931         Fixed #305076
12933 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12935         * libanjuta/interfaces/libanjuta.idl:
12936         * plugins/document-manager/action-callbacks.c:
12937         * plugins/document-manager/anjuta-docman.c:
12938         * plugins/document-manager/plugin.c:
12939         * plugins/editor/text_editor.c: 
12940         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12941         
12942         * plugins/sourceview/sourceview.c:
12943         * plugins/sourceview/sourceview.glade:
12944         Fixed some uft-8 issues and added a preference option
12945         to enable/disable gnome-vfs monitoring
12946         
12947         * scintilla/Makefile.am:
12948         * scintilla/include/Makefile.am:
12949         Fixed build
12951 2006-04-20  Massimo Cora' <maxcvs@email.it>
12953         * libanjuta/interfaces/libanjuta.idl:
12954         Remove get_current_pos () because we have get_position()
12956 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12958         * NEWS: Updated
12959         * plugins/sourceview/tag-window.c:
12960         Don't close window on PageUp/PageDown
12962 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12964         * data/Makefile.am:
12965         * manuals/reference/libanjuta/Makefile.am:
12966         
12967         Some build fixes
12968         
12969         * src/Makefile.am:
12970         * src/bacon-message-connection.c: 
12971         * src/bacon-message-connection.h: (both from gedit)
12972         * src/main.c:
12973         
12974         Fixed #312319 (Opening files when Anjuta is already open)
12976 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12978         * TODO.tasks: Updated
12979         * plugins/sourceview/anjuta-view.c: 
12980         * plugins/sourceview/anjuta-view.h:
12981         * plugins/sourceview/sourceview.c: 
12982         
12983         * configure.in: Fix --enable-plugin-scintilla
12984         
12985         Added char_added signal
12987 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12989         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12990         
12991         Fixed diff for utf8
12992         
12993         * plugins/sourceview/sourceview.c:
12994         Fixed VFS monitoring (still a bit buggy)
12995         
12996         * plugins/sourceview/sourceview-args.c:
12997         * plugins/sourceview/tag-window.c: 
12998         
12999         Better sizing for the popup-window
13001 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
13003         * plugins/project-wizard/templates/gnome/src/main.c:
13004         * plugins/project-wizard/templates/gnome/src/project.glade:
13005         * plugins/project-wizard/templates/gtk/src/main.c: 
13006         * plugins/project-wizard/templates/gtk/src/project.glade:
13007         * plugins/project-wizard/templates/gtkmm/src/main.cc:
13008         
13009         Fixed up GLADE_FILE definition in project types and fixed bug #334546
13010         
13011 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
13013         * configure.in: More removal of obsoleteness.
13014         * po/no.po:
13016 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
13018         * ROADMAP:
13019         * libanjuta/anjuta-preferences.c: 
13020         * libanjuta/anjuta-utils.c: 
13021         * libanjuta/anjuta-utils.h:
13022         * plugins/message-view/message-view.c:
13023         
13024         Changed color functions and moved convert_color to anjuta-utils.h
13025         
13026         * plugins/message-view/anjuta-message-manager-plugin.glade:
13027         GnomeColorPicker -> GtkColorButton (bug #309154)
13028         
13029         * plugins/sourceview/plugin.c:
13030         * plugins/sourceview/sourceview-prefs.c:
13031         * plugins/sourceview/sourceview.glade:
13032         Added color and font preferences
13034         * plugins/sourceview/sourceview-tags.c:
13035         Only show as much choices as configured in preferences
13037 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
13039         * ROADMAP, NEWS: Updated (we are far behind ;-)
13040         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
13042 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
13044         * configure.in:
13045         * plugins/editor/Makefile.am:
13046         * scintilla/Makefile.am
13047         
13048         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
13049         
13050         * global-tags/Makefile.am:
13051         * global-tags/create_global_tags.sh:
13052         * plugins/symbol-browser/an_symbol_prefs.c:
13053         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
13054         * plugins/symbol-browser/plugin.h:
13055         * tagmanager/include/tm_workspace.h:
13056         * tagmanager/tm_workspace.c:
13057         
13058         Fixed symbol-browser prefs and move global tags generation from installtion to
13059         preferences to make the life easier for distributers and to allow updates after installtion
13061         * plugins/document-manager/action-callbacks.c: 
13062         * plugins/document-manager/action-callbacks.h:
13063         * plugins/document-manager/anjuta-document-manager.ui:
13064         * plugins/document-manager/indent-util.c:
13065         * plugins/document-manager/plugin.c:
13066         * plugins/editor/text_editor.c:
13067         
13068         Moved indent stuff to document-manager
13069         
13070         * plugins/sourceview/anjuta-view.c: 
13071         * plugins/sourceview/sourceview-args.c: 
13072         * plugins/sourceview/sourceview-scope.c:
13073         * plugins/sourceview/sourceview-tags.c: 
13074         * plugins/sourceview/sourceview.c:
13075         
13076         Fixed several bugs
13077         
13078         * plugins/sourceview/sourceview.plugin (removed):
13079         * plugins/sourceview/sourceview.plugin.in:
13080         Editor is not user-activatible
13081         
13082         * plugins/sourceview/sourceview.png:
13083         Updated icon
13085 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
13087         * src/anjuta-app.c: Fixed crasher on plugin unloading
13089 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
13091         * plugins/sourceview/sourceview.c
13092         * plugins/sourceview/sourceview-args.c
13093         * plugins/sourceview/sourceview-args.h:
13094         
13095         Polished argument completion
13097 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
13099         * plugins/message-view/anjuta-msgman.c:
13100         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
13101         
13102         Show message pane on switch (does not work, anjuta_shell needs a fix)
13103         
13104         * plugins/sourceview/Makefile.am:
13105         * plugins/sourceview/anjuta-view.c: (find_tag_window),
13106         * plugins/sourceview/sourceview-args.c: 
13107         * plugins/sourceview/sourceview-args.h:
13108         * plugins/sourceview/sourceview-private.h:
13109         * plugins/sourceview/sourceview-scope.c: 
13110         (sourceview_scope_update), (sourceview_scope_filter_keypress):
13111         * plugins/sourceview/sourceview-tags.c:
13112         * plugins/sourceview/sourceview.c:
13113         * plugins/sourceview/tag-window.c:
13114         * plugins/sourceview/tag-window.h:
13115         
13116         Added scope and argument completion
13118 2006-04-03  Johannes Schmid <jhs@gnome.org>
13120         * TODO.tasks
13121         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
13122         (on_widget_remove):
13123         Save toolbar state
13125         * plugins/sourceview/sourceview.c: (iselect_clear):
13126         Make "Delete"-key working
13128         * configure.in: #336389
13130 2006-04-03  Johannes Schmid <jhs@gnome.org>
13132         * plugins/sourceview/Makefile.am:
13133         * plugins/sourceview/anjuta-view.c:
13134         * plugins/sourceview/plugin.c: 
13135         * plugins/sourceview/sourceview-private.h:
13136         * plugins/sourceview/sourceview-scope.c:
13137         * plugins/sourceview/sourceview-scope.h:
13138         * plugins/sourceview/sourceview-tags.c: 
13139         * plugins/sourceview/sourceview-tags.h:
13140         * plugins/sourceview/sourceview.c:
13141         * plugins/sourceview/sourceview.h:
13142         * plugins/sourceview/tag-window.c:
13143         
13144         - fixed goto_file_line
13145         - scroll to cursor on undo/redo
13146         - show correct popup-menu
13147         - scope completion (not ready yet)
13149 2006-04-03  Johannes Schmid <jhs@gnome.org>
13151         * plugins/sourceview/plugin.c: 
13152         * plugins/sourceview/sourceview-tags.c:
13153         * plugins/sourceview/sourceview.c: 
13154         * plugins/sourceview/sourceview.h:
13155         * plugins/sourceview/tag-window.c:
13156         
13157         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
13159 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13161         * plugins/sourceview/sourceview.c:
13162         Fixed next/previous bookmark.
13163         Toggled bookmark (set/unset).
13165 2006-04-03  Johannes Schmid <jhs@gnome.org>
13167         * plugins/document-manager/action-callbacks.c:
13168         Fixed Gtk-Warning in goto_line
13169         
13170         * plugins/sourceview/Makefile.am:
13171         * plugins/sourceview/anjuta-document.c:
13172         * plugins/sourceview/anjuta-view.c: 
13173         * plugins/sourceview/anjuta-view.h:
13174         * plugins/sourceview/sourceview-autocomplete.c:
13175         * plugins/sourceview/sourceview-autocomplete.h:
13176         * plugins/sourceview/sourceview-private.h:
13177         * plugins/sourceview/sourceview-tags.c:
13178         * plugins/sourceview/sourceview-tags.h:
13179         * plugins/sourceview/sourceview.c:
13180         * plugins/sourceview/tag-window.c:
13181         * plugins/sourceview/tag-window.h:
13182         Created a nice API for tag and completion windows
13183         
13184         * plugins/sourceview/sourceview-print.h:
13185         * plugins/sourceview/sourceview-print.c:
13186         Added printing
13187                 
13188 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13190         * plugins/sourceview/sourceview.c:
13191         Fixed typo (Sort bookmarks).
13192         
13193 2006-04-01  Johannes Schmid <jhs@gnome.org>
13195         * plugins/sourceview/anjuta-document.c:
13196         * plugins/sourceview/anjuta-document.h:
13197         * plugins/sourceview/anjuta-view.c:
13198         * plugins/sourceview/anjuta-view.h:
13199         * plugins/sourceview/sourceview-autocomplete.c:
13200         * plugins/sourceview/sourceview-autocomplete.h:
13201         * plugins/sourceview/sourceview-prefs.c:
13202         * plugins/sourceview/sourceview-prefs.h:
13203         * plugins/sourceview/sourceview-private.h:
13204         * plugins/sourceview/sourceview-tags.c:
13205         * plugins/sourceview/sourceview-tags.h:
13206         * plugins/sourceview/sourceview.c:
13207         * plugins/sourceview/sourceview.glade:
13208         * plugins/sourceview/tag-window.c: 
13209         * plugins/sourceview/tag-window.h:
13210         
13211         Improved code complete and autocomplete
13213 2006-04-01  Johannes Schmid <jhs@gnome.org>
13215         * plugins/sourceview/Makefile.am:
13216         * plugins/sourceview/bookmark.png:
13217         * plugins/sourceview/marker-attentive.png:
13218         * plugins/sourceview/marker-basic.png:
13219         * plugins/sourceview/marker-intense.png:
13220         * plugins/sourceview/marker-light.png:
13221         * plugins/sourceview/sourceview.c: 
13222         
13223         Added pixmaps for all marker types and show bookmarks
13224         
13225         * configure.in
13226         * plugins/sourceview/Makefile.am:
13227         Build sourceview on 2.14 only
13229 2006-03-31  Johannes Schmid <jhs@gnome.org>
13231         * plugins/sourceview/Makefile.am:
13232         * plugins/sourceview/anjuta-document.c:
13233         * plugins/sourceview/anjuta-view.c:
13234         * plugins/sourceview/anjuta-view.h:
13235         * plugins/sourceview/sourceview-autocomplete.c:
13236         * plugins/sourceview/sourceview-private.h:
13237         * plugins/sourceview/sourceview-tags.c:
13238         * plugins/sourceview/sourceview-tags.h:
13239         * plugins/sourceview/sourceview.c: 
13240         * plugins/sourceview/tag-window.c:
13241         * plugins/sourceview/tag-window.h:
13242         
13243         Added code completion with tag manager to the editor and fixed a save_as bug
13245 2006-03-31  Johannes Schmid <jhs@gnome.org>
13247         * src/main.c: Revert patch from Rob to allow building with
13248         Gnome 2.12
13249         * configure.in: Require at least 2.12 libraries
13251 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
13253         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13255         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13256         Improve anjuta-plugin project template: Added missed files dist tarball
13257         (make dist)
13259         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13260         typo
13262 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
13264         reviewed by: Johannes Schmid <jhs@gnome.org>
13266         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13267         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13268         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13269         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13270         
13271         Improve anjuta-plugin project template. Also fix for #322744
13273 2006-03-27  Johannes Schmid <jhs@gnome.org>
13275         * plugins/sourceview/sourceview-private.h:
13276         plugins/sourceview/sourceview.c:
13277         
13278         Added basic bookmark support
13280 2006-03-27  Johannes Schmid <jhs@gnome.org>
13282         * TODO.tasks:
13283         Updated
13284         
13285         Patch from Rob Bradfort <robster@debian.org>:
13286         * src/main.c: (get_command_line_args), (main):
13287         Migration from popt to GOption
13288         
13289 2006-03-26 Naba Kumar  <naba@gnome.org>
13291         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13292         size to scale itself with theme.
13294 2006-03-26 Naba Kumar  <naba@gnome.org>
13296         * plugins/file-manager/an_file_view.c,
13297         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13298         when symbolview and fileview objects are destroyed to avoid crashes
13299         after the plugins are disabled.
13301 2006-03-26 Naba Kumar <naba@gnome.org>
13303         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13304         Deleted unused file.
13305         
13306         * plugins/glade/plugin.c: Be able to close glade plugin when there
13307         there is no glade project loaded.
13308         
13309         * plugins/sourceview/sourceview.plugin,
13310         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13312 2006-03-23  Naba Kumar  <naba@gnome.org>
13314         * plugins/editor/print.c: Fixed a bug where some sections of
13315         printed/previewed text is not highlighted.
13316         
13317 2006-03-20  Johannes Schmid <jhs@gnome.org>
13319         * libanjuta/interfaces/libanjuta.idl:
13320         Added IAnjutaPrint
13321         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13322         as we do not use private apis. Show help window and startup because it does 
13323         not survive gdl
13324         
13325         * plugins/document-manager/action-callbacks.c:
13326         plugins/editor/Makefile.am:
13327         plugins/editor/text_editor.c:
13328         plugins/editor/print.c:
13329         plugins/editor/print.h:
13330         
13331         Fixed printing (nobody has missed it BTW ;-)
13332         
13333         * plugins/sourceview/sourceview.c:
13334         Fixed a crasher
13336 2006-03-20 Naba Kumar <naba@gnome.org>
13338         * configure.in, plugins/devhelp/plugin.c: Be able to build with
13339         devhelp >= 0.9 < 0.11 versions.
13340         
13341 2006-03-20  Johannes Schmid <jhs@gnome.org>
13343         * plugins/sourceview/anjuta-document-loader.c
13344         plugins/sourceview/sourceview.c:
13345         
13346         Fixed encoding bugs
13348 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13350         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13351         Fixed bug (line position)
13352         Give the good line position whatever the active editor.
13354 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
13356         * configure.in: Added fi to ALL_LINGUAS
13358 2006-03-19  Johannes Schmid <jhs@gnome.org>
13360         * plugins/sourceview/anjuta-document-loader.c:
13361         replace gnome_vfs_get_mime_type_for_name_and data
13363         * plugins/build-basic-autotools/build-basic-autotools.c:
13364         Fixed #335142
13366 2006-03-17  Johannes Schmid <jhs@gnome.org>
13368         * plugins/editor/editor.glade:
13369         Added style-editor again after it got lost somehow
13371 2006-03-17  Johannes Schmid <jhs@gnome.org>
13373         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13374         configure.in: require devhelp 0.11
13375         
13376         Post 0.11 devhelp versions (CVS) do not work because of an API change...
13378         plugins/build-basic-autotools/build-basic-autotools.c:
13379         forgot a an installtion callback for the "install as root"-feature
13381 2006-03-17  Massimo Cora' <maxcvs@email.it>
13383         reviewed by: Johannes Schmid <jhs@gnome.org>
13385         * plugins/class-gen/anjuta-class-gen-plugin.glade
13386         plugins/class-gen/class_gen.c 
13387         plugins/class-gen/goc_template_header
13388         plugins/class-gen/goc_template_source
13389         
13390         Fixed bug #334663
13392 2006-03-16  Johannes Schmid <jhs@gnome.org>
13394         * plugins/sourceview/sourceview.c:
13395         Fixed "save-point" signal for undo actions
13397 2006-03-16  Massimo Cora' <maxcvs@email.it>
13398         
13399         reviewed by: Johannes Schmid <jhs@gnome.org>
13400         
13401         * plugins/document-manager/anjuta-docman.c:
13402         Implement tab drag and drop
13404 2006-03-16  Johannes Schmid <jhs@gnome.org>
13406         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13407         plugins/build-basic-autotools/build-basic-autotools.c:
13408         
13409         Implemented "install as root"-feature (#321455)
13411 2006-03-16  Johannes Schmid <jhs@gnome.org>
13413         * mime/.cvsignore
13414         plugins/sourceview/.cvsignore
13415         plugins/tools/scripts/.cvsignore:
13416         Added/extended .cvsignore files
13417         
13418         * plugins/sourceview/sourceview-autocomplete.c:
13419         plugins/sourceview/sourceview-autocomplete.h:
13420         plugins/sourceview/sourceview-prefs.c:
13421         plugins/sourceview/sourceview-private.h:
13422         plugins/sourceview/sourceview.glade:
13423         Autcomplete just works(tm) now and respects preferences
13424         
13425         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13426         Use better algorithm from autocomplete
13428 2006-03-15  Johannes Schmid <jhs@gnome.org>
13430         * src/anjuta-app.c:
13431         Fixed bug #304495
13433 2006-03-15  Johannes Schmid <jhs@gnome.org>
13435         * libanjuta/interfaces/libanjuta.idl:
13436         plugins/class-gen/class_gen.c:
13437         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13438         plugins/project-manager/plugin.c:
13439         
13440         Allow to add multiple source files (#320191)
13441         
13442         * configure.in: Require gnome-build 0.1.3
13444 2006-03-14  Johannes Schmid <jhs@gnome.org>
13446         * plugins/macro/macro-utils.c: Fixed bug #333606
13447         * plugins/file-wizard/file.c: Fixed bug #333601
13449 2006-03-13  Johannes Schmid <jhs@gnome.org>
13451         * plugins/sourceview/sourceview_autocomplete.c
13452         plugins/sourceview/sourceview_autocomplete.h
13453         plugins/sourceview/sourceview.c
13454         plugins/sourceview/sourceview-private.h
13455         plugins/sourceview/sourceview-prefs.c:
13456         
13457         Cleaned up and fixed several issues
13458         
13459 2006-03-13  Johannes Schmid <jhs@gnome.org>
13461         * plugins/sourceview/Makefile.am:
13462         plugins/sourceview/sourceview-autocomplete.c
13463         plugins/sourceview/sourceview-autocomplete.h:
13464         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13465         plugins/sourceview/sourceview-private.h:
13466         plugins/sourceview/sourceview.c:
13467         
13468         Added (buggy) autocomplete feature to sourceview
13469         
13470 2006-03-12 Naba Kumar <naba@gnome.org>
13472         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13473         libanjuta/anjuta-session.c: Added API docs.
13475 2006-03-12 Naba Kumar <naba@gnome.org>
13477         * TODO.tasks: Added couple of tasks.
13478         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13479         Register private class as early as possible so that members could
13480         point to self class. Code clean up.
13482 2006-03-12 Naba Kumar <naba@gnome.org>
13484         * po/POTFILES.in, po/POTFILES.skip: Updated.
13486 2006-03-11 Naba Kumar <naba@gnome.org>
13488         * libanjuta/anjuta-shell.c,
13489         plugins/document-manager/anjuta-docman.c,
13490         plugins/document-manager/plugin.c,
13491         plugins/symbol-browser/an_symbol_search.c,
13492         plugins/valgrind/vgrule-list.c: Use correct signal names while
13493         creating them.
13494         
13495         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13496         signal names and fixed enum IANJUTA_TYPE_* macro.
13498 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13500         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13501         plugins/search/search-replace.c :
13502         Fixed bug (Bookmark the good line).
13503         Search & Replace (Mark all matched strings).
13504         
13505 2006-03-09  Johannes Schmid <jhs@gnome.org>
13507         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13508         Completed changes from yesterday
13509         
13510         * plugins/document-manager/anjuta-document-manager.glade:
13511         plugins/editor/editor.glade
13512         plugins/editor/plugin.c: (activate_plugin)
13513         plugins/editor/text_editor.c
13514     plugins/sourceview/Makefile.am
13515         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13516         plugins/sourceview/sourceview.glade:
13517         Completed preference changes
13519 2006-03-08  Johannes Schmid <jhs@gnome.org>
13521         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13522         plugins/search/plugin.c: (activate_plugin):
13523         
13524         Removed Gtk-Criticals
13525         
13526         * plugins/document-manager/anjuta-document-manager.glade:
13527         plugins/document-manager/plugin.c: (on_docman_auto_save),
13528         (on_gconf_notify_timer), (prefs_init):
13529     plugins/document-manager/plugin.h:
13530         plugins/editor/text_editor.c: (text_editor_instance_init),
13531         (text_editor_dispose):
13532         plugins/editor/text_editor.h:
13533         plugins/editor/text_editor_cbs.c:
13534         plugins/editor/text_editor_cbs.h:
13535         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13536         plugins/glade/plugin.c: (activate_plugin):
13537         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13538         plugins/sourceview/sourceview-private.h:
13539         plugins/sourceview/sourceview.c: (on_menu_popup),
13540         (sourceview_new), (ifile_open), (ifile_savable_save),
13541         (ifile_savable_save_as), (ieditor_set_popup_menu),
13542         (ieditor_get_filename), (imark_mark):
13544     Moved autosave from editor to document manager and fixed some things in 
13545     Sourceview plugin
13547 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13549         * plugins/search/anjuta-search.glade :
13550         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13551         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13552         plugins/search/search-replace.c : Fixed bug.
13553         
13554 2006-03-08  Johannes Schmid <jhs@gnome.org>
13556     * plugins/search/anjuta-search.glade
13557     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13559 2006-03-07  Johannes Schmid <jhs@gnome.org>
13561         * plugins/document-manager/action-callbacks.c
13562         plugins/document-manager/anjuta-document-manager.glade
13563         plugins/document-manager/plugin.c: (prefs_init),
13564         (activate_plugin):
13565         plugins/editor/Makefile.am:
13566         plugins/editor/editor.glade:
13567         plugins/editor/plugin.c: (on_style_button_clicked),
13568         (activate_plugin), (dispose):
13569         plugins/editor/style-editor.c:
13570         
13571         Startet to seperate document-manager and editor preferences
13573         * plugins/search/Makefile.am:
13574         plugins/search/anjuta-search.glade:
13575         plugins/search/search-replace.c:
13576         
13577         Moved search GUI to search-plugin
13578                 
13579         * plugins/sourceview/sourceview-prefs.c:
13580         plugins/sourceview/sourceview-prefs.h:
13581         plugins/sourceview/sourceview-private.h:
13582         plugins/sourceview/sourceview.c: 
13583         plugins/sourceview/sourceview.h:
13584         plugins/sourceview/Makefile.am:
13585         plugins/sourceview/anjuta-document.h:
13586         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13587         plugins/sourceview/plugin.c: 
13588         
13589         Added some preferences to sourceview and fixed vfs_monitor
13590         
13591         * tagmanager/c.c: (parseParens): 
13592         Removed annoying debug message
13593         
13594         * libanjuta/interfaces/libanjuta.idl: 
13595         Removed IAnjutaEditorFactory::create_style_editor()
13597 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13599         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13600         Search : Bookmark all matched lines.
13602 2006-03-06  Johannes Schmid <jhs@gnome.org>
13604         * plugins/class-gen/anjuta-class-gen.plugin.in
13605         plugins/file-loader/plugin.c: (sort_wizards)
13606         (on_create_submenu), (activate_plugin)
13607         plugins/file-wizard/anjuta-file-wizard.plugin.in
13608         plugins/glade/anjuta-glade.plugin.in
13609         plugins/project-import/anjuta-project-import.plugin.in
13610         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13611         
13612         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13613         sorted alphabeticly
13614         
13615         * plugins/project-wizard/templates/mkfile.wiz:
13616         Use configured project directory instead of ~/myproject
13617         
13618         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13619         (ifile_open):
13620         Show markers (again) and monitor uri
13622 2006-03-06  Naba Kumar  <naba@gnome.org>
13624         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13625         typedefs separately so that forward linking would work.
13626         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13628 2006-03-05  Naba Kumar  <naba@gnome.org>
13630         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13631         passing Enums and Structs in signals. Define struct _Name in
13632         generated code, so that forward referencing.
13633         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13634         
13635         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13636         
13637 2006-03-05  Naba Kumar  <naba@gnome.org>
13639         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13640         support. Generate GType definitions for enums in generated codes
13641         so that enums could be passed as signal params.
13642         
13643 2006-03-04  Naba Kumar  <naba@gnome.org>
13645         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13646         Restored cvs-moved revision files. They were originally marked
13647         deleted at their older locations. Now they are restored at
13648         their new locations. The changeset is one that was committed
13649         as part of document-manager, editor, search and print plugins
13650         separation from editor plugin.
13651         
13652 2006-03-03  Johannes Schmid <jhs@gnome.org>
13654         * plugins/sourceview/*:
13655         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13656         poiting this out!
13658 2006-03-04  Naba Kumar  <naba@gnome.org>
13660         * plugins/gdb/*: Deleted removed files (see previous changlog
13661         entry for files list).
13662         
13663 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13665         * plugins/debug-mananger/breakpoints.c,
13666         plugins/debug-manager/breakpoints.h,
13667         plugins/debug-manager/debug_tree.c,
13668         plugins/debug-manager/debug_tree.h,
13669         plugins/debug-manager/info.c,
13670         plugins/debug-manager/info.h,
13671         plugins/debug-manager/locals.c,
13672         plugins/debug-manager/locals.h,
13673         plugins/debug-manager/memory.c,
13674         plugins/debug-manager/memory.h,
13675         plugins/debug-manager/registers.c,
13676         plugins/debug-manager/registers.h,
13677         plugins/debug-manager/sharedlib.c,
13678         plugins/debug-manager/sharedlib.h,
13679         plugins/debug-manager/signal.c,
13680         plugins/debug-manager/signal.h,
13681         plugins/debug-manager/stack_trace.c,
13682         plugins/debug-manager/stack_trace.h,
13683         plugins/debug-manager/watch.c,
13684         plugins/debug-manager/watch.h,
13685         plugins/debug-manager/Makefile.am:
13686         Move from gdb plugin to debug manager plugin
13688         * plugins/debug-manager/anjuta-debug-manager.glade,
13689         plugins/debug-manager/anjuta-debug-manager.ui:
13690         Move all user interface from gdb to debug manager
13692         * plugins/debug-manager/utilities.c,
13693         plugins/debug-manager/utilities.h:
13694         Remove some unused code
13695         Add useful code from gdb plugin
13697         * plugins/debug-manager/start.c,
13698         plugins/debug-manager/start.h:
13699         Include code of attach_process
13700         Add more code to start the debugger
13702         * plugins/debug-manager/plugin.c,
13703         plugins/debug-manager/plugin.h,
13704         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13705         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13707         * plugins/debug-manager/debugger.c,
13708         plugins/debug-manager/debugger.h:
13709         Implement a queue of debugger command
13711         * plugins/gdb/actions.c,
13712         plugins/gdb/actions.h,
13713         plugins/gdb/watch_cbs.c,
13714         plugins/gdb/watch_cbs.h,
13715         plugins/gdb/watch_gui.c,
13716         plugins/gdb/watch_gui.h:
13717         Removed 
13719         * plugins/gdb/debugger.c,
13720         plugins/gdb/debugger.h,
13721         plugins/gdb/gdbmi.c,
13722         plugins/gdb/gdbmi.h,
13723         plugins/gdb/utilities.c,
13724         plugins/gdb/utilities.h,
13725         plugins/gdb/Makefile.am,
13726         plugins/gdb/anjuta-gdb.plugin.in:
13727         Implement necessary functions
13729         * plugins/gdb/parser.c,
13730         plugins/gdb/parser.h:
13731         Code for parsing variable previously in debug_tree.c
13733         * plugins/gdb/anjuta-gdb.glade,
13734         plugins/gdb/anjuta-gdb.ui:
13735         Remove user interface
13737         * plugins/gdb/gdbmi-test.c:
13738         Need update
13740         * plugins/gdb/anjuta-gdb.plugin.png:
13741         Try an improved icon for gdb (archer fish)
13743         * libanjuta/anjuta-debugger.c,
13744         libanjuta/anjuta-debugger.h,
13745         libanjuta/interfaces/libanjuta.idl,
13746         libanjuta/interfaces/anjuta-idl-compiler.pl,
13747         libanjuta/Makefile.am:
13748         Add declaration used in new IAnjutaDebugger interface
13750         * manuals/reference/libanjuta.types,
13751         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13752         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13753         Update documentation
13755 2006-03-02  Naba Kumar  <naba@gnome.org>
13757         * manuals/reference/libanjuta/Makefile.am,
13758         manuals/reference/libanjuta/libanjuta-docs.sgml,
13759         manuals/reference/libanjuta/libanjuta-sections.txt,
13760         manuals/reference/libanjuta/libanjuta.types,
13761         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13762         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13763         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13764         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13765         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13766         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13767         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13768         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13769         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13770         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13771         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13772         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13773         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13774         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13775         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13776         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13777         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13778         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13779         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13780         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13781         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13782         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13783         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13784         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13785         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13786         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13787         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13788         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13789         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13790         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13791         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13792         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13793         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13794         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13795         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13796         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13797         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13798         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13799         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13800         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13801         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13802         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13803         manuals/reference/libanjuta/tmpl/plugins.sgml,
13804         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13805         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13806         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13807         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13808         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13809         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13810         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13811         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13812         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13813         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13814         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13815         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13816         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13817         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13818         documentation.
13820 2006-02-28  Naba Kumar <naba@gnome.org>
13822         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13823         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13824         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13825         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13826         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13827         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13828         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13829         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13830         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13831         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13832         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13833         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13834         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13835         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13837 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13839         * plugins/sourceview/sourceview.c:
13840         Select to brace, select block.
13842 2006-02-28  Johannes Schmid <jhs@gnome.org>
13844         * plugins/file-wizard/Makefile.am
13845         plugins/file-wizard/action-callbacks.c (removed)
13846         plugins/file-wizard/action-callbacks.h (removed)
13847         plugins/file-wizard/anjuta-file-wizard.ui
13848         plugins/file-wizard/plugin.c: (activate_plugin),
13849         (deactivate_plugin)
13850         plugins/file-wizard/plugin.h:
13851         Removed Edit->Insert Text submenu (replace by macros plugin)
13852         
13853         * plugins/sourceview/sourceview.c: (sourceview_new),
13854         (ieditor_set_popup_menu):
13855         Fixed some more bugs
13856         
13857         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13859 2006-02-28  Naba Kumar <naba@gnome.org>
13861         * plugins/file-manager/an_file_view.c,
13862         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13863         rows also and with delay 1 sec (the color and timout value should
13864         probably be picked up from some system wide preference key).
13866 2006-02-28  Naba Kumar <naba@gnome.org>
13868         * libanjuta/interfaces/libanjuta.idl,
13869         plugins/document-manager/action-callbacks.c,
13870         plugins/document-manager/plugin.c,
13871         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13872         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13873         Added interface checks in document manager and enable/disable
13874         menus based on supported interface.
13875         
13876         * plugins/project-import/anjuta-project-import.glade: Set some
13877         resonable size for the import dialog.
13879  2006-02-27  Naba Kumar  <naba@gnome.org>
13881         * libanjuta/interfaces/libanjuta.idl,
13882         plugins/document-manager/action-callbacks.c,
13883         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13884         and eol conversion actions.
13886 2006-02-27  Johannes Schmid <jhs@gnome.org>
13887         
13888         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13889         * plugins/file-manager/an_file_view.c
13890         plugins/file-manager/plugin.h:  Added tooltips
13891         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13893 2006-02-26  Naba Kumar  <naba@gnome.org>
13895         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13896         plugins/build-basic-autotools/build-basic-autotools.c,
13897         plugins/build-basic-autotools/build-basic-autotools.h,
13898         plugins/build-basic-autotools/executer.c,
13899         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13900         disable indicator highlights preferences from message manager to
13901         build plugin. Implemented message indicator highlights in build tool.
13902         
13903         * plugins/editor/text_editor.c: Fixed indicators.
13905 2006-02-26  Johannes Schmid <jhs@gnome.org>
13907         * plugins/sourceview/sourceview.c:
13908         - Fixed some bugs
13909         - Added markers
13910         * plugins/subversion/svn_auth.c:
13911         Fixed username/password authentification but there might be a memory corruption
13913 2006-02-26  Naba Kumar  <naba@gnome.org>
13915         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13916         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13917         libanjuta/anjuta-launcher.h: Added documentation.
13919 2006-02-24  Naba Kumar  <naba@gnome.org>
13921         * plugins/editor/text_editor.c: Fixed change in API in
13922         IAnjutaEditorSelection::set().
13923         
13924 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13926         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13927         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13928         libanjuta/interfaces/libanjuta.idl :
13929         Search in sourceview editor (Select in buffer).
13932 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13934         * plugins/sourceview/sourceview.c :
13935         Fixed Replace, to_upper, to_lower.
13936         
13937         * plugins/search/search-replace_backend.c :
13938         Renamed header name.
13940 2006-02-22  Naba Kumar  <naba@gnome.org>
13942         * libanjuta/anjuta-plugin-description.c,
13943         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13944         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13945         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13946         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13947         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13948         
13949         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13950         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13951         
13952 2006-02-21  Naba Kumar  <naba@gnome.org>
13954         * libanjuta/interfaces/libanjuta.idl,
13955         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13956         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13957         interface for editor.
13959 2006-02-21  Naba Kumar  <naba@gnome.org>
13961         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13963         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13964         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13966 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13968         * GTKSOURCEVIEW EDITOR
13969         plugins/sourceview/sourceview.c :
13970         Fixed copy and Goto Line.
13971         
13972         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13973         plugins/macro/plugin.c :
13974         Fixed Insert key word and Insert macro.
13976 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13978         * plugins/document-manager/anjuta-docman.c:
13979         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13980         
13981         * configure.in:
13982         plugins/Makefile.am:
13983         plugins/sourceview/.cvsignore:
13984         plugins/sourceview/Makefile.am:
13985         plugins/sourceview/plugin.c: :
13986         plugins/sourceview/plugin.h:
13987         plugins/sourceview/sourceview.c: 
13988         plugins/sourceview/sourceview.h:
13989         plugins/sourceview/sourceview.plugin:
13990         plugins/sourceview/sourceview.plugin.in:
13991         plugins/sourceview/sourceview.png:
13993         Added sourceview editor plugin
13995 2006-02-19 Naba Kumar  <naba@gnome.org>
13997         * libanjuta/interfaces/libanjuta.idl,
13998         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13999         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
14000         plugins/cvs-plugin/cvs-interface.c,
14001         plugins/document-manager/action-callbacks.c,
14002         plugins/document-manager/action-callbacks.h,
14003         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
14004         plugins/search/plugin.c, plugins/search/search-replace.c,
14005         plugins/search/search-replace_backend.c,
14006         plugins/subversion/subversion-actions.c,
14007         plugins/subversion/subversion-callbacks.c,
14008         plugins/tools/editor.c, plugins/tools/execute.c,
14009         plugins/tools/variable.c: Defined proper editor interfaces and fixed
14010         few fatal warnings.
14012 2006-02-15 Naba Kumar  <naba@gnome.org>
14014         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
14015         within another.
14016         
14017         * libanjuta/interfaces/libanjuta.idl,
14018         plugins/document-manager/anjuta-docman.c,
14019         plugins/document-manager/plugin.c,
14020         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
14021         unnecessary parameters from IAnjutaEditor interface and used proper
14022         types instead of 'gpointer'. Fixed various compiler warnings.
14023         
14024         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
14025         file
14027 2006-02-12 Naba Kumar  <naba@gnome.org>
14029         * po/POTFILES.in: Updated.
14030         
14031 2006-02-11 Naba Kumar  <naba@gnome.org>
14033         * plugins/editor/properties.[cxx,h],
14034         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
14035         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
14036         to sci_prop_*(), because they were conflicting with external
14037         functions (in some ssl library).
14038         
14039 2006-02-08 Naba Kumar  <naba@gnome.org>
14041         Patch from Massimo Cora  <maxcvs@email.it>:
14042         * plugins/valgrind/anjuta-valgrind.schemas,
14043         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
14044         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
14045         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
14046         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
14047         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
14048         plugins/valgrind/vgtoolview.c,
14049         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
14050         before running the debugging session. I've added also a
14051         preference in Anjuta Preferences where you can specify
14052         the path to the valgrind binary. The default is /usr/bin/valgrind.
14053         Now it displays a dialog with the error. [it can be -program
14054         exited- or -file loaded or end of input-]. Some valgrind 3.x
14055         compatibility.
14056         
14057 2006-01-29 Naba Kumar  <naba@gnome.org>
14059         Patch from Massimo Cora  <maxcvs@email.it>:
14060         * configure.in, plugins/Makefile.am,
14061         plugins/valgrind/*: Valgrind plugin (requires
14062         binutils-dev and valgrind to be installed.
14064 2005-01-24 Johannes Schmid <jhs@gnome.org>
14066         * Patch from Eric Greveson <ejg45@cam.ac.uk>
14067         plugins/tools/variables.c:
14068         Added current directory to possible variables
14070         * Patch from Günther Brammer <gbrammer@gmx.de>
14071         plugins/document-manager/anjuta-docman.c:
14072         Fix a crash on opening a file
14074         AUTHORS: Added Günther Brammer
14076 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
14078         * libanjuta/anjuta-launcher.c:
14079         Fix a bug in AnjutaLauncher when output is bigger than buffer
14080         Probably fix bug #315188 and #305134
14082 2005-12-28      Johannes Schmid <jhs@gnome.org>
14083         
14084         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
14085         * src/about.c: Use new gtk about dialog
14086         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
14087         Updated anjuta_ui_add_action_group_entries call
14088         
14089         Patch from Jean Breford <jean.breford@normalesup.org>
14090         and Markus Habermehl <bmh1980de@yahoo.de>:
14091         
14092         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
14093         * AUTHORS: Added Jean and Markus
14095 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14096         * plugins/search/search-replace.c :
14097         Bookmark all matched lines.
14098         * plugins/search/search-replace_backend.c :
14099         Fixed bug (Search in all project files).
14101 2005-12-21      Johannes Schmid <jhs@gnome.org>
14102         
14103         * plugins/search/plugin.c:
14104         Fixed signal names
14105         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
14106         investigation needed.
14107         
14108         AUTHORS: Added Ross Goldner
14110 2005-12-19  Ross Golder  <ross@golder.org>
14112         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
14113         application/xml MIME type.
14115 2005-12-18  Johannes Schmid <jhs@gnome.org>
14116         
14117         po/POTFILES.in: Updated files after directory changes
14118         HACKING: Removed outdated section 3 (anoncvs)
14120 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
14122         * plugins/build-basic-autotools/build-basic-autotools.c:
14123         Save all files in editor before running a command
14125         * plugins/tools/execute.c:
14126         Use document manager plugin instead of each editor for
14127         saving all files
14129 2005-12-15  Johannes Schmid <jhs@gnome.org>
14131         * plugins/document-manager/action-callbacks.c:
14132         (on_save_all1_activate), (on_swap_activate)
14133         plugins/document-manager/anjuta-docman.c:
14134         (on_save_as_filesel_response), (on_notebook_switch_page):
14135         
14136         Fixed some remaining issues in document-manger
14138 2005-12-15      Johannes Schmid <jhs@gnome.org>
14140         * plugins/profile-default/default.anjuta:
14141         Load Search plugin and Message Manager by default
14143 2005-12-14  Johannes Schmid <jhs@gnome.org>
14144         
14145         * plugins/editor/text_editor.c
14146         libanjuta/anjuta-utils.c:
14147         
14148         Check if files differ when gnome-vfs monitoring is used.
14149         (Bug #309688)
14151 2005-12-13  Johannes Schmid <jhs@gnome.org>
14153         * plugins/document-manager/plugin.c:
14154         Only save modified files in ianjuta_file_savable_save() for document-manager
14155         as discussed on mailing list.
14156         
14157         * plugins/cvs-plugin/cvs-callbacks.c:
14158         Fixed dialog handling for empty log message
14160 2005-12-13  Johannes Schmid <jhs@gnome.org>
14162         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
14163         
14164         * plugins/project-manager/* Removed ununsed files
14165         
14166         * plugins/symbol-browser/an_symbol_iter.c
14167         plugins/build-basic-autotools/build-basic-autotools.c
14168         plugins/build-basic-autotools/executer.c
14169         plugins/class-gen/class_gen.c
14170         plugins/class-inheritance/class-inherit.c
14171         plugins/cvs-plugin/cvs-actions.c
14172         plugins/cvs-plugin/cvs-interface.c
14173         plugins/debug-manager/attach_process.
14174         plugins/devhelp/plugin.c
14175         plugins/document-manager/plugin.c
14176         plugins/document-manager/indent_util.c
14177         plugins/editor/properties.cxx
14178         plugins/editor/aneditor.cxx
14179         plugins/editor/style-editor.c
14180         plugins/editor/text_editor.c
14181         plugins/macro/macro_db.c
14182         tagmanager/c.c:
14183         
14184         Use DEBUG_PRINT for debug messages
14186         libanjuta/anjuta-debug.h: Include config.h
14187         
14188         HACKING: Updated (BTW: does anyone read this?)
14189         
14190 2005-12-12  Johannes Schmid <jhs@gnome.org>
14192         Patch from Johan Ersvik <jersvik@fastmail.fm>:
14193         * plugins/gdb/debugger.c
14194         
14195         Fix a crasher in gdb plugin
14196         
14197         * plugins/gtodo/plugin.c
14198         plugins/search/plugin.c
14199         
14200         Fixed bug #305301
14201         
14202         * plugins/document-manager/anjuta-docman.c:
14203         
14204         Fixed error markers 
14205         
14206         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
14207         
14208         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
14209         
14210         * plugins/document-manager/anjuta-docman.c:
14211         highlight changed files in docman popup-menu
14212         * plugins/gdb/debug-tree.c:
14213         plugins/gdb/debugger.c
14214         Do not corupt entire "locals" tree when variable pointer have
14215         additional info and arrays/strucs/unions correctly.
14216         
14218 2005-12-11  Johannes Schmid <jhs@gnome.org>
14220         * plugins/document-manager/anjuta-docman.c
14221         plugins/document-manager/plugin.c
14222         plugins/editor/text_editor.c:
14223         
14224         AUTHORS: Added Johan Ersvik
14226         Fixed "is-dirty" bug and tab ordering
14228 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
14229         
14230         * plugins/editor/aneditor-autocomplete.cxx
14231         plugins/editor/aneditor-calltip.cxx
14232         plugins/editor/aneditor-priv.h
14233         plugins/symbol-browser/an_symbol.c
14234         plugins/symbol-browser/an_symbol_view.c
14235         tagmanager/entry.h
14236         tagmanager/tm_symbol.c
14237         tagmanager/tm_tag.c
14238         tagmanager/include/tm_symbol.h
14239         tagmanager/include/tm_tag.h
14240         tagmanager/c.c
14242         Better pointer recognition in tagmanager and symbol browser
14244 2005-12-11  Johannes Schmid <jhs@gnome.org>
14246         * plugins/search/*: New search plugin derived from search code in old editor
14247         plugin.
14248         
14249         * plugins/document-manager/*: new document-manger which is now seperated from
14250         editor to allow implementation of other editor widgets. Code is mostly derived
14251         from old editor plugin
14253         * plugins/print/* new print plugin which is not fully implemented in the
14254         moment
14256         * plugins/editor/text_editor.c: Added lots of interface code
14257         
14258         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14259         IAnjutaEditorFactory and extended IAnjutaEditor
14260         
14261         * configure.in, plugins/Makefile.am updated build system for new
14262         plugins
14264         This is a huge commit which might still contain some bugs and also has
14265         some fixmes. Things that are not working are the search toolbar because it
14266         does not use the same backend as any other searching function and printing
14267         (easy to fix) because it did not yet implement IAnjutaPrintable.
14269 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14271         * plugins/project-wizard/property.c:
14272         Use newer GtkFileChooser instead of GtkFileSelection with
14273         GnomeFileEntry to avoid a bug
14275         * plugins/project-wizard/install.c:
14276         Avoid an endless loop if project directory is not writable
14277         
14278         * plugins/project-wizard/druid.c:
14279         Allow creating project in empty directory without a
14280         warning
14282 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
14283         
14284         Patch from Massimo Cora <maxcvs@email.it>
14285         * plugins/class-inheritence/class-inherit.c
14286         plugins/class-inheritence/plugin.c
14287         plugins/class-inheritence/plugin.h
14288         configure.in
14289         
14290         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
14291         no longer supported!
14293 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
14294         
14295         Patch from Johan Ersvik <jersvik@fastmail.fm>
14296         * plugins/message-view/message-view.c
14297         plugins/build-basic-autotools/build-basic-autotools.c
14298         plugins/build-basic-autotools/automake-c.filters
14300         This patch correct regex-filters for newer automake
14301         versions
14303 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14305        * plugins/tools/execute.c:
14306        Detect variables inside a word
14308 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14310         * libanjuta/anjuta-status.[ch],
14311         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14312         plugins/editor/anjuta-docman.c :
14313         New anjuta-status procedure.
14315 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14317         *Modified Files:
14318         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14319         plugins/editor/Makefile.am
14320         plugins/editor/anjuta-document-manager.glade
14321         plugins/editor/plugin.c plugins/editor/plugin.h
14322         plugins/editor/text_editor.c plugins/editor/text_editor.h
14323         *Added Files:
14324         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14325         plugins/editor/indent-util.c plugins/editor/indent-util.h
14326         plugins/editor/indent_test.c :
14327         Set and Preview indent preferences parameters.
14328         Saved indent user parameters.
14330 2005-10-27  Naba Kumar  <naba@gnome.org>
14332         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
14333         * plugins/editor/anjuta-docman.c: Restore tab color to normal
14334         theme color for saved documents.
14335         
14336 2005-10-26  Naba Kumar  <naba@gnome.org>
14338         * libanjuta/anjuta-encodings.c: Save changed supported encodings
14339         list. Fixed bug #316731.
14340         
14341 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14343         * tagmanager/tm_symbol.c: Fixed bug #315218
14345 2005-10-23  Adam Weinberger  <adamw@gnome.org>
14347         * plugins/build/build_file.c
14348           plugins/build-basic-autotools/build-basic-autotools.c
14349           plugins/tools/execute.c
14350           plugins/build/compile.c
14351           plugins/build/configurer.c
14352           plugins/debug-manager/plugin.c
14353           plugins/editor/plugin.c
14354           plugins/editor/print.c
14355           plugins/editor/text_editor.c
14356           plugins/file-loader/plugin.c
14357           plugins/file-manager/an_file_view.c
14358           plugins/symbol-browser/an_symbol_view.c
14359           plugins/gdb/debugger.c
14360           plugins/gdb/plugin.c
14361           plugins/glade/plugin.c
14362           plugins/macro/macro-actions.c
14363           plugins/macro/plugin.c
14364           plugins/profile-default/plugin.c
14365           plugins/project-manager/plugin.c
14366           plugins/project-manager/project_import.c
14367           plugins/symbol-browser/plugin.c
14368           plugins/tools/execute.c
14369           src/anjuta.c
14370           src/anjuta-actions.h
14371           src/shell.c:
14372           Correct spacing errors before and after "...".
14374 2005-10-20  Naba Kumar  <naba@gnome.org>
14376         * plugins/gdb/debugger.c: Fixed attach/detach process to
14377         updated UI properly.
14378         
14379 2005-10-18  Naba Kumar  <naba@gnome.org>
14381         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14382         #171314 too).
14383         
14384 2005-10-13  Naba Kumar  <naba@gnome.org>
14385         
14386         * plugins/project-mkfile-import/*: Removed separate import wizard for
14387         makefile based projects (because single widzard handles all wizards).
14389         * plugins/project-import/project-import.c: Made wizard window
14390         transient to main window.
14392         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14393         
14394         * AUTHORS: Added Eric's name in contributors list.
14395         
14396         * configure.in, plugins/Makefile.am,
14397         plugins/project-import/Makefile.am,
14398         plugins/project-import/anjuta-project-import.glade,
14399         plugins/project-import/project-import.c,
14400         plugins/project-import/project-import.h: Import wizard now detects
14401         both makefile and automake projects together instead of separate wizard.
14402         
14403         * plugins/project-wizard/templates/java/project.anjuta,
14404         plugins/project-wizard/templates/mkfile/project.anjuta,
14405         plugins/project-wizard/templates/python/project.anjuta,
14406         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14407         name to make it appropriate.
14409 2005-10-11  Naba Kumar  <naba@gnome.org>
14411         * configure.in: Fixed glade3 version requirement.
14413 2005-09-29  Alexander Shopov  <ash@contact.bg>
14415         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14417 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14419         * plugins/subversion/svn_auth.c
14420         plugins/subversion/anjuta_subversion.glade:
14421         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14423 2005-09-22  Naba Kumar  <naba@gnome.org>
14425         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14427         * configure.in,  plugins/Makefile.am
14428         plugins/project-manager/anjuta-project-manager.plugin.in,
14429         plugins/project-manager/plugin.c,
14430         (added) plugins/project-mkfile-import/.cvsignore,
14431         (added) plugins/project-mkfile-import/Makefile.am,
14432         (added) plugins/project-mkfile-import/
14433             anjuta-project-mkfile-import-plugin.png,
14434         (added) plugins/project-mkfile-import/
14435             anjuta-project-mkfile-import.glade,
14436         (added) plugins/project-mkfile-import/
14437             anjuta-project-mkfile-import.plugin.in,
14438         (added) plugins/project-mkfile-import/plugin.c,
14439         (added) plugins/project-mkfile-import/plugin.h,
14440         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14441         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14442         plugins/project-wizard/templates/Makefile.am,
14443         (added) plugins/project-wizard/templates/mkfile-logo.png,
14444         (added) plugins/project-wizard/templates/mkfile.wiz,
14445         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14446         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14447         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14448         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14449         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14450         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14451         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14452         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14453         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14454         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14455         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14456         Added makefile based project import wizard and wizard template.
14458 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14460         * libanjuta/anjuta-launcher.c: Reduced false password detections
14462 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14464         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14465         messages correctly.a
14467 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14468         
14469         * scintilla/Makefile.am: Changed scintilla library to noinst
14470         * pixmaps/Makefile.am: Install password.png
14471         * libanjuta/anjuta-launcher.c: Changed password detection
14472         to be able to access GNOME CVS with ssh.
14473         
14474 2005-08-31  Naba Kumar  <naba@gnome.org>
14476         * plugins/glade/plugin.c: Set transient window for the widget
14477         dialogs.
14478         
14479 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14481         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14483 2005-08-10  Naba Kumar  <naba@gnome.org>
14485         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14486         as shortcut key for execute.
14488         * src/about.c: Clean up.
14489         
14490         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14491         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14492         entry boxes.
14493         
14494 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14496         * plugins/editor/search-replace_backend.c :
14497         Fixed search in File Patterns.
14499 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14501         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14502         
14503 2005-08-04  Naba Kumar  <naba@gnome.org>
14505         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14506         for pango-1.8 rendering bug.
14507         
14508 2005-08-03  Naba Kumar  <naba@gnome.org>
14510         * plugins/glade/plugin.c: Proper names for plugin widgets.
14511         
14512         * plugins/subversion/anjuta-subversion.glade,
14513         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14514         string allocations. Use passed default values when available.
14515         Set proper focus and dialog default response. Destroy dialog after use.
14516         Return error when appropriate.
14518 2005-08-02  Naba Kumar  <naba@gnome.org>
14520         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14521         for pango-1.8 rendering bug.
14522         
14523 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14525         * scintilla/Makefile.am: Fixed a make -j x bug
14526         
14527 2005-08-02  Johannes Schmid <jhs@gnome.org>
14528         
14529         * plugins/subversion/svn-auth.c: Added username/password 
14530         auto function.
14532 2005-08-01  Naba Kumar  <naba@gnome.org>
14534         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14535         checks for character width calculations.
14536         
14537 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14539         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14541 2005-07-31  Naba Kumar  <naba@gnome.org>
14543         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14544         messup with pango 1.8. Fixed bug #311846.
14546 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14548         * plugins/gdb/memory.c : Fixed bug 305082.
14549         
14550         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14551         plugins/project-wizard/templates/gcj.wiz,
14552         plugins/project-wizard/templates/gnome.wiz,
14553         plugins/project-wizard/templates/gtk.wiz,
14554         plugins/project-wizard/templates/java.wiz,
14555         plugins/project-wizard/templates/python.wiz,
14556         plugins/project-wizard/templates/wxwin.wiz,
14557         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14559 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14561         * plugins/tools/execute.c:
14562         Correct a crash if editor is closed while a tool still use it.
14564 2005-07-28  Naba Kumar  <naba@gnome.org>
14566         * scintilla/*: Updated scintilla from their latest CVS.
14568 2005-07-27  Naba Kumar  <naba@gnome.org>
14570         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14571         plugins/build-basic-autotools/build-basic-autotools.c,
14572         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14573         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14574         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14575         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14576         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14577         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14578         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14579         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14580         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14581         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14582         argument to anjuta_ui_add_action_group_entries() and
14583         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14584         Fixed all plugins to pass translation domain. This fixes untranslated
14585         UI bugs. 
14587 2005-07-27  Naba Kumar  <naba@gnome.org>
14589         * plugins/class-inheritance/class-callbacks.c,
14590         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14591         proper system colors.
14593 2005-07-26  Naba Kumar  <naba@gnome.org>
14595         * ROADMAP: Updated and added more tasks.
14597 2005-07-25  Naba Kumar  <naba@gnome.org>
14599         * ROADMAP: Updated and added more tasks.
14600         
14601 2005-07-24  Naba Kumar  <naba@gnome.org>
14603         * HACKING: Fixed format.
14605 2005-07-24  Naba Kumar  <naba@gnome.org>
14607         * ROADMAP: Fixed format.
14608         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14610 2005-07-24  Naba Kumar  <naba@gnome.org>
14612         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14613         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14615 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14617         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14618         Correct wrong sensitivity setting
14619         
14620         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14621         
14622         * plugins/tools/variable.c:     Add variables for project manager
14624 2005-07-23  Naba Kumar  <naba@gnome.org>
14626         * ROADMAP: updated.
14628 2005-07-23 Naba Kumar  <naba@gnome.org>
14630         * plugins/subversion/Makefile.am,
14631         plugins/subversion/svn-auth.c,
14632         plugins/subversion/svn-auth.h: Added subversion authentication code
14633         stubs.
14634         
14635         * plugins/subversion/subversion-callbacks.c,
14636         plugins/subversion/subversion-callbacks.h,
14637         plugins/subversion/svn-backend-priv.h,
14638         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14639         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14640         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14641         Added file mode line.
14643 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14645         * configure.in: Added 'gl' to ALL_LINGUAS.
14647 2005-07-21 Naba Kumar  <naba@gnome.org>
14649         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14650         the active sources and kill the running process without emitting
14651         signals (which could be fatal because the object is being destroyed).
14652         Incidentally, fixed the crash that happens when stopping an active
14653         debugger session. Disabled debug prints and code clean up.
14654         Fixed bug #305587.
14655         
14656         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14657         message view object, because that prevents many unprocessed outputs
14658         from the cvs command from being appended in view. Does not set NULL
14659         to mesg_view private member (not required) so that any pending outputs
14660         to view is processed.Fixed bug #172666.
14662         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14663         type in supported list.
14664         
14665 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14667         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14668           grammar/spelling fixes.
14670 2005-07-17 Naba Kumar  <naba@gnome.org>
14672         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14673         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14674         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14675         plugins/project-wizard/templates/anjuta-plugin.wiz,
14676         plugins/project-wizard/templates/gcj.wiz,
14677         plugins/project-wizard/templates/gnome.wiz,
14678         plugins/project-wizard/templates/gtk.wiz,
14679         plugins/project-wizard/templates/gtkmm.wiz,
14680         plugins/project-wizard/templates/java.wiz,
14681         plugins/project-wizard/templates/python.wiz,
14682         plugins/project-wizard/templates/terminal.wiz,
14683         plugins/project-wizard/templates/terminal/Makefile.am,
14684         plugins/project-wizard/templates/terminal/po/Makefile.am,
14685         plugins/project-wizard/templates/terminal/src/Makefile.am,
14686         plugins/project-wizard/templates/wxwin.wiz,
14687         plugins/project-wizard/templates/xlib-dock.wiz,
14688         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14689         wizards and updated .wiz files to install them in newly created
14690         projects.
14692 2005-07-16 Naba Kumar  <naba@gnome.org>
14694         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14695         
14696         * plugins/file-manager/an_file_view.c,
14697         plugins/file-manager/plugin.c: Added file manager preferences to
14698         show/hide files ignored by version control (e.g. cvsignore).
14699         
14700         * plugins/editor/text_editor.c: Initialize vfs info struct.
14701         
14702         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14703         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14704         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14705         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14706         omf-install/.cvsignore, pixmaps/.cvsignore,
14707         plugins/file-manager/anjuta-file-manager-plugin.glade,
14708         scintilla/.cvsignore, scintilla/include/.cvsignore,
14709         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14710         tagmanager/python.c: Updated.
14712 2005-07-16 Naba Kumar  <naba@gnome.org>
14714         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14715         Fixed python parser to parser class methods.
14717 2005-07-15 Naba Kumar  <naba@gnome.org>
14719         * plugins/project-wizard/property.c: Used parenthesis to remove
14720         ambiguty.
14721         
14722         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14723         plugins/project-wizard/templates/gcj.wiz,
14724         plugins/project-wizard/templates/gnome.wiz,
14725         plugins/project-wizard/templates/gtk.wiz,
14726         plugins/project-wizard/templates/gtkmm.wiz,
14727         plugins/project-wizard/templates/java.wiz,
14728         plugins/project-wizard/templates/python.wiz,
14729         plugins/project-wizard/templates/terminal.wiz,
14730         plugins/project-wizard/templates/wxwin.wiz,
14731         plugins/project-wizard/templates/xlib-dock.wiz,
14732         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14733         and names.
14735 2005-07-15 Naba Kumar  <naba@gnome.org>
14737         * plugins/project-wizard/templates/java.wiz,
14738         plugins/project-wizard/templates/java/Makefile.am,
14739         plugins/project-wizard/templates/java/project.anjuta,
14740         plugins/project-wizard/templates/python.wiz,
14741         plugins/project-wizard/templates/python/Makefile.am,
14742         plugins/project-wizard/templates/python/project.anjuta: Use different
14743         project files for java and python module where debugger is not
14744         included in the list of plugins.
14746 2005-07-15 Naba Kumar  <naba@gnome.org>
14748         * configure.in, plugins/project-wizard/templates/Makefile.am,
14749         plugins/project-wizard/templates/gcj-logo.png,
14750         plugins/project-wizard/templates/gcj.wiz,
14751         plugins/project-wizard/templates/gcj/.cvsignore,
14752         plugins/project-wizard/templates/gcj/Makefile.am,
14753         plugins/project-wizard/templates/gcj/configure.in.tpl,
14754         plugins/project-wizard/templates/gcj/src/.cvsignore,
14755         plugins/project-wizard/templates/gcj/src/Makefile.am,
14756         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14757         plugins/project-wizard/templates/java-logo.png,
14758         plugins/project-wizard/templates/java.wiz,
14759         plugins/project-wizard/templates/java/configure.in.tpl,
14760         plugins/project-wizard/templates/java/po/Makefile.am,
14761         plugins/project-wizard/templates/java/po/POTFILES.in,
14762         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14763         plugins/project-wizard/templates/java/src/main.java,
14764         plugins/project-wizard/templates/python-logo.png,
14765         plugins/project-wizard/templates/python.wiz,
14766         plugins/project-wizard/templates/python/.cvsignore,
14767         plugins/project-wizard/templates/python/Makefile.am,
14768         plugins/project-wizard/templates/python/configure.in.tpl,
14769         plugins/project-wizard/templates/python/po/.cvsignore,
14770         plugins/project-wizard/templates/python/po/Makefile.am,
14771         plugins/project-wizard/templates/python/po/POTFILES.in,
14772         plugins/project-wizard/templates/python/src/.cvsignore,
14773         plugins/project-wizard/templates/python/src/Makefile.am,
14774         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14775         plugins/project-wizard/templates/python/src/main.py: Added Generic
14776         gcj and python project wizards. Fixed Generic java project to
14777         use _JAVA primary. Update gnome-build from cvs for them to work
14778         correctly.
14780 2005-07-12 Naba Kumar  <naba@gnome.org>
14782         * plugins/project-manager/plugin.c: Automatically determine
14783         project backend by probing.
14784         
14785 2005-07-04 Naba Kumar  <naba@gnome.org>
14787         * Makefile.am: Do not install old anjuta.glade file which conflicts
14788         with newer src/anjuta.glade.
14790 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14792         * plugins/an_symbol_prefs.c:
14793         Sort list of available symbol files
14795 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14797         * plugins/build-basic-autotools.c:
14798         Fixed #307810
14799         
14800         * plugins/gtodo/libgtodo.c:
14801         Possible fix for #307800
14803         * libanjuta/anjuta-encodings.c
14804         libanjuta/anjuta-launcher.c
14805         libanjuta/anjuta-preference-dialog.c
14806         libanjuta/anjuta-preferences.c
14807         libanjuta/anjuta-ui.c
14808         libanjuta/anjuta-util.c
14809         libanjuta/cell-renderer-captioned-image.c
14810         libanjuta/plugin.c:
14811         
14812         Patch from de_lupus@pandora.be (Kristof Vansant):
14813         Replaced deprecated gnome-i18n.h
14814         Closed #309153
14816 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14817         
14818         * plugins/subversion/anjuta-subversion.glade
14819         plugins/subversion/anjuta-subversion.ui
14820         plugins/subversion/plugin.c
14821         plugins/subversion/subversion-actions.c
14822         plugins/subversion/subversion-callbacks.h
14823         plugins/subversion/subversion-callbacks.c
14824         plugins/subversion/svn-backend-priv.h
14825         plugins/subversion/svn-backend.h
14826         plugins/subversion/svn-backend.c
14827         plugins/subversion/svn-thread.h
14828         plugins/subversion/svn-thread.c:
14829         
14830         Implemented Subversion diff
14831         
14832 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14833         
14834         * plugins/build-basic-autotools/build-basic-autotools.c:
14835         Fixed crash bug! Might be useful to release 2.0.2 soon
14836         because this bug will crash any build which produces errors
14837         or warnings
14839 === Anjuta 2.0.1 ===
14841 2005-06-27 Naba Kumar  <naba@gnome.org>
14843         * plugins/tools/execute.c: Formated code.
14844         
14845 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14847         * plugins/build-basic-autotools/build-basic-autotools.c:
14848         Remove two memory leaks
14849         Check command output versus untranslated strings too
14851         * plugins/tools/execute.c:
14852         Remove two memory leaks
14853         Check command output versus untranslated strings too
14854         Remove description message
14856         * plugins/tools/fileop.c:
14857         Escape tool name in xml configuration file
14859 2005-05-26 Naba Kumar  <naba@gnome.org>
14861         * configure.in: Bumped version to 2.0.1
14862         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14864         * plugins/tools/execute.c: Fixed clickable messages.
14865         * NEWS: Updated.
14867         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14868         Deactivate glade plugin when last glade project is closed. Reorder
14869         glade widgets in layout. Change glade project when user selects a
14870         new project. Removed project from the list when user closes it. Fixed
14871         glade project file loading from URI. Save and restored loaded glade
14872         projects in/from session.
14874         * plugins/class-gen/action-callbacks.c,
14875         plugins/class-gen/anjuta-class-gen-plugin.glade,
14876         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14877         plugins/file-wizard/anjuta-file-wizard.glade,
14878         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14879         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14880         "Add to project" correctly. Use the source file path returned after
14881         adding to project. Fixed memory leaks. Deactivate wizard plugins
14882         after use.
14883         
14884         * plugins/project-manager/plugin.c,
14885         plugins/project-wizard/anjuta-project-wizard.glade,
14886         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14887         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14888         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14889         project-wizard preference page to anjuta app, because they are
14890         more appropriated as general preferences. Renamed username and
14891         useremail properties keys.
14892         
14893         * po/POTFILES.in: Updated.
14895         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14896         saved at closing.
14897         
14898         * plugins/file-loader/plugin.c: Do not use static variable to store
14899         created submenu in factory. Fixed crash in anjuta exit.
14900         
14901 2005-05-24 Naba Kumar  <naba@gnome.org>
14903         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14904         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14905         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14906         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14907         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14908         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14909         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14910         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14911         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14912         
14913         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14914         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14915         plugins/build-basic-autotools/build-basic-autotools.c,
14916         plugins/build-basic-autotools/build-basic-autotools.h,
14917         plugins/build-basic-autotools/executer.c,
14918         plugins/build-basic-autotools/executer.h,
14919         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14920         plugins/tools/variable.c: Added an extra argument to
14921         anuta_util_dialog_input() to pass default value. Save/load project
14922         configure and execution parameters in/from session.
14924         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14925         symbol browser is loaded.
14926         
14927         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14928         freeze/thaw.
14930         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14931         deactivate would not start shell.
14933 2005-05-24 Naba Kumar  <naba@gnome.org>
14935         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14936         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14937         libegg/egg-submenu-action.c, libegg/test-actions.c,
14938         plugins/build-basic-autotools/build-basic-autotools.c,
14939         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14940         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14941         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14942         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14943         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14944         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14945         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14946         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14947         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14948         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14950 2005-05-24 Naba Kumar  <naba@gnome.org>
14952         * data/properties/styles.properties: Fixed defalt font.
14954         * plugins/editor/search-replace.c,
14955         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14956         project openness wihtout activating project-manager plugin (i.e.
14957         using anjuta_shell_get()).
14958         
14959         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14960         - Completed add_source(), add_group() and add_target() methods of
14961         IAnjutaProjectManager.
14962         - Change their definition to return the added element (or NULL).
14963         - Used interface API for project main menus and 'add to project'
14964         from file-manager context menu.
14965         - Select proper default target/group when prompting for adding
14966         source/target/group.
14967         - Do not expand all nodes in selection tree when default selection
14968         are given (eases navigation in big projects).
14969         - Code clean ups.
14970         - Marked strings for translation.
14972 2005-05-23 Naba Kumar  <naba@gnome.org>
14974         * src/anjuta-app.c: Save menu accelerators on change.
14975         * NEWS: Updated.
14976         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14977         save-as dialog (leading to crash later).
14979 2005-05-22 Naba Kumar  <naba@gnome.org>
14981         * NEWS: Updated.
14982         * AUTHORS: Added developers for other projects. Updated.
14983         * TODO.tasks: Updated.
14984         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14985         
14986 2005-05-22 Naba Kumar  <naba@gnome.org>
14988         * plugins/tools/execute.c: Make parsable lines distinct by adding
14989         a "Click me" description in the message. Allow tools to open arbibrary
14990         file in editory using gdb-styled annotation (The line starts with two
14991         \032 characters followed by the file:line).
14992         
14993         * plugins/tools/scripts/prepare-changelog.pl,
14994         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14995         ChangeLog file itself and open it.
14997 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14999         * plugins/tools/execute.c:
15000         Parse output in message pane
15001         Correct a crash on plugin deactivation
15003         * plugins/tools/fileop.c,
15004         plugins/tools/tool.c,
15005         plugins/tools/tool.h:
15006         Load only valid tools
15008 2005-06-21  Naba Kumar  <naba@gnome.org>
15010         * anjuta.spec.in: Fixed devel package requirement.
15012         * plugins/message-view/message-view.c: Scroll message on next/previous.
15014         * TODO.tasks: Updated.
15016         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15017         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15018         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15019         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15020         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15021         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15022         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15023         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15025         * libanjuta/anjuta-preferences.c,
15026         plugins/build-basic-autotools/build-basic-autotools.c,
15027         plugins/build-basic-autotools/executer.c,
15028         plugins/class-gen/action-callbacks.c,
15029         plugins/class-gen/action-callbacks.h,
15030         plugins/class-gen/class_gen.c,
15031         plugins/cvs-plugin/cvs-interface.c,
15032         plugins/debug-manager/attach_process.c,
15033         plugins/debug-manager/plugin.c,
15034         plugins/debug-manager/utilities.c,
15035         plugins/debug-manager/utilities.h,
15036         plugins/editor/aneditor-autocomplete.cxx,
15037         plugins/editor/aneditor.cxx,
15038         plugins/editor/search-replace.c,
15039         plugins/editor/search-replace_backend.c,
15040         plugins/gdb/breakpoints.c,
15041         plugins/gdb/registers.c,
15042         plugins/patch/plugin.c,
15043         plugins/project-wizard/druid.c,
15044         plugins/project-wizard/install.c,
15045         plugins/subversion/plugin.c,
15046         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
15047         codes.
15049         * plugins/class-gen/action-callbacks.c,
15050         plugins/project-wizard/parser.c,
15051         plugins/project-wizard/property.c,
15052         plugins/project-wizard/values.c,
15053         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
15055         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
15056         alphabetically
15058 2005-06-20  Naba Kumar  <naba@gnome.org>
15060         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
15061         manuals/reference/libanjuta/tmpl/e-splash.sgml,
15062         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15063         
15064         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
15065         exit idle function.
15066         
15067         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
15068         Fixed possible memory corruption.
15070         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
15071         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
15072         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
15073         progress bar increment and added progress status for symbol refresh
15074         and project loading.
15075         
15076         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
15077         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
15078         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
15079         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
15080         bar.
15082         * TODO.tasks: Updated.
15084 2005-06-19  Naba Kumar  <naba@gnome.org>
15086         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
15087         Fixed warning.
15088         
15089         * plugins/project-import/project-import.c: Deactivate plugin when done.
15090         
15091 2005-06-18  Naba Kumar  <naba@gnome.org>
15093         * plugins/profile-default/plugin.c: Fixed error when loading another
15094         project while a project is still loaded.
15095         
15096         * plugins/project-manager/plugin.c: Used (newly added) group-activated
15097         signal from gnome-build to popup group properties.
15098         
15099         * src/anjuta.c: Load default session by default.
15101         * po/POTFILES.in: Added missing files.
15102         
15103         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
15104         activate plugin on load (activate it separately). Connect to activate
15105         and deactivate signals for housekeeping, so that if plugins are
15106         activated or deactivate externally, they are properly recorded.
15107         
15108         * plugins/profile-default/plugin.c: Save profile before a project
15109         is loaded so that it could be restored when project is closed.
15110         
15111         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
15113 2005-06-17  Naba Kumar  <naba@gnome.org>
15115         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
15116         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
15117         for project. The plugins loaded for the project is restored when project
15118         is loaded next time.
15119         
15120         * TODO.tasks: Updated.
15121         
15122 2005-06-15  Naba Kumar  <naba@gnome.org>
15124         * plugins/tools/scripts/find-fixmes.pl,
15125         (new) plugins/tools/scripts/translation-status.pl,
15126         plugins/tools/scripts/tools-2.xml.in,
15127         plugins/tools/scripts/Makefile.am,
15128         plugins/tools/scripts/prepare-changelog.pl: Added translation
15129         status script. Completed find-fixmes.pl script. Fixed bugs.
15131         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
15132         tool path.
15134 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15136         * plugins/message-view/anjuta-message-manager-plugin.glade :
15137         renamed "messages.tag.position" to "messages.tab.position".
15138         plugins/message-view/anjuta-msgman.c : 
15139         Messages tab position prefrences.
15140         
15141 2005-06-14  Naba Kumar  <naba@gnome.org>
15143         * (new) plugins/tools/scripts/find-fixmes.pl,
15144         (new) plugins/tools/scripts/tools-2.xml.in,
15145         (new) plugins/tools/scripts/Makefile.am,
15146         (new) plugins/tools/scripts/prepare-changelog.pl,
15147         plugins/tools/plugin.h, plugins/tools/fileop.c,
15148         plugins/tools/Makefile.am, configure.in: Added system tools.
15150 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
15152         * plugins/tools/editor.c:
15153         Take care of creating .anjuta directory if missing
15155 2005-06-10  Naba Kumar  <naba@gnome.org>
15157         * configure.in: Increased gnome-build required to version 0.1.2.
15158         
15159         * plugins/project-manager/plugin.c: Fixed target/group removal.
15160         Fixed memory leaks.
15161         
15162 2005-06-10  Naba Kumar  <naba@gnome.org>
15164         * plugins/project-manager/plugin.c: Implemented target/group
15165         configuration (update gnome-build module from cvs).
15166         
15167 2005-06-07  Naba Kumar  <naba@gnome.org>
15169         Patch from: Massimo Cora'  <maxcvs@email.it>:
15170         * plugins/class-inheritance/Makefile.am,
15171         plugins/class-inheritance/class-inherit.c,
15172         plugins/class-inheritance/class-inherit.h,
15173         plugins/class-inheritance/plugin.c,
15174         plugins/class-inheritance/plugin.h,
15175         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
15176         expanded view of classes in hierarchy canvas (collapsable again).
15177         
15178 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
15180         * scintilla/patches/scintilla-64-bit.diff (added)
15181         * plugins/patch/patch-plugin.c:
15182         Conditional build for GTK 2.4 and GTK 2.6
15184 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
15186         * plugins/tools/anjuta-tools.glade,
15187         plugins/tools/editor.c,
15188         plugins/tools/plugin.h,
15189         plugins/tools/fileop.c:
15190         Add a check box to edit an user script
15191         Correct a few memory leak
15193         * plugins/tools/execute.c,
15194         plugins/tools/tool.c,
15195         plugins/tools/tool.h:
15196         Move utility remove_mnemonic function in tool.c
15197         Small fix
15199 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
15201         Patch from sbrabec@suse.cz:
15202         * configure.in
15203         scintilla/include/Scintilla.h:
15204         
15205         Fix 64-Bit warnings in gcc 4
15207 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
15208         
15209         * plugins/patch/patch_plugin.c
15210         plugins/patch/patch.h
15211         plugin/patch/patch-plugin.glade
15212         plugin/patch/Makefile.am:
15213         
15214         Changed patch plugin to use libglade and new gtk 2.6 widgets
15216 2005-05-31  Naba Kumar  <naba@gnome.org>
15218         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15219         * plugins/editor/text_editor.c: Don't show error
15220         for empty files.
15221         
15222 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
15223         
15224         * plugins/message-view/anjuta-message-manager.ui,
15225         plugins/message-view/anjuta-msgman.c,
15226         plugins/message-view/anjuta-msgman.h,
15227         plugins/message-view/message-view.c,
15228         plugins/message-view/message-view.h,
15229         plugins/message-view/plugin.c:
15230         Add a popup menu in messages panes
15231         Move save message pane option in it
15233 2005-05-28  Naba Kumar  <naba@gnome.org>
15235         * data/properties/styles.properties: Fixed default font
15236         names and sizes.
15238         * plugins/editor/style-editor.c: cleanup.
15239         
15240 2005-05-25  Naba Kumar  <naba@gnome.org>
15242         * plugin/gdb/plugin.c: Start gdb even if the program does
15243         not exists. Fixes bug #305074
15244         
15245 2005-05-24  Naba Kumar  <naba@gnome.org>
15247         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
15248         * configure.in: graphviz pkgconfig path.
15250 2005-05-24  Naba Kumar  <naba@gnome.org>
15252         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
15253         * TODO.tasks: Updated.
15254         
15255 2005-05-22  Naba Kumar  <naba@gnome.org>
15257         * anjuta.spec.in: Fixed spec file
15258         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15260 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
15261         
15262         * TODO.tasks: Updated.
15264         * plugins/message-view/anjuta-message-manager.ui,
15265         plugins/message-view/message-view.c,
15266         plugins/message-view/message-view.h,
15267         plugins/message-view/plugin.c:
15268         Add shortcut for next and previous message
15269         Add a save message menu item
15270         Fix a bug in previous message
15272 2005-05-21  Naba Kumar  <naba@gnome.org>
15274         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15275         doc/Makefile.am, global-tags/create_global_tags.sh,
15276         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15277         and rpm package creation. Fixed installation paths.
15278         
15279         * plugins/editor/anjuta-document-manager.glade,
15280         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15281         and indent options.
15282         
15283         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15285 2005-05-21  Naba Kumar  <naba@gnome.org>
15287         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15288         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15289         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15290         tagmanager/Makefile.am: Fixed paths configure variables to take
15291         automake configure variables instead of hardcoding.
15293         * global-tags/tm_global_tags.c: Formated code.
15295         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15296         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15297         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15298         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15299         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15300         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15301         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15302         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15303         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15305 2005-05-20  Naba Kumar  <naba@gnome.org>
15307         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15308         and fixed rpm spec file (more testing required).
15309         
15310         * data/gdb.init: Don't set gdb prompt.
15311         
15312         * mime/Makefile.am: run update-mime-data only on system-wide install.
15313         
15314         * plugins/gdb/Makefile.am: Install plugin at correct paths.
15316 2005-05-19  Naba Kumar  <naba@gnome.org>
15318         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15319         while it's not visible.
15321         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
15322         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15323         
15324 2005-05-19  Naba Kumar <naba@gnome.org>
15326         * configure.in: Fixed subversion checks. Added
15327         --disable-plugin-subversion and --disable-plugin-glade
15328         configure flags to manually turn off their plugin builds.
15330         * plugins/editor/plugin.c: Save and restore current editor line
15331         positions in session.
15333 2005-05-18  Naba Kumar  <naba@gnome.org>
15335         * AUTHORS: Fixed email address.
15336         
15337         * libanjuta/anjuta-utils.c,
15338         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15339         when the projectmanager toplevel is not a window. Check for valid
15340         gtkwindow type before using the passed window as parent for anjuta
15341         dialogs.
15343 2005-05-17  Naba Kumar  <naba@gnome.org>
15345         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15346         
15347         * plugins/cvs-plugin/Makefile.am,
15348         plugins/devhelp/plugin.c,
15349         plugins/file-loader/Makefile.am,
15350         plugins/macro/Makefile.am,
15351         plugins/message-view/Makefile.am,
15352         plugins/patch/Makefile.am,
15353         plugins/project-manager/Makefile.am,
15354         plugins/subversion/Makefile.am,
15355         plugins/symbol-browser/Makefile.am: Removed -module flags
15356         from libtool flags
15358         * MAINTAINERS: Added file so that I could recieve bugzilla
15359         reports.
15361         * plugins/glade/plugin.c: Fixed compile error.
15363 === Anjuta 2.0.0 ===
15365 2005-05-15  Naba Kumar  <naba@gnome.org>
15367         * configure.in: Adjusted gdl version requirement. Bumped anjuta
15368         version to 2.0.0.
15370         * plugins/symbol-browser/an_symbol_view.c,
15371         plugins/symbol-browser/plugin.c,
15372         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15373         symbols have been updated. Reset file symbols when update
15374         occurs. Fixed memory leaks.
15376         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15377         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15378         
15379 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15381         * plugins/tools/anjuta-tools.glade:
15382         Remove unused parameter dialog
15384         * plugins/tools/dialog.c,
15385         plugins/tools/fileop.c,
15386         plugins/tools/fileop.h,
15387         plugins/tools/tool.c,
15388         plugins/tools/tool.h,
15389         plugins/tools/variable.c:
15390         Add a few comments and cleanups
15392         * plugins/tools/editor.c,
15393         plugins/tools/editor.h:
15394         Remove code from previous plugin and add comments
15395         Use main window as parent (instead of tool list)
15397         * plugins/tools/execute.c,
15398         plugins/tools/execute.h:
15399         Remove code from previous plugin and add comments
15400         Fix warnings
15402 2005-05-14  Naba Kumar  <naba@gnome.org>
15404         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15405         release.
15406         
15407         * configure.in: Fixed
15408         
15409         * plugins/class-inheritance/class-inheritance.png: New icon.
15410         
15411         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15412         screws up when reparented.
15414 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15416         * plugins/editor/search-replace.c,
15417         plugins/editor/search-replace_backend.c
15418         plugins/project-manager/plugin.c : Clear find pane if searching same 
15419         expression. Clean code.
15421 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15423         * configure.in: Added ne in ALL_LINGUAS
15424         
15425 2005-05-13  Naba Kumar  <naba@gnome.org>
15427         * configure.in: Fixed glade-3 version.
15428         
15429         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15430         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15431         plugins/gdb/watch.c: Update locals, watch and frame document on
15432         frame change.
15434 2005-05-12  Naba Kumar  <naba@gnome.org>
15436         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15437         scope autocompletion when the function definition is incomplete.
15438         
15439         * plugins/class-gen/anjuta-class-gen.plugin.in,
15440         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15441         plugins/gdb/plugin.c,
15442         plugins/glade/anjuta-glade.plugin.in,
15443         plugins/project-import/anjuta-project-import.plugin.in,
15444         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15445         titles for the wizards.
15447 2005-05-11  Naba Kumar  <naba@gnome.org>
15449         * configure.in, plugins/debug-manager/Makefile.am,
15450         plugins/debug-manager/plugin.c,
15451         (added) plugins/debug-manager/images/.cvsignore,
15452         (added) plugins/debug-manager/images/Makefile.am,
15453         (added) plugins/debug-manager/images/detach-16.png,
15454         (added) plugins/debug-manager/images/detach.png,
15455         (added) plugins/debug-manager/images/step-into-16.png,
15456         (added) plugins/debug-manager/images/step-into.png,
15457         (added) plugins/debug-manager/images/step-out-16.png,
15458         (added) plugins/debug-manager/images/step-out.png,
15459         (added) plugins/debug-manager/images/step-over-16.png,
15460         (added) plugins/debug-manager/images/step-over.png,
15461         plugins/gdb/Makefile.am,
15462         plugins/gdb/breakpoints.c,
15463         plugins/gdb/plugin.c,
15464         (added) plugins/gdb/images/.cvsignore,
15465         (added) plugins/gdb/images/Makefile.am,
15466         (added) plugins/gdb/images/breakpoint.png,
15467         (added) plugins/gdb/images/locals.png,
15468         (added) plugins/gdb/images/stack.png,
15469         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15470         'remove all'. Added debugger icons.
15472         * plugins/editor/text_editor.c: Fixed file monitor.
15474         Patch from: Massimo Cora'  <maxcvs@email.it>
15475         * plugins/patch/anjuta-patch-plugin.png,
15476         plugins/class-gen/Makefile.am,
15477         plugins/class-gen/action-callbacks.c,
15478         plugins/class-gen/class_gen.c,
15479         plugins/class-gen/class_logo.xpm: Implemented vcs
15480         file addions. New icons by Fabio Zecchini
15482 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15484         * libanjuta/interfaces/libanjuta.idl
15485         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15486         plugins/editor/search-replace_backend.c
15487         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15489 2005-05-11  Naba Kumar  <naba@gnome.org>
15490         
15491         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15492         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15493         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15494         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15495         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15496         memory leaks.
15497         
15498         * plugins/symbol-browser/an_symbol_prefs.c,
15499         plugins/symbol-browser/an_symbol_search.c,
15500         plugins/symbol-browser/an_symbol_view.c,
15501         plugins/symbol-browser/an_symbol_view.h,
15502         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15504 2005-05-11  Naba Kumar  <naba@gnome.org>
15506         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15507         
15508         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15509         progress bar location at create time, instead of hardcoding.
15510         
15511         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15512         Added mini splash screen.
15513         
15514         * plugins/editor/text_editor.c: Do not produce warning when file
15515         monitor could not be created.
15516         
15517         * plugins/profile-default/plugin.c: Save project session on exit.
15518         Show mini splash with progress bar at profile load.
15520 2005-05-10  Naba Kumar  <naba@gnome.org>
15522         * configure.in, manuals/Makefile.am: Fixed compile flags.
15523         Disable outdated manuals builds.
15524         
15525         * global-tags/Makefile.am: Uninstall tags files on
15526         'make uninstall'
15527         
15528         * libegg/Makefile.am: Use configured deprecated flags.
15529         
15530         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15531         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15532         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15533         Updated.
15534         
15535         * mime/Makefile.am: Take DESTDIR into account.
15536         
15537         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15538         
15539         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15540         on scope autocompletion.
15541         
15542         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15543         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15544         shared libs and static libs paths for debugging. Order them
15545         correctly.
15546         
15547         * po/POTFILES.in: Updated.
15549 2005-05-09  Naba Kumar  <naba@gnome.org>
15551         * libanjuta/interfaces/libanjuta.idl,
15552         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15553         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15554         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15555         Implemented debugger source directory search and emits location changed
15556         signal with absolute path of the file.
15558         * plugins/tools/tool.c: Fixed compile errors.
15559         
15560 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15562         * plugins/tools/anjuta-tools.glade,
15563         plugins/tools/dialog.h,
15564         plugins/tools/dialog.c,
15565         plugins/tools/plugin.c,
15566         plugins/tools/editor.c:
15567         Improve graphical user interface
15568         Remove old code
15569         Correct an error on close
15570         Some cleanups
15572         * plugins/tools/fileop.c,
15573         plugins/tools/tool.h,
15574         plugins/tools/tool.c:
15575         Change the tool internal structure
15576         Support having tools configuration in several places
15578 2005-05-08  Naba Kumar  <naba@gnome.org>
15580         * plugins/gdb/actions.c,
15581         (removed) plugins/gdb/registers_cbs.c,
15582         (removed) plugins/gdb/registers_cbs.h,
15583         (removed) plugins/gdb/registers_gui.c,
15584         (removed) plugins/gdb/sharedlib_cbs.c,
15585         (removed) plugins/gdb/sharedlib_cbs.h,
15586         (removed) plugins/gdb/sharedlib_gui.c,
15587         (removed) plugins/gdb/signals_cbs.c,
15588         (removed) plugins/gdb/signals_cbs.h,
15589         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15591 2005-05-08  Naba Kumar  <naba@gnome.org>
15593         * plugins/build-basic-autotools/executer.c: Fixed programs
15594         listing dialog.
15595         
15596         * plugins/debug-manager/Makefile.am,
15597         plugins/debug-manager/anjuta-debug-manager.glade,
15598         plugins/debug-manager/plugin.c,
15599         plugins/gdb/Makefile.am: Used libglade for programs listing
15600         dialog.
15601         
15602         * (added) plugins/gdb/pointer.png: Stack pointer image.
15603         
15604         * libanjuta/anjuta-marshal.list,
15605         pixmaps/Makefile.am,
15606         plugins/gdb/actions.c,
15607         plugins/gdb/actions.h,
15608         plugins/gdb/anjuta-gdb-plugin.ui,
15609         plugins/gdb/anjuta-gdb.glade,
15610         plugins/gdb/breakpoints.c,
15611         plugins/gdb/breakpoints.h,
15612         plugins/gdb/debug_tree.c,
15613         plugins/gdb/debug_tree.h,
15614         plugins/gdb/debugger.c,
15615         plugins/gdb/debugger.h,
15616         plugins/gdb/gdbmi-test.c,
15617         plugins/gdb/gdbmi.c,
15618         plugins/gdb/gdbmi.h,
15619         plugins/gdb/info.c,
15620         plugins/gdb/info.h,
15621         plugins/gdb/locals.c,
15622         plugins/gdb/locals.h,
15623         plugins/gdb/memory.c,
15624         plugins/gdb/memory.h,
15625         plugins/gdb/plugin.c,
15626         plugins/gdb/plugin.h,
15627         plugins/gdb/registers.c,
15628         plugins/gdb/registers.h,
15629         plugins/gdb/registers_cbs.c,
15630         plugins/gdb/registers_cbs.h,
15631         plugins/gdb/registers_gui.c,
15632         plugins/gdb/sharedlib.c,
15633         plugins/gdb/sharedlib.h,
15634         plugins/gdb/sharedlib_cbs.c,
15635         plugins/gdb/sharedlib_cbs.h,
15636         plugins/gdb/sharedlib_gui.c,
15637         plugins/gdb/signals.c,
15638         plugins/gdb/signals.h,
15639         plugins/gdb/signals_cbs.c,
15640         plugins/gdb/signals_cbs.h,
15641         plugins/gdb/signals_gui.c,
15642         plugins/gdb/stack_trace.c,
15643         plugins/gdb/stack_trace.h,
15644         plugins/gdb/utilities.c,
15645         plugins/gdb/utilities.h,
15646         plugins/gdb/watch.c,
15647         plugins/gdb/watch.h,
15648         plugins/gdb/watch_cbs.c,
15649         plugins/gdb/watch_cbs.h,
15650         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15651         it for all debugger component updates and listing. Implemented
15652         user custom debugger command window. Fixed all debugger components
15653         to work correctly. Implemented debugger as GObject. Removed
15654         deprecated codes.
15655         
15656 2005-05-06  Naba Kumar  <naba@gnome.org>
15657         
15658         * TODO.tasks: Updated.
15659         
15660         * plugins/build-basic-autotools/Makefile.am,
15661         plugins/file-loader/Makefile.am,
15662         plugins/profile-default/Makefile.am,
15663         plugins/sample1/Makefile.am,
15664         plugins/symbol-browser/images/Makefile.am,
15665         src/Makefile.am: Fixed 'make distcheck' errors.
15667         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15668         updates.
15670         * tagmanager/tm_workspace.c: Include prototypes in getting
15671         scope members.
15673 2005-05-06  Naba Kumar  <naba@gnome.org>
15675         * TODO.tasks: Updated.
15676         
15677         * configure.in, plugins/cvs-plugin/Makefile.am,
15678         plugins/debug-manager/Makefile.am,
15679         plugins/devhelp/Makefile.am,
15680         plugins/editor/Makefile.am,
15681         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15682         
15683         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15684         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15685         interfaces.
15686         
15687         * tagmanager/tm_workspace.c,
15688         tagmanager/include/tm_workspace.h,
15689         plugins/editor/aneditor-autocomplete.cxx,
15690         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15691         to return all matching tag types when no name is given instead of
15692         returning empty array.
15693         
15694         * plugins/symbol-browser/Makefile.am,
15695         (added) plugins/symbol-browser/an_symbol.c,
15696         (added) plugins/symbol-browser/an_symbol.h,
15697         plugins/symbol-browser/an_symbol_info.c,
15698         plugins/symbol-browser/an_symbol_info.h,
15699         (added) plugins/symbol-browser/an_symbol_iter.c,
15700         (added) plugins/symbol-browser/an_symbol_iter.h,
15701         plugins/symbol-browser/an_symbol_search.c,
15702         plugins/symbol-browser/an_symbol_view.c,
15703         plugins/symbol-browser/an_symbol_view.h,
15704         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15705         plugins/symbol-browser/plugin.c,
15706         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15707         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15708         plugin and implemented IAnjutaIterable interface for symbol search
15709         and iteration.
15711         * plugins/class-inheritance/Makefile.am,
15712         plugins/class-inheritance/class-inherit.c,
15713         plugins/class-inheritance/class-inherit.h,
15714         plugins/class-inheritance/plugin.h: Use the newly added
15715         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15716         get rid of libanjuta-ctags.la dependencies.
15718 2005-05-02  Naba Kumar  <naba@gnome.org>
15720         * plugins/class-inheritance/class-inherit.c,
15721         plugins/class-inheritance/plugin.c,
15722         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15723         be found for a class. Formated code.
15725         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15726         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15727         of editor tabs.
15728         
15729 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15731         * libanjuta/anjuta-launcher.c:
15732         Keep trying sending data until all bytes have been written
15734         * plugins/tools/anjuta-tools.glade,
15735         plugins/tools/editor.c:
15736         Add a combo box to defined data from stdin
15738         * plugins/tools/execute.c:
15739         Send data in stdin if needed
15740         Code cleanups
15742         * plugins/tools/fileop.c,
15743         plugins/tools/tool.h,
15744         plugins/tools/tool.c:
15745         Store, load and save stdin data
15746         Use tools-2.xml instead of tools.xml
15748         * plugins/tools/plugin.c,
15749         plugins/tools/plugin.h:
15750         Code cleanups
15752         * plugins/tools/dialog.c,
15753         plugins/tools/dialog.h:
15754         Few code cleanups
15756         * plugins/tools/variable.c,
15757         plugins/tools/variable.h:
15758         Add editor related variables
15759         Code cleanups
15761 2005-04-29  Naba Kumar  <naba@gnome.org>
15763         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15765         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15766         
15767         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15768         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15769         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15770         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15771         working on gdb MI interface. Completed MI parser interface.
15773         Patch from  Massimo Cora <maxcvs@email.it>:
15774         * plugins/class-inheritance/Makefile.am,
15775         plugins/class-inheritance/class-inherit.c,
15776         plugins/class-inheritance/class-inherit.h,
15777         plugins/class-inheritance/plugin.c,
15778         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15779         Used system theme for colors. Display class members on mouse click.
15780         
15781 2005-04-28  Naba Kumar  <naba@gnome.org>
15783         * plugins/symbol-browser/an_symbol_prefs.c
15784         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15785         implementation to create/add/remove custom tags files in symbol
15786         brower preferences.
15788         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15789         EXTRA_DIST.
15791         * plugins/project-import/project-import.c: Fixed memory leaks and
15792         use correct debug prints.
15793         
15794         * TODO.tasks: Updated.
15795         
15796 2005-04-27  Naba Kumar  <naba@gnome.org>
15798         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15799         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15800         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15802         * plugins/editor/anjuta-docman.c,
15803         plugins/editor/anjuta-docman.h,
15804         plugins/editor/plugin.c: Emit editor-added signal from docman
15805         and connect signals to new editor correctly.
15807         * plugins/class-inheritance/plugin.c,
15808         plugins/symbol-browser/plugin.c: Added stock icons.
15809         
15810         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15811         plugins/build-basic-autotools/executer.c,
15812         plugins/build-basic-autotools/executer.h: Added missing files
15813         for the execute programs implementation.
15815 2005-04-26  Naba Kumar  <naba@gnome.org>
15816         
15817         * TODO.tasks: Updated.
15819         * plugins/file-loader/plugin.c,
15820         plugins/project-import/anjuta-project-import.plugin.in,
15821         plugins/project-import/plugin.c,
15822         plugins/project-import/project-import.c,
15823         plugins/project-import/project-import.h: Be able to import older
15824         anjuta projects.
15826 2005-04-26  Naba Kumar  <naba@gnome.org>
15828         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15829         removing it from the shell.
15831         * libanjuta/anjuta-shell.c,
15832         libanjuta/anjuta-shell.h,
15833         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15834         so that widget additions are freezed or thaw using a pending queue.
15835         Fixded UI flicker while loading projects.
15837 2005-04-26  Naba Kumar  <naba@gnome.org>
15839         * TODO.tasks: Updated.
15840         
15841         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15842         IAnjutaBuildable interface.
15843         
15844         * plugins/build-basic-autotools/Makefile.am,
15845         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15846         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15847         plugins/build-basic-autotools/build-basic-autotools.c,
15848         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15849         interface and UI for executing project/file programs. Implemented
15850         IAnjutaFile interface so that executables could be opened directly.
15851         
15852         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15853         Authors line (Reserved for external plugins, which do not have a way to
15854         show their credits).
15855         
15856         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15857         [File Loader] group for menu labels (default to "Name" if it is not
15858         defined.
15859         
15860         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15861         for executing external commands.
15863 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15865         * plugins/project-wizard/property.c:
15866         Correct a memory leak
15868         * libanjuta/interfaces/libanjuta.idl,
15869         plugins/editor/text_editor.c:
15870         Add erase_all and replace_selection function to IAnjutaEditor
15872         * plugins/tools/anjuta-tools.glade,
15873         plugins/tools/fileop.c,
15874         plugins/tools/editor.c,
15875         plugins/tools/tool.c
15876         plugins/tools/tool.h:
15877         Add shortcut and icon 
15879         * plugins/tools/variable.c,
15880         plugins/tools/variable.h:
15881         Add a variable asking parameters at run time
15883         * plugins/tools/execute.c:
15884         Add a warning message for missing document manager
15885         Add replace buffer and replace selection output
15886         Correct an error in popup output
15888         * plugins/tools/plugin.c,
15889         plugins/tools/plugin.h,
15890         plugins/tools/anjuta-tools.ui,
15891         src/anjuta.ui:
15892         Few clean up
15893         Attach tools menu to a new place
15895 2005-04-25  Naba Kumar  <naba@gnome.org>
15897         * libanjuta/plugins.c, src/about.c, src/about.h,
15898         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15899         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15900         plugins (about box for plugins) menu.
15902 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15904         *  plugins/editor/search-replace.c :
15905         Displayed full path in Search pane window. 
15906         Bug 300231 : Selected line in Search pane window .
15907                 
15908 2005-04-23  Naba Kumar  <naba@gnome.org>
15910         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15912 2005-04-22  Naba Kumar  <naba@gnome.org>
15914         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15915         
15916         * plugins/project-wizard/templates/java.wiz,
15917         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15918         to create bytecodes (.class) files.
15919         
15920         * plugins/symbol-browser/an_symbol_info.c,
15921         plugins/symbol-browser/an_symbol_info.h,
15922         plugins/symbol-browser/an_symbol_search.c,
15923         plugins/symbol-browser/an_symbol_view.c,
15924         plugins/symbol-browser/plugin.c,
15925         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15926         in file symbol list.
15928 2005-04-22  Naba Kumar  <naba@gnome.org>
15930         * TODO.tasks: Updated.
15931         
15932         * plugins/class-inheritance/Makefile.am,
15933         plugins/subversion/Makefile.am: Do not install plugin files when
15934         plugin build condition is false.
15935         
15936         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15937         plugins/build-basic-autotools/build-basic-autotools.c,
15938         plugins/build-basic-autotools/build-basic-autotools.h,
15939         plugins/file-loader/anjuta-loader-plugin.ui,
15940         plugins/file-loader/dnd.c,
15941         plugins/file-loader/plugin.c,
15942         plugins/file-loader/plugin.h,
15943         plugins/project-manager/anjuta-project-manager.ui,
15944         plugins/project-manager/plugin.c: Added open file and build context
15945         menu in project manager context menu.
15947 2005-04-22  Naba Kumar  <naba@gnome.org>
15949         * configure.in: Added message output showing conditional plugins to
15950         build or not.
15951         
15952         * src/layout.xml: Added layout for class-inheritance plugin widget.
15953         
15954         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15955         plugin name to remove redundant terms.
15956         
15957         * TODO.tasks: Updated.
15958         
15959         * configure.in,
15960         plugins/symbol-browser/Makefile.am,
15961         plugins/symbol-browser/an_symbol_view.c,
15962         (removed) plugins/symbol-browser/sv_class.xpm,
15963         (removed) plugins/symbol-browser/sv_function.xpm,
15964         (removed) plugins/symbol-browser/sv_macro.xpm,
15965         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15966         (removed) plugins/symbol-browser/sv_private_var.xpm,
15967         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15968         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15969         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15970         (removed) plugins/symbol-browser/sv_public_var.xpm,
15971         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15972         (removed) plugins/symbol-browser/sv_static_var.xpm,
15973         (removed) plugins/symbol-browser/sv_struct.xpm,
15974         (removed) plugins/symbol-browser/sv_unknown.xpm,
15975         (removed) plugins/symbol-browser/sv_variable.xpm,
15976         (added) plugins/symbol-browser/images/.cvsignore,
15977         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15978         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15979         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15980         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15981         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15982         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15983         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15984         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15985         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15986         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15987         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15988         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15989         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15990         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15991         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15992         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15993         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15994         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15995         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15996         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15997         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15998         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15999         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
16000         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
16001         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
16002         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
16003         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
16004         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
16005         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
16006         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
16007         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
16008         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
16009         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
16010         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
16011         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
16012         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
16013         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
16014         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
16015         pixmaps and added new icons (taken from monodevelop).
16017 2005-04-21  Naba Kumar  <naba@gnome.org>
16019         Patch from  Massimo Cora <maxcvs@email.it>:
16021         * configure.in, plugins/Makefile.am
16022         (new) plugins/class-inheritance/.cvsignore,
16023         (new) plugins/class-inheritance/Makefile.am,
16024         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
16025         (new) plugins/class-inheritance/class-inherit.c,
16026         (new) plugins/class-inheritance/class-inherit.h,
16027         (new) plugins/class-inheritance/plugin.c,
16028         (new) plugins/class-inheritance/plugin.h,
16029         (new) plugins/class-inheritance/class-inheritance.png: Added class
16030         inheritance plugin.
16031         
16032         Changes by naba: Added pkgconfig check for graphviz and conditionally
16033         build graphviz.
16034         
16035         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
16037 2005-04-20  Naba Kumar  <naba@gnome.org>
16039         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
16040         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16041         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16042         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16043         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16044         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16045         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16046         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16047         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16048         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16049         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16050         
16051         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
16052         message view management.
16054         * libanjuta/anjuta-children.[ch],
16055         plugins/build-basic-autotools/build-basic-autotools.c,
16056         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
16057         Removed anjuta_children_init() function,
16058         because it is done automatically when first invoked. Introduced
16059         anjuta_children_recover() to recover the child signalling. Fixed
16060         child exit management to correctly recover the exit status.
16061         
16062         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
16063         to properly shutdown the launcher and to kill the running process
16064         (without emitting any signal).
16065         
16066         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16067         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
16068         gdb and program instance.
16070 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16072         * plugins/editor/search-replace.c :
16073         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
16075 2005-04-18  Naba Kumar  <naba@gnome.org>
16077         * TODO.tasks: Marked completed items.
16078         
16079         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
16080         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16081         plugins/project-manager/plugin.c: Prompt user for the debugging
16082         target (select from a list of project's executable targets) and
16083         correctly start debugger. Take care of libtool wrapping when the
16084         target selected is libtool target. Fixed debugger menu items
16085         sensitivity.
16087 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
16089         * plugins/tools/execute.c,
16090         plugins/tools/execute.h:
16091         Implement save all files before running a command
16092         Implement all options for stdout and stderr except replace buffer
16093         Allow running several tools
16095         * plugins/tools/plugin.c:
16096         Move anjuta launcher in execute.c
16098         * plugins/tools/tools.h,
16099         plugins/tools/variable.c:
16100         Small changes
16102 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
16104         * plugins/tools/anjuta-tools.glade:
16105         Add new properties in tool editor dialog
16106         Cosmetic improvements
16107         
16108         * plugins/tools/anjuta-tools.ui:
16109         Attach tool menu as a build menu
16111         * plugins/tools/dialog.c:
16112         Set tool menu item sensitivity in tool list
16113         Fix bugs
16115         * plugins/tools/editor.c,
16116         plugins/tools/editor.h,
16117         plugins/tools/fileop.c,
16118         plugins/tools/tool.c,
16119         plugins/tools/tool.h:
16120         Add new properties (active, save file...)
16121         Most of them are still not implemented
16123         * plugins/tools/execute.c,
16124         plugins/tools/execute.h:
16125         Reorganize code to support multiple run
16126         Support run in terminal
16127         
16128         * plugins/tools/plugin.c
16129         plugins/tools/plugin.h:
16130         Move message handling in execute.c
16132         * plugins/tools/variable.h,
16133         plugins/tools/variable.c:
16134         Add useful variables
16135         
16136 2005-04-13  Naba Kumar  <naba@gnome.org>
16138         * plugins/editor/text_editor.c: Fixed file monitoring condition.
16139         * plugins/editor/Makefile.am: Added gnome-vfs flags.
16140         
16141 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16143         * plugins/tools/dialog.c plugins/tools/tool.c :
16144         Fixed bugs.
16146 2005-04-06  Naba Kumar  <naba@gnome.org>
16148         * src/anjuta.c: Load default session only when
16149         "anjuta.session.load.last" preference is enabled.
16150         
16151 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
16153         * plugins/tools/Makefile.am,
16154         plugins/tools/variable.c,
16155         plugins/tools/variable.h:
16156         Add new code for handling variables
16158         * plugins/tools/anjuta-tools.glade:
16159         Improve tool editor dialog
16160         Add variable selection dialog
16162         * plugins/tools/dialog.c,
16163         plugins/tools/dialog.h,
16164         plugins/tools/plugin.c,
16165         plugins/tools/plugin.h:
16166         Add variable object
16167         Add a function to get it
16169         * plugins/tools/editor.c:
16170         Add gui code for variable selection dialog
16172         * plugins/tools/execute.c:
16173         Use variables for executing command
16174         
16175         * Naba: Compile warning fixes.
16177 2005-04-06  Naba Kumar  <naba@gnome.org>
16179         * TODO.tasks: Marked completed items.
16180         
16181 2005-04-06  Naba Kumar  <naba@gnome.org>
16183         * plugins/subversion/svn-backend.c: Fixed subversion plugin
16184         compile error.
16185         
16186         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
16188 2005-04-04  Naba Kumar  <naba@gnome.org>
16190         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
16191         inside Main window.
16192         
16193 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
16195         * plugins/tools/Makefile.am,
16196         plugins/tools/anjuta-tools.plugin.in,
16197         plugins/tools/anjuta-tools.ui,
16198         plugins/tools/anjuta-tools.gladei,
16199         plugins/tools/anjuta-tools-plugin.png,
16200         plugins/tools/plugin.c,
16201         plugins/tools/plugin.h,
16202         plugins/tools/dialog.c,
16203         plugins/tools/dialog.h,
16204         plugins/tools/fileop.c,
16205         plugins/tools/fileop.h,
16206         plugins/tools/tool.c,
16207         plugins/tools/tool.h,
16208         plugins/tools/editor.c,
16209         plugins/tools/editor.h,
16210         plugins/tools/execute.c,
16211         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
16212         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
16213         Not fully working
16215         * anjuta-tools.[ch]: Removed old tools code.
16216         
16217 2005-04-01  Steve Murphy  <murf@e-tools.com>
16219         * configure.in: Added "rw" to ALL_LINGUAS.
16221 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16223         * Modified Files:
16224         manuals/C/anjuta-manual/fileoperations.xml
16225         Added Files:
16226         manuals/C/anjuta-manual/figures/search_expr.png
16227         manuals/C/anjuta-manual/figures/search_expr_basic.png
16228         manuals/C/anjuta-manual/figures/search_file_list.png
16229         manuals/C/anjuta-manual/figures/search_file_pattern.png
16230         manuals/C/anjuta-manual/figures/search_replace.png
16231         manuals/C/anjuta-manual/figures/search_setting.png
16232         manuals/C/anjuta-manual/figures/search_target.png
16233         manuals/C/anjuta-manual/figures/search_target_action.png
16234         manuals/C/anjuta-manual/figures/search_target_in.png
16235         Removed Files:
16236         manuals/C/anjuta-manual/figures/find_files.png
16237         manuals/C/anjuta-manual/figures/find_replace.png
16238         manuals/C/anjuta-manual/figures/find_text.png :
16239         Updated Anjuta manual (File Operations)
16241 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16243         * manuals/C/anjuta-manual/fileoperations.xml,
16244         manuals/C/anjuta-manual/figures/open_file.png,
16245         manuals/C/anjuta-manual/figures/open_file_multiple.png,
16246         manuals/C/anjuta-manual/figures/prefs_print.png,
16247         manuals/C/anjuta-manual/figures/print_dlg.png,
16248         manuals/C/anjuta-manual/figures/print_preview.png.
16249         * Added Files:
16250         manuals/C/anjuta-manual/figures/add_edit_macro.png,
16251         manuals/C/anjuta-manual/figures/display_macro.png,
16252         manuals/C/anjuta-manual/figures/insert_text.png,
16253         manuals/C/anjuta-manual/figures/keyword_macro.png,
16254         manuals/C/anjuta-manual/figures/new_file_wizard.png,
16255         manuals/C/anjuta-manual/figures/save_as_file.png :
16256         Updated Anjuta Manual (File Operations)
16258 2005-03-23  Adam Weinberger  <adamw@gnome.org>
16260         * plugins/editor/action-callbacks.c,
16261           plugins/file-loader/plugin.c,
16262           plugins/gtodo/main.c,
16263           plugins/project-wizard/druid.c:
16264           Fix spelling/grammar errors. Fixes bugs
16265           169068, 169137, 169138, and 169139.
16267 2005-03-21  Naba Kumar  <naba@gnome.org>
16269         Patch from: Massimo Cora' <maxcvs@email.it>:
16270         
16271         * plugins/editor/Makefile.am
16272         plugins/editor/anjuta-docman.c,
16273         (added) plugins/editor/editor-tooltips.c,
16274         (added) plugins/editor/editor-tooltips.h: Added tooltips to
16275         editor tabs to show full path.
16277 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
16278         
16279         * plugins/subversion/svn-backend.c:
16280         Removed "apr-0/" from include because this is 
16281         already included in SVN_INCLUDE and broke building if
16282         apr >= 1.0 was installed.
16284 2005-03-18  Naba Kumar  <naba@gnome.org>
16286         Patch from: Massimo Cora' <maxcvs@email.it>:
16288         * plugins/editor/action-callbacks.c,
16289         plugins/editor/aneditor-calltip.cxx,
16290         plugins/editor/aneditor-priv.h,
16291         plugins/editor/aneditor.cxx,
16292         plugins/editor/aneditor.h,
16293         plugins/editor/anjuta-document-manager.ui: Added calltip
16294         activation from menu.
16296 2005-03-16  Naba Kumar  <naba@gnome.org>
16298         Patch from: Massimo Cora' <maxcvs@email.it>:
16299         
16300         * plugins/class-gen/action-callbacks.c,
16301         plugins/class-gen/anjuta-class-gen-plugin.glade,
16302         plugins/class-gen/class_gen.c,
16303         plugins/class-gen/class_gen.h,
16304         plugins/class-gen/class_logo.xpm,
16305         plugins/class-gen/plugin.c: Create files without project
16306         being open. Add to project support. And other enhancements.
16308 2005-03-15  Adam Weinberger  <adamw@gnome.org>
16310         * anjuta.glade,
16311           plugins/debug-manager/utilities.c,
16312           plugins/file-loader/plugin.c,
16313           plugins/gdb/utilities.c,
16314           plugins/profile-default/plugin.c,
16315           plugins/project-import/project-import.c,
16316           src/anjuta-actions.h:
16317           Spelling/grammar fixes.
16319 2005-03-13  Naba Kumar  <naba@gnome.org>
16320         
16321         * plugins/editor/action-callbacks.c,
16322         plugins/editor/action-callbacks.h,
16323         plugins/editor/anjuta-document-manager.ui,
16324         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16325         submenu. Moved menuitems from Format to View->Editor.
16326         
16327         * src/action-callbacks.c, src/action-callbacks.h,
16328         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16329         layout and lock layout menus in View submenu. Get rid of
16330         Settings->Layout Manager menu.
16331         
16332         * plugins/project-import/anjuta-project-import.plugin.in:
16333         Fixed icon name
16335         * global-tags/Makefile.am,
16336         global-tags/create_global_tags.sh,
16337         plugins/editor/aneditor-autocomplete.cxx,
16338         plugins/editor/aneditor-priv.h,
16339         plugins/editor/aneditor.cxx,
16340         tagmanager/tm_workspace.c: Fixed scope members autocompletion
16341         in editor and made it work in global symbols also.
16342         
16343         * src/anjuta-app.c: Always use priority texts besides icons style
16344         for toolbars, because other styles look horible for Anjuta (fixme).
16346 2005-03-11  Naba Kumar  <naba@gnome.org>
16348         * configure.in: Removed test for iconv.
16350         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16351         before scintilla widget is realized.
16352         
16353         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16354         for Update menuitem.
16355         
16356         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16357         already applied in scintilla main stream.
16358         
16359         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16360         and notified scintilla developer.
16361         
16362 2005-03-10  Naba Kumar  <naba@gnome.org>
16364         * src/action-callbacks.c: Removed reference to src/help.h (dead
16365         file).
16367         * plugins/editor/text_editor.c: Removed reference to
16368         src/launcher.h (a dead file).
16370         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16371         src/controls.c, src/controls.h, src/fileselection.c,
16372         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16373         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16374         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16375         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16376         src/session.h, src/support.c, src/support.h, src/toolbar.c,
16377         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16378         Removed these dead files from CVS.
16381 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16383         * plugins/file-wizard/action-callbacks.c : Added error message.
16384         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16387 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16388         
16389         * plugins/cvs-plugin/cvs-callbacks.c
16390         plugins/cvs-plugin/plugin.c:
16391         Fixed preferences page init and busy handling
16392         
16393         * plugins/subversion/plugin.c:
16394         Fixed preferences page init
16396 2005-03-09  Naba Kumar  <naba@gnome.org>
16398         * plugins/Makefile.am, plugins/glade/Makefile.am,
16399         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16400         enabled glade plugin in Anjuta. The plugin is built only when
16401         glade3 is installed.
16402         
16403 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16405         * plugins/project-wizard/templates/java.wiz
16406         plugins/project-wizard/templates/java-logo.png (*)
16407         plugins/project-wizard/templates/java/*
16408         plugins/project-wizard/templates/Makefile.am
16409         configure.in:
16410         
16411         Add Java project type. It generates a autoconf/automake
16412         project which is compiled using gcj. It requires automake 
16413         > 1.4 (1.9 is known to work) to work!
16414         
16415         (*) still awaiting response from the gcj team if we
16416         may use their logo.
16417         
16418 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16419         
16420         * plugins/project-import/*
16421         plugins/Makefile.am
16422         configure.in:
16423         Added project import plugin. Might be a bit buggy and limited
16424         but works for now.
16425         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16426         Icon from old pixmaps dir
16428 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16430         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16431         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16432         Added C Custom_Indent line macro.
16433         Cleaned macros.xml
16435 2005-03-09  Naba Kumar  <naba@gnome.org>
16437         * TODO.tasks: Added new message-manager tasks.
16438         
16439         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16440         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16441         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16442         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16443         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16444         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16445         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16446         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16447         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16448         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16449         
16450         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16451         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16452         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16453         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16454         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16455         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16456         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16457         Removed debugger widgets from shell on debugger shutdown. Added
16458         scrolled windows for docked widgets. Removed unnecessary widget refs
16459         and unrefs. Destroy widgets correctly on debugger shutdown.
16460         
16461         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16462         with project description title. Removed frame shadow.
16463         
16464         * plugins/project-wizard/druid.c: Initializes tooltips.
16465         
16466         * scintilla/Makefile.am: Fixed comiple error.
16468 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16470         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16471           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16473 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16475         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16476         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16477         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16478         plugins/macro/macros.xml, plugins/macro/plugin.c :
16479         Moved cursor at the '|' position defined in macros.
16481 2005-03-07  Naba Kumar  <naba@gnome.org>
16483         * plugins/subversion/Makefile.am: Fixed build error.
16485         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16486         types (perl, python, shellscript).
16487         
16488         * plugins/editor/plugin.c: Fixed to show all highlight options.
16489         
16490 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16492         * TODO.tasks : updated tasks.
16493         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16495 2005-03-07  Naba Kumar  <naba@gnome.org>
16497         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16498         or disable subversion file-manager submenu. If "Subvesion" is also
16499         valid directory, we should also check for it.
16501         * configure.in: Disable cygwin macro until someone fixes the
16502         autoconf warnings.
16503         
16504         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16505         backward compatibility.
16506         
16507 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16509         * src/about.c : Cleaned code.
16510         * plugins/macro/macros.xml : Added "do_while" C macro.
16511         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16512         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16513         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16514         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16515         
16516 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16518         * plugins/class-gen/plugin.c:
16519         Removed "return" to activate project_root_uri watching.
16521 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16523         * plugins/Makefile.am
16524         plugins/subversion/*:
16525         Added subversion plugin. Add, Remove, Commit and Update work
16526         everything else needs work.
16527         
16528         * plugins/terminal/terminal.c
16529         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16530         we still have focus problems with the editor.
16532 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16534         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16535         
16536 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16538         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16540 2005-03-04  Naba Kumar  <naba@gnome.org>
16542         Patch from Massimo Cora' <maxcvs@email.it>:
16544         * plugins/class-gen/Makefile.am,
16545         plugins/class-gen/action-callbacks.c,
16546         plugins/class-gen/action-callbacks.h,
16547         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16548         plugins/class-gen/anjuta-class-gen.plugin.in,
16549         plugins/class-gen/class_gen.c,
16550         plugins/class-gen/class_gen.h,
16551         (removed) plugins/class-gen/clsGen.c,
16552         (added) plugins/class-gen/goc_template_header,
16553         (added) plugins/class-gen/goc_template_source,
16554         plugins/class-gen/plugin.c,
16555         plugins/class-gen/plugin.h: Refactored class gen code.
16556         Added GOCBuilder code. Fixed UI. Implemented plugin.
16558 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16560         * plugins/project-wizard/property.c
16561         plugins/project-wizard/install.c
16562         plugins/project-wizard/druid.c
16563         plugins/editor/goto_line.c
16564         plugins/editor/plugin.c
16565         plugins/gtodo/add_edit_item.c
16566         plugins/gtodo/ligtodo.c
16567         plugins/gtodo/main.c
16568         plugins/gtodo/preferences.c:
16569         Fixed #167559, #167534, #167266, #167357
16570         (Bad English in strings...)
16571         
16572         Thanks to Adam Weinberger and Thierry Moisan for
16573         reporting!
16575 2005-03-03  Naba Kumar  <naba@gnome.org>
16577         * libegg/Makefile.am, libegg/menu/Makefile.am,
16578         (added) libegg/egg-submenu-action.c,
16579         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16580         submenu (used for wizard listing).
16581         
16582         * plugins/file-loader/anjuta-loader-plugin.ui
16583         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16584         and toolbar.
16585         
16586         * plugins/editor/action-callbacks.c,
16587         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16588         ctrl+tabbing because it was interfaring with focus navigation.
16589         Focus editor on "Esc" in incremental search entry. Cleanups.
16590         
16591         * plugins/file-manager/an_file_view.c,
16592         plugins/symbol-browser/plugin.c,
16593         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16594         Cleanups.
16595         
16596         * plugins/profile-default/plugin.c,
16597         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16598         for sesssion load.
16599         
16600         * (removed) scintilla/patches/a64-crash-fix.patch,
16601         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16602         scintilla patches.
16604 2005-03-03  Naba Kumar  <naba@gnome.org>
16606         * HACKING: Fixed typos.
16607         
16608         * plugins/editor/aneditor-indent.cxx: Clean up.
16609         
16610         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16611         Enable/disable save, undo and redo actions depending on state
16612         of the editor.
16613         
16614 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16616         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16617         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16618         Displayed search_incremental status.
16620         * Removed plugins/editor/search_incremental.[ch]
16622 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16623         
16624         * plugins/cvs-plugin/cvs-execute.c
16625         plugins/cvs-plugin/cvs-callbacks.c:
16626         - Use weak reference on mesg_view and reuse tab if
16627         it still exists to avoid cluttering message manager.
16628         - Fixed bug in cvs remove
16629         
16630         README, HACKING: Updated
16631         
16632         configure.in: Added check for libsvn
16634 2005-02-29  Naba Kumar  <naba@gnome.org>
16635         
16636         * plugins/file-manager/an_file_view.c,
16637         plugins/symbol-browser/an_symbol_view.c,
16638         plugins/symbol-browser/plugin.c: Hide column headers (they
16639         are redundant).
16641 2005-02-29  Naba Kumar  <naba@gnome.org>
16643         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16644         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16645         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16646         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16647         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16648         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16649         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16650         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16651         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16652         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16654         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16655         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16656         (added) libanjuta/anjuta-session.[hc],
16657         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16658         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16659         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16660         src/main.c:
16661         
16662         Implemented session management. Implemented session
16663         container class. Added session notifications from shell. Implemented
16664         session save/load in editor, file-loader, default-profile-plugin
16665         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16666         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16667         and maximized states in session. Implemented project session
16668         management.
16670 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16672         * plugins/class-gen/action-callbacks.[ch],
16673         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16674         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16675         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16676         with Escape key.
16678 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16679         
16680         * plugins/project-wizard/anjuta-project-wizard.glade,
16681         plugins/project-wizard/druid.c:
16682         Add some padding in tab label in project selection page
16683         
16684         * plugins/project-wizard/druid.c,
16685         plugins/project-wizard/parser.c:
16686         Search for project template recursively
16687         Add ~/.anjuta/project to the search paths
16689 2005-02-26  Naba Kumar  <naba@gnome.org>
16691         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16692         * plugins/file-loader/plugin.c: Fixed crash bug.
16693         * libanjuta/plugins.c: Fixed memory leak.
16694         
16695 2005-02-26  Naba Kumar  <naba@gnome.org>
16696         
16697         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16698         "UserActivatable" attribute for plugins. This attribute if set to
16699         "no" will prevent users from activating/deactivating it from
16700         plugins dialog. Added a toggle button in plugins dialog to toggle
16701         the plugins list between list of activatable plugins (default) to
16702         list of all plugins. anjuta_plugin_select() now only selects the
16703         plugin. Added anjuta_plugins_select_and_activate() method that will
16704         select and activate it.
16705         
16706         * plugins/profile-default/Makefile.am,
16707         plugins/profile-default/anjuta-default-profile.ui,
16708         plugins/profile-default/plugin.c,
16709         plugins/profile-default/plugin.h,
16710         plugins/project-manager/anjuta-project-manager.ui,
16711         plugins/project-manager/plugin.c,
16712         plugins/project-manager/plugin.h:
16713         
16714         Anjuta projects (*.anjuta) files define the profile of respective
16715         projects. Profile is a set of related plugins required for the
16716         project to open. Moved "close project" action from Project Manager
16717         to Profile Manager plugin. Implemented loading and unloading of
16718         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16719         (instead of Project Manager) now handles opening of *.anjuta files.
16720         Close Project menuitem is now moved to File submenu (being
16721         consistent with Anjuta 1.x versions and avoiding creating Project
16722         submenu when project manager is not loaded).
16723         
16724         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16725         
16726         * src/anjuta.ui: Fixed place holder for projects.
16727         
16728         * (new) plugins/profile-default/default.anjuta: default startup
16729         profile. Removed the hardcoded plugins loading in
16730         DefaultProfilePlugin.
16732         * anjuta.anjuta,
16733         plugins/project-wizard/templates/terminal/project.anjuta:
16734         Implemented project format in newly created projects.
16736         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16737         plugins/class-gen/anjuta-class-gen.plugin.in,
16738         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16739         plugins/editor/anjuta-document-manager.plugin.in,
16740         plugins/file-loader/anjuta-loader.plugin.in,
16741         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16742         plugins/gdb/anjuta-gdb.plugin.in,
16743         plugins/glade/anjuta-glade.plugin.in,
16744         plugins/message-view/anjuta-message-manager.plugin.in,
16745         plugins/profile-default/anjuta-default-profile.plugin.in,
16746         plugins/project-manager/anjuta-project-manager.plugin.in,
16747         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16748         Defined UserActivatable attributes. Added supported types attribute.
16750         * plugins/project-wizard/anjuta-project-wizard.glade
16751         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16752         "Project Wizard" in preferences title.
16754         * TODO.tasks: Updated.
16755         
16756         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16757         Updated.
16758         
16759 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16761         * plugins/file-wizard/anjuta-file-wizard.glade
16762         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16763         
16764         Integrated License macros, cleaned file.c.
16765         
16766 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16767         
16768         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16769         username can not be found correctly.
16771 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16773         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16774         plugins/macro/macros.xml :
16775         
16776         Added Headers macros. Cleaned file.c
16778 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16780         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16781         plugins/macro/macros.xml :
16782         
16783         Fixed a bug. Added Header macro.
16785         
16786 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16788         * plugins/file-wizard/action-callbacks.c, 
16789         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16790         plugins/macro/macros.xml :
16791         
16792         Added FileName, Header template macros.
16793         
16794 2005-02-24  Naba Kumar  <naba@gnome.org>
16795         
16796         * plugins/patch/patch-plugin.c: Fixed a function call.
16797         
16798         * src/anjuta.c, src/main.c: Save and load default session.
16799         
16800 2005-02-24  Naba Kumar  <naba@gnome.org>
16802         * libanjuta/interfaces/libanjuta.idl,
16803         plugins/message-view/anjuta-msgman.c,
16804         plugins/message-view/anjuta-msgman.h,
16805         plugins/message-view/plugin.c: Added and implemented
16806         set_view_title() method.
16807         
16808         * plugins/build-basic-autotools/build-basic-autotools.c,
16809         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16810         build context pooling. Maximum 3 contexts are reused. Additional
16811         contexts are created when all are busy.
16813 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16815         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16816         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16817         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16818         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16820         Added Copyright, Changelog macros.
16821                 
16822 2005-02-23  Naba Kumar  <naba@gnome.org>
16824         Patch from Massimo Cora' <maxcvs@email.it>:
16825         * plugins/Makefile.am,
16826         plugins/patch/Makefile.am,
16827         (added) plugins/patch/anjuta-patch-plugin.png,
16828         (added) plugins/patch/anjuta-patch.plugin.in,
16829         (added) plugins/patch/anjuta-patch.ui,
16830         plugins/patch/patch-plugin.c,
16831         (added) plugins/patch/patch-plugin.h,
16832         (added) plugins/patch/plugin.c,
16833         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16834         architecture.
16836 2005-02-23  Naba Kumar  <naba@gnome.org>
16838         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16839         file-loader/plugin.c, profile-default/plugin.c:
16840         Implemented "activated" and "deactivated" signals for plugin class.
16841         Renamed *_location() functions to *_id(), because location is
16842         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16843         anjuta_plugins_unload_plugin().
16844         
16845         * class-gen/plugin.c: Fixed complier warning and utility function call.
16846         
16847         * debug-manager/plugin.c: Unload debugger plugin correctly.
16848         
16849         * project-manager/plugin.c:     Fixed compiler warnings.
16850         
16851         * plugins/project-wizard/templates/gnome/.cvsignore,
16852         plugins/project-wizard/templates/gnome/po/.cvsignore,
16853         plugins/project-wizard/templates/gnome/src/.cvsignore,
16854         plugins/project-wizard/templates/gtk/po/.cvsignore,
16855         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16856         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16857         
16858         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16859         build (we need to fix this thing).
16860         
16861 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16863         * plugins/macro/macro-action.[ch]
16864         plugins/macro/macro-edit.c
16865         plugins/macro/macro-dialog.c
16866         plugins/macro/macro-db.[ch]
16867         plugins/macro/plugin.[ch]
16868         plugins/macro/macro-util.[ch] (added)
16869         
16870         Cleaned up macro plugin and preview expanded macros.
16872 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16874         * plugins/cvs-plugin/cvs-interface.c:
16876         Fixed option setting when using no compression and not 
16877         ignoring .cvsrc
16879 2005-02-23  Naba Kumar  <naba@gnome.org>
16880         
16881         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16882         geometry on exit and startup (only if there is no geometry from the
16883         session).
16885         * TODO.tasks: Updated.
16886         
16887         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16888         
16889         * manuals/reference/libanjuta/Makefile.am,
16890         manuals/reference/libanjuta/libanjuta-docs.sgml,
16891         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16892         documentation for writing project templates.
16894 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16896         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16897         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16898         
16899         Expansion keywords in macros. 
16901 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16903         * plugins/file-wizard/action-callbacks.c,
16904         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16905         plugins/macro/macros.xml :
16906         
16907         Inserting text by macro plugin
16908         In progress ...
16910 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16912         * plugins/macro/plugin.c
16913         plugins/cvs-plugin/plugin.c:
16914         
16915         Fixed interfaces (use static)
16917 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16918         
16919         * plugins/macro/macro-actions.[ch]
16920         plugins/macro/plugin.c
16921         libanjuta/interfaces/libanjuta.idl:
16922         
16923         Implemented IAnjutaMacro interface to be used by file-wizard
16924         
16925         * plugins/cvs-plugin/plugin.c
16926         libanjuta/interfaces/libanjuta.idl:
16927         
16928         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16929         for all version control systems and not only for cvs.
16931 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16933         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16934         insert_macro.
16935         
16936         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16939 2005-02-21  Naba Kumar  <naba@gnome.org>
16941         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16942         IAnjutaDebugger interface.
16943         
16944         * plugins/debug-manager/anjuta-debug-manager.ui,
16945         plugins/debug-manager/attach_process.c,
16946         plugins/debug-manager/attach_process.h,
16947         plugins/debug-manager/plugin.c,
16948         plugins/debug-manager/plugin.h,
16949         plugins/gdb/actions.c,
16950         plugins/gdb/actions.h,
16951         plugins/gdb/anjuta-gdb-plugin.ui,
16952         plugins/gdb/breakpoints.c,
16953         plugins/gdb/breakpoints.h,
16954         plugins/gdb/debugger.c,
16955         plugins/gdb/debugger.h,
16956         plugins/gdb/memory.c,
16957         plugins/gdb/plugin.c,
16958         plugins/gdb/plugin.h,
16959         plugins/gdb/sharedlib.h,
16960         plugins/gdb/sharedlib_cbs.c,
16961         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16962         correctly between debug-manager and debugger. Implemented debugger
16963         interface in gdb plugin. Fixed action names. Added UI updating.
16964         Start and stop debugger (does not work yet). Fixed UI merging.
16965         Fixed debugger plugin handling in debug-manager.
16967 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16969         * plugins/editor/aneditor-autocomplete.cxx:
16970         
16971         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16972         crash with C++ "template" keyword.
16974 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16976         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16977         Fixed bug (Closed macro dialogs with Esc key).
16978         
16979 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16980         
16981         * plugins/project-wizard/xlib.wiz,
16982         plugins/project-wizard/xlib-logo.png,
16983         plugins/project-wizard/xlib/*:
16984         Port old xlib anjuta project on new project wizard
16985         
16986         * plugins/project-wizard/xlib-dock.wiz,
16987         plugins/project-wizard/xlib-dock/*:
16988         Port old xlib dock anjuta project on new project wizard
16989         
16990         * plugins/project-wizard/wxwin.wiz,
16991         plugins/project-wizard/wxwin-logo.png,
16992         plugins/project-wizard/wxwin/*:
16993         Port old wxwin anjuta project on new project wizard
16994         
16995         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16996         necessary changes for the new templates.
16997         
16998 2005-02-18  Naba Kumar  <naba@gnome.org>
17000         * plugins/Makefile.am: Added class-gen
17001         
17002 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
17004         * plugins/project-wizard/header.c:
17005         Fix a bug in sorting of project categories
17007 2005-02-18  Naba Kumar  <naba@gnome.org>
17009         Patch from Massimo Cora  <maxcvs@email.it>:
17010         
17011         * plugins/class-gen/.cvsignore,
17012         plugins/class-gen/Makefile.am,
17013         (added) plugins/class-gen/action-callbacks.c,
17014         (added) plugins/class-gen/action-callbacks.h,
17015         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
17016         (added) plugins/class-gen/class_gen.c,
17017         (added) plugins/class-gen/class_gen.h,
17018         (added) plugins/class-gen/plugin.c,
17019         (added) plugins/class-gen/plugin.h: Ported class wizard to the
17020         new architecture.
17021         
17022         * plugins/project-manager/plugin.c: implemented add_source().
17024 2005-02-17  Naba Kumar  <naba@gnome.org>
17026         * plugins/file-loader/plugin.c: Fixed possible crash.
17027         
17028         * src/action-callbacks.c, src/action-callbacks.h,
17029         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
17031 2005-02-17  Naba Kumar  <naba@gnome.org>
17032         
17033         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17034         plugins/project-wizard/templates/gnome.wiz,
17035         plugins/project-wizard/templates/gtk.wiz,
17036         plugins/project-wizard/templates/gtkmm.wiz,
17037         plugins/project-wizard/templates/terminal.wiz,
17038         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17039         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17040         plugins/project-wizard/templates/gnome/src/callbacks.c,
17041         plugins/project-wizard/templates/gnome/src/callbacks.h,
17042         plugins/project-wizard/templates/gnome/src/main.c,
17043         plugins/project-wizard/templates/gtk/src/callbacks.c,
17044         plugins/project-wizard/templates/gtk/src/callbacks.h,
17045         plugins/project-wizard/templates/gtk/src/main.c,
17046         plugins/project-wizard/templates/gtkmm/src/main.cc,
17047         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
17048         to generate licence correctly (without any extra newlines). Removed
17049         IncludeGNUHeader macro definition and added proper licence property.
17050         Fixed project directory paths in file contents.
17052 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17054         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
17055         Closed macro dialogs with Esc key.
17057 2005-02-16  Naba Kumar  <naba@gnome.org>
17059         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17060         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17061         plugins/project-wizard/templates/gnome/src/callbacks.c,
17062         plugins/project-wizard/templates/gnome/src/callbacks.h,
17063         plugins/project-wizard/templates/gnome/src/main.c,
17064         plugins/project-wizard/templates/gtk/src/main.c,
17065         plugins/project-wizard/templates/gtkmm/src/main.cc,
17066         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
17067         macros to avoid blank newlines.
17069 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
17071         * plugins/project-wizard/autogen.c:
17072         Correct a problem when having property value in UTF-8
17074         * plugins/project-wizard/druid.c:
17075         Correct a bug when reselecting a new project (all pages
17076         must be removed)
17078         * plugins/project-wizard/property.c:
17079         Avoid having default invalid properties
17081         * plugins/project-wizard/templates/terminal.wiz,
17082         plugins/project-wizard/templates/terminal/po/ChangeLog,
17083         plugins/project-wizard/templates/terminal/src/main.c:
17084         Remove command for testing run function
17085         Move destination directory to second page and include
17086         project name. Add exist tag. Remove unused properties.
17088 2005-02-16  Naba Kumar  <naba@gnome.org>
17090         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
17091         plugins/debug-manager/anjuta-debug-manager.ui,
17092         plugins/debug-manager/plugin.c,
17093         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
17094         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
17095         plugins/gdb/plugin.h, plugins/gdb/registers.c,
17096         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
17097         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
17098         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
17099         (removed) src/anjuta_info.c,
17100         (removed) src/anjuta_info.h,
17101         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
17102         (added) plugins/gdb/anjuta-gdb-plugin.ui,
17103         (added) plugins/gdb/actions.c,
17104         (added) plugins/gdb/actions.h: Completed initial
17105         porting of debugger to new architecture. Fixed many of the debugger
17106         functions.
17108         * plugins/file-loader/plugin.c: Detect some important mime ourself
17109         to avoid inconsistencies when mime system isn't working.
17110         
17111 2005-02-16  Naba Kumar  <naba@gnome.org>
17113         * plugins/editor/Makefile.am,
17114         (added) plugins/editor/aneditor-autocomplete.cxx,
17115         (added) plugins/editor/aneditor-calltip.cxx,
17116         (added) plugins/editor/aneditor-indent.cxx,
17117         (added) plugins/editor/aneditor-priv.h,
17118         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
17119         different smaller chunks to make it easy to maintain.
17121 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17123         * plugins/project-wizard/druid.c :
17124         
17125         Found system Email address if not defined in Preferences.
17127 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
17128         
17129         * plugins/project-wizard/gtkmm.wiz
17130         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
17131         plugins/project-wizard/gtkmm/*
17132         
17133         Added GTKmm (C++) project type
17135 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
17137         * plugins/message-view/plugin.c
17138         plugins/message-view/message-view.c
17139         TODO.gtodo:
17140         Implemented next/prev action
17142 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17144         * plugins/project-wizard/templates/libglade2.* :
17145         Removed libglade2 project.
17146         
17147         * plugins/project-wizard/templates/gtk* :
17148         Removed interface.[ch] & support.[ch].
17149         
17150 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17152         * plugins/project-wizard/anjuta-project-wizard.glade,
17153         plugins/project-wizard/property.[ch],
17154         plugins/project-wizard/templates/anjuta-plugin.wiz :
17155         Added a new property ("iconfile").
17157 2005-02-14  Naba Kumar  <naba@gnome.org>
17159         * plugins/project-wizard/install.c,
17160         plugins/project-wizard/plugin.c,
17161         plugins/project-wizard/templates/anjuta-plugin.wiz,
17162         plugins/project-wizard/templates/gnome.wiz,
17163         plugins/project-wizard/templates/gtk.wiz,
17164         plugins/project-wizard/templates/libglade2.wiz,
17165         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
17166         newly created projects and open them. Fixed message buffering in
17167         wizard.
17169 2005-02-14  Naba Kumar  <naba@gnome.org>
17171         * src/about.c, pixmaps/Makefile.am,
17172         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
17173         
17174         * mime/gnome-mime-application-x-anjuta.png,
17175         pixmaps/anjuta_icon.png,
17176         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
17177         done by 9-speed at:
17178         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
17179         
17180 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17182         * configure.in,
17183         plugins/project-wizard/templates/libglade2-logo.png,
17184         plugins/project-wizard/templates/libglade2.wiz,
17185         plugins/project-wizard/templates/libglade2/* :
17186         Add Glade2 project
17189 2005-02-14  Naba Kumar  <naba@gnome.org>
17191         * TODO.tasks: Updated.
17192         
17193         * plugins/editor/anjuta-docman.c,
17194         plugins/editor/text_editor.c,
17195         plugins/editor/text_editor.h,
17196         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
17197         for file modification, but it is still not functioning.
17199 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
17201         * plugins/project-wizard/values.c,
17202         plugins/project-wizard/values.h,
17203         plugins/project-wizard/property.c,
17204         plugins/project-wizard/property.h,
17205         plugins/project-wizard/druid.c:
17206         Rewrite mandatory property check
17207         Add check of exist property
17208         Rewrite handling of cached property page
17210 2005-02-13  Naba Kumar  <naba@gnome.org>
17212         Patch from Igor Kovalenko  <garrison@mail.ru>:
17213         * tagmanager/tm_workspace.c: Improved performance.
17215 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17217         *plugins/project-wizard/templates/*.wiz,
17218         plugins/project-wizard/druid.c,
17219         plugins/project-wizard/templates/terminal/src/main.c,
17220         plugins/project-wizard/templates/gtk/src/*.[ch],
17221         plugins/project-wizard/templates/gtk/src/Makefile.am,
17222         plugins/project-wizard/templates/gnome/src/*.[ch],
17223         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
17224         Add Copyright date & Email address,
17225         Correct terminal project.
17226         
17227 2005-02-12  Naba Kumar  <naba@gnome.org>
17229         * plugins/project-wizard/property.c: Fixed hidden
17230         properties to take values.
17232         * plugins/project-wizard/file.[ch]: Renamed
17233         true/false enum values to fix compile error
17234         (conflict with other definition).
17235         
17236         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
17237         even when mime type detection fails (for example, when Anjuta is
17238         installed in non-system prefix).
17240 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
17242         * plugins/project-wizard/values.c,
17243         plugins/project-wizard/values.h:
17244         Rewrite file with more comments
17246         * plugins/project-wizard/druid.c,
17247         plugins/project-wizard/druid.h,
17248         plugins/project-wizard/autogen.c,
17249         plugins/project-wizard/autogen.h,
17250         plugins/project-wizard/druid.c,
17251         plugins/project-wizard/druid.h:
17252         Add more comments
17253         Use values instead of properties
17254         Move default properties to druid.c
17256         * plugins/project-wizard/install.c,
17257         plugins/project-wizard/install.h:
17258         Use values instead of properties
17259         Add a check to avoid overwriting files
17261         * plugins/project-wizard/parser.c,
17262         plugins/project-wizard/property.c,
17263         plugins/project-wizard/property.h:
17264         Update to use new values
17265         Add an "exist" attribute to check if a directory already exist
17267         * plugins/project-wizard/anjuta-project-wizard.glade:
17268         Change project selection page (GtkTextView => GtkLabel,
17269         GtkTable => GtkVBox)
17271         * plugins/project-wizard/templates/terminal.wiz:
17272         Move destination directory on second page
17273         
17274         * plugins/project-wizard/action.c:
17275         Add a few comments
17277 2005-02-12  Naba Kumar  <naba@gnome.org>
17279         * plugins/file-manager/an_file_view.c,
17280         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17281         views. Created dynamic update date of view depending on project
17282         changes -- similar to file-manager view.
17283         
17284         * plugins/devhelp/plugin.c: Load help on idle.
17285         
17286         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17287         autoformat' to proper location in preferences.
17288         
17289         * mime/anjuta.mime: Added .prj extension in the mime type for backward
17290         compatibility.
17291         
17292         * plugins/editor/plugin.c: Fixed accel name.
17294 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17296         *plugins/project-wizard/templates/anjuta-plugin.wiz,
17297         plugins/project-wizard/templates/gnome.wiz,
17298         plugins/project-wizard/templates/gtk.wiz,
17299         plugins/project-wizard/anjuta-project-wizard.glade,
17300         plugins/project-wizard/autogen.c:
17301         Add Username & Email address in Project preferences.
17303 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17305         *plugins/project-wizard/templates/gnome-logo.png,
17306         plugins/project-wizard/templates/gnome.wiz,
17307         plugins/project-wizard/templates/gnome/* :
17308         Add Gnome project
17310 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17312         * plugins/project-wizard/templates/terminal/src/main.c, 
17313         plugins/project-wizard/templates/terminal/src/main.c,
17314         plugins/project-wizard/templates/terminal/src/main.[ch] :
17315         Insert License in projects
17316         
17317 2005-02-11  Naba Kumar  <naba@gnome.org>
17319         * TODO.tasks: Added message manager task.
17320         
17321         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17322         
17323         * plugins/editor/plugin.c: Use bookmark stock icons.
17324         
17325         * plugins/message-view/anjuta-message-manager.ui,
17326         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17328 2005-02-10  Naba Kumar  <naba@gnome.org>
17330         * libanjuta/interfaces/libanjuta.idl: fixed build error.
17331         
17332 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17334         * global-tags/Makefile.am
17335         Error during 'make install'
17337 2005-02-09  Naba Kumar  <naba@gnome.org>
17339         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17340         missing file.
17341         
17342 2005-02-08  Naba Kumar  <naba@gnome.org>
17344         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17345         
17346         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17347         Show busy cursur when updating global tags in preferences.
17349         * configure.in: Fixed.
17350         
17351 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17353         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17354           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17355          
17356         - Fixed anjuta-plugin project (glade)
17358 2005-02-08  Naba Kumar  <naba@gnome.org>
17360         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17361         Fixed automatic indentations.
17363         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17364         Global tags are now segregated into smaller api tags, which can be
17365         selectively loaded from symbol browser preferences.
17367         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17368         Implemented IProjectManager interface in project-manager. Mostly getter
17369         methods for now, but need to add add() and remove() methods to add
17370         or remove project elements.
17372         * plugins/gdb/debug_tree.c: Small fix.
17374         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17375         plugins/symbol-browser/an_symbol_info.c,
17376         plugins/symbol-browser/an_symbol_info.h,
17377         plugins/symbol-browser/an_symbol_search.c,
17378         plugins/symbol-browser/an_symbol_search.h,
17379         plugins/symbol-browser/an_symbol_view.c,
17380         plugins/symbol-browser/an_symbol_view.h,
17381         plugins/symbol-browser/plugin.c,
17382         plugins/symbol-browser/plugin.h,
17383         tagmanager/c.c,
17384         tagmanager/entry.h,
17385         tagmanager/tm_project.c,
17386         tagmanager/tm_symbol.c,
17387         tagmanager/tm_tag.c,
17388         tagmanager/tm_workspace.c,
17389         tagmanager/vstring.c,
17390         tagmanager/include/tm_tag.h,
17391         tagmanager/include/tm_workspace.h:
17392         
17393         - Fixed tagmanager parsing of source files to parse for typedefines and
17394         properly record element scopes. Implemented scope autocompletion
17395         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17396         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17397         patch list (author is unknown).
17398         - Implemented symbol-browser preferences for dynamically loading and
17399         saving tags API segments.
17400         - Fixed symbol-search to use tagmanager directly instead of depending
17401         on symbol-view for tags list.
17402         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17403         - Fixed TMSymbol to create the complete tags tree instead of letting the
17404         symbol-view created the root nodes.
17405         - Changed project tags cache name to .tm_project2.cache because the
17406         newer format records additional scope information.
17407         
17408 2005-02-07  Naba Kumar  <naba@gnome.org>
17410         * plugins/editor/style-editor.c,
17411         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17412         and GtkFontButton instead of deprecated widgets in
17413         style editor.
17414         
17415 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17417         * plugins/project-wizard/action.c,
17418         plugins/project-wizard/action.h,
17419         plugins/project-wizard/autogen.c,
17420         plugins/project-wizard/autogen.h,
17421         plugins/project-wizard/file.c,
17422         plugins/project-wizard/file.h,
17423         plugins/project-wizard/install.c,
17424         plugins/project-wizard/install.h,
17425         plugins/project-wizard/parser.h,
17426         plugins/project-wizard/parser.c,
17427         plugins/project-wizard/property.c,
17428         plugins/project-wizard/property.h,
17429         plugins/project-wizard/plugin.h,
17430         plugins/project-wizard/plugin.c,
17431         plugins/project-wizard/values.c,
17432         plugins/project-wizard/values.h:
17433         Replace C++ comments by C comments
17435         * plugins/project-wizard/autogen.c,
17436         plugins/project-wizard/autogen.h:
17437         Add a run time check of autogen version.
17438         Add UserName variable.
17440         * plugins/project-wizard/anjuta-project-wizard.glade,
17441         plugins/project-wizard/header.c,
17442         plugins/project-wizard/druid.c,
17443         plugins/project-wizard/druid.h:
17444         Sort project in alphabetic order.
17445         Correct selection troubles in notebooks.
17447         * plugins/project-wizard/parser.c:
17448         Add some check when reading the project header block.
17450 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17452         * plugins/project-wizard/action.c,
17453         plugins/project-wizard/action.h,
17454         plugins/project-wizard/autogen.c,
17455         plugins/project-wizard/autogen.h,
17456         plugins/project-wizard/file.c,
17457         plugins/project-wizard/file.h,
17458         plugins/project-wizard/install.c,
17459         plugins/project-wizard/parser.h,
17460         plugins/project-wizard/parser.c,
17461         plugins/project-wizard/property.c,
17462         plugins/project-wizard/property.h,
17463         plugins/project-wizard/values.c,
17464         plugins/project-wizard/values.h,
17465         Add a space between function name and open.
17467         * plugins/project-wizard/plugin.h,
17468         plugins/project-wizard/plugin.c,
17469         plugins/project-wizard/install.c,
17470         Avoid a crash if the user close the message view used by the .
17472         * plugins/project-wizard/anjuta-project-wizard,
17473         plugins/project-wizard/druid.c,
17474         plugins/project-wizard/druid.h,
17475         plugins/project-wizard/header.h,
17476         plugins/project-wizard/header.c,
17477         Add a text view with the description of each.
17478         Add a tab for each project.
17479         Replace some C++ comments to C comments.
17481 2005-02-05  Naba Kumar  <naba@gnome.org>
17483         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17484         New icon from Sebastien Granjoux .
17485         
17486 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17488         * libanjuta/anjuta-preferences.c:
17489         Set file property even without a focus out event (file selected 
17490         the browse dialog)
17492 2005-02-04  Naba Kumar  <naba@gnome.org>
17494         * plugins/glade/plugin.c: Fixed glade function calls.
17495         * configure.in: Fixed a typo.
17496         * TODO.tasks: Updated.
17498 2005-02-03  Naba Kumar  <naba@gnome.org>
17500         * plugins/project-manager/plugin.c: Fixed memory corruption.
17502         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17503         build error.
17504         
17505         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17506         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17507         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17508         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17510         * libanjuta/interfaces/libanjuta.idl,
17511         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17512         interface.
17513         
17514         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17516         Patch from Massimo Cora <maxcvs@email.it>:
17517         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17518         
17519 2005-02-01  Naba Kumar  <naba@gnome.org>
17521         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17522         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17523         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17524         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17525         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17526         from sourceforge -- a64 crash fixes (correct typing for GType)
17527         and fixes compile errors in sun.
17529         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17530         paste (shift+insert) in terminal.
17532 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17534         * configure.in: Add «nb» to ALL_LINGUAS.
17536 2005-02-01  Naba Kumar  <naba@gnome.org>
17538         * TODO.tasks, TODO: Updated todo tasks.
17539         
17540         * plugins/editor/anjuta-document-manager.glade: Improved search
17541         relace dialog.
17542         
17543         * TODO.tasks: Fixed xml format.
17544         
17545         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17546         work yet).
17547         
17548         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17549         cleanups.
17550         
17551         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17552         format during save (removed unwanted text nodes). Fixed scrollbars.
17554 2005-01-31  Naba Kumar  <naba@gnome.org>
17556         * libanjuta/interfaces/libanjuta.idl,
17557         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17558         Implemented append() method for IAnjutaEditor interface and fixed
17559         various bugs with text insertions (cvs diff and macro insertions).
17560         
17561         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17562         automatic indentation.
17563         
17564         * plugins/editor/action-callbacks.c,
17565         plugins/editor/action-callbacks.h,
17566         plugins/editor/anjuta-docman.c,
17567         plugins/editor/anjuta-document-manager.ui,
17568         plugins/editor/plugin.c,
17569         plugins/editor/text_editor.c,
17570         plugins/editor/text_editor.h,
17571         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17572         Fixed highlight issues.
17574         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17575         macro.
17576         
17577         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17579         * data/properties/*: Updated properties files from scite. Created
17580         styles.properties to override the scite styles.
17581         
17582         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17584         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17585         
17586 2005-01-30  Naba Kumar  <naba@gnome.org>
17588         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17589         unused definitions.
17590         
17591         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17592         
17593         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17594         plugins/editor/text_editor.c,
17595         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17596         fixed linuwidth preference setting, fixed insert text interface
17597         implementation. Improved automatice-indentation for cpp lexer.
17598         
17599         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17601 2005-01-29  Naba Kumar  <naba@gnome.org>
17603         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17604         option in update dialog as default. Improved import dialog. Sized
17605         log dialog.
17607         * configure.in: Fixed underquoted warning from autoconf.
17608         
17609         * plugins/editor/action-callbacks.c,
17610         plugins/editor/aneditor.cxx,
17611         plugins/editor/aneditor.h,
17612         plugins/editor/anjuta-document-manager.glade,
17613         plugins/editor/plugin.c,
17614         plugins/editor/plugin.h,
17615         plugins/editor/text_editor.c,
17616         plugins/editor/text_editor.h,
17617         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17618         for Editor and fixed all preferences syncronization and notifys for
17619         visible prefs (in editor preferences page).
17620         
17621         * plugins/file-loader/plugin.c: Load recent files on idle.
17623 2005-01-28  Naba Kumar  <naba@gnome.org>
17625         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17626         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17628         * plugins/editor/action-callbacks.c,
17629         plugins/editor/action-callbacks.h,
17630         plugins/editor/aneditor.cxx,
17631         plugins/editor/aneditor.h,
17632         plugins/editor/anjuta-document-manager.ui,
17633         plugins/editor/plugin.c,
17634         plugins/editor/text_editor.c,
17635         plugins/editor/text_editor.h,
17636         plugins/editor/text_editor_cbs.c,
17637         plugins/editor/text_editor_cbs.h,
17638         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17639         Text editor.
17641         Patch from Massimo Cora <maxcvs@email.it>:
17642         * plugins/editor/an_symbol_search.c,
17643         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17644         
17645 2005-01-27  Naba Kumar  <naba@gnome.org>
17646         
17647         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17648         minimum size request to 200.
17650         * plugins/symbol-browser/an_symbol_info.c,
17651         plugins/symbol-browser/an_symbol_info.h,
17652         plugins/symbol-browser/an_symbol_search.c,
17653         plugins/symbol-browser/an_symbol_search.h,
17654         plugins/symbol-browser/an_symbol_view.c,
17655         plugins/symbol-browser/an_symbol_view.h,
17656         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17657         pixbuf retrieval. Fixed runtime warning. Code clean up.
17659 2005-01-27  Naba Kumar  <naba@gnome.org>
17661         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17662         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17663         (new) plugins/glade/Makefile.am,
17664         (new) plugins/glade/anjuta-glade-plugin.png,
17665         (new) plugins/glade/anjuta-glade.plugin.in,
17666         (new) plugins/glade/anjuta-glade.ui,
17667         (new) plugins/glade/plugin.c,
17668         (new) plugins/glade/plugin.h,
17669         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17670         now until glade3 works properly.
17672         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17673         they are generated.
17674         
17675 2005-01-26  Naba Kumar  <naba@gnome.org>
17677         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17678         Added mime icon for anjuta projects.
17679         
17680         patch from Massimo Cora <maxcvs@email.it>:
17681         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17682         an_symbol_search.h, an_symbol_view.c, plugin.c:
17683         Fix/implement objects destroying/freeing.
17685 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17686         
17687         * src/action-callback.[ch], src/anjuta-actions.h:
17688         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17689         because it has not been updated for years and we know have a devhelp plugin
17690         which can do the job much better.
17691         * TODO.tasks: Updated done items
17693 2005-01-25  Naba Kumar  <naba@gnome.org>
17695         * autogen.sh: Fixed to generate interface files.
17697         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17698         session save filenames.
17699         
17700         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17701         
17702 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17704         * plugins/project-wizard/Makefile.am,
17705         plugins/project-wizard/install.c,
17706         plugins/project-wizard/install.h,
17707         plugins/project-wizard/parser.c,
17708         plugins/project-wizard/parser.h,
17709         plugins/project-wizard/templates/terminal.wiz:
17710         Add action list block in wizard template
17711         * plugins/project-wizard/file.c,
17712         plugins/project-wizard/autogen.c:
17713         Small fixes
17715 2005-01-23  Naba Kumar  <naba@gnome.org>
17717         * configure.in: Fixed build error.
17719 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17721         * plugins/project-wizard/druid.c,
17722         plugins/project-wizard/parser.c,
17723         plugins/project-wizard/property.c: Rewrite parser with
17724         better error handling
17726 2005-01-22  Naba Kumar  <naba@gnome.org>
17728         * plugins/symbol-browser/plugin.c: Changed c++ coments
17729         to c commnets and formated code to anjuta coding styles.
17730         
17731 2005-01-21  Naba Kumar  <naba@gnome.org>
17733         * configure.in, autogen.sh: Fixed build errors in newer automake.
17734         
17735         * plugins/editor/anjuta-docman.c: Do not emit change editor
17736         signal while in dispose.
17738         Patch from: Massimo Corà <maxcvs@email.it>
17739         * plugins/symbol-browser/Makefile.am,
17740         plugins/symbol-browser/an_symbol_view.c,
17741         plugins/symbol-browser/an_symbol_view.h,
17742         plugins/symbol-browser/plugin.c,
17743         plugins/symbol-browser/plugin.h,
17744         plugins/symbol-browser/test-symbol-browser.c,
17745         (new) plugins/symbol-browser/an_symbol_info.c,
17746         (new) plugins/symbol-browser/an_symbol_info.h,
17747         (new) plugins/symbol-browser/an_symbol_search.c,
17748         (new) plugins/symbol-browser/an_symbol_search.h:
17749         Added a cool real-time symbol-search-view in symbol browser.
17751 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17752         
17753         * plugin/macro/plugin.c
17754         plugin/macro/anjuta-macro-plugin.ui
17755         plugin/macro/macro-db.[ch]
17756         plugin/macro/macro-dialog.[ch]
17757         plugin/macro/macro-actions.[ch]
17758         plugin/macro/macro-edit.[ch]
17759         plugin/macro/plugin.[ch]:
17760         
17761         Implemented three menu items as Naba proposed:
17762         Edit->Macro->
17763                 Insert Macro: Pops of a border-less window to enter a shortcut
17764                 Add Macro: Same as Manage Macro => New
17765                 Manage Macros: Full-features macro dialog
17767 2005-01-20  Naba Kumar  <naba@gnome.org>
17769         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17770         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17771         libanjuta/anjuta-shell.h,
17772         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17773         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17774         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17775         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17776         src/main.c, src/shell.c: Implemented command line args processing
17777         and session management. Fixed geometry restoration.
17779 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17780         
17781         * plugins/macro/macro-db.c,
17782         plugins/macros.xml:
17783         Cleaned up XML interface and use attributes now for name, category and 
17784         shortcut. CDATA is used to avoid xml errors inside of macros.
17786 2005-01-19  Naba Kumar  <naba@gnome.org>
17788         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17790 2005-01-18  Naba Kumar  <naba@gnome.org>
17791         
17792         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17793         to work.
17795         * scintilla/*: Updated scintilla to current cvs and updated
17796         scintilla patches.
17797         
17798 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17799         
17800         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17801         plugins/cvs-plugin/cvs-actions.c:
17802         Added "Whole project" infrastructure but it does not
17803         work because I did not find a way to get the current project's
17804         root dir.
17806 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17808         * plugins/cvs-plugin/Makefile.am
17809         plugins/cvs-plugin/anjuta-cvs.plugin.in
17810         plugins/cvs-plugin/cvs-actions.c
17811         plugins/cvs-plugin/cvs-callbacks.c
17812         plugins/cvs-plugin/cvs-interface.[ch] (added)
17813         plugins/cvs-plugin/plugin.c:
17814         
17815         Added IAnjutaCVS interface and improved cvs plugin. There
17816         is still some work to do on cvs import and to add a current
17817         project toggle.
17819 2005-01-17  Naba Kumar  <naba@gnome.org>
17821         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17822         
17823         * configure.in: Fixed build errors.
17825         * data/Makefile.am,     (removed) data/README.stock_libs,
17826         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17827         (removed) data/header.c, (removed) data/stock_libs.anj,
17828         (removed) data/x-anjuta-project.desktop,
17829         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17831         * libanjuta/anjuta-plugin-description.c,
17832         libanjuta/anjuta-shell.c: Updated documentations.
17834         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17835         
17836         * libanjuta/anjuta-launcher.c,
17837         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17838         x86_64 systems.
17840 2005-01-17  Naba Kumar  <naba@gnome.org>
17841         
17842         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17843         plugins/project-wizard/templates/gtk.wiz,
17844         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17845         Updated templates to new format.
17846         
17847         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17848         * plugins/project-wizard/druid.c,
17849         plugins/project-wizard/parser.c,
17850         plugins/project-wizard/property.c,
17851         plugins/project-wizard/property.h,
17852         plugins/project-wizard/templates/terminal.wiz,
17853         plugins/project-wizard/templates/terminal/AUTHORS,
17854         plugins/project-wizard/templates/terminal/ChangeLog,
17855         plugins/project-wizard/templates/terminal/NEWS,
17856         plugins/project-wizard/templates/terminal/README,
17857         plugins/project-wizard/templates/terminal/project.anjuta,
17858         plugins/project-wizard/templates/terminal/src/main.c:
17859         Moveed code related to property types from druid.c and parser.c to 
17860         property.c. Changed tag from "<string ..." to
17861         "<property type="string..."     and so on. Rewrite parser
17862         (warning still in progress). Added list property. Changed
17863         terminal project to avoid using autogen on some file (much 
17864         faster) using the autogen attribute. Add a license list box in
17865         terminal project (just as an example). _label in item list is
17866         optional now.
17868 2005-01-16  Naba Kumar  <naba@gnome.org>
17870         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17871         plugins/edtior/anjuta-docman.c: Fixed build errors.
17872         
17873         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17874         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17875         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17876         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17877         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17878         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17879         libanjuta/resources.h,
17880         plugins/build-basic-autotools/build-basic-autotools.c,
17881         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17882         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17883         plugins/gtodo/plugin.c, src/Makefile.am,
17884         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17885         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17886         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17887         should be handled in respective plugins. Added API documentations.
17889         * libanjuta-docs.sgml, libanjuta-sections.txt,
17890         libanjuta.types,
17891         (added) tmpl/anjuta-debug.sgml,
17892         (added) tmpl/anjuta-launcher.sgml,
17893         tmpl/anjuta-plugin.sgml,
17894         tmpl/anjuta-preferences.sgml,
17895         tmpl/anjuta-shell.sgml,
17896         (added) tmpl/anjuta-status.sgml,
17897         (removed) tmpl/anjuta-stock.sgml,
17898         tmpl/anjuta-utils.sgml,
17899         (removed) tmpl/defaults.sgml,
17900         (removed) tmpl/fileselection.sgml,
17901         (removed) tmpl/gnomefilelist.sgml,
17902         tmpl/ianjuta-buildable.sgml,
17903         (added) tmpl/ianjuta-debugger-manager.sgml,
17904         (added) tmpl/ianjuta-debugger.sgml,
17905         tmpl/ianjuta-document-manager.sgml,
17906         tmpl/ianjuta-editor.sgml,
17907         tmpl/ianjuta-file.sgml,
17908         tmpl/ianjuta-loader.sgml,
17909         tmpl/ianjuta-markable.sgml,
17910         tmpl/ianjuta-message-view.sgml,
17911         (added) tmpl/ianjuta-project-manager.sgml,
17912         (added) tmpl/ianjuta-todo.sgml,
17913         (added) tmpl/ianjuta-wizard.sgml,
17914         tmpl/libanjuta-iface-marshallers.sgml,
17915         tmpl/libanjuta-unused.sgml,
17916         (removed) tmpl/pixmaps.sgml,
17917         tmpl/plugins.sgml,
17918         (removed) tmpl/properties.sgml,
17919         tmpl/resources.sgml: Updated API documentations.
17921 2005-01-15  Naba Kumar  <naba@gnome.org>
17923         * libanjuta/anjuta-launcher.c: Added API docs.
17924         
17925         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17926         plugins/project-wizard/templates/gtk.wiz,
17927         plugins/project-wizard/templates/terminal.wiz,
17928         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17929         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17930         plugins/project-wizard/templates/gtk/src/main.c,
17931         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17932         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17933         template files.
17935         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17936         * plugins/project-wizard/anjuta-project-wizard.glade,
17937         plugins/project-wizard/autogen.c,
17938         plugins/project-wizard/druid.c,
17939         plugins/project-wizard/druid.h,
17940         plugins/project-wizard/file.c,
17941         plugins/project-wizard/file.h,
17942         plugins/project-wizard/install.c,
17943         plugins/project-wizard/parser.c,
17944         plugins/project-wizard/plugin.c,
17945         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17946         setting the default project directory. Fix HIDDEN property, it's
17947         working but I think we could make this cleaner. Removed the
17948         copy of the string in mandatory_property. Add an optional autogen
17949         attribute, to force or avoid using autogen on some files, default
17950         without any attribute is autodetect.+ Replace the script tag with
17951         a normal file tag and an attribute execute.
17952         
17953 2005-01-14  Naba Kumar  <naba@gnome.org>
17955         * plugins/editor/action-callbacks.c,
17956         plugins/editor/search_incremental.c,
17957         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17958         works now.
17959         
17960         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17961         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17962         tabs.
17964 2005-01-12  Naba Kumar  <naba@gnome.org>
17966         * configure.in,
17967         plugins/project-wizard/templates/Makefile.am,
17968         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17969         plugins/project-wizard/templates/anjuta-plugin.wiz,
17970         (added) plugins/project-wizard/templates/gtk-logo.png,
17971         (added) plugins/project-wizard/templates/gtk.wiz,
17972         (added) plugins/project-wizard/templates/terminal-logo.png,
17973         plugins/project-wizard/templates/terminal.wiz,
17974         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17975         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17976         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17977         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17978         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17979         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17980         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17981         (added) plugins/project-wizard/templates/gtk/src/main.c,
17982         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17983         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17984         GTK+ project templated and fixed other templates. Updated template
17985         logos.
17987 2005-01-12  Naba Kumar  <naba@gnome.org>
17989         * plugins/macro/anjuta-macro.glade: Improved GUI.
17990         
17991 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17993         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17994         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17995         * plugins/cvs-plugin/cvs.[ch] (removed)
17996         Removed old unused files
17997         
17998         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17999         * plugins/cvs-plugin/cvs-actions.c
18000         * plugins/cvs-plugin/Makefile.am:
18001         Seperate callback functions for better error
18002         handling. Cleaned up code.
18003         
18004         * plugins/macro/macros.xml: removed corrupt cvs
18005         macros for now.
18007 2005-01-10  Naba Kumar  <naba@gnome.org>
18009         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
18010         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
18011         and leaks.
18013 2005-01-09  Naba Kumar  <naba@gnome.org>
18015         * libegg/egg-recent-action.c, libegg/test-actions.c,
18016         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
18017         recent files models.
18018         
18019         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
18020         two models -- one for projects and other for regular files and show
18021         both in recent files menu. Changed recent files group from "anjuta"
18022         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
18023         when adding the URI in recent files.
18024         
18025         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
18026         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
18027         * plugins/macro/macro-dialog.c: Fixed dispose() method.
18028         * plugins/macro/macros.xml: Fixed xml errors.
18030 2005-01-08  Naba Kumar  <naba@gnome.org>
18031         
18032         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
18033         libegg/test-actions.c, libegg/menu/Makefile.am,
18034         libegg/menu/egg-recent-action.h: Added a new action for
18035         recent files.
18037         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
18038         Fixed dispose. Cleanup.
18039         
18040         * plugins/file-loader/anjuta-loader-plugin.ui,
18041         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18042         Use the new action for recent files. Added recent files in
18043         toolbar.
18045         * plugins/project-wizard/druid.c: Show busy cursor and
18046         de-sensitize druid buttons during page change.
18047         
18048         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18049         * plugins/project-wizard/Makefile.am,
18050         plugins/project-wizard/druid.c,
18051         plugins/project-wizard/druid.h,
18052         plugins/project-wizard/install.c,
18053         plugins/project-wizard/plugin.c,
18054         plugins/project-wizard/plugin.h,
18055         plugins/project-wizard/property.c,
18056         plugins/project-wizard/property.h,
18057         (added) plugins/project-wizard/values.c,
18058         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
18059         objects (in values.c and values.h) containing the values of all
18060         properties. The NPWProperty objects now keep their values in this
18061         object which is persistant for one activation of the plugin, so the
18062         user keeps all the values even if he goes backward. Used an anjuta
18063         message view to list all files copied by the project wizard.
18065 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
18067         * plugins/macro/plugin.[ch],
18068         plugins/macro/macro-dialog.[ch]
18069         plugins/macro/macro-edit.[ch]
18070         plugins/macro/macro-db.[ch]
18071         plugins/macro/macro-actions.[ch]
18072         plugins/macro/anjuta-macro.plugin.in
18073         plugins/macro/anjuta-macro.glade
18074         plugins/macro/anjuta-macro.png
18075         plugins/macro/Makefile.am
18076         plugins/macro/macros.xml
18077         plugins/macro/anjuta-macro.ui (all added)
18078         configure.in
18079         plugins/Makefile.am:
18080         Added new macro plugins
18081         
18082         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
18083         New icon
18084         
18085         * manuals/reference/template (removed)
18086         Removed old api reference
18087         
18088         * plugins/message-view/message-view.c:
18089         "Fixed" crash in on_row_deleted and added a
18090         comment that I cannot work this way. We will
18091         have to change everything a bit to avoid losing
18092         memory there.
18093         
18094         * plugins/text-editor/text_editor.c:
18095         Update line number width on file save
18098 2005-01-07  Naba Kumar  <naba@gnome.org>
18100         * plugins/project-wizard/anjuta-project-wizard.glade,
18101         plugins/project-wizard/druid.c,
18102         plugins/project-wizard/templates/anjuta-plugin.wiz,
18103         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
18104         Display page description in bold. Fixed mandatory field check.
18106         * configure.in,
18107         libanjuta/libanjuta-1.0.pc.in,
18108         plugins/project-wizard/druid.c,
18109         plugins/project-wizard/parser.c,
18110         plugins/project-wizard/property.h,
18111         plugins/project-wizard/templates/anjuta-plugin.wiz,
18112         plugins/project-wizard/templates/terminal.wiz,
18113         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
18114         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
18115         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
18116         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
18117         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
18118         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
18119         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18120         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18121         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18122         plugins/project-wizard/templates/terminal/configure.in.tpl,
18123         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
18124         plugins/project-wizard/templates/terminal/src/main.c: Implemented
18125         a new property type -- hidden. Fixed terminal and anjuta-plugin
18126         project templates.
18128 2005-01-07  Naba Kumar  <naba@gnome.org>
18130         * templates/anjuta-plugin.wiz,
18131         templates/terminal.wiz,
18132         templates/terminal/Makefile.am.tpl,
18133         templates/terminal/autogen.sh,
18134         (Removed) templates/terminal/configure.ac.tpl,
18135         (Added) templates/.cvsignore,
18136         (Added) templates/Makefile.am,
18137         (Added) templates/anjuta-plugin/.cvsignore,
18138         (Added) templates/anjuta-plugin/Makefile.am,
18139         (Added) templates/anjuta-plugin/src/.cvsignore,
18140         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
18141         (Added) templates/terminal/.cvsignore,
18142         (Added) templates/terminal/Makefile.am,
18143         (Added) templates/terminal/configure.in.tpl,
18144         (Added) templates/terminal/po/.cvsignore,
18145         (Added) templates/terminal/po/ChangeLog,
18146         (Added) templates/terminal/po/Makefile.am,
18147         (Added) templates/terminal/po/POTFILES.in,
18148         (Added) templates/terminal/src/.cvsignore,
18149         (Added) templates/terminal/src/Makefile.am,
18150         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
18151         project wizard. Fixed configure/po/Makefile template errors.
18153 2005-01-06  Naba Kumar  <naba@gnome.org>
18155         * configure.in: Added project templates.
18156         * plugins/project-wizard/templates/*: Added to project and renamed
18157         Makefile.am and configure.in to Makefile.am and configure.ac respectively
18158         for the project templates (so that they do not conflict with autotools
18159         build. Created proper configure.ac.tpl and autogen.sh for project
18160         templates.
18161         
18162 2005-01-06  Naba Kumar  <naba@gnome.org>
18164         * plugins/project-wizard/anjuta-project-wizard.glade,
18165         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
18166         Fixed file list parsing and to take absolute file paths (for example,
18167         from an icon selected previously). Used toggle buttons for boolean
18168         properties. Check if all mandatory fields are given before going
18169         forward in the wizard. Use scrollable viewport for listing property
18170         widgets incase the list goes out of wizard's size. Added tooltips
18171         as descriptions of the property widgets. And other fixes.
18173         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
18174         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
18175         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
18176         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
18177         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
18178         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
18179         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
18180         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18181         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
18182         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18183         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18184         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
18185         Restructured template files.
18187 2005-01-06  Naba Kumar  <naba@gnome.org>
18189         * configure.in: Added check for autogen.
18190         
18191         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
18192         in dispose.
18193         
18194         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
18195         Do not emit changed signal when in dispose.
18197         * plugins/symbol-browser/plugin.c: Don't updated symbols when
18198         symbol-view widget has been destroyed.
18199         
18200         * src/anjuta-app.c: Set null to preference, status and ui object
18201         pointers when they are destroyed.
18203         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
18204         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
18205         Added boolean, integer and file property types.
18206         
18207         * plugins/project-wizard/Makefile.am,
18208         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
18209         project wizard templates.
18211 2005-01-04  Naba Kumar  <naba@gnome.org>
18213         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
18214         added widgets.
18215         
18216         * plugins/editor/aneditor.cxx,
18217         plugins/editor/anjuta-docman.c,
18218         plugins/editor/plugin.c,
18219         plugins/editor/text_editor.c:
18220         Removed unnecessary ref/unref of scintilla.
18221         
18222         * plugins/message-view/anjuta-msgman.c,
18223         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
18224         make close button similar to document manager.
18225         
18226         * plugins/project-manager/plugin.c,
18227         plugins/project-manager/plugin.h: Removed dead codes. Removed
18228         unnecessary ref/unref.
18229         
18230         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
18231         instead of hard refs.
18233 2005-01-03  Naba Kumar  <naba@gnome.org>
18235         * libanjuta/interfaces/libanjuta.idl: Added configure() and
18236         generate() methods for IAnjutaBuildable interface.
18238         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
18239         IAnjutaBuildable inteface.
18241         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
18242         to destroy build context when message view is destroyed.
18243         
18244         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
18245         a ref to it and unref in destructor. AnEditor class wants to be the
18246         owner of scintilla widget. Fixed compile warnings with signed/unsigned
18247         comparisions.
18248         
18249         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
18250         complicate the scene. Removed editor widget from AnjutaDocman when
18251         the widget is destroyed.
18252         
18253         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
18254         from shell. It will be removed from shell when the widget is destroyed.
18255         
18256         * plugins/editor/text_editor.c: Added debug codes to track object
18257         finalizations.
18259         * plugins/message-view/anjuta-msgman.c: Remove message view on
18260         widget destroy. Destroy message view on remove. Removed all views
18261         correctly.
18262         
18263         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18264         from container.
18266 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18268         * plugins/file-wizard/action-callbacks.c,
18269         plugins/file-wizard/anjuta-file-wizard.glade,
18270         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18271         Insert Licence, copyright, header template ...
18272         
18273 2005-01-02  Naba Kumar  <naba@gnome.org>
18275         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18276         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18277         anjuta_status_add_widget() to allow setting busy cursor on non
18278         toplevel windows.
18280         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18282         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18283         mime types to take text/source also.
18284         
18285         * plugins/editor/anjuta-docman.c,
18286         plugins/editor/anjuta-docman.h,
18287         plugins/editor/plugin.c,
18288         plugins/editor/text_editor.c,
18289         plugins/editor/text_editor.h,
18290         plugins/editor/text_editor_cbs.c: Listen for busy signal from
18291         AnjutaStatus and set busy cursor on editors.
18293         * plugins/file-loader/Makefile.am,
18294         plugins/file-loader/plugin.c,
18295         (added) plugins/file-loader/dnd.c,
18296         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18298         * src/anjuta.c: Hide anjuta window before destruction.
18300         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18301         * configure.in, plugins/Makefile.am,
18302         (removed) plugins/project-wizard/appwiz_page1.c,
18303         (removed) plugins/project-wizard/appwiz_page2.c,
18304         (removed) plugins/project-wizard/appwiz_page3.c,
18305         (removed) plugins/project-wizard/appwiz_page4.c,
18306         (removed) plugins/project-wizard/appwizard.c,
18307         (removed) plugins/project-wizard/appwizard.h,
18308         (removed) plugins/project-wizard/appwizard_cbs.c,
18309         (removed) plugins/project-wizard/appwizard_cbs.h,
18310         (removed) plugins/project-wizard/appwizard_gui.c,
18311         (removed) plugins/project-wizard/gnome_project.c,
18312         (removed) plugins/project-wizard/gnome_project.h,
18313         (removed) plugins/project-wizard/wizard_gui.c,
18314         (removed) plugins/project-wizard/wizard_gui.h,
18315         (added) plugins/project-wizard/.cvsignore,
18316         (added) plugins/project-wizard/Makefile.am,
18317         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18318         (added) plugins/project-wizard/anjuta-project-wizard.glade,
18319         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18320         (added) plugins/project-wizard/applogo.png,
18321         (added) plugins/project-wizard/appwizard.png,
18322         (added) plugins/project-wizard/autogen.c,
18323         (added) plugins/project-wizard/autogen.h,
18324         (added) plugins/project-wizard/druid.c,
18325         (added) plugins/project-wizard/druid.h,
18326         (added) plugins/project-wizard/file.c,
18327         (added) plugins/project-wizard/file.h,
18328         (added) plugins/project-wizard/header.c,
18329         (added) plugins/project-wizard/header.h,
18330         (added) plugins/project-wizard/install.c,
18331         (added) plugins/project-wizard/install.h,
18332         (added) plugins/project-wizard/parser.c,
18333         (added) plugins/project-wizard/parser.h,
18334         (added) plugins/project-wizard/plugin.c,
18335         (added) plugins/project-wizard/plugin.h,
18336         (added) plugins/project-wizard/property.c,
18337         (added) plugins/project-wizard/property.h: Removed old application-wizard
18338         codes and added new template based (autogen based) project wizard
18339         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
18341 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
18343         * plugins/cvs-plugin/plugin.c: Fixed crash bug
18344         * plugins/cvs-plugin/cvs-execute.c:
18345         Fix cvs_log which did not work because of some
18346         glade problem
18347         Patch from Mark R. Pariente <markpariente@cmu.edu>
18348         - Fix message highlighting
18350 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18351         
18352         * template/*,
18353         date/template/*,
18354         configure.in:
18355         Removed template stuff completly because we dicussed to implement
18356         a macro system for Edit->Insert Text
18358 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18359         
18360         * plugins/editor/aneditor.cxx,
18361         plugins/editor/text_editor.c:
18362         Set line number width dynamically
18363         * src/about.c:
18364         Prepered new GTK 2.6 about dialog
18366 2004-12-30  Naba Kumar  <naba@gnome.org>
18368         patch from: Massimo Corà  <maxcvs@email.it>
18369         * plugins/editor/aneditor.cxx: Highlights correct function
18370         argument in recursive calltips.
18372 2004-12-30  Naba Kumar  <naba@gnome.org>
18374         * plugins/symbol-browser/plugin.c,
18375         libanjuta/interfaces/libanjuta.idl,
18376         plugins/editor/text_editor.c: Fixed editor markers and added a new
18377         marker (BASIC) to indicate line numbers. Fixed symbol browser to
18378         mark the line visited.
18379         
18380         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18381         libegg/Makefile.am, libegg/eggcomboselect.c,
18382         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18383         widget for use with symbol view in toolbar.
18384         
18385         * plugins/cvs-plugin/anjuta-cvs.ui,
18386         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18387         placeholder for cvs plugin context menu in filemanager.
18388         
18389 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18390         
18391         * plugins/cvs-plugin/plugin.c:
18392         Show popup menu only if the file is contained in
18393         a directory containing a "CVS" directory
18395 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18396         
18397         * plugins/cvs-plugin/cvs-action.[ch],
18398         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18399         * plugins/cvs-plugin/anjuta-cvs.ui,
18400         * plugins/cvs-plugin/plugin.c:
18401         Implemented "Import"
18402         
18403         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18404         Added right-click-menu for file-manager
18406 2004-12-26  Naba Kumar  <naba@gnome.org>
18408         * src/action-callbacks.c, src/action-callbacks.h,
18409         src/anjuta-actions.h, src/anjuta-app.c,
18410         src/anjuta.ui: Added fullscreen action.
18412         * plugins/cvs-plugin/cvs-actions.c,
18413         plugins/cvs-plugin/plugin.c,
18414         plugins/cvs-plugin/plugin.h: Watches current editor,
18415         project and file manager selection in plugin
18416         implementation.
18417         
18418 2004-12-26  Naba Kumar  <naba@gnome.org>
18420         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18421         src/action-callbacks.c: Fixed app finalization. Added a
18422         command line arg --proper-shutdown (-p), which when set
18423         will release all plugins and their resources (this option
18424         is mainly for debugging).
18425         
18426         * plugins/file-loader/plugin.c: Fixed filename duplications
18427         in recent files history.
18428         
18429         * plugins/profile-default/plugin.c: Disabled problematic
18430         plugins for now to load at startup.
18431         
18432         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18433         annoying debug prints.
18434         
18435 2004-12-23  Naba Kumar  <naba@gnome.org>
18437         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18438         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18439         plugins/cvs-plugin/anjuta-cvs.ui,
18440         plugins/cvs-plugin/cvs-actions.c,
18441         plugins/cvs-plugin/cvs-actions.h,
18442         plugins/cvs-plugin/cvs-execute.c,
18443         plugins/cvs-plugin/cvs-execute.h,
18444         plugins/cvs-plugin/Makefile.am,
18445         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18446         Added cvs log command.
18448 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18449         
18450         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18451         default
18453 2004-12-20  Naba Kumar  <naba@gnome.org>
18455         patch from: Massimo Corà  <maxcvs@email.it>
18456         * plugins/editor/aneditor.cxx: Added recursive calltips.
18458 2004-12-20  Naba Kumar  <naba@gnome.org>
18459         
18460         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18461         Show busy cursor during loading and unloading.
18462         
18463 2004-12-19  Naba Kumar  <naba@gnome.org>
18465         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18466         memory leaks. Disabled debug print.
18468         * plugins/symbol-browser/an_symbol_view.c,
18469         plugins/symbol-browser/plugin.c,
18470         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18471         problems. Creates SymbolView object every time when the
18472         plugin is activated.
18474         * plugins/project-manager/plugin.c: Close project when
18475         deactivating.
18476         
18477 2004-12-18  Naba Kumar  <naba@gnome.org>
18479         * po/POTFILES.in: Removed commented lines.
18480         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18481         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18482         * plugins/gdb/plugin.c: Fixed compile error.
18483         
18484         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18485         * libegg/eggcellrendererkeys.c: Fixed compile error.
18486         
18487 2004-12-18  Naba Kumar  <naba@gnome.org>
18489         * plugins/file-loader/plugin.c: Fixed loading bug.
18490         
18491         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18492         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18493         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18494         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18495         and corruptions. Fixed loading and unloading of plugins.
18496         
18497 2004-12-17  Naba Kumar  <naba@gnome.org>
18498         
18499         * plugins/file-loader/Makefile.am,
18500         plugins/file-loader/plugin.c,
18501         plugins/project-manager/plugin.c: Fixed memory corruption
18502         and disposition codes. Added missing plugin.h in Makefile.am.
18504 2004-12-16  Naba Kumar  <naba@gnome.org>
18506         * plugins/symbol-browser/an_symbol_view.c,
18507         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18508         codes. Fixed memory leaks and corruptions.
18510         * plugins/build-basic-autotools/build-basic-autotools.c
18511         plugins/editor/anjuta-docman.c,
18512         plugins/editor/text_editor.c,
18513         plugins/file-loader/plugin.c,
18514         plugins/file-manager/plugin.c,
18515         plugins/file-wizard/plugin.c,
18516         plugins/message-view/anjuta-msgman.c,
18517         plugins/message-view/anjuta-msgman.h,
18518         plugins/message-view/message-view.c,
18519         plugins/message-view/plugin.c,
18520         plugins/message-view/plugin.h,
18521         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18523         * src/about.c, src/about.h, src/action-callbacks.c,
18524         src/action-callbacks.h, src/anjuta-actions.h,
18525         src/anjuta-app.c, src/anjuta-app.h,
18526         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18527         src/anjuta.c, src/anjuta.h, src/getline.c, 
18528         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18529         src/start-with.c, src/start-with.h: Fixed emacs modes.
18531         * src/layout.xml: Brought document manager in front.
18532         
18533 2004-12-15  Naba Kumar  <naba@gnome.org>
18535         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18536         properly removed.
18537         
18538         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18539         finalization. Added a method to unload all plugins and destroy them.
18540         Fixed memory leaks.
18541         
18542         * plugins/sample1/plugin.c: Proper finalization code and renamed
18543         functions to proper names.
18544         
18545         * plugins/build-basic-autotools/build-basic-autotools.c,
18546         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18548         * src/shell.c: Unload all plugins on exit, so that memory profilers
18549         can detect memory leaks in plugins.
18551 2004-12-13  Naba Kumar  <naba@gnome.org>
18553         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18554         docking is working.
18555         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18556         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18558 2004-12-11  Naba Kumar  <naba@gnome.org>
18560         * data/properties/anjuta.properties: Fixed font size.
18561         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18562         compile file function. There are some fixmes there.
18563         * plugins/message-view/anjuta-msgman.c,
18564         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18565         
18566 2004-12-08  Naba Kumar  <naba@gnome.org>
18568         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18569         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18570         to escape quotes in a string.
18571         
18572         * plugins/cvs-plugin/cvs-actions.c,
18573         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18574         cvs diff command.
18576         * plugins/build-basic-autotools/build-basic-autotools.c,
18577         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18578         filters.
18579         
18580 2004-12-07  Naba Kumar  <naba@gnome.org>
18582         * plugins/build-basic-autotools/build-basic-autotools.c,
18583         plugins/build-basic-autotools/automake-c.filters: Completed directory
18584         tracking. Double click on Errors and warnings now work as expected.
18586         * plugins/build-basic-autotools.c: Added codes to track build directory
18587         so that absolute path of the files could be determined.
18589 2004-12-06  Naba Kumar  <naba@gnome.org>
18591         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18592         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18593         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18594         
18595 2004-12-05  Naba Kumar  <naba@gnome.org>
18597         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18598         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18599         
18600         * plugins/cvs-plugin/plugin.c,
18601         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18602         
18603 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18604         
18605         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18606         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18607         plugins/cvs-plugin/cvs-execute.[ch]:
18608         Implemented cvs status and cvs diff
18609         Known bugs:
18610         - rdiff command is not correct
18611         - Must find a way to allow selection of directies AND files 
18612         in GtkFileChooser
18614 2004-12-03  Naba Kumar  <naba@gnome.org>
18616         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18617         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18618         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18619         session.properties file if it is for the first time.
18620         
18621 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18622         
18623         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18624         commit.
18625         
18626         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18627         plugins/cvs-plugin/anjuta-cvs.ui:
18628         Implemented update/commit and changed menu layout 
18630 2004-12-02  Naba Kumar  <naba@gnome.org>
18632         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18633         property name (for cvs path property). Beautified dialogs.
18635 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18636         
18637         * plugins/message-view/anjuta-msgman.c: Changed callback name
18638         and changed switch-page handling.
18639         
18640         * plugins/cvs-plugin/cvs-actions.c:
18641         * plugins/cvs-plugin/cvs-execute.c:
18642         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18643         - Implemented cvs add and cvs removed - both working now
18644         - Created a useful preferences page
18645         
18647 2004-11-30  Naba Kumar  <naba@gnome.org>
18649         * libanjuta/anjuta-status.c: Fixed runtime warning.
18650         
18651         * plugins/editor/Makefile.am:
18652         plugins/editor/anjuta-document-manager.glade,
18653         plugins/editor/plugin.c
18654         plugins/editor/plugin.h
18655         plugins/editor/style-editor.c (new, moved from src/),
18656         plugins/editor/style-editor.h (new, moved from src/),
18657         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18658         settings in preferences.
18660         * plugins/editor/text_editor.c,
18661         plugins/editor/text_editor.h: Do not take unused args in
18662         text_editor_get_props().
18664         * src/style-editor.c, src/style-editor.h: Removed, moved to
18665         plugins/editor/ directory.
18667 2004-11-29  Naba Kumar  <naba@gnome.org>
18669         * plugins/editor/text_editor_cbs.c: Emit click signal in
18670         IAnjutaMarkable.
18671         * libanjuta/anjuta-status.c: More spacing between items.
18672         
18673 2004-11-29  Naba Kumar  <naba@gnome.org>
18675         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18676         
18677         * libanjuta/interfaces/libanjuta.idl,
18678         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18679         plugins/debug-manager/plugin.c,
18680         plugins/gdb/breakpoints.c,
18681         plugins/gdb/breakpoints.h,
18682         plugins/gdb/debugger.c,
18683         plugins/gdb/debugger.h,
18684         plugins/gdb/plugin.c,
18685         plugins/gdb/plugin.h,
18686         plugins/gdb/utilities.c,
18687         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18688         toggle breakpoint margin clicks.
18690 2004-11-28  Naba Kumar  <naba@gnome.org>
18692         * TODO.tasks: Fixed indentations.
18693         * plugins/gtodo/libgtodo.c: Save with indentation.
18694         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18695         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18696         * libanjuta/anjuta-status.c: Fixed busy cursors.
18697         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18698         * po/POTFILES.in: Updated.
18699         
18700 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18701         
18702         * plugins/editor/anjuta-document-manager.glade,
18703           plugins/editor/search-replace.[c,h], 
18704           plugins/editor/search-replace_backend.h
18705           plugins/editor/search-preferences.[c,h] :
18706           Saved Search-Preferences (gconf),
18707           Basic search by default.
18709 2004-11-22  Naba Kumar  <naba@gnome.org>
18711         * configure.in: Fixed build error.
18713 2004-11-21  Naba Kumar  <naba@gnome.org>
18715         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18716         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18717         Added AnjutaStatus class to libanjuta.
18718         Added anjuta_shell_get_status() method.
18719         
18720         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18721         and fixed marshaller generation.
18722         
18723         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18724         "updade_ui" signals to IAnjutaEditor interface.
18725         
18726         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18727         
18728         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18729         regexes.
18730         
18731         * plugins/class-gen/clsGen.c: Intial port.
18732         
18733         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18734         name.
18735         
18736         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18737         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18738         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18739         Implemented status update. Emits "update_ui" and "char_added" signals.
18740         Added view preferences.
18741         
18742         * plugins/file-loader/plugin.c: Added open with plugins in open with
18743         menus.
18744         
18745         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18746         
18747         * plugins/message-view/anjuta-msgman.c,
18748         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18749         to close correct message view rather than current view.
18751 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18752         
18753         * plugins/cvs-plugin/cvs-actions.c
18754         plugins/cvs-plugin/plugin.[ch]
18755         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18756         Implemented cvs add but ran into a launcher/message_view
18757         problem because of a limitation of the idl compiler
18759 2004-11-19  Naba Kumar  <naba@gnome.org>
18761         * plugins/project-manager/plugin.c: Displays a progress window during
18762         project load.
18763         
18764         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18765         Fixed UI separators.
18766         
18767         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18768         UI placeholder.
18769         
18770         * plugins/project-manager/anjuta-project-manager.ui,
18771         plugins/project-manager/plugin.[c,h]: Added add/remove context
18772         menus and implemented them. Added file manager merge menu.
18774 2004-11-18  Naba Kumar  <naba@gnome.org>
18776         * TODO.tasks: Updated.
18777         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18778         plugins/message-view/message-view.c: Fixed finalize and dispose
18779         methods.
18780         * plugins/debugger/*: Removed from cvs (development now in
18781         debug-manager).
18783 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18785         Reviewed by Naba Kumar  <naba@gnome.org>:
18786         
18787         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18788         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18789         plugins/gdb/breakpoints.c: all marker related stuff moved from
18790         editor and docman interfaces to IAnjutaMarkable
18792 2004-11-17  Naba Kumar  <naba@gnome.org>
18794         * TODO.tasks: Updated.
18795         
18796         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18797         
18798         * libegg/egg-combo-action.c: Block changed signal when changing model.
18799         
18800         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18801         Emit changed signal. Removed dead codes.
18802         
18803         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18804         that recent files history do not duplicate.
18805         
18806         * plugins/symbol-browser/an_symbol_view.c,
18807         plugins/symbol-browser/an_symbol_view.h,
18808         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18809         Fixed a bug.
18811 2004-11-15  Naba Kumar  <naba@gnome.org>
18813         * plugins/project-manager/plugin.c: Opens targets on double click.
18814         
18815         * plugins/message-view/message-view.c,
18816         plugins/file-manager/anjuta-file-manager-plugin.glade,
18817         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18818         Added proper class finalization
18819         and disposition. Added preferences notifications and callbacks to
18820         change info/warning/error colors.
18821         
18822         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18823         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18824         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18825         Implemented finalize method for AnjutaApp. Code cleanups.
18826         
18827         * plugins/message-view/plugin.c: Static parent_class.
18828         
18829 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18830         * plugins/editor/search-replace.[c,h], 
18831           plugins/editor/search-replace_backend.c
18832           Update search entry in main toolbar.
18833           Clean code.
18835 2004-11-11  Naba Kumar  <naba@gnome.org>
18837         * TODO.tasks: Updated.
18839         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18840         and completed on-the-fly-change preferences. Removed "changed"
18841         signal as it is no longer necessary (use notify for similar
18842         purpose to monitor individual preferences).
18844         
18845         * plugins/editor/anjuta-document-manager.glade: Added view menu
18846         preferences so that they are registered.
18847         
18848         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18849         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18850         connection to "changed" signal of preferences and implemented
18851         notifications for some editor preferences. More to implement.
18853 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18854         * plugins/editor/print.c
18855         Fixed bug 1047624 : Add line number every X lines.
18857 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18858         * plugins/editor/search-replace.c
18859         Fixed a crash bug (995755) when searching "%n"
18861 2004-11-09  Naba Kumar  <naba@gnome.org>
18863         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18864         Fixed to refresh categories list on file load.
18866 2004-11-08  Naba Kumar  <naba@gnome.org>
18867         
18868         * configure.in, plugins/Makefile.am,
18869         plugins/profile-default/plugin.c: Added cvs plugin in build.
18870         
18871         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18872         
18873         * plugins/debug-manager/.cvsignore: Added file to ignore.
18874         
18875         * plugins/debug-manager/Makefile.am: Removed dead codes.
18876         
18877         * src/anjuta.ui: Added placeholder for version control UI.
18879 2004-11-08  Naba Kumar  <naba@gnome.org>
18881         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18882         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18883         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18884         Updated.
18886         * global-tags/Makefile.am: Fixed make error.
18888         * plugins/profile-default/plugin.c: Added debug-manager
18889         and gdb plugins to load at startup so that debugger
18890         windows are docked properly. They will be removed
18891         later when we figure out runtime docking.
18893         * plugins/sample1/*: Restored to last working state.
18895         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18896         windows in lower pane. Named the windows appropriately.
18898         * ChangeLog: Fixed format.
18899         
18900 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18902         * libanjuta/interfaces/libanjuta.idl,
18903         libanjuta/anjuta-marshal.c,
18904         plugins/Makefile.am,
18905         plugins/debug-manager/plugin.c,
18906         plugins/editor/plugin.c,
18907         plugins/editor/text_editor.c,
18908         plugins/gdb/breakpoints.c,
18909         plugins/gdb/debugger.c,
18910         plugins/gdb/plugin.c,
18911         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18913 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18914         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18915         plugins/editor/search-replace.c,
18916         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18917         Search and Replace; Show result in find pane
18918           
18919 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18920         
18921         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18922         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18923         (added features: starting debugger and loading of core/executable,
18924         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18925         partially works)
18927 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18928         
18929         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18930         my cvs-plugin files...
18931         I hope I have rescued everything possible.
18932         
18933         * Naba: Could you please fix sample1 because I messed it up to 
18934         but there should be a histroy of this directory we should commit
18936 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18937         
18938         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18939         infrastructure
18940         * plugins/cvs-plugin/plugin.c,
18941         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18942         Added preferences dialog (not yet complete)
18944 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18945         
18946         * global-tags/Makefile.am, mime/Makefile.am:
18947         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18948         
18949         * template/xmltemplate.[ch],
18950         template/xmlstrings.[ch],
18951         template/autotools.[ch] removed,
18952         template/prj_template.[ch] removed,
18953         template/lang_template.[ch] removed,
18954         template/lib_template.[ch] removed,
18955         template/Makefile.am adjusted,
18956         template/dtds/lang.dtd removed, 
18957         template/dtds/lib.dtd removed,
18958         template/dtds/prj.dtd removed,
18959         template/dtds/autotools.dtd removed,
18960         data/template/lib/* removed,
18961         data/template/language/* removed,
18962         data/template/library/* removed,
18963         data/template/project/* removed,
18964         date/template/Makefile.am adjusted:
18965         Remove everything except text-templates to replace hardcoded 
18966         Edit->Insert texts with dynamic loaded.
18968         * plugins/cvs-plugin/plugin.[ch],
18969         plugins/cvs-actions.[ch],
18970         plugins/Makefile.am,
18971         plugins/cvs-plugin/Makefile.am,
18972         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18973         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18974         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18975         Added initial cvs-plugin code
18977 2004-10-21  Naba Kumar  <naba@gnome.org>
18978         
18979         * libanjuta/anjuta-plugin.c,
18980         plugins/build-basic-autotools/build-basic-autotools.c,
18981         plugins/debugger/plugin.c,
18982         plugins/devhelp/plugin.c,
18983         plugins/editor/anjuta-docman.c,
18984         plugins/editor/goto_line.c,
18985         plugins/editor/plugin.c,
18986         plugins/editor/search-replace.c,
18987         plugins/editor/text_editor.c,
18988         plugins/file-loader/plugin.c,
18989         plugins/file-manager/plugin.c,
18990         plugins/file-wizard/file.c,
18991         plugins/file-wizard/plugin.c,
18992         plugins/gdb/plugin.c,
18993         plugins/gtodo/plugin.c,
18994         plugins/message-view/anjuta-msgman.c,
18995         plugins/profile-default/plugin.c,
18996         plugins/project-manager/plugin.c,
18997         plugins/sample1/plugin.c,
18998         plugins/terminal/terminal.c: Defined all global variables static,
18999         particularly class parent_class variables. They were getting
19000         confused at link time.
19002         * libanjuta/plugins.c: Do not unload plugins when they are
19003         deactivated. Simply cache them for later activation. Unloading
19004         modules have some problem with shared libs using static class
19005         registration. Fixed hash type for installed plugins. Eventually,
19006         we want to add "CanUnload" attribute for .plugin files (in
19007         "Anjuta Plugin" group) to let plugin loader know if the plugin can
19008         be unloaded from memory. Those plugins declaring CanUnload=false
19009         will not be unloaded from memory and will be put in the cache. Those
19010         not declaring anything or declaring CanUnload=true, will be unloaded
19011         from memory when they are deactivated.
19013         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
19014         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19015         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
19016         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
19017         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
19018         activation, deactivation. Fixed memory leaks.
19020 2004-10-20  Naba Kumar  <naba@gnome.org>
19022         * TODO.tasks: Updated.
19023         
19024         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19025         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
19026         macro for adding interfaces to plugin types. Code cleanup.
19027         
19028         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19029         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19030         
19031         * plugins/build-basic-autotools/build-basic-autotools.c,
19032         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
19033         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19034         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
19035         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
19036         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
19037         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
19038         plugins/project-manager/plugin.c,
19039         plugins/symbol-browser/an_symbol_view.c,
19040         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
19041         newly defined macro to add interfaces to plugin types.
19043         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
19045 2004-10-20  Naba Kumar  <naba@gnome.org>
19047         * TODO.tasks: Added task list.
19048         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
19049         default values.
19051 2004-10-19  Naba Kumar  <naba@gnome.org>
19053         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
19054         
19055         * plugins/editor/action-callbacks.c,
19056         plugins/editor/action-callbacks.h,
19057         plugins/editor/anjuta-docman.c,
19058         plugins/editor/anjuta-docman.h,
19059         plugins/editor/anjuta-document-manager.ui,
19060         plugins/editor/file_history.c,
19061         plugins/editor/file_history.h,
19062         plugins/editor/plugin.c: Added file history browsing.
19063         
19064         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
19065         
19066         * plugins/message-view/anjuta-message-manager.ui,
19067         plugins/message-view/plugin.c: Added document manager context menu.
19068         
19069         * plugins/symbol-browser/an_symbol_view.c,
19070         plugins/symbol-browser/an_symbol_view.h,
19071         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19072         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
19073         document manager context menu.
19074         
19075         * scintilla/*, scintilla/include/*: Updated to current cvs.
19076         
19077 2004-10-19  Naba Kumar  <naba@gnome.org>
19079         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
19080         placeholder for debugger UI.
19081         
19082         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
19083         * plugins/file-manager/plugin.c: Fixed loading bug.
19084         
19085         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
19086         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
19087         Initializes gconf database with default values when the
19088         values are not defined. Use bool and int prefs separately.
19090         * plugins/editor/plugin.c: Added encoding preferences.
19091         * plugins/project-manager/plugin.c: Cleanup and debug messages.
19093         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19094         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19095         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19096         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19098 2004-10-18  Naba Kumar  <naba@gnome.org>
19100         * po/POTFILES.in: Updated.
19101         
19102         * libanjuta/anjuta-ui.c: Corrected debug messages.
19103         
19104         * libegg/egg-combo-action.c, libegg/test-actions.c,
19105         libegg/menu/egg-combo-action.h: Fixed combo action.
19106         
19107         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
19108         Fixed format.
19109         
19110         * plugins/editor/action-callbacks.[c,h],
19111         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
19112         Implemented file swap. Removed dead codes.
19113         
19114         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
19115         dead codes.
19116         
19117         * plugins/symbol-browser/an_symbol_view.[c,h],
19118         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19119         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
19120         Implemented file symbols. Implemented goto file line when symbol is
19121         selected.
19122         
19123         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
19124         
19125 2004-10-10  Naba Kumar  <naba@gnome.org>
19127         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
19128         
19129         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
19130         
19131         * plugins/debugger/.cvsignore,
19132         (added) plugins/debugger/Makefile.am,
19133         (added) plugins/debugger/anjuta-debugger.glade,
19134         (added) plugins/debugger/anjuta-debugger.plugin.in,
19135         (added) plugins/debugger/anjuta-debugger.plugin.png,
19136         (added) plugins/debugger/anjuta-debugger.ui,
19137         plugins/debugger/attach_process.c,
19138         (removed) plugins/debugger/attach_process_cbs.c,
19139         (removed) plugins/debugger/attach_process_cbs.h,
19140         (removed) plugins/debugger/breakpoints.c,
19141         (removed) plugins/debugger/breakpoints.h,
19142         (removed) plugins/debugger/debug_tree.c,
19143         (removed) plugins/debugger/debug_tree.h,
19144         (removed) plugins/debugger/debugger.c,
19145         (removed) plugins/debugger/debugger.h,
19146         (removed) plugins/debugger/memory.c,
19147         (removed) plugins/debugger/memory.h,
19148         (added) plugins/debugger/plugin.c,
19149         (added) plugins/debugger/plugin.h,
19150         (removed) plugins/debugger/registers.c,
19151         (removed) plugins/debugger/registers.h,
19152         (removed) plugins/debugger/registers_cbs.c,
19153         (removed) plugins/debugger/registers_cbs.h,
19154         (removed) plugins/debugger/registers_gui.c,
19155         (removed) plugins/debugger/sharedlib.c,
19156         (removed) plugins/debugger/sharedlib.h,
19157         (removed) plugins/debugger/sharedlib_cbs.c,
19158         (removed) plugins/debugger/sharedlib_cbs.h,
19159         (removed) plugins/debugger/sharedlib_gui.c,
19160         (removed) plugins/debugger/signals.c,
19161         (removed) plugins/debugger/signals.h,
19162         (removed) plugins/debugger/signals_cbs.c,
19163         (removed) plugins/debugger/signals_cbs.h,
19164         (removed) plugins/debugger/signals_gui.c,
19165         (removed) plugins/debugger/stack_trace.c,
19166         (removed) plugins/debugger/stack_trace.h,
19167         (added) plugins/debugger/utilities.c,
19168         (added) plugins/debugger/utilities.h,
19169         (removed) plugins/debugger/watch.c,
19170         (removed) plugins/debugger/watch.h,
19171         (removed) plugins/debugger/watch_cbs.c,
19172         (removed) plugins/debugger/watch_cbs.h,
19173         (removed) plugins/debugger/watch_gui.c,
19174         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
19175         
19176         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
19177         Added debugger gdb backend plugin.
19178         
19179         * plugins/message-view/plugin.c: Registered all message stock icons.
19180         
19181         * plugins/profile-default/plugin.c: Loads debugger plugin.
19182         
19183         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
19185 2004-10-08  Naba Kumar  <naba@gnome.org>
19187         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
19188         information.
19189         
19190         * plugins/symbol-browser/.cvsignore,
19191         plugins/symbol-browser/Makefile.am,
19192         plugins/symbol-browser/an_symbol_view.c,
19193         plugins/symbol-browser/an_symbol_view.h,
19194         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
19195         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19196         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
19197         plugins/symbol-browser/plugin.c,
19198         plugins/symbol-browser/plugin.h,
19199         plugins/symbol-browser/sv_class.xpm,
19200         plugins/symbol-browser/sv_function.xpm,
19201         plugins/symbol-browser/sv_macro.xpm,
19202         plugins/symbol-browser/sv_private_fun.xpm,
19203         plugins/symbol-browser/sv_private_var.xpm,
19204         plugins/symbol-browser/sv_protected_fun.xpm,
19205         plugins/symbol-browser/sv_protected_var.xpm,
19206         plugins/symbol-browser/sv_public_fun.xpm,
19207         plugins/symbol-browser/sv_public_var.xpm,
19208         plugins/symbol-browser/sv_static_fun.xpm,
19209         plugins/symbol-browser/sv_static_var.xpm,
19210         plugins/symbol-browser/sv_struct.xpm,
19211         plugins/symbol-browser/sv_unknown.xpm,
19212         plugins/symbol-browser/sv_variable.xpm,
19213         plugins/symbol-browser/test-symbol-browser.c,
19214         plugins/Makefile.am: Implemented Symbol
19215         browser plugin.
19216         
19217         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
19218         
19219         * plugins/build-basic-autotools/Makefile.am,
19220         plugins/devhelp/Makefile.am,
19221         plugins/editor/Makefile.am,
19222         plugins/file-loader/Makefile.am,
19223         plugins/file-manager/Makefile.am,
19224         plugins/file-wizard/Makefile.am,
19225         plugins/gtodo/Makefile.am,
19226         plugins/message-view/Makefile.am,
19227         plugins/profile-default/Makefile.am,
19228         plugins/project-manager/Makefile.am
19229         plugins/sample1/Makefile.am,
19230         plugins/terminal/Makefile.am,
19231         scintilla/Makefile.am,
19232         libegg/Makefile.am,
19233         launcher/Makefile.am,
19234         libanjuta/Makefile.am,
19235         src/Makefile.am,
19236         tagmanager/Makefile.am,
19237         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
19238         anjuta_data_dir in configure.in and used them in plugins Makefile.am
19239         files. Also fixed library dependencies.
19240         
19241         * plugins/editor/aneditor.cxx: Disabled unused codes.
19242         * plugins/file-manager/an_file_view.c: Added copyright.
19243         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
19244         
19245         * plugins/profile-default/plugin.c: Can load plugins by location.
19246         * plugins/project-manager/plugin.c: Remove project_root_uri value
19247         when project is closed.
19248         
19249 2004-10-06  Naba Kumar  <naba@gnome.org>
19251         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
19252         
19253         * libanjuta/interfaces/libanjuta.idl,
19254         plugins/editor/text_editor.c: Added get_length()
19255         and get_current_word() methods in IAnjutaEditor interface.
19256         
19257         * libegg/Makefile.am: Added test_actions target.
19258         
19259         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19260         
19261         * plugins/build-basic-autotools/build-basic-autotools.c,
19262         plugins/file-loader/plugin.c,
19263         plugins/message-view/message-view.c: Added code to go to file and
19264         line number,
19265         
19266         * plugins/devhelp/plugin.c: Context sensitive help now works.
19267         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19268         uri as line number and goes to that line number.
19269         
19270         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19271         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19272         gtodo_client_load() method to load from a diffrent file. Watched 
19273         project root directory in plugin to open TODO.tasks of the project.
19274         
19275         * plugins/project-manager/plugin.c: Updates project UI
19276         sensitive/insensitive.
19278         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19279         anjuta-shell program to test plugins.
19280         
19281         * src/anjuta-app.c: Registered UI accels.
19282         
19283 2004-09-28  Naba Kumar  <naba@gnome.org>
19285         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19286         method.
19287         
19288         * src/anjuta-app.c: Implemented present widget method.
19289         
19290         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19291         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19292         
19293         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19294         added editor.
19295         
19296         * plugins/editor/text_editor.c: Connects to preferences changed signal
19297         correctly.
19298         
19299 2004-09-28  Naba Kumar  <naba@gnome.org>
19300         
19301         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19302         print code.
19303         
19304         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19305         size to 5 pix.
19306         
19307         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19308         in changed signal callback.
19309         
19310         * plugins/editor/action-callbacks.c: Implemented save_all action
19311         callback. Removed dead code. Do save_as when saving a new file.
19312         Implemented incremental search.
19313         
19314         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19315         
19316         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19317         
19318         * src/anjuta-app.c: Registers UI accelerators.
19319         
19320 2004-09-27  Naba Kumar  <naba@gnome.org>
19322         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19323         
19324         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19325         plugins/devhelp/anjuta-devhelp.plugin.in,
19326         plugins/file-loader/anjuta-loader.plugin.in,
19327         plugins/file-manager/anjuta-file-manager.plugin.in,
19328         plugins/gtodo/anjuta-gtodo.plugin.in,
19329         plugins/project-manager/anjuta-project-manager.plugin.in,
19330         plugins/terminal/anjuta-terminal.plugin.in:
19331         Gave proper plugin names.
19333         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19334         error when regex fail.
19335         
19336         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19337         Added help and context search. Watches current editor. More menus
19338         in Help submenu. Update UI (sensitive when required) properly.
19339         
19340         * plugins/editor/anjuta-document-manager.ui,
19341         plugins/devhelp/anjuta-devhelp.ui,
19342         plugins/message-view/anjuta-message-manager.ui,
19343         src/anjuta.ui: Goto menu actions are in separate submenu.
19344         
19345         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19346         Removed unimplemented UI elements.
19347         
19348         * src/anjuta-app.c: Larger (and normal) icon size.
19349         
19350         * src/layout.xml: Task manager plugin along with document (in middle).
19351         
19352         * plugins/editor/plugin.c, plugins/file-loader.c,
19353         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19354         in gtkactions. Enable/disable UI properly.
19355         
19356 2004-09-26  Naba Kumar  <naba@gnome.org>
19358         * po/POTFILES.in: Updated, added missing files.
19360         * .cvsignore: Updated.
19361         
19362         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19363         a new function to get User input text.
19364         
19365         * libanjuta/resources.[c,h]: Added a function to created sized image.
19366         
19367         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19368         from filename, as thats the correct representation.
19369         
19370         * plugins/build-basic-autotools/Makefile.am,
19371         (added) plugins/build-basic-autotools/automake-c.filters,
19372         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19373         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19374         Rearragned UI elements in the build menu. Added codes to read build
19375         filter rules from external file. Implemented all build, configure,
19376         autogen commands. Watches current editor and project.
19377         
19378         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19379         Added editor changed signal and exports current editor value.
19380         Fixed parameter names. Fixed get_uri() interface implementation to
19381         return correct uri.
19382         
19383         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19384         elements.
19385         
19386         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19387         
19388         * plugins/file-manager/an_file_view.c,
19389         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19390         
19391         * plugins/file-wizard/file.c: Reads uri correctly.
19392         
19393         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19394         sets the page to the new view.
19395         
19396         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19397         Fixed signal connecting.
19398         
19399         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19400         to "project_root_uri" and exports as uri.
19401         
19402 2004-09-24  Naba Kumar  <naba@gnome.org>
19404         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19405         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19406         in correct way.
19407         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19408         * plugins/file-loader/plugin.c: Added comments.
19409         * plugins/build-basic-autotools/plugin.c: Added comments.
19410         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19411         
19412         * libanjuta/interfaces/libanjuta.idl,
19413         plugins/message-view/anjuta-msgman.c,
19414         plugins/message-view/message-view.c,
19415         plugins/message-view/message-view.h,
19416         plugins/message-view/plugin.c: Buffering and appending messages have
19417         been separated. message-view implementations cleaned up. Signals
19418         Emissions fixed. Messages now displayed in summary and details show
19419         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19420         API.
19421         
19422         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19423         preferences.
19424         
19425         * plugins/build-basic-autotools/Makefile.am,
19426         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19427         parsing of output to create message summaries. Uses new message view
19428         API.
19429         
19430         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19431         preferences to make dialog box smaller.
19432         
19433         * plugins/editor/search-replace.c: Fixed compile error with change
19434         in IAnjutaMessageView API.
19435         
19436 2004-09-21  Naba Kumar  <naba@gnome.org>
19438         * plugins/Makefile.am: Deletes old (installed) plugins before
19439         installing new ones.
19440         
19441         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19442         plugins/build-basic-autotools/build-basic-autotools.c,
19443         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19444         file URI from filemanager. Only disables/enables build submenu in file
19445         manager, instead of merging/unmerging.
19446         
19447         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19448         non-text files.
19449         
19450         * plugins/file-loader/anjuta-loader-plugin.ui,
19451         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19452         Implemented "Open with" file manager submenu. Displays error message
19453         when file can not be opened.
19454         
19455         * plugins/file-manager/an_file_view.c: Renamed
19456         file_manager_current_filename value name to file_manager_current_uri
19457         and exports proper URI.
19458         
19459         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19461 2004-09-19  Naba Kumar  <naba@gnome.org>
19463         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19464         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19465         save point signal to change editor tabs. Fixed accels.
19466         
19467         * plugins/file-loader/plugin.c: Fixed accels.
19469         * plugins/project-manager/plugin.c: Added target selection callback.
19470         
19471         * plugins/project-manager/plugin.c: Added URI activation.
19472         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19473         Fixed dialog and closed it on ok. Fixed a crash bug.
19474         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19476         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19477         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19478         plugins/file-loader/anjuta-loader-plugin.ui,
19479         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19480         Added recent files in file loade plugin.
19481         
19482         * ChangeLog: Fixed entry dates.
19483         
19484 2004-09-18  Naba Kumar  <naba@gnome.org>
19486         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19487         an unnecessary GtkFrame.
19488         
19489 2004-09-17  Naba Kumar  <naba@gnome.org>
19491         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19493         * TODO: Updated.
19494         
19495         * data/Makefile.am: Disabled installing old mime info.
19496         
19497         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19498         
19499         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19500         plugins/editor/anjuta-document-manager.ui,
19501         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19502         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19503         Added Editor context popup menu.
19504         
19505         * plugins/project-manager/anjuta-project-manager-plugin.png:
19506         Update image.
19507         
19508         * plugins/project-manager/anjuta-project-manager.plugin.in:
19509         Support .anjuta mime type.
19510         
19511         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19512         value.
19513         
19514         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19515         value.
19516         
19517         * src/layout.xml, plugins/profile-default/plugin.c:
19518         Added project manager plugin for startup.
19520 2004-09-16  Naba Kumar  <naba@gnome.org>
19521         
19522         * anjuta.prj: Updated.
19523         
19524         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19525         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19526         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19527         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19528         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19529         plugins/terinal/Makefile.am, src/Makefile.am,
19530         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19531         Fixed makefile syntax errors.
19533 2004-09-16  Naba Kumar  <naba@gnome.org>
19535         * configure.in, src/layout.xml,
19536         plugins/profile-default/plugin.c,
19537         libanjuta/interfaces/libanjuta.idl,
19538         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19539         
19540         * configure.in, plugins/Makefile.am,
19541         plugins/project-manager/.cvsignore, 
19542         plugins/project-manager/Makefile.am,
19543         plugins/project-manager/anjuta-project-manager-plugin.png,
19544         plugins/project-manager/anjuta-project-manager.plugin.in,
19545         plugins/project-manager/anjuta-project-manager.ui,
19546         plugins/project-manager/plugin.c,
19547         plugins/project-manager/plugin.h: Added project manager plugin
19548         based on gnome-build.
19549         
19550         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19551         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19552         
19553         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19554         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19555         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19556     
19557 2004-09-16  Naba Kumar  <naba@gnome.org>
19559         * plugins/editor/action-callbacks.c: Fixed compile error.
19560         
19561 2004-09-15  Naba Kumar  <naba@gnome.org>
19563         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19564         
19565         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19566         New improved splace with nicer progress.
19567         
19568         * configure.in, plugins/Makefile.am,
19569         (added) file-wizard/.cvsignore,
19570         (added) file-wizard/Makefile.am,
19571         (added) file-wizard/action-callbacks.c,
19572         (added) file-wizard/action-callbacks.h,
19573         (added) file-wizard/anjuta-file-wizard-plugin.png,
19574         (added) file-wizard/anjuta-file-wizard.glade,
19575         (added) file-wizard/anjuta-file-wizard.plugin.in,
19576         (added) file-wizard/anjuta-file-wizard.ui,
19577         (added) file-wizard/file.c,
19578         (added) file-wizard/file.h,
19579         (added) file-wizard/plugin.c,
19580         (added) file-wizard/plugin.h:
19581         Created new file wizard and added it. The wizard takes care of text
19582         bit insertions and new files creation.
19584         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19585         plugins/editor/action-callbacks.h,
19586         plugins/editor/anjuta-document-manager.glade,
19587         plugins/editor/anjuta-document-manager.ui,
19588         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19589         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19590         new files code and moved into a new plugin (file wizard).
19591         
19592         * libanjuta/plugins.[c,h]: Added plugins selection function.
19593         
19594         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19595         get_position(), insert() in IAnjutaEditor interface. Added
19596         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19597         interface (for wizard plugins).
19599         * plugins/file-loader/anjuta-loader-plugin.ui,
19600         plugins/file-loader/plugin.c: Added wizard launcher interface which
19601         scans for plugins implement IAnjutaWizard interface and presents the
19602         list to user for selection. The selected plugin is then activated
19603         for the wizard.
19605         * libanjuta/interfaces/.cvsignore: Updated.
19606         * plugins/message-view/.cvsignore: Updated.
19607         * plugins/launcher/*: Removed as launcher has already been moved to
19608         libanjuta as class.
19610         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19611         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19612         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19613         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19614         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19615         Updated API documentations.
19617 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19619         * configure.in: Added Punjabi to ALL_LINGUAS
19621 2004-07-29  Naba Kumar  <naba@gnome.org>
19623         * configure.in: Added file-loader plugin Makefile path and
19624         fixed devhelp version requirement.
19626 2004-07-28  Naba Kumar  <naba@gnome.org>
19628         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19629         terminal/preferences-terminal.png (added), message-view/*.png (added),
19630         message-view/*.xpm (added), editor/*.png (added),
19631         editor/*.xpm (added), plugins/editor/Makefile.am,
19632         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19633         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19634         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19635         respective plugins directories.
19637         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19638         pixmaps/block-end-16.png, pixmaps/block-end.png
19639         pixmaps/block-start-16.png, pixmaps/block-start.png
19640         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19641         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19642         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19643         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19644         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19645         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19646         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19647         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19648         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19649         pixmaps/preferences-editor.png, pixmaps/undock.png
19650         pixmaps/error-next-16.png, pixmaps/error-next.png
19651         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19652         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19653         pixmaps/preferences-terminal.png: Deleted
19655         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19656         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19657         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19658         plugins/editor/anjuta-document-manager.plugin.in,
19659         plugins/editor/anjuta-document-manager.ui,
19660         plugins/editor/plugin.c, plugins/editor/print.c,
19661         plugins/editor/search-replace_backend.c,
19662         plugins/editor/search_preferences.h,
19663         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19664         Moved properties souce files to editor plugin as it not required in
19665         libanjuta. Other editor fixes.
19667         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19668         libegg/dock/* (removed)
19669         : Restored GDL external dependencies and removed libegg dock
19670         sources, because gdl is being developed.
19671         
19672         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19673         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19674         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19675         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19676         libanjuta/plugins.c, libanjuta/plugins.h,
19677         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19678         gconf system. Shell now takes docking positions. Added more utility
19679         functions. Added plugins query function. And other fixes.
19681         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19682         
19683         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19684         plugin to load files based on mime type.
19685         
19686         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19687         
19688         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19689         plugins/file-manager/plugin.c: File manager now uses file loader to
19690         open files.
19692         * plugins/message-view/anjuta-msgman.c,,
19693         plugins/message-view/message-view.c,
19694         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19696         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19697         plugins/terminal/terminal.c, src/Makefile.am,
19698         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19699         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19700         
19701         * libegg/dock/*: Removed directory.
19702         
19703 2004-07-28  Naba Kumar  <naba@gnome.org>
19705         * configure.in: Reduced gnome-print version requirement.
19706         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19708 2004-07-21  Ray Strode  <rstrode@redhat.com>
19709         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19710         new mime sytem.
19712 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19713         
19714         * plugins/editor/search-replace.c: Some fixes
19715         * plugins/terminal/Makefile.am:
19716         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19718 2004-05-19  Naba Kumar  <naba@gnome.org>
19720         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19721         compiler warning.
19723 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19725         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19726         Implemented IAnjutaSavable
19727         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19729 2004-05-17  Naba Kumar  <naba@gnome.org>
19731         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19732         plugins/build-basic-autotools/.cvsignore,
19733         plugins/build-basic-autotools/Makefile.am,
19734         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19735         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19736         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19737         plugins/build-basic-autotools/build-basic-autotools.c,
19738         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19739         build plugin.
19740         
19741         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19742         definition.
19743         
19744         * plugins/file-manager/an_file_view.c,
19745         plugins/file-manager/anjuta-file-manager.ui,
19746         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19747         Added context menu UI.
19748         
19749         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19750         in view menu.
19752 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19753         
19754         * libanjuta/anjuta-preferences.[ch]: 
19755         Added save/load_gconf functions
19756         * src/action_callbacks.[ch], src/preferences.c: 
19757         Load global prefs from gconf at startup and save them
19758         on exit. Prefs load and save correctly but something resets
19759         them to default after loading...
19760         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19761         Somehow the linker does not find save/load_gconf functions
19762         in libanjuta. Must be a stupid mistake, I would be glad
19763         if someone could fix that.
19764         * manuals/reference/libanjuta-sections.txt: Added new
19765         preferences functions and removed gnome-filelist
19766         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19767         * plugins/file-manager/plugin.c:
19768         Added root-path property
19770 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19771         
19772         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19773         they are not longer needed.
19774         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19775         anjuta-sections.txt: Remove references to the files
19776         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19777         Use new nautilus icons for file-manager, looks incredible
19778         cool!
19780 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19781         
19782         * plugins/editor/anjuta-docman.c: gchar* to 
19783         const gchar* in arguments
19784         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19785         Interface
19786         * plugins/file-manager/an_file_view.c: Open files on
19787         double-click. Does not work yet because it does not
19788         find IAnjutaFile interface in document manager
19790 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19791         
19792         * plugins/editor/anjuta-docman.c
19793         * plugins/editor/text_editor.c:
19794         Made close button working, made multiple selection in
19795         File/Open dialog possble, fixed crash bug if file cannot
19796         be opened.
19798 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19799         
19800         * plugins/editor/action-callbacks.c
19801         * plugins/editor/anjuta-docman.c
19802         * plugins/editor/anjuta-docman.h
19803         * plugins/editor/search-replace.c
19804         * plugins/editor/search-replace_backend.c
19805         * plugins/editor/text_editor.c
19806         * plugins/editor/text_editor.h:
19807         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19808         able to open all files, use uri instead of full_filename, fixed
19809         many bugs.
19812 2004-05-13  Naba Kumar  <naba@gnome.org>
19814         * plugins/message-view/anjuta-message-manager-plugin.glade:
19815         HIG compliant.
19817         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19818         management.
19820         * pixmaps/anjuta_splash.png: Added border.
19821         
19822         * plugins/editor/anjuta-document-manager.png: New icon.
19823         
19824         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19825         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19826         
19827         plugins/editor/Makefile.am,
19828         plugins/editor/search-replace.c,
19829         plugins/editor/search-replace.h,
19830         plugins/editor/search-replace_backend.c,
19831         plugins/editor/search-replace_backend.h,
19832         plugins/editor/search_preferences.h,
19833         plugins/editor/search_preferences.c: Merged changes from
19834         ANJUTA_1_2_0 branch.
19835         
19836         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19837         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19838         operational.
19840         * plugins/terminal/Makefile.am,
19841         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19842         dialog.
19843         
19844         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19845         submenu.
19847 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19848         * plugins/message-view/plugin.c: Fixed glade file loading
19849         Removed "Show messages" menu item
19850         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19851         twice because of this load system layout hack.
19852         * libanjuta/anjuta-ui.h: Removed #include config.h
19853         * libanjuta/libanjuta.pc: Fixed path and depencies
19854         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19855         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19856         * libanjuta/properties.cxx : #include "properties_cxx.h"
19857         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19859 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19860         * plugins/message-view/*: Fixed message view preferences
19861         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19862         * anjuta.glade: Removed messages stuff
19864 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19865         
19866         * Removed libanjutamm, it is now hosted on SF.net:
19867         cvs.sf.net/cvsroot/anjuta/libanjutamm
19869 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19870         
19871         * libanjutamm/*
19872         Added some experimental code to add support for C++ plugins.
19873         Nothing works yet and it is likely that it will disappear but
19874         I have some questions to murrayc and he wants to see the code.
19876 2004-05-11  Naba Kumar  <naba@gnome.org>
19878         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19880         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19881         hightlight style menu actions.
19883         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19884         manuals/reference/libanjuta/plugin-description-file.sgml,
19885         manuals/reference/libanjuta/writing-plugins.sgml,
19886         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19887         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19888         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19890         * src/anjuta-app.c: Always load system layout for now.
19892         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19893         
19894         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19895         manuals/reference/libanjuta/libanjuta-sections.txt,
19896         manuals/reference/libanjuta/libanjuta.types,
19897         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19898         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19899         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19900         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19901         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19902         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19903         Updated documentation.
19905         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19906         plugins/profile-default/plugin.c, src/layout.xml:
19907         Created terminal plugin.
19908          
19909         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19910         (new) plugins/file-manager/.cvsignore,
19911         plugins/file-manager/an_file_view.c,
19912         plugins/file-manager/plugin.c,
19913         plugins/file-manager/plugin.h: Moved preferences to separate
19914         glade file and added cvsignore file.
19915         
19916         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19917         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19918         from the branch. I tried it     but there were way too many conflicts.
19919         
19920         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19921         
19922         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19923         util functions required during the merge.
19924         
19925         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19926         interface.
19927         
19928         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19929         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19930         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19931         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19932         Merged with ANJUTA_1_2_0 branch.
19934 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19936         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19938 2004-05-07  Naba Kumar  <naba@gnome.org>
19940         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19942         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19943         Added preferences reading and loading.
19944         
19945         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19946         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19947         libanjuta/fileselection.c, libanjuta/fileselection.h,
19948         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19949         
19950         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19952         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19953         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19954         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19955         data/macros/autogen.sh, data/macros2/autogen.sh
19956         data/properties/ada.properties, data/properties/anjuta.properties,
19957         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19958         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19959         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19960         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19961         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19962         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19963         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19964         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19965         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19966         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19967         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19968         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19969         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19970         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19971         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19972         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19973         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19974         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19975         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19976         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19977         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19978         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19979         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19980         (added) scintilla/scintilla-marshal.c,
19981         (added) scintilla/scintilla-marshal.h,
19982         (added) scintilla/scintilla-marshal.list,
19983         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19984         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19985         (added) scintilla/patches/scintilla-calltip-align.patch,
19986         (added) scintilla/patches/scintilla-minor.patch,
19987         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19989 2004-05-06  Naba Kumar  <naba@gnome.org>
19991         * (added) plugins/file-manager/Makefile.am,
19992         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19993         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19994         (added) plugins/file-manager/anjuta-file-manager.ui,
19995         (added) plugins/file-manager/plugin.c,
19996         (added) plugins/file-manager/plugin.h,
19997         (removed) plugins/file-manager/an_file_view.h,
19998         plugins/Makefile.am, configure.in,
19999         plugins/file-manager/an_file_view.c: Created file manager plugin.
20000         
20001         * plugins/profile-default/plugin.c: Added file manager plugin in default
20002         profile.
20003         
20004         * libanjuta/Makefile.am: Fixed dependencies.
20005         * pixmaps/anjuta_splash.png: New splash screen.
20007 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
20008         
20009         * template/template.c/h: Added in-line doc
20010         * manuals/reference/template/*: Added template documentation
20011         * configure.in: Build template docs
20013 2004-05-05  Naba Kumar  <naba@gnome.org>
20015         * autogen.sh: Added commands to generate initial interfaces.
20016         
20017         * libanjuta/Makefile.am,
20018         (removed)libanjuta/anjuta-plugin-parser.c,
20019         (removed)libanjuta/anjuta-plugin-parser.h,
20020         (added)libanjuta/anjuta-plugin-description.c,
20021         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
20022         plugin description.
20023         
20024         * libanjuta/anjuta-plugin.c,
20025         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
20026         
20027         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
20028         and added AnjutaShellPlacement enum for widgeds placement (passed to 
20029         widget add_widget() method.
20030         
20031         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
20032         and moved plugin sets loading in profile plugins.
20033         
20034         * libanjuta/interfaces/.cvsignore,
20035         (removed)libanjuta/interfaces/Makefile.am,
20036         libanjuta/interfaces/libanjuta.idl,
20037         libanjuta/interfaces/anjuta-idl-compiler.pl,
20038         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
20039         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
20040         (removed)libanjuta/interfaces/ianjuta-editor.c,
20041         (removed)libanjuta/interfaces/ianjuta-editor.h,
20042         (removed)libanjuta/interfaces/ianjuta-file.c,
20043         (removed)libanjuta/interfaces/ianjuta-file.h,
20044         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
20045         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
20046         (removed)libanjuta/interfaces/ianjuta-message-view.c,
20047         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
20048         *.h and Makefile.am files. They are autogenerated. Interfaces are
20049         by anjuta-idl-compiler.pl from libanjuta.idl file.
20050         
20051         * manuals/reference/libanjuta/Makefile.am,
20052         manuals/reference/libanjuta/anjuta-architecture.sgml,
20053         manuals/reference/libanjuta/libanjuta-docs.sgml,
20054         manuals/reference/libanjuta/libanjuta-sections.txt,
20055         manuals/reference/libanjuta/libanjuta.types,
20056         manuals/reference/libanjuta/plugin-description-file.sgml,
20057         manuals/reference/libanjuta/writing-plugins.sgml,
20058         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
20059         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
20060         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20061         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20062         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20063         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
20064         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
20065         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
20066         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
20067         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
20068         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20069         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20070         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
20071         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
20072         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
20073         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
20074         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
20075         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
20076         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
20077         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
20078         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
20079         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20080         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
20081         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
20082         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
20083         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
20084         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
20085         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
20086         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
20087         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
20088         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
20089         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20090         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
20091         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
20092         interfaces template sgmls.
20093         
20094         * plugins/Makefile.am,
20095         plugins/devhelp/anjuta-devhelp.plugin.in,
20096         plugins/devhelp/plugin.c,
20097         plugins/editor/action-callbacks.c,
20098         plugins/editor/anjuta-document-manager.plugin.in,
20099         plugins/editor/plugin.c,
20100         plugins/editor/plugin.h,
20101         plugins/editor/text_editor.c,
20102         plugins/sample1/plugin.c,
20103         plugins/message-view/anjuta-message-manager.plugin.in,
20104         plugins/message-view/plugin.c: Fixed shell add_widget method to take
20105         placement. Fixed other errors.
20106         
20107         * (added)plugins/profile-default/.cvsignore,
20108         (added)plugins/profile-default/Makefile.am,
20109         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
20110         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
20111         (added)plugins/profile-default/anjuta-default-profile.ui,
20112         (added)plugins/profile-default/plugin.c,
20113         (added)plugins/profile-default/plugin.h: Added a default new
20114         profile plugin.
20115         
20116         * src/Makefile.am,
20117         src/action-callbacks.c,
20118         src/anjuta-app.c,
20119         src/anjuta.c,
20120         src/main.cpp: Fixed necessary changes for libanjuta
20122 2004-05-04  Naba Kumar  <naba@gnome.org>
20124         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
20125         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
20126         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
20127         placement for default widgets placements.
20129 2004-05-03  Naba Kumar  <naba@gnome.org>
20131         * manuals/reference/libanjuta/anjuta-architecture.sgml,
20132         manuals/reference/libanjuta/libanjuta-docs.sgml,
20133         manuals/reference/libanjuta/plugin-description-file.sgml,
20134         manuals/reference/libanjuta/writing-plugins.sgml:
20135         Wrote more sections in writing-plugins document and fixed errors.
20137 2004-05-03  Naba Kumar  <naba@gnome.org>
20139         * libanjuta/interfaces/libanjuta.idl: Added interface
20140         IAnjutaFileManager.
20141         
20142         * manuals/reference/libanjuta/anjuta-architecture.dia,
20143         manuals/reference/libanjuta/anjuta-architecture.png: Updated
20144         architecture diagram.
20145         
20146         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
20147          manuals/reference/libanjuta/libanjuta-docs.sgml,
20148         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
20149         (added) manuals/reference/libanjuta/writing-plugins.sgml:
20150         Wrote writing-plugins document and separated chapters into
20151         separate sgml files.
20152         
20153         * plugins/file-manager/an_file_view.c,
20154         plugins/file-manager/an_file_view.h: New and improved directory
20155         rendering.
20157 2004-05-02  Sven Herzberg  <herzi@abi02.de>
20159         * anjuta.glade: re-designed the new file dialog
20160         * anjuta_dialogs_strings.c: new strings from the new file dialog
20162 2004-04-30  Naba Kumar  <naba@gnome.org>
20164         * libanjuta/interfaces/Makefile.am.iface,
20165         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
20166         
20167         * libanjuta/interfaces/libanjuta.idl: Updated.
20169         * libanjuta/interfaces/Makefile.am.iface,
20170         libanjuta/interfaces/libanjuta.idl: Updated.
20172 2004-04-29  Naba Kumar  <naba@gnome.org>
20173         
20174         * libanjuta/interfaces/Makefile.am.iface,
20175         libanjuta/interfaces/libanjuta.idl: Updated.
20177 2004-04-29  Naba Kumar  <naba@gnome.org>
20179         * libanjuta/interfaces/giface-idlc-c.pl,
20180         libanjuta/interfaces/libanjuta.idl: Upgraded.
20181         * libanjuta/interfaces/Makefile.am.iface: Added.
20182         
20183 2004-04-28  Naba kumar  <naba@gnome.org>
20185         * libanjuta/interfaces/giface-idlc-c.pl,
20186         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
20187         definitions and wrote a compiler.
20188         
20189 2004-04-28  Naba Kumar  <naba@gnome.org>
20191         * libanjuta/anjuta-shell.c: Fixed docs.
20192         * libanjuta/interfaces/Makefile.am,
20193         libanjuta/interfaces/ianjuta-file.c,
20194         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
20195         
20196         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
20197         
20198         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
20200         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20201         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20202         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20203         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20204         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
20205         * src/anjuta-app.c: Fixed bug.
20207 2004-04-27  Naba Kumar  <naba@gnome.org>
20209         * libanjuta/anjuta-preferences-dialog.c,
20210         manuals/Makefile.am: Fixed document bugs and enabled docs
20211         building.
20213         * libanjuta/anjuta-preferences-dialog.c,
20214         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
20215         More documentation.
20216         
20217         * libanjuta/anjuta-preferences.c,
20218         manuals/reference/libanjuta/libanjuta-docs.sgml,
20219         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20220         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20221         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20222         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20223         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
20224         Wrote more documentations.
20226         * (removed) plugins/message-view/imessage-view.c,
20227         (removed) plugins/message-view/ianjuta-msgman.c,
20228         plugins/message-view/Makefile.am,
20229         plugins/message-view/anjuta-msgman.c,
20230         plugins/message-view/anjuta-msgman.h,
20231         plugins/message-view/message-view.c,
20232         plugins/message-view/message-view.h,
20233         plugins/message-view/plugin.c,
20234         plugins/message-view/plugin.h: Moved interface implementations
20235         in their respective classes and used correct macros to
20236         defined class types.
20238         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20239         src/action-callbacks.c, src/anjuta-app.c: Subclassed
20240         AnjutaUI from GtkUIManager instead of GtkDialog.
20242         * manuals/reference/libanjuta/Makefile.am,
20243         manuals/reference/libanjuta/libanjuta-docs.sgml,
20244         manuals/reference/libanjuta/libanjuta-sections.txt,
20245         manuals/reference/libanjuta/libanjuta.types,
20246         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20247         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20248         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20249         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20250         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20251         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
20252         Wrote more documentation, fixed typos, added architecture
20253         diagram, updated object types etc.
20255         * plugins/editor/text_editor.c: Fixed interface implementation.
20257 2004-04-26  Naba Kumar  <naba@gnome.org>
20259         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20260         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20261         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20262         architecture diagram and a new chapter on plugins description file.
20264 2004-04-25  Naba Kumar  <naba@gnome.org>
20266         *  libanjuta/anjuta-children.h,
20267         libanjuta/anjuta-plugin.c,
20268         libanjuta/anjuta-plugin.h,
20269         libanjuta/anjuta-preferences.c,
20270         libanjuta/anjuta-shell.c,
20271         libanjuta/anjuta-shell.h,
20272         libanjuta/e-splash.c,
20273         libanjuta/e-splash.h,
20274         manuals/reference/libanjuta/Makefile.am,
20275         manuals/reference/libanjuta/libanjuta-docs.sgml,
20276         manuals/reference/libanjuta/libanjuta-sections.txt,
20277         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20278         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20279         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20280         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20281         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20282         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20283         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20284         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20285         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20286         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20287         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20288         manuals/reference/libanjuta/tmpl/defaults.sgml,
20289         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20290         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20291         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20292         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20293         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20294         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20295         manuals/reference/libanjuta/tmpl/plugins.sgml,
20296         manuals/reference/libanjuta/tmpl/properties.sgml,
20297         manuals/reference/libanjuta/tmpl/resources.sgml,
20298         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20299         manuals/reference/libanjuta/tmpl/e-splash.sgml,
20300         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20301         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20302         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20303         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20305         Added more template files and wrote more documentation.
20307 2004-04-24  Andras Timar  <timar@gnome.hu>
20309         * configure.in: Added hu to ALL_LINGUAS.
20311 2004-04-23  Naba Kumar  <naba@gnome.org>
20312         
20313         * configure.in: Fixed compile error.
20314         
20315         * libanjuta/anjuta-children.c,
20316         libanjuta/anjuta-children.h,
20317         libanjuta/anjuta-preferences.c,
20318         libanjuta/anjuta-preferences.h,
20319         libanjuta/anjuta-shell.c,
20320         libanjuta/anjuta-ui.c,
20321         libanjuta/anjuta-ui.h,
20322         manuals/reference/libanjuta/Makefile.am,
20323         manuals/reference/libanjuta/libanjuta-docs.sgml,
20324         manuals/reference/libanjuta/libanjuta.types,
20325         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20326         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20327         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20328         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20329         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20330         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20331         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20332         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20333         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20334         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20335         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20336         manuals/reference/libanjuta/tmpl/defaults.sgml,
20337         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20338         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20339         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20340         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20341         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20342         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20343         manuals/reference/libanjuta/tmpl/plugins.sgml,
20344         manuals/reference/libanjuta/tmpl/properties.sgml,
20345         manuals/reference/libanjuta/tmpl/resources.sgml,
20346         plugins/sample1/plugin.c: Added libanjuta API documentation.
20348 2004-04-22  Naba Kumar  <naba@gnome.org>
20350         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20351         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20352         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20353         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20354         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20355         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20356         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20357         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20358         (removed) libegg/eggradiotoolbutton.c,
20359         (removed) libegg/eggseparatortoolitem.c,
20360         (removed) libegg/eggtoggletoolbutton.c,
20361         (removed) libegg/eggtoolbar.c,
20362         (removed) libegg/eggtoolbutton.c,
20363         (removed) libegg/eggtoolitem.c,
20364         (removed) libegg/prop-editor.c,
20365         (removed) libegg/test-actions.c,
20366         (removed) libegg/test-drag.c,
20367         (removed) libegg/test-merge.c,
20368         (removed) libegg/test-toolbar.c,
20369         libegg/menu/Makefile.am,
20370         (removed) libegg/menu/egg-accel-dialog.h,
20371         (removed) libegg/menu/egg-action-group.h,
20372         (removed) libegg/menu/egg-action.h,
20373         libegg/menu/egg-entry-action.h,
20374         (removed) libegg/menu/egg-markup.h,
20375         (removed) libegg/menu/egg-menu-merge.h,
20376         (removed) libegg/menu/egg-menu.h,
20377         (removed) libegg/menu/egg-radio-action.h,
20378         (removed) libegg/menu/egg-toggle-action.h,
20379         (removed) libegg/menu/howitshouldwork.txt,
20380         (removed) libegg/toolbar/.cvsignore,
20381         (removed) libegg/toolbar/Makefile.am,
20382         (removed) libegg/toolbar/TODO,
20383         (removed) libegg/toolbar/eggradiotoolbutton.h,
20384         (removed) libegg/toolbar/eggseparatortoolitem.h,
20385         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20386         (removed) libegg/toolbar/eggtoolbar.h,
20387         (removed) libegg/toolbar/eggtoolbutton.h,
20388         (removed) libegg/toolbar/eggtoolitem.h,
20389         (removed) libegg/toolbar/prop-editor.h,
20390         (removed) libegg/toolbar/toolbar-api.txt,
20391         (removed) libegg/toolbar/toolbar-ideas.txt,
20392         plugins/devhelp/anjuta-devhelp.ui,
20393         plugins/devhelp/plugin.c,
20394         plugins/editor/action-callbacks.c,
20395         plugins/editor/action-callbacks.h,
20396         plugins/editor/anjuta-docman.c,
20397         plugins/editor/anjuta-document-manager.ui,
20398         plugins/editor/plugin.c,
20399         P plugins/message-view/Makefile.am,
20400         plugins/message-view/anjuta-message-manager.ui,
20401         plugins/message-view/plugin.c,
20402         plugins/sample1/anjuta-sample.ui,
20403         plugins/sample1/plugin.c,
20404         src/action-callbacks.c,
20405         src/action-callbacks.h,
20406         src/anjuta-actions.h,
20407         src/anjuta-app.c,
20408         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20409         Gtk actions and UIManager. Fixed all plugins to use this.
20410         
20411         * manuals/reference/gtkdoc-scangobj.diff,
20412         manuals/reference/libanjuta/Makefile.am,
20413         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20414         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20415         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20416         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20417         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20419         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20420         
20421 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20422         
20423         * plugins/message-view/imessage-view.c
20424         * plugins/message-view/ianjuta-msgman.c:
20425         Added interfaces
20427 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20429         * configure.in: Added en_CA to ALL_LINGUAS.
20431 2004-04-08  Naba Kumar  <naba@gnome.org>
20433         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20434         libanjuta/interfaces/Makefile.am,
20435         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20436         message manager and message view interfaces.
20438         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20439         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20440         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20441         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20442         src/anjuta-app.c: Used 'activate' and
20443         'deactivate' virtual methods for plugins. Fixed installed plugins
20444         dialogs. Added remove_widget() method for AnjutaShell.
20446         * libanjuta/interfaces/Makefile.am,
20447         libanjuta/interfaces/ianjuta-document-manager.c,
20448         libanjuta/interfaces/ianjuta-document-manager.h,
20449         libanjuta/interfaces/ianjuta-editor.c,
20450         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20451         and editor interfaces.
20453         * plugins/devhelp/plugin.c,
20454         plugins/message-view/anjuta-message-manager.plugin.in,
20455         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20456         plugins/sample1/plugin.c: Updated plugins implementation to
20457         reflect the changes.
20459 2004-04-07  Naba Kumar  <naba@gnome.org>
20461         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20462         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20463         libanjuta/interfaces/ianjuta-editor.h,
20464         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20465         plugins/editor/anjuta-docman.c,
20466         plugins/editor/anjuta-document-manager.plugin.in,
20467         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20468         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20469         Added supported interfaces for plugins. Tested plugin interfaces
20470         through sample plugin.
20471         
20472 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20473         
20474         * template/Makefile.am, data/templates/library/Makefile.am
20475         Fixed some automake-1.7 incompatibilities
20476         * template/xmltemplate.c: Small fix
20478 2004-02-23  Naba Kumar  <naba@gnome.org>
20480         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20481         Added plugins manager dialog.
20482         
20483         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20484         library dependencies.
20485         
20486         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20487         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20488         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20489         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20490         geometry command line option.
20491         
20492 2004-02-16  Naba Kumar  <naba@gnome.org>
20494         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20495         Added interfaces and IAnjutaEditor editor interface.
20496         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20497         interface.
20498         * libanjuta/anjuta-shell.h: Fixed bug.
20499         
20500 2004-02-13  Naba Kumar  <naba@gnome.org>
20502         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20503         
20504 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20505         
20506         * data/template/*/.cvsignore:
20507         Avoid all these ? in cvs output
20509 2004-02-13  Naba Kumar  <naba@gnome.org>
20511         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20512         includes and linking.
20514         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20515         and set required version to devhelp 0.8. This devhelp version
20516         can be acquired from gnome cvs branch devhelp branch
20517         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20519         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20520         src/actions-callbacks.c: Added Dock Manager settings menu item.
20522         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20523         * plugins/devhelp/plugin.c: Fixed a linking bug.
20524         
20525         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20526         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20527         external GDL dependency and used libegg codes.
20528         
20529 2004-02-12  Naba Kumar  <naba@gnome.org>
20531         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20532         Added devhelp plugin, but it can't be used without a
20533         patch in devhelp. So it's disabled for now.
20535         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20536         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20537         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20538         Update cvsignore files.
20540         * libanjuta/plugins.c, widgets/e-splash.c:
20541         Fixed plugins loading to show splash icons.
20542         
20543         * plugins/message-view/anjuta-message-manager.plugin.in,
20544         plugins/message-view/plugin.c: Fixed plugin registered name.
20546         * plugins/message-view/anjuta-message-view.png,
20547         plugins/sample1/anjuta-sample-plugin.png: Update images.
20549         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20550         src/main.c: Fixed layout loading.
20552         * plugins/devhelp/Makefile.am: Fixed error.
20554         * (removed) widgets/*, libanjuta/plugins.h,
20555         src/main.c: Transfered widgets to libanjuta/.
20556         
20557         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20558         toplevel directory to created only one library as libanjuta-egg.
20560         * data/Makefile.am: Fixed build error.
20562         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20563         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20564         libegg/.cvsignore: Added egg dock widget.
20566         * gdl/*: Removed as they are now available in libegg.
20567         
20568 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20570         * plugins/editor/anjuta-docman.c:
20571         Use stock close icon on tab close button
20573 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20574         
20575         * data/template/Makefile.am
20576         data/template/language/Makefile.am
20577         data/template/library/Makefile.am
20578         data/template/text/Makefile.am
20579         data/template/project/Makefile.am
20580         data/template/project/terminal/Makefile.am
20581         configure.in: Created Makefile to install templates
20583 2004-02-11  Naba Kumar  <naba@gnome.org>
20585         * plugins/editor/action-callbacks.c,
20586         plugins/editor/anjuta-document-manager.ui,
20587         plugins/editor/plugin.c
20588         plugins/message-view/anjuta-message-manager.ui,
20589         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20590         
20591 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20592         
20593         * plugins/message-view/*: MessageView plugin is now loaded
20594         The menu items are still dummies.
20596 2004-02-09  Naba Kumar  <naba@gnome.org>
20598         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20599         generation.
20600         
20601         * libanjuta/anjuta-preferences.h: Added some documentation.
20602         
20603         * libanjuta/anjuta-shell.h: Removed dead codes.
20604         
20605         * (removed) manuals/reference/gtkdoc-scangobj,
20606         manuals/reference/gtkdoc-scangobj.diff,
20607         manuals/reference/libanjuta/.cvsignore,
20608         manuals/reference/libanjuta/Makefile.am,
20609         manuals/reference/libanjuta/README.inline-doc,
20610         manuals/reference/libanjuta/README.sections,
20611         manuals/reference/libanjuta/libanjuta-docs.sgml,
20612         manuals/reference/libanjuta/libanjuta-sections.txt,
20613         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20614         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20615         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20616         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20617         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20618         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20619         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20620         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20621         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20622         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20623         manuals/reference/libanjuta/tmpl/defaults.sgml,
20624         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20625         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20626         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20627         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20628         manuals/reference/libanjuta/tmpl/plugins.sgml,
20629         manuals/reference/libanjuta/tmpl/properties.sgml,
20630         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20631         of scan program. Updated templates.
20633         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20634         editor action callbacks data.
20635         
20636         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20637         scintilla object ref/unref.
20639 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20640         
20641         * template/*: Added new xml based template system
20642         * template/dtds/*: Dtds to validate xml files of the template systems
20643         * data/template/*: Some sample template files
20644         Still needs some work but builds fine!
20646 2004-02-06  Naba Kumar  <naba@gnome.org>
20648         * cofigure.in, manuals/Makefile.am,
20649         (added) manuals/reference/*: Added API documentation
20650         structure (gtk-doc based).
20652         * libanjuta/libanjuta.h: Updated
20653         
20654 2004-02-05  Naba Kumar  <naba@gnome.org>
20655         
20656         * configure.in: Sets correct dependencies and
20657         uses gdl external library.
20659         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20660         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20661         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20662         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20663         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20664         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20665         and added file dialogs.
20667         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20668         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20669         Build dynamic libraries for libegg.
20671         * plugins/Makefile.am, plugins/editor/Makefile.am,
20672         plugins/editor/action-callbacks.c, 
20673         plugins/editor/action-callbacks.h,
20674         plugins/editor/anjuta-docman.c,
20675         plugins/editor/anjuta-docman.h
20676         plugins/editor/anjuta-document-manager.plugin.in
20677         plugins/editor/anjuta-document-manager.png
20678         plugins/editor/anjuta-document-manager.ui
20679         plugins/editor/file.c
20680         plugins/editor/file.h
20681         plugins/editor/plugin.c
20682         plugins/editor/print.c
20683         plugins/editor/print.h
20684         plugins/editor/search-replace.c
20685         plugins/editor/search_incremental.c
20686         plugins/editor/search_incremental.h
20687         plugins/editor/text_editor.c
20688         plugins/editor/text_editor.h
20689         plugins/editor/text_editor_cbs.c
20690         plugins/editor/text_editor_menu.h
20691         plugins/sample1/Makefile.am
20692         plugins/sample1/anjuta-sample-plugin.png
20693         plugins/sample1/anjuta-sample.plugin.in
20694         plugins/sample1/anjuta-sample.ui
20695         plugins/sample1/plugin-sample1.c
20696         plugins/sample1/plugin.c
20697         plugins/sample1/plugin.h: Created sample
20698         plugin and fixed editor plugin.
20700         * printing/*: Removed.
20702         * scintilla/Makefile.am: Builds dynamic library.
20704         * src/Makefile.am, src/action-callbacks.c,
20705         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20706         src/anjuta-actions.h, src/anjuta-app.c,
20707         src/anjuta-app.h, src/anjuta-callbacks.c,
20708         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20709         (removed) src/anjuta.h, src/anjuta.ui,
20710         src/layout.xml, src/main.c, src/preferences.h,
20711         src/utilities.c: Debuggged and finally made plugins
20712         loadable.
20714         * global-tags/Makefile.am: Fixed build error.
20716 2004-02-03  Naba Kumar  <naba@gnome.org>
20718         * configure.in: Users GDL from external package.
20719         * plugins/*: Added many new plugins (not ready though).
20720         * src/*: Removed many files (which have been transfered in plugins/).
20721         
20722 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20724         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20726 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20728         * configure.in: Added editor plugins
20729         
20730         * plugins/Makefile.am, src/search-replace_backend.h,
20731         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20732         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20733         
20734         * Added: plugins/editor/search_incremental.c, 
20735         plugins/editor/search_incremental.h
20737         * Update search-replace in plugins/editor
20738         
20739 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20740         
20741         * plugins/message-view/message-view.c: Some code clean-up
20743 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20745         * Added: search_incremental[ch]
20746         
20747         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20748         src/mainmenu_callbacks.c, src/toolbar.c
20749         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20750         
20751         * Incremental Search
20753 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20754         
20755         * plugins/message-view/anjuta-msgman.[c/h]:
20756         Added message manager for easier message handling with a
20757         similar interface as docman. Of course you can still use
20758         MessageView standalone.
20759         * plugins/Makefile.am: Added message-view because it compiles
20760         without errors.
20762 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20763         
20764         * plugins/message-view/*: Added message-view plugin 
20765         (still incomplete) 
20766         * configure.in: Added plugins/message-view/Makefile
20768 2004-01-03  Naba Kumar  <naba@gnome.org>
20770         * libanjuta/*.c: Added new files and updated old ones.
20771         * plugins/editor/*: Added editor plugin.
20772         * configure.in: Added editor plugin and moved editor related
20773         files into it.
20775 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20777         * src/Makefile.am: Added search-replace_backend.[ch]
20778         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20779         find_replace.[ch]
20780         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20781         src/search-replace_backend.c, src/search-replace_backend.h,
20782         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20783         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20784         src/toolbar_callbacks.c
20785         * The advanced Search/Replace functionality now replaces the older
20786         Find/Replace stuff.
20787         * The Search/Replace functionality can be interrupted during a long
20788         Search/Replace;
20789         
20790 2003-12-11  Naba Kumar  <naba@gnome.org>
20792         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20793         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20794         errors.
20795         * Makefile.am, libanjuta/*: Added new module.
20796         * src/Makefile.am: Fixed linking error.
20797         * src/watch_cbs.c: Debugger clean up.
20798         * configure.in: Added libanjuta-2.0.pc
20800         * configure.in, libanjuta/Makefile.am,
20801         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20802         libanjuta instead.
20804 2003-12-11  Naba Kumar  <naba@gnome.org>
20806         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20808         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20809         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20810         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20811         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20812         The user can now give a name at the creation of a new file and
20813         insert automatically (user choice) header, gpl notice, header
20814         template. The file extension is added automatically according
20815         to the selected type of file. The various insert functions have
20816         been moved from mainmenu-callback.c to file.c. The cursor is now
20817         moved after an insert operation. Removes also useless code in
20818         memory.c and search-replace.c
20819         
20820 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20822         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20823         sortable headers, process tree, removal of path and process params
20824         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20825         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20826         code cleanup
20828 2003-12-10  Naba Kumar  <naba@gnome.org>
20830         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20831         
20832 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20834         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20836 2003-11-28  Naba Kumar  <naba@gnome.org>
20838         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20839         
20840         * manuals/de/*: Added german translation docs.
20841         
20842         * configure.in, Makefile.am, src/Makefile.am,
20843         libegg/*/*: Added libegg library.
20844         
20845         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20846         installation directory.
20847         
20848         * src/text_editor_cbs.c: Fixed closing of file.
20850 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20851                                                                                 
20852         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20854 2003-09-05  Naba Kumar  <naba@gnome.org>
20856         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20857         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20858         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20859         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20860         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20861         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20862         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20863         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20864         using libegg. Initial commit -- compiles but is not complete.
20866 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20868         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20870 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20872         * configure.in: Removed "ta" from ALL_LINGUAS.
20874 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20876         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20878 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20880         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20882 2004-04-24  Andras Timar  <tmar@gnome.hu>
20884         * configure.in: Added hu to ALL_LINGUAS.
20886 2004-04-14  Naba Kumar  <naba@gnome.org>
20888         * src/Makefile.am, printing/Makefile.am,
20889         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20890         because we are still using GtkCombo and build breaks with gtk-2.4.
20891         
20892 2004-04-13  Naba Kumar  <naba@gnome.org>
20894         * NEWS: Updated.
20895         * anjuta.spec.in: Fixed build error.
20896         * po/POTFILES.in: Updated.
20897         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20899 2004-04-11  Naba Kumar  <naba@gnome.org>
20901         * NEWS: Updated.
20902         * AUTHORS: Updated.
20903         * configure.in: Added ga in ALL_LINGUAS.
20904         * ChangeLog: Fixed dates.
20905         
20906 2004-04-09  Naba Kumar  <naba@gnome.org>
20908         * src/print.c: Fixed buffer styling bug when printing with
20909         selection.
20911         * data/properties/anjuta.properties: Defined only one base font and
20912         used courier instead of lucidatypewriter, because most newer systems are
20913         unlikely to have it (bug #885023, #925956, #890473).
20914         
20915         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20916         warning.
20917         
20918         * src/an_file_view.c: Fixed possible crash bug.
20920 2004-04-07  Naba Kumar  <naba@gnome.org>
20922         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20923         gtk_main_quit() etc..), so that atexit() functions are not called
20924         (which is apparently done to free up memory and we don't need to
20925         do that at this point). Incidentally, something also happens in the
20926         atexit call which freezes the UI for far too long when the application
20927         exits and we want to avoid that..
20928         * src/glade_iface.c: Fixed compiler warning.
20929         
20930 2004-04-06  Naba Kumar  <naba@gnome.org>
20932         * src/project_dbase_gui.c: Fixed errors.
20934         * src/registers_gui.c: Fixed possible crash bug.
20935         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20936         * src/signals.[c,h]: Used tree view and glade file for dialog.
20937         * src/Makefile.am, src/about.c, src/an_file_view.c,
20938         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20939         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20940         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20941         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20942         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20943         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20944         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20945         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20946         src/launcher.h, src/main.c, src/main_menubar.c,
20947         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20948         src/message-manager-private.cc, src/message-manager.cc,
20949         src/preferences.c, src/project_config.c, src/project_dbase.c,
20950         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20951         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20952         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20953         src/search-replace.c, src/search-replace_backend.c,
20954         src/search_incremental.c, src/search_preferences.c,
20955         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20956         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20957         src/signals_gui.c, src/source.c, src/src_paths.c,
20958         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20959         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20960         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20961         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20962         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20963         tagmanager/Makefile.am, scintilla/include/SString.h,
20964         widgets/Makefile.am, widgets/gnomefilelist.c:
20966         Removed all deprecated codes and substituted
20967         with newer APIs. Fixed some possible crash bugs where cell renderers
20968         were being shared.
20969         
20970         * scintilla/patches/scintilla-minor.patch: Minor patch.
20972 2004-04-06  Naba Kumar  <naba@gnome.org>
20974         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20975         tree after all the files have been added (and not everytime a file
20976         is added in the project). Also fixed some memory corruption
20977         (possibly bug #900478).
20978         
20979         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20980         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20981         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20982         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20983         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20984         qualifier wherever appropriate.
20986 2004-04-05  Naba Kumar  <naba@gnome.org>
20988         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20989         switch terminal echo on/off. Debugger requires it off, while the
20990         rest requires it on.
20992         * src/search-replace.c: sets search direction and action (in addtion
20993         to target) for find in files.
20994         
20995 2004-04-02  Naba Kumar  <naba@gnome.org>
20997         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20999         * src/project_dbase.c, src/debugger, src/an_file_view.c,
21000         src/an_symbol_view.c: Added an gtk events loop for
21001         displaying project loading status (for loading large projects) and
21002         debugger program starting ... just to give an impression of fastness :-).
21004         * configure.in, anjuta.prj: Bumped version to 1.2.2.
21006         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
21007         crash bug, which occurs when opening and closing a large project
21008         repeatedly.
21009         
21010         * src/attach_process.c: Fixed a comiple error for old gcc.
21011         
21012         * src/launcher.c: Prints proper error message when launcher child
21013         could not be executed and exits properly. Fixed a crash
21014         bug (bug #926606).
21015         
21016         * src/resources.c, src/utilities.c, src/glade_iface.c,
21017         src/debugger.c, src/attach_process.c: Properly exits forked children
21018         when they could not be executed.
21019         
21020 2004-04-01  Naba Kumar  <naba@gnome.org>
21022         * src/search-replace.c: Fixed a crash bug (bug #921893).
21024 2004-03-31  Naba Kumar  <naba@gnome.org>
21026         * anjuta.glade: Added a note on compiler options dialog ->support
21027         dialog telling that supports are only available for file mode.
21029         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
21030         src/anjuta_cbs.c:
21031         Improved shutdown time delay by bypassing project closing
21032         and unloading plugins.
21034         * src/build_file.c, data/properties/anjuta.properties: Added a property
21035         to toggle on/off for going to first error automatically.
21037 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
21039         * src/debugger.c: fixed core file loading
21040         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
21041         for long lines (bugs #700968 and #911376)
21042         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
21043         #917982.
21044         * src/anjuta.c: Focuses current AnEditor correctly.
21046 2004-03-30  Naba Kumar  <naba@gnome.org>
21048         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
21049         * AUTHORS: Updated with all contributors names.
21050         * NEWS: Updated.
21051         * src/about.c: Reads contributors names from AUTHORS file.
21052         * manuals/C/anjuta-manual/authors.xml: Points to online
21053         contributors list.
21054         
21055 2004-03-29  Naba Kumar  <naba@gnome.org>
21057         * data/properties/ada.properties: Fixed syntax colors. Patch
21058         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
21059         (bug #923474).
21061         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
21062         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
21063         generated projects, so that their pixmap files are
21064         found properly (bug #919903).
21065         
21066         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
21067         anjuta.
21069         * src/source.c: Installs .glade file of libgllade
21070         projects in $(datadir)/$(package)/glade (part of bug #861038).
21071         
21072         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
21073         in compiler options (bug #883837).
21074         
21075         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
21076         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
21077         
21078 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
21080         * anjuta/src/search-replace.c: fixed another crash bug in
21081         "Find Usage"
21082         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
21083         breakpoint property fix
21085 2004-03-29  Naba Kumar  <naba@gnome.org>
21087         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
21088         (new) manuals/C/anjuta-advanced-tutorial/*:
21089         Added menu entry for 'Anjuta Advanced Tutorial'
21090         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
21092 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21093         
21094         * src/fileselection.[ch], src/mainmenu_callbacks.c:
21095         Fixed bug #908941  ('Open' starts in wrong directory)
21096         
21097 2004-03-26  Naba Kumar  <naba@gnome.org>
21099         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
21100         compile error and bug #905738 with terminal.
21102         * src/search_incremental.c, src/register.c, src/sharedlib.c,
21103         src/search-replace.[h,c], src/search_incremental.[h,c],
21104         src/search_preferences.h, src/utilities.c, src/anjuta.c,
21105         src/text_editor.[c,h]: Fixed compiler warnings.
21106         
21107         * src/search-replace.c: Fixed a memory corruption (possible
21108         fix for bug #921893, but not yet confirmed).
21109         
21110         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
21111         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
21112         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
21113         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
21115 2004-03-25  Naba Kumar  <naba@gnome.org>
21117         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
21118         crash bug with attach process dialog and made the dialog closable
21119         with 'esc'.
21120         
21121         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
21122         always display within the margin.)
21123         
21124         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
21125         the old breakpoint when it's properties are updated
21126         (creating a new updated one).
21127         
21128 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
21130         * src/aneditor.cxx, src/aneditor.h: fixed calltips
21131         displayed for wrong file.
21132         * src/breakpoints.c: conditional breakpoints
21133         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
21134         "Find in Files..." disabling policy
21136 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21138         * src/build_file.c: Fixed bug #874380
21139         Goto the first error if it exists.
21141 2004-03-24  Naba Kumar  <naba@gnome.org>
21143         * src/anjuta.c: Fixed to get correct child exit status
21144         using mask (bug #905738).
21145         
21146         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
21147         Aligned buttons in the New file dialog,
21148         set default response to OK, entry box activates default response,
21149         ESC closes dialog and hides on delet_event.
21151 2004-03-19  Naba Kumar  <naba@gnome.org>
21153         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
21154         tree).
21156 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
21158         * src/search-replace.c: fixed "Find Usage" crash when no project open
21160 2004-03-17  Naba Kumar  <naba@gnome.org>
21162         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
21163         Fixed the generated projects to read m4 directory if the directory
21164         exists (bug #917781).
21165         
21166 2004-03-12  Naba Kumar  <naba@gnome.org>
21168         * HACKING: Fixed formatting for auto-parsing.
21170 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
21171         
21172         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
21173         rework (bug #890609)
21175 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21176         
21177         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
21179 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21180         
21181         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
21182         * src/search_preferences.c: Fixed typo.
21183         
21184 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21185         
21186         * src/search-replace.c: improved Search&Replace
21187         For the moment "Replace All" does not work with non opened files
21188         but Anjuta should not crash now ! ??? 
21189         
21190 2004-02-26  Naba Kumar  <naba@gnome.or>
21192         * src/source.c: Fixed to pass cflags correctly
21193         and suppress the automake's default cflags.
21194         bug #816130, #801056, #782798, #773459
21195         
21196         * data/properties/anjuta.properties: Do not defualt to -k make option.
21197         bug #875486.
21199         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
21200         bug #877683.
21201         
21202         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
21203         
21204         * src/message-manager-private.cc: Disabled debug messages.
21205         
21206 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
21208         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
21210 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21211         * anjuta.glade, src/search-replace.c:
21212         Reduced Search&Replace dialog, bug #902636.
21213         
21214 2004-02-23  Naba Kumar  <naba@gnome.or>
21216         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
21217         (bug #866143).
21219 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21220         
21221         * src/search_incremental.c: Fixed bug #900903
21223 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
21224         
21225         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
21226         src/anjuta.c: Fixed bugs #890609 and #890609
21228 2004-02-23  Naba Kumar  <naba@gnome.or>
21230         * src/message-manager.cc: Disconnects menuitem signal properly.
21231         Fixed bug #901723.
21232         
21233         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
21234         bug #900897.
21235         
21236 2004-02-20  Naba Kumar  <naba@gnome.org>
21238         * src/message-manager-private.[c,h]: Implemented keypress
21239         event for the terminal and resets it when ctrl c or ctrl d
21240         is pressed. But it doesn't seem to be working on keypress.
21241         Added a workaround to let it work on key release instead.
21242         (bug #878357).
21243         
21244         * src/search-replace: Fixed compiler warnings.
21245         
21246 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
21248         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
21249         Use defined file name when saving new files (fixes bug #898105)
21250         Don't change filename when clicking on a directory
21251         
21252         BTW: Happy birthday to me :-)
21253         
21254 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21255         
21256         * src/search-replace.c: Fixed a crash bug 
21257         Crash on Find & Replace (#887833)
21258         
21259 2004-02-18  Naba Kumar  <naba@gnome.org>
21261         * src/executer.c: Fixed a crash bug.
21262         
21263         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21264         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21265         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21266         instead of GtkWindow (Part of bug #671596).
21267         
21268         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21269         src/registers_gui.c, src/registers_cbs.[h,c],
21270         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21271         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21272         src/compiler_options.c, src/an_file_view.c, start-with.c,
21273         src/anjuta-tools.c, help.c:
21275         Added "close" buttons on all
21276         dialogs (HIG) and fixed to properly response to ESC close
21277         (Part of bug #671596).
21279         * src/launcher.c: Disabled printing of long debug lines.
21280         
21281         * src/utilities.h: Fixed a compiler warning.
21282         
21283 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
21285         * src/anjuta.c: "Save all" action now asks for filenames for new files
21286         (fixes bug #898111)
21288 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
21290         * anjuta.glade, src/text_editor.c:
21291         Fixed a typo in Hello World indentation style 
21292         Fixed misuse of translated strings when looking for style
21293         This entry fixes bug #876037
21295 2004-02-16  Naba Kumar  <naba@gnome.org>
21297         * src/utilities.c: Fixed return value when dest file could
21298         not be created.
21300         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
21301         * src/utilities.[c,h]: Removed 'cmp' dependency and used
21302         internal function to compare files.
21303         
21304 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
21306         * src/message-manager-private.cc:
21307         Set bold color as foreground color in terminal
21308         (fixes bug #864924)
21310         * src/aneditor.cxx:
21311         Use font style defined for message indicators in
21312         preferences/messages
21313         (fixes bug #885032)
21315 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
21317         * src/build_project.c:
21318         Use build.silent option from preferences (fixes bug #895726)
21319         
21320 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
21322         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21324 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
21325         
21326         Patch from Massimo Corà <maxcvs@email.it>:
21327         * scintilla/LexCPP.cxx: Support "///" comments
21329 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21330         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21331         src/search_replace.h, src/search-replace_backend.h
21332         anjuta.glade
21333         
21334         * Added: src/search_preferences.c, src/search_preferences.h
21335         Allow the user to save search/replace settings and give them names.
21337 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
21338         
21339         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21340         scintilla/ScintillaGTK.cxx:
21341         Hopefully fixed AMD 64 crash bug by using correct marshaller
21343 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
21345         * src/preferences.c: Save GtkOptionMenu properties properly
21346         * src/text_editor.c: Fixes editor mispell of fold.symbols property
21348 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21349         
21350         * configure.in, src/Makefile.am, scintilla/Makefile.am:
21351         Fixed libiconv issue
21352         * NEWS: Updated
21354 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21355         
21356         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21357         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
21358         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21359         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21360         src/sharedlib_gui.c:
21361         Debugger speed-up, replaced deprecated GtkCList
21363 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
21365         * src/text-editor.c: Use stock gtk+ close button for editor tabs
21367 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
21369         * configure.in: Added "sq" to ALL_LINGUAS.
21371 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
21373         * configure.in: Added "ko" to ALL_LINGUAS.
21375 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21377         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21378         src/search_incremental.c, src/search_incremental.h: 
21379         Search_incremental code cleanup
21381 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21383         * scintilla/*/*: Updated scintilla to CVS
21384         * Added: scintilla/Readme.sync
21385         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21386         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21387         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21388         scintilla/ScintillaGTK.cxx,
21389         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21390         scintilla/include/Scintilla.iface: Updated.
21392 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21394         * search-replace_backend.[ch], search_incremental[ch]: Added
21395         
21396         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21397         find_replace.[ch]: Removed.
21398         
21399         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21400         src/search-replace_backend.c, src/search-replace_backend.h,
21401         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21402         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21403         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21404         functionality now replaces the older Find/Replace stuff. The Search/Replace
21405         functionality can be interrupted during a long Search/Replace.
21407 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21409         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21410         selecting ".." and "." from file selector. 
21412 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21414         * anjuta.glade: Fixed wrong "fold.symbols" property
21416 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21417         
21418         * src/project_dbase_gui.c: Alphabetical order ;-)
21419         * src/compiler_options.c: Fixed bug #867539
21420         * src/launcher.c: Workaround for bugs #864922, #849928,
21421         #846386 and #845782: The launcher no longer hangs but does
21422         not get the exit status correctly sometimes.
21423         * Changes suggested by Bosik are obviously already in without
21424         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21425         * NEWS, README, anjuta.prj, configure.in: 
21426         Changed version to 1.2.1
21427         
21428         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21429         * anjuta_dialogs_strings.c, anjuta.glade: 
21430         Fixed bugs #860906, #859329
21431         
21432         Patch from grzegol@pld-linux.org
21433         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21434         freedesktop.org standard)
21436 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21437         
21438         Patch from Stefano Vallarino <stevalla@libero.it>:
21439         * src/source.[c/h]: Fixes cpp sample file to conform to 
21440         ISO/IEC 14882, C++-Standard 
21442 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21444         Review by Johannes Schmid <jhs@cvs.gnome.org>
21445         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21446         command using sh -c.
21447         * src/compile.c: Use build_execute_shell_command when compiling single
21448         files.
21450 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21451         
21452         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21453         * src/breakpoints.c: Code cleanup, workaroud for possible 
21454         launcher bug
21455         * src/src_paths.c: Update debugger dirs on directory change
21457 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21459         Review by Johannes Schmid <jhs@cvs.gnome.org>
21460         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21461         sortable headers, process tree, removal of path and process params
21462         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21463         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21464         code cleanup
21466 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21467         
21468         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21469         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21470         Add a dialog for "New file" which lets the user set the 
21471         filename and to add copyright/header templates to the file
21472         * Review: Changed function names to contain modules name (file_)
21474 2003-12-09  Naba Kumar  <naba@gnome.org>
21476         * setup-gettext: Fixed a typo.
21477         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21479 ---- Released version 1.2.0 ---
21481 2003-12-08  Naba Kumar  <naba@gnome.org>
21483         * src/preferences.c: Fixed compiler error.
21484         * global_tags/create_global_tags.sh: Fixed to install properly
21485         even when system.tags could not be generated.
21486         * NEWS: Updated.
21488 2003-12-06  Naba Kumar  <naba@gnome.org>
21490         * setup-gettext: Fixed to not generate intl directory with gettextize.
21492         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21493         * src/anjuta.c: Filters out unnecessary files from find in files
21494         command.
21495         
21496         * NEWS: Updated.
21497         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21498         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21499         
21500 2003-12-04  Naba Kumar  <naba@gnome.org>
21501         
21502         * src/gnome_project.c: Enables debug and optimization flags for
21503         new projects.
21504         
21505         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21506         
21507         * src/project_dbase_gui.c: combined header and c files for
21508         file selector.
21509         
21510         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21511         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21513 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21515         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21517 2003-11-29  Naba Kumar  <naba@gnome.org>
21519         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21520         * NEWS: Updated.
21522 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21523         
21524         * src/main_menubar.c: Now files cannot be opened twice in recently
21525         file menu
21527 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21529         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21531 2003-11-28  Naba Kumar  <naba@gnome.org>
21533         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21534         
21535 2003-11-27  Naba Kumar  <naba@gnome.org>
21537         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21538         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21539         
21540         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21541         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21542         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21543         checkbox in project wizard (project options page) to enable/disable
21544         source code generation with glade(mm).
21545         
21546         * NEWS: Updated
21547         
21548 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21550         * src/dnd.c: Opening files with special characters in the name.
21552 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21554         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21555         a long time.
21557 2003-11-18  Naba Kumar  <naba@gnome.org>
21559         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21560         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21561         src/project_import.c, plugins/patch/patch-plugin.c:
21562         Fixed g_signal_diconnect calls to pass correct data.
21563         (Fixed possible crash in project imports).
21564         
21565         * NEWS: Updated.
21566         
21567 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21569         Reviewed by Naba Kumar  <naba@gnome.org>
21570         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21571         and debugger. Sets default settings for pty in launcher.
21572         * data/gdb.init: Removed charset work around (now works with user's
21573         native charset)
21574         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21576 2003-11-18  Naba Kumar  <naba@gnome.org>
21578         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21579         names of 'index' to 'idx'.
21580         
21581 2003-11-17  Naba Kumar  <naba@gnome.org>
21583         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21584         * src/project_dbase.c: Prompts user for unsaved project files
21585         when project is closed.
21586         
21587 2003-11-16  Naba Kumar  <naba@gnome.org>
21589         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21590         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21591         older gcc.
21592         
21593 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21594         
21595         * src/anjuta.c: Fixed crash related to tag == NULL while 
21596         anjuta is exiting
21598 2003-11-11  Naba Kumar  <naba@gnome.org>
21600         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21601         found. It simply doesn't generate the c/c++ codes and continues with
21602         just a warning.
21603         * NEWS: Updated.
21604         
21605 2003-11-10  Naba Kumar  <naba@gnome.org>
21607         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21608         'Start with dialog'.
21610         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21611         German translation of anjuta-tutorial.
21612         
21613         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21614         * NEWS: Updated.
21616 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21618         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21619         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21620         the syntax highlighting in Preferences, the automatic syntax
21621         highlighting is now selected. When the debugger is stopped and the
21622         breakpoints window not closed, the gtk_tree_view in this window is
21623         now made unsensitive.
21625 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21627         * src/preferences.h, src/preferences.c, anjuta.glade:
21628         Fixed translation bug in preferences by using GtkOptionMenu
21629         * anjuta.prj: Project version 1.1.98
21631 ---------------- Released version 1.1.98 ----------------
21633 2003-11-07  Naba Kumar  <naba@gnome.org>
21635         * anjuta.spec.in: Revived docs package and combined all docs into
21636         one package.
21637         * configure.in: Bumped version to 1.1.98 rc2
21638         * NEWS: Updated.
21639         * anjuta.spec.in: Fixed scrollkeepr-update command.
21640         * anjuta.spce.in: Fixed file permissions.
21642 2003-11-06  Naba Kumar  <naba@gnome.org>
21644         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21645         menus to activate anjuta helps.
21646         
21647         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21648         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21649         manuals/C/anjuta-faqs/legal.xml (added),
21650         manuals/C/anjuta-faqs/Makefile.am,
21651         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21652         manuals/C/anjuta-faqs/.cvsignore,
21653         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21654         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21655         manuals/C/anjuta-tutorial/legal.xml (added),
21656         manuals/C/anjuta-tutorial/Makefile.am,
21657         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21658         manuals/C/anjuta-tutorial/.cvsignore,
21659         manuals/C/anjuta-manual/*.sgml (removed),
21660         manuals/C/anjuta-manual/*.xml (added),
21661         manuals/C/anjuta-manual/Makefile.am,
21662         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21663         manuals/C/anjuta-manual/.cvsignore,
21664         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21665         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21666         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21667         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21668         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21669         manuals/ja/anjuta-faqs/legal.xml (added),
21670         manuals/ja/anjuta-faqs/Makefile.am,
21671         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21672         manuals/ja/anjuta-faqs/.cvsignore,
21673         manuals/ja/anjuta-manual/*.sgml (removed),
21674         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21675         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21676         manuals/ja/anjuta-manual/*.xml (added),
21677         manuals/ja/anjuta-manual/Makefile.am,
21678         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21679         manuals/ja/anjuta-manual/.cvsignore,
21680         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21681         manuals/sgmldocs.make (removed),
21682         manuals/xmldocs.make (added), manuals/omf.make (added),
21683         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21684         documentations to newer docbook xml documentations. Converted 
21685         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21686         Enabled manulas installations.
21687         
21688         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21690 2003-11-05  Naba Kumar  <naba@gnome.org>
21692         * data/gdb.init: Sets host's charset to ascii to solve debugger
21693         freeze up due to uninitialized strings in target program.
21695         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21696         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21697         
21698         * NEWS: Updated.
21699         
21700         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21701         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21703 2003-11-04  Naba Kumar  <naba@gnome.org>
21705         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21706         problems.
21707         
21708         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21709         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21710         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21711         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21712         in file headers.
21713         
21714         * src/search-replace.c: Fixed infinite loop bug.
21715         * start-with.c: Fixed a crash bug with "Open last project".
21716         
21717         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21718         * scintilla/Makefile.am: Fixed compiler option.
21719         
21720 2003-10-16  Naba Kumar  <naba@gnome.org>
21722         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21723         * src/text_editor.c: Fixed autoformat.
21724         
21725 2003-10-15  Naba Kumar  <naba@gnome.org>
21727         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21728         of CTRL+number.
21729         
21730 2003-10-09  Naba Kumar  <naba@gnome.org>
21732         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21733         
21734 2003-10-08  Naba Kumar  <naba@gnome.org>
21736         * src/source.c: Fixed a GETTEXT typo error.
21737         * anjuta.glade: Made 'Sorted in order you open them' default option
21738         for editor tabs.
21740         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21741         * anjuta.glade, data/properties/anjuta.properties:
21742         Fixed the freeze of the "Preferences" combos at the first Anjuta
21743         init is generated by:
21744                 - a not complete translation of preferences.c file
21745                 - a difference between 2 names in anjuta.glade and
21746                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21747                 - the same name given to 3 combos (anjuta.glade).
21748                 
21749         * src/find_text.c: If the "whole document" mode is selected,
21750         a new search will select the next occurrence (Bug #764954).
21751         It is now possible to use the shortcuts to search next or previous
21752         occurrence even if the search dialog has the focus.     Bug #790318
21753         
21754         * src/main_menubar_def.h: "Select code block" shortcut; the new
21755         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21756         (Bug #811016).
21758         Patch from: Richard Lee  <r.h.lee@comcast.net>
21759         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21760         tagmanager/tm_workspace.c: The following is a patch to fix a
21761         seemingly random occurence where Anjuta would crash when a
21762         certain key was pressed.
21764 2003-09-29  Naba Kumar  <naba@gnome.org>
21766         * src/find_in_files.c: Ignores binary by default. Disabled the option
21767         of NOCVS search, because launcher does not use sh and hence can not
21768         pipe.
21769         
21770         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21771         "clean before build" state in project session and not in account session,
21772         otherwise the state gets reflected to other projects causing annoyance.
21773         
21774         * src/compiler_options.c: Fixed a bug where compiler options were always
21775         claimed 'modified'.
21777         * src/build_project.c, data/properties/anjuta.properties,
21778         src/commands.[h]: Fixed a bad bug where clean-before-build
21779         doesn't work.
21780         
21781         * scintilla/patches/research-cvs-nolog.diff,
21782         scintilla/patches/scintilla-ac-gtk2-port.diff,
21783         scintilla/patches/scintilla-ac-sort-fix.diff,
21784         scintilla-optimization.diff: Removed, because they are already in
21785         scintilla CVS.
21786         
21787         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21788         2003-09-29).
21790         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21791         scintilla/LexYAML.cxx: Added new scintilla lexers.
21792         
21793         * TODO, NEWS: Updated.
21795         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21796         * src/utilities.c: Fixed typo bugs.
21798 2003-09-26  Naba Kumar  <naba@gnome.org>
21800         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21801         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21802         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21803         text_editor_find() and Fixed I-Search wrapping.
21804         * src/debugger.c: Fixed to pass a newline after a debugger
21805         command (which was broken since the launcher was refactored.
21806         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21808 2003-09-25  Naba Kumar  <naba@gnome.org>
21810         * src/toolbar_callbacks.c: Fixed start of incremental search.
21811         
21812         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21813         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21814         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21815         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21816         menu and implementation.
21818 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21820         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21821         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21822         variables in Locals window.
21824 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21826         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21827         * src/utilities.[ch] : Fix a tooltip bug in 
21828         anjuta_util_toolbar_append_stock(), the label appeared instead of
21829         the tooltip text. Remove label from arguments of the function
21830         because label is included in the stock icon data.
21831         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21832         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21833         * FIXME: translation file should be updated because of label text removal.
21835 2003-09-24  Naba Kumar  <naba@gnome.org>
21837         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21838         
21839         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21840         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21841         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21842         stdout and stderr. Also buffered output and check-for-password
21843         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21844         with password prompts. Checkes for password prompts from all outputs.
21845         
21846         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21847         which takes a string (which could be utf8 also) and converts into
21848         utf8 string.
21849         
21850         * src/main.c: Connects kernel signals after gnome_program_init().
21851         
21852         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21853         * src/message-manager.c: Fixed bug #787026 by converting the strings
21854         to proper UTF8.
21855         
21856 2003-09-22  Naba Kumar  <naba@gnome.org>
21858         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21859         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21860         GtkCList and using GtkTreeView instead. Added the patch.
21861         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21862         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21863         
21864 2003-09-19  Naba Kumar  <naba@gnome.org>
21866         * printing/print.c: Proper UTF8 printing support.
21867         * src/main.c: moved kernel signal connects at the
21868         end of application initialization.
21869         
21870 2003-09-18  Naba Kumar  <naba@gnome.org>
21872         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21873         (new) lexers.make, (new) lexers: Update scintilla to latest
21874         scintilla CVS (2003-09-18), added new lexers, automated
21875         lexers makefiles sections and scintilla update. Added
21876         patches. Optimized pango rendering. Fixed a crash bug
21877         in scintilla.
21878         
21879         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21880         patch to remove cvs log command from RESearch.cxx file.
21881         * scintilla/patches/scintilla-pango-always.diff:
21882         Fixed file name.
21883         * scintilla/RESearch.cxx: Removed spurious cvs log command
21884         and logs.
21885         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21886         
21887         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21888         * src/dnd.c: Fixed a crash bug with DND.
21889         
21890 2003-09-15  Naba Kumar  <naba@gnome.org>
21892         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21893         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21894         src/toolbar_callbacks.c: Added an additional parameter to
21895         text_editor_goto_line() funtion which decides if the line should
21896         be made visible (if it's under fold).
21897         
21898         * src/style-editor.c: Fixed a compiler warning.
21899         * src/message-manager.cc: Calls parent method correctly.
21901         * src/preferences.h: Fixed prent class.
21902         
21903         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21904         * src/project_dbase.c: Fixed bug #713210.
21905         
21906 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21907                                                                                 
21908         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21910 2003-09-11  Naba Kumar  <naba@gnome.org>
21912         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21913         * src/style-editor.c: Fixed bug #769130 (Crash on font
21914         selection dialog).
21915         
21916         * src/message-manger.[h,cc]: Made AnMessageManager
21917         derived from GtkFrame and removed deprecated code.
21918         
21919         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21920         compiler warnings.
21921         
21922 2003-09-09  Naba Kumar  <naba@gnome.org>
21924         * src/Makefile.am: Addded rules for built sources.
21925         
21926 2003-09-08  Naba Kumar  <naba@gnome.org>
21928         * (new) src/anjuta-marshalers.list: Added marshalers definition
21929         file.
21930         
21931         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21932         and CXXFLAGS are not overwriten by automake's default.
21933         * src/style-editor.c: Added 'operators' in the style editor.
21934         
21935         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21936         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21937         * src/message-manager-private.cc, src/message-manager.cc:
21938         Converts message going into message into UTF-8 endoding.
21939         * src/main.c: Uses UTF-8 codeset for localization.
21940         
21941 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21943         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21944         
21945 2003-09-08  Naba Kumar  <naba@gnome.org>
21947         * TODO: Updated.
21948         
21949         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21950         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21951         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21952         The combo entries were updated if the same data with a different
21953         case exist in the combo list. The combo entries are now case sensitive. 
21954         Search&Replace bug; First search ,max actions = 0 ==> now max
21955         actions = 100.
21956         
21957 2003-09-08  Naba Kumar  <naba@gnome.org>
21959         * TODO: Updated.
21960         * src/utilities.[c,h]: a function takes contant args.
21961         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21962         Now the child terminated signal is emitted properly.
21963         * src/Makefile.am: Used $(top_srcdir) for referring to 
21964         scintilla objects.
21965         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21966         definitions file which will generate anjuta-marshalers.[c,h] files.
21967         * src/.cvsignore: Updated.
21968         * src/build_project.c: Changed su command to preserve quotes.
21969         * src/anjuta-tools.c, tagmanager/tm_project.c,
21970         tagmanager/tm_workspace.c: Use standard tmp file.
21971         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21972         so that users could report bugs easily.
21973         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21974         
21975         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21976         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21977         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21978         src/attach_process.c, src/breakpoints.c, src/commands.c,
21979         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21980         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21981         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21982         src/memory.c, src/message-manager-private.c, src/preferences.c,
21983         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21984         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21985         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21986         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21987         Fixed compile warnings and cleanup.
21988         
21989         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21990         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21991         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21992         Removed libzvt usage and implemented child spawing differently. Launcher is
21993         now proper GObject, which can be created multiple times (and can be
21994         operated in parallel).
21996         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21997         * src/project_import_gui.c, src/project_import_cbs.c,
21998         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21999         (crash on project import). Removed deprecared codes.
22000         
22001 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
22002         
22003         * src/cvs.c: Fixed cvs output bug.
22005 2003-09-03  Naba Kumar  <naba@gnome.org>
22007         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22008         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
22009         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
22010         src/text_editor_cbs.c: Implements --
22011                 If the debugger is started
22012                         A double click in the margin add or remove a breakpoint
22013                         A single click activate or deactivate the breakpoint
22014                 else
22015                         A double click in the margin add or remove a bookmark
22017 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
22018         
22019         Reviewed by Naba Kumar  <naba@gnome.org>
22020         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
22021         User is now able to choose a branch on cvs update for project.
22022         Cleaned up variable names.
22024 2003-09-03  Naba Kumar  <naba@gnome.org>
22026         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
22027         src/Makefile.am: Added lexers.
22028         * scintilla/*/*: Updated...
22029         * src/an_symbol_view.c: Fixed a crash bug.
22030         * src/compiler_options.c, src/project_dbase.c: Fixed compile
22031         and build bugs.
22032         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
22033         * src/source.c: Fixed project generation bug with gettext code.
22034         * tagmanager/tm_project.c: Fixed a crash bug.
22035         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22036         bug when there is no project open. Bug #____.
22037         * src/source.c: Fixed a bug with build failure with non-gnome
22038         project with glade-generated source (eg. gtk2). Bug #____.
22039         * NEWS: Updated...
22041 2003-08-22  Naba Kumar  <naba@gnome.org>
22043         Patch from: Rob Bradford  <rob@debianplanet.org>
22044         * data/Makefile.am: Fixed to install properly during
22045         package building.
22046         
22047         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22048         * src/debug-tree.c: Fixed a crash bug.
22049         * src/compiler_options.c: Takes care of linking the missing pieces;
22050         C flags, libs, optimization options, debug and profile.
22052         Patch from: Enver ALTIN  <ealtin@casdb.com>
22053         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
22054         
22055 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
22057         Reviewed by Naba Kumar  <naba@gnome.org>
22058         * src/project_dbase.c: Fixed bugs #778263 and #778413
22059           Adding multiple files to project should work now.
22061 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
22063         Reviewed by Naba Kumar  <naba@gnome.org>
22064         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
22065         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
22066         for Locals window.
22068 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
22070         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
22072 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
22074         * src/text_editor.c: Fix translatable string (#113934).
22076 2003-07-04  Naba Kumar  <naba@gnome.org>
22078         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22079         bug when there is no project open. Bug #____.
22080         
22081         * src/source.c: Fixed a bug with build failure with non-gnome
22082         project with glade-generated source (eg. gtk2). Bug #____.
22084 2003-06-26  Naba Kumar  <naba@gnome.org>
22086         * src/anjuta.h: Removed reference to windows-dialog.h.
22087         * src/message-manager-private.[cc,h]: Fixed doulbe click
22088         activation of messages to properly jump at the destination.
22089         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
22090         * src/toolbar.c: Code clean-ups.
22091         
22092         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22093         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
22094         
22095         * src/message-manager-private.[cc,h]: Removed dead codes.
22096         
22097         * (new) data/properties/css.properties,
22098         data/properties/anjuta.properties, data/properties/Makefile.am:
22099         Added CSS syntax hiliting properties.
22100         
22101         * tagmanager/tm_file_entry.c: Fixed a possible bug.
22102         * src/debugger.c: Clean ups.
22103         * src/lexer.h: Added CSS lexer definition.
22104         
22105         * Makefile.am: Installs destop file properly.
22106         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
22107         * NEWS: Updated for 1.1.97 release.
22108         * src/main_menubar_def.h: Changed some non working shortcuts.
22109         
22110 2003-06-24  Naba Kumar  <naba@gnome.org>
22112         * src/search-replace.c: Shows the dialog properly, even when it is
22113         hidden behind another window.
22114         
22115         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
22116         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
22117         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
22118         and code clean up.
22119         
22120         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
22121         setup wizard dialogs.
22122         
22123         * src/debugger.c: Removed a redundant call to
22124         debugger_update_controls().
22125         * src/compiler_options.c, src/launcher.c: code cleanup.
22126         * src/executer.c: Fixed execution bug with 'Set Program params...".
22127         
22128 2003-06-23  Naba Kumar  <naba@gnome.org>
22130         * widgets/e-splash.c: Removed border around the splash image.
22131         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
22132         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
22133         * src/cvs.c: Added a frame around commit log text widget.
22134         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
22135         crash bug associated with translated combo box list in preferences
22136         dialog (in different locale other than en_US). Used widget names
22137         to pass the combo list items.
22138         * po/POTFILES.in: Updated.
22139         * src/launcher.c: Creates the zvt terminal at startup (and not
22140         every time a build is done) -- speeds up buld operations.
22141         * src/file_history.c: Should be if() conditional instead of
22142         assertion check.
22143         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
22144         Disabled useless warnings.
22145         * src/project_dbase.c: Fixed bonobo 2 project name.
22146         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
22147         and uses correct glade-2 for file generation.
22148         
22149 2003-06-21  Naba Kumar  <naba@gnome.org>
22151         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
22152         And disables autocomple show for numbers (very annoying).
22153         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
22154         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
22155         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
22156         from view menu and adjust the controls accordingly.
22157         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
22158         only OK button.
22159         * src/project_dbase.[c,h]: Removed show_local flag processing.
22160         * src/message-manager.[c,h]: Reorganized messages tabs in more
22161         sensible order.
22162         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
22163         Also added PCRE dependency.
22164         
22165 2003-06-20  Naba Kumar  <naba@gnome.org>
22167         * pixmaps/anjuta_splash.png: New splash.
22168         from Jean Schurger  <yshartk@schurger.org>
22169         
22170         * src/controls.c: De-sensitize run-to-cursor when debugger
22171         is not running.
22172         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
22173         
22174         * src/message-manager-private.cc: Fixed to properly jump at
22175         the right file:line.
22176         
22177         * src/appwiz_page1.c: Fixed to correctly determine the project
22178         trpe from the wizard.
22179         
22180 2003-06-20  Naba Kumar  <naba@gnome.org>
22182         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
22183         * src/watch_gui.c: Code cleanups.
22184         * src/debugger.[c,h], src/stack_trace.[c,h],
22185         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
22186         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
22187         Removed direct access to stack_trace private data, Increased debugger
22188         command size from 256 to 1024 (to be on safer side). Also implemented
22189         row-activated signle for seting frame and viewing the source.
22190         * src/debugger.c: Avoids starting program and stopping debugger
22191         when starting debugger and stopping program, respectively.
22192         
22193         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
22194         Reverted codes to start debugger automatically
22195         The file is brought to the state just after the branching 
22196         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
22197         some code clean ups.
22198         
22199         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
22200         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
22201         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
22202         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
22203         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
22204         src/project_dbase.c: Code clean ups.
22205         
22206         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
22207         (Projects dir) so that correct $HOME/Projects path is set when
22208         anjuta is run for the first time.
22209         
22210 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
22212         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
22214 2003-06-13  Naba Kumar  <naba@gnome.org>
22216         * src/stack_trace_cbs.c: Moved variable declaration at the
22217         top of the block (bug #737867)
22218         
22219         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
22220         just CFLAGS and CXXFLAGS (bug #743617).
22221         
22222         * src/create_global_tags.sh: Fixed shell script to properly
22223         detect installed *-config files.
22224         
22225 2003-06-12  Naba Kumar  <naba@gnome.org>
22227         * src/preferences.[c,h]: Added methods for custom widgets in
22228         preferences: using custom set/get methods for them.
22229         
22230         * src/anjuta-encoding.c: Implemented up/down of the encodings
22231         in the list and property saves correctly.
22232         
22233         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22234         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
22235         the beginning of a file.
22237         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22238         * src/aneditor.cxx, src/aneditor.h,
22239         src/controls.c, src/main_menubar.c, src/main_menubar.h,
22240         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22241         src/mainmenu_callbacks.h: Allows the operator to select the current
22242         word or the current line (Request: 680801). It puts also
22243         sensitive/unsensitive several select/comment menu items.
22245         * src/breakpoints.c: Presets by default the current line for a
22246         defined breakpoint.
22248 2003-06-11  Naba Kumar  <naba@gnome.org>
22250         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
22251         color (red highlight) now cosistent for inactive tabs also.
22252         
22253         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
22254         'Advanced search and replace' in Edit->Search submenu.
22255         
22256         * data/properties/tcltk.properties: Fixed bug #731851. Added line
22257         wrappings '\' where     they were missing.
22258         
22259         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22260         message is now more descriptive and details the correct thing to do
22261         for GNOME2 desktop.
22262         
22263 2003-06-10  Naba Kumar  <naba@gnome.org>
22265         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22266         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22267         Removed any reference to particular version of automake/autoconf
22268         so that they could work with newer versions (Bug #659394).
22270         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22271         src/anjuta.c: Added coded to add/remove supported encodings.
22272         
22273         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22274         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22275         src/project_import.c, src/project_type.c, src/project_type.h,
22276         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22277         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22278         from the project wizard.
22280 2003-06-06  Naba Kumar  <naba@gnome.org>
22282         Patch from Etay Meiri  <etay-m@bezeqint.net>
22283         * src/compiler_options.c: Fixed bugs related to clean before
22284         build patch.
22285         
22286         * anjuta.desktop.in.in: Added commandline options.
22287         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22288         -dP and -A flags of CVS update into different options.
22289         
22290 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
22292         * configure.in: Removed "ta" from ALL_LINGUAS.
22294 2003-06-02  Naba Kumar  <naba@gnome.org>
22296         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22297         return NULL for undefined properties and "" for defined but empty
22298         strings. It was creating many problems where both are assumed to be
22299         same. And besides, it doesn't matter to differentiate the two (the
22300         problem with preferences was due to a different bug).
22302         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22303         correctly. Also, s/props_build_in/props_built_in/g.
22304         
22305         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22306         list.
22307         
22308         * src/an_file_view.c: Unrefed pixbufs when done with them.
22310         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22311         (removed) file_text.png: Added and removed pixmaps.
22312         
22313 2003-05-30  Naba Kumar  <naba@gnome.org>
22315         * anjuta.glade: Fixed encodings preferences dialog
22316         
22317 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
22318         
22319         Reviewed by Naba Kumar  <naba@gnome.org>
22320         
22321         * src/build_project.c src/clean_project/c: perform a clean before
22322         build, if required. Show the message manager on clean.
22323         * src/compiler_options.c: save the new options when window is closed
22324         and flag project to be cleaned before the next build.
22325         * src/project_dbase.c: added a 'clean before build' flag to project
22327 2003-05-29  Naba Kumar  <naba@gnome.org>
22329         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22330         dialog.
22331         
22332         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22333         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22334         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22335         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22336         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22337         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22338         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22339         print_color.xpm, print_landscape.xpm, print_layout.xpm,
22340         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22342         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22343         Removed unused icons references.
22345 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
22347         Reviewed by Naba Kumar  <naba@gnome.org>
22348         
22349         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22350           src/compiler_options.c, src/debugger.c, src/find_replace.c,
22351           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22352           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22353           src/toolbar_callbacks.c: HIG compliant dialogs.
22355         * src/utilities.c: anjuta_button_new_with_stock_image() and
22356           anjuta_dialog_add_button() stolen from gedit.
22358         * src/main_menubar_def.h: Fixed mnemonics.
22360 2003-05-26  Naba Kumar  <naba@gnome.org>
22362         * src/project_dbase_gui.c: Added header files filter for add file
22363         dialog box. Disabled project window to be transient window.
22364         
22365         * src/message-manager.cc: Disabled message manager window to be
22366         transient window.
22367         
22368         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22369         a file could not be loaded.
22370         
22371         * src/project_dbase.c: Fixed a bug with GUI editor command
22372         where empty string is returned.
22373         
22374         * src/Makefile.am, src/preferences.h, src/text_editor.c
22375         src/text_editor.h, (new) src/anjuta-encodings.h,
22376         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22377         Added encoding support and to handle characters encoding correctly
22378         by auto detecting it during load. Added preferences for selecting
22379         the encoding during save.
22381         * src/preferences.c, src/resources.c: Removed debug messages.
22383         Patch from: Alexander Nedotsukov <bland@mail.ru>
22384         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22386 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22387         * src/anjuta.c: Try to sow the splash image more often.
22389 2003-05-20  Naba Kumar  <naba@gnome.org>
22391         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22392         * src/debug_tree.c: Colorize the modified locals during
22393         debugging and call memory analyze from the debugger.
22394         * src/breakpoints.c: The color is now different for the enabled
22395         and disabled breakpoints. Anjuta now can erase several
22396         breakpoints defined at the same line. The markers are updated
22397         according to the enable/disable action.
22398         
22399         Patch from Etay Meiri  <etay-m@bezeqint.net>
22400         * src/launcher.c: Fixes launcher freeze up bug during build.
22402 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22404         Reviewed by Naba Kumar  <naba@gnome.org>
22405         * scintilla/PropSet.h: Change member variables from private to protected.
22406         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22407         to PropSetFile class, which return a gchar * (and can therefore indicate
22408         whether properties are empty or do not exist) and make prop_get and
22409         prop_get_expanded use them.
22410         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22411         that the result of of prop_get cannot be an empty string.
22413 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22415         Reviewed by Naba Kumar  <naba@gnome.org>
22416         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22417         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22418         src/text_editor_cbs.c: When saving all the files in the project, the
22419         text editors are now only rehighlighted once instead of once for each
22420         file saved.
22422 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22423         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22424         * src/anjuta.desktop.in.in: Support startup notification.
22425 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22426         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22427         * src/anjuta.desktop.in.in: Support startup notification.
22430 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22432         Reviewed by Naba Kumar  <naba@gnome.org>
22433         
22434         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22435         memory leak from glade_xml_new call. Removed gxml field from Executer
22436         struct as only used in create_executer_dialog and then destroyed.
22437         
22438         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22439         
22440         * src/configurer.c: Fix warning trying to connect signal to non-existent
22441         environment entry in configure dialog and fix crash when closing the
22442         window.
22443         
22444         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22445         gnome_date_edit_get_time instead.
22446         
22447         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22448         in view menu required renumbering elsewhere.
22450 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22452         Reviewed by Naba Kumar  <naba@gnome.org>
22453         
22454         * src/breakpoints.c: fixed an error when removing breakpoint
22455         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22456         * src/debugger.c: changes to the way the debugger is activated
22457         * src/debugger.h: clean ups
22459 2003-05-13  Naba Kumar  <naba@gnome.org>
22461         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22462         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22463         src/memory.h: A new version of memory and the interface
22464         is now integrated in anjuta.glade
22466 2003-05-09  Naba Kumar  <naba@gnome.org>
22468         * configure.in: Bumped required gtk version to 2.0.8.
22469         
22470 2003-05-06  Naba Kumar  <naba@gnome.org>
22472         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22474 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22475         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22477 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22478         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22479         , tagmanager/c.c: Support for ProC and RDB files.
22481 2003-05-06  Naba Kumar  <naba@gnome.org>
22483         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22484         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22485         Uncomment (Box & Stream), Select the current function,
22486         authorize the "Quit" button of the GotoLine window
22488 2003-05-05  Naba Kumar  <naba@gnome.org>
22490         * src/watch_gui.h: CVS added new file.
22492         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22494         Patch from Etay Meiri <etay-m@bezeqint.net>
22495         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22496         src/mainmenu_callbacks.c, src/message-manager.cc,
22497         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22498         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22499         Ported stack trace to GNOME2 and added it in the message manager
22500         pane.
22502 2003-05-02  Naba Kumar  <naba@gnome.org>
22504         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22505         
22506         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22507         preferences property.
22508         
22509         * anjuta.prj: Fixed multiple preferences saved data.
22510         
22511         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22512         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22513         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22514         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22515         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22516         Upgraded scitilla from CVS with faster window repaint
22517         and more bugfixes.
22518         
22519         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22520         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22521         and code cleanups
22522         
22523 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22525         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22526         the window if messages are appended to the end and the scrollbar is
22527         at the end.
22529 2003-04-29  Naba Kumar  <naba@gnome.org>
22531         * configure.in: Removed omf-install from Makefiles list.
22533 2003-04-28  Naba Kumar  <naba@gnome.org>
22535         * po/POTFILES.in: Remvoded deleted files.
22536         
22537         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22538         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22540         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22541         is executed as detached) is not set properly.
22542         
22543 2003-04-25  Naba Kumar  <naba@gnome.org>
22544         
22545         * anjuta.prj: Updated.
22546         * src/anjuta_info.c: Fixed text wrapping and column view.
22547         * data/welcome.txt.in: Removed unaligned characters.
22548         
22549 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22550         * src/main_menubar.c: Disable setup dialog.
22552 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22553         * src/breakpoints.c; Fixed compilation with older GCC
22554         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22555         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22557 2003-04-18  Naba Kumar  <naba@gnome.org>
22559         * anjuta.prj: Updated (includes compiler options).
22560         
22561         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22562         function from anjuta.c (it was already available in anjuta-tools.c).
22563         
22564 2003-04-18  Naba Kumar  <naba@gnome.org>
22566         * src/about.c, THANKS: Updated
22567         
22568         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22569         
22570         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22571         properly from the project session before updating the file
22572         view.
22573         
22574         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22575         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22576         dialog settings (as it will not be required once GDL is in place) and
22577         added file view filters in the settings sub-menu.
22579 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22580         * HACKING: Updated
22581         * configure.in: Disable cast checks on final build.
22583 2003-04-17  Naba Kumar  <naba@gnome.org>
22585         * src/build_project.c: Fixed a compilation error.
22587         * src/launcher.c: Removed commnets.
22588         
22589         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22590         properties from editor tab to indentation tab and fixed a property
22591         label for proper i18n translation. Fixed typos in project config
22592         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22593         sorting and reordering in compiler options dialog.
22594         
22595         * src/compiler_options.c: Implemented _save() function to save the
22596         options (which was pending).
22597         
22598         * src/build_project.c: Destroys install-as-root dialog when it is done.
22599         
22600         * src/an_symbol_view.c: Change "event" event to "event-after" so
22601         that symbol row is selected first before the popup is shown.
22602         
22603 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22605         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22606         file in CVS/Entries. (Reviewed and applied by Biswa)
22608 2003-04-16  Naba Kumar  <naba@gnome.org>
22610         * aneditor.cxx: use unicode everytime (fixed unicode related
22611         bugs).
22613         * anjuta.prj: Fixed UI editor name (blank to use default) and
22614         anjuta version.
22615         
22616         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22617         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22618         Editor preferences page.
22620 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22621         * src/anjuta.[ch], src/print.c: Fixed warnings
22622         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22623         * configure.in: Profiling support with gprof
22625 2003-04-16  Naba Kumar  <naba@gnome.org>
22627         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22628         * src/launcher.c: Fixed cvs dialog.
22629         
22630 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22631         
22632         * src/message-manager-private.cc: Fixed double-click on first line of 
22633         output to properly select a line.
22634         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22635         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22637 2003-04-15  Naba Kumar  <naba@gnome.org>
22639         * src/message-manager-private.cc: Fixed the glade filename typo.
22641 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22642         * scintilla/*, data/properties/*: Scintilla CVS merge
22643         * anjuta.prj: Removed unnecessary files.
22644         * scintilla/PlatGTK.cxx: Force Pango fonts always
22645         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22646         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22647         for preferences.
22648         * configure.in: Change version no. for 1.1.1 (alpha release)
22649         * configure.in: Added '--with-pref-suffix' option.
22650         * config.guess, config.sub: Removed from CVS.
22652 2003-04-15  Naba Kumar  <naba@gnome.org>
22654         Patch from Timothee Besset  <ttimo@idsoftware.com>
22655         * Makefile.am: Fixed a shell script error during intallation.
22656         
22657 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22659         Reviewed by Naba Kumar  <naba@gnome.org>
22660         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22661         set_wm_class to use "anjuta" instead of "an.
22662         * src/message-manager-private.cc: Headers are hidden again.
22664 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22665         * src/project_dbase_gui.c: Memory corruption fix.
22666         * anjuta.prj: Updated project file
22668 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22669         * an_file_view.c: Connect to event-after signal rather than event so that
22670         selection is updated first and thus context menu is for the right file.
22671         Reviewed and applied by Biswa.
22673 2003-04-14  Naba Kumar  <naba@gnome.org>
22675         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22676         
22677         * src/auncher.c: More child exit fixes
22678         from Timothee Besset  <ttimo@idsoftware.com>
22680 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22681         
22682         Reviewed by Naba Kumar  <naba@gnome.org>
22683         
22684         * src/message-manager.[c/h], src/message-manager-private[c/h],
22685                 anjuta.[c/h]: Ported message-manager to Gtk2
22686         
22687         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22688         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22689         src/clean_project.c, src/compile.c, src/configurer.c,
22690         src/controls.c, src/cvs.c, src/debugger.c,
22691         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22692         src/project_import.c, src/search-replace.c: Changed name from
22693         AnjutaMessageManager to AnMessageManager to avoid too long type
22694         and funtion names.
22696 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22697         * src/launcher.c: Fix build won't stop problem - TTimo
22698         * TODO: Updated
22699         * pixmaps/anjuta_splash.c: New splash screen prototype.
22700         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22701         * src/compiler_options.c: Mute pkgconfig errors.
22702         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22704 2003-04-10  Naba Kumar  <naba@gnome.org>
22706         * configurer.[c,h]: Fixed dialog to close properly.
22707         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22708         debugging asserts.
22709         
22710 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22711         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22712         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22713         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22714         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22715         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22716         src/makefile.am: Move gdl to it's own directory.
22717         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22719 2003-04-09  Naba Kumar  <naba@gnome.org>
22721         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22722         branch.
22724 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22725         * src/anjuta-tools.c: Use CDATA for saving tools data.
22726         * anjuta.glade, src/search-replace.c: Port from branch.
22727         * widgets/e-splash.*, src/main.c: Better splash screen.
22728         * configure.in, widgets/gdl*: Import GDL widgets.
22729         * ROADMAP: Updated roadmap.
22730         * src/an_file_view.c: Use GDL icons for file tree.
22732 2003-04-09  Naba Kumar  <naba@gnome.org>
22734         * anjuta.glade: Added (hidden) initial setup-wizard window.
22735         
22736         Patch from: Vitaly  <vvv@rfniias.ru>
22737         * src/preferences.c: Fixes a bug with libglace widget access with
22738         translated strings.
22740         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22741         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22742         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22743         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22744         src/toolbar_callbacks.[c,h],
22745         src/memory.c, src/message-manager-private.cc,
22746         src/message-manager-private.h, src/message-manager.cc,
22747         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22748         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22749         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22750         watch window to a subwindow in the notebook
22752 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22753         * ROADMAP: Updated roadmap.
22755 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22757         * configure.in: Added Belarusian to ALL_LINGUAS.
22759 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22760         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22761         Henry Jia
22762         * ROADMAP: Added roadmap for HEAD.
22764 2003-03-29  Naba Kumar  <naba@gnome.org>
22766         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22767         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22768         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22769         (new) pixmaps/start-with-wizard.png,
22770         (new) pixmaps/start-with-import.png,
22771         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22772         up on anjuta start-up to give quick access to opening file/project or
22773         creation wizards.
22775         * src/main.c: Sets proper data directory for the gnome
22776         program.
22778 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22779         * src/text_editor.c: Fixed error/warning indicators.
22781 2003-03-24  Naba Kumar  <naba@gnome.org>
22783         * README: Correct version.
22784         
22785 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22787         * configure.in: Added checks to see if were building on FreeBSD
22788         systems.  Sets -DFREEBSD if we are, and also attempts to find
22789         gmake if the host system is FreeBSD.
22791         * src/getline.c: New file used to provide the getline function,
22792         which isnt available on a FreeBSD system.  The function is only
22793         defined if FREEBSD is defined.
22795         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22797         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22798         configure.in sets this to gmake on FreeBSD systems, and make
22799         on everything else.
22801 2003-03-23  Naba Kumar  <naba@gnome.org>
22803         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22804         
22805         * anjuta.spec.in: Fixed spec file for correct file paths and
22806         corrected rpmbuild.
22808         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22809         the rpm build command separately now.
22810         
22811         * src/anjuta.c, windows-dialog.c: Added some more window management
22812         stuffs (not still fully working, though).
22814         * TODO: Updated.
22816 2003-03-22  Naba Kumar  <naba@gnome.org>
22818         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22820 2003-03-21  Naba Kumar  <naba@gnome.org>
22822         * README: Removed Andy Piper's name from the active maintainers
22823         list on his request.
22824         
22825         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22826         preferences.
22827         
22828         * src/anjuta-tools.c: Fixed compiler errors.
22830         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22831         show bugs.
22832         
22833         * src/commands.c, src/src_paths.c, src/style-editor.c,
22834         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22835         becuase they are now hidden by default (from glade editing).
22836         
22837         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22838         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22839         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22840         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22841         basic windows managements.
22842         
22843 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22844         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22845         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22846         Enver ALTIN (a.k.a. skyblue)
22848 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22849         * tagmanager/*: Added ignore-list for symbols. This will make
22850         parsing more accurate for projects. Doc updates needed.
22852 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22853         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22854         * launcher/Makefile.am: Link to correct libraries
22855         * src/launcher.c: Do not allow NULL shell
22857 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22858         * src/debug_tree.c: Improve debug tree view.
22860 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22862         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22863         'Run Configure Script' and 'Execute Program'. Increase minimum width
22864         of Configure dialog.
22865         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22866         list widget by setting a model and adding a column and renderer.
22867           Actually store the nocvs toggle button in FindInFiles data structure.
22868           Handle selection changes via changed signal rather than row_activated.
22869           Use response signal for handling the close and find buttons.
22870           Close window when escape is pressed.
22871         * find_replace.c: Close window when escape is pressed.
22872         * find_text.c: Close window when escape is pressed in find dialog as
22873         well as wrap search question, where now Yes is the default button.
22875 2003-03-05  Naba Kumar  <naba@gnome.org>
22877         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22879         * src/message-manager-private.cc: Fixed a bug with vte conditional
22880         compilation.
22881         * anjuta.glade: Hides all windows in glade file.
22883 2003-03-05  Naba Kumar  <naba@gnome.org>
22885         * src/an_file_view.c: Fixed a compilation warning.
22886         * src/message-manager-private.cc: Conditional compilation for vte
22887         API.
22888         
22889 2003-02-28  Naba Kumar  <naba@gnome.org>
22891         * configure.in, anjuta.spec.in: Updated dependency packages version.
22892         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22893         * src/preferences.c: Added debug assertions.
22894         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22895         editor to enable/disable bringing the recent editor tabs first.
22896         
22897         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22898         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22899         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22900         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22901         and     bug fixes. Also code clean ups.
22902         
22903         * (new) src/search-replace.[h,c]: New search replace implementation
22904         from ANJUTA_1_0_0 branch.
22905         
22906         * (new) src/windows-dialog.[h,c]: New windows management class
22907         [work in progress].
22909 2003-02-28  Naba Kumar  <naba@gnome.org>
22911         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22912         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22913         src/appwizard.c, src/build_file.c, src/build_project.c,
22914         src/clean_project.c, src/compile.c, src/configurer.c,
22915         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22916         src/message-manager-dock.c, src/message-manager-dock.h,
22917         src/message-manager-private.cc, src/message-manager.cc,
22918         src/preferences-dialog.c, src/preferences-dialog.h,
22919         src/preferences.c, src/preferences.h, src/project_dbase.c,
22920         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22921         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22922         src/utilities.c, src/utilities.h:
22923         
22924         Widgetized Preferences and gave proper function names.
22926         * src/executer.c: Fixed a session loading bug.
22927         
22928 2003-02-27  Naba Kumar  <naba@gnome.org>
22930         * printing/print.c: Fixed printing font bug that failed to load the
22931         proper fonts.
22932         
22933         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22934         
22935         * TODO, anjuta.prj: Updated.
22937 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22939         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22940         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22941         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22942         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22943         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22944         fixed omf errors
22946 2003-02-25  Naba Kumar  <naba@gnome.org>
22948         * Makefile.am: Excluded omf-install from installation as the docs are
22949         not ready.
22950         
22951         TODO: Updated.
22952         
22953         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22954         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22955         property names and added new editor properties and code cleanups.
22956         Also added new project properties.
22957         
22958         * src/compiler_options.[h,c]: Added pkg-config packages supports
22959         and fixed bugs.
22960         
22961         * src/glade_iface.h: Cleanups.
22962         
22963         * src/launcher.c: Used timer instead of idle to scan.
22964         
22965         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22966         src/project_config.[h,c], src/project_import.c: Implemented project
22967         property to define GUI editor and to handle it.
22968         
22969         * src/preferences.c: i18n fixes.
22970         
22971         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22972         unused (and old) pixmaps.
22973         
22974         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22975         
22976 2003-02-25  Naba Kumar  <naba@gnome.org>
22978         * src/message-manager-private.[h,cc], src/preferences.c,
22979         anjuta.glade, anjuta_dialog_strings.c: Implemented
22980         gnome terminal profiles for the terminal preferences and moved the
22981         addition of terminal preferences in the terminal constructor.
22982         
22983         * anjuta.prj: Updated.
22985 2003-02-24  Naba Kumar  <naba@gnome.org>
22987         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22988         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22989         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22990         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22991         preferences dialog.
22993         * TODO: Updated.
22995         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22996         text selection and child re-spawning.
22998         * src/pixmaps.h: Removed unused pixmaps definitions.
22999         
23000 2003-02-23  Naba Kumar  <naba@gnome.org>
23002         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
23003         the project tree/window.
23005         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
23006         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
23007         Correct the use of a variable and implemented session save/load
23008         for tree expansion states.
23009         
23010         * src/main_menubar_def.h: Fixed shortcuts keys.
23011         
23012         * src/anjuta.c, src/gnome_project.c: Code clean ups.
23013         
23014         * anjuta.prj: Updated.
23015         
23016 2003-02-22  Naba Kumar  <naba@gnome.org>
23018         * src/debug_tree.[c,h]: GNOME2 port from 
23019         Etay Meiri <etay-m@bezeqint.net>
23020         
23021         * src/an_file_view.c, src/resources.[h,c],
23022         data/properties/bash.properties,
23023         data/properties/cpp.properties,
23024         data/properties/html.properties,
23025         data/properties/make.properties,
23026         data/properties/others.properties,
23027         data/properties/perl.properties,
23028         data/properties/props.properties,
23029         data/properties/xml.properties: Standarized file icons. Icons are
23030         defined in respective .properties file and are retrieved as resource
23031         data.
23033         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
23034         in labels from the commands editor as that would create
23035         problems for translators.
23037 2003-02-21  Naba Kumar  <naba@gnome.org>
23039         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
23040         as they should be part of CVS(?).
23042         * Makefile.am: Corrected a typo for glade generated strings file.
23044         * configure.in, po/hi.po: Added new Hindi (hi) translation
23045         in ALL_LINGUS and added initial Hindi translation.
23047         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
23048         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
23049         sv_unknown.xpm to more proper icon.
23051         * (new)data/properties/php.properties, data/properties/Makefile.am,
23052         data/properties/anjuta.properties, data/properties/html.properties:
23053         Fixed PHP syntax hilighting bug by separating php properties into
23054         different file (because of file size).
23056         * TODO: Updated.
23057         
23058 2003-02-20  Naba Kumar <naba@gnome.org>
23060         * src/breakpoints.c: Fixed breakpoints session saving/loading
23061         crash bug.
23062         
23063         * scintilla/*, scintilla/include/*: Updated to scintilla
23064         release 1.51
23065         
23066 2003-02-19  Naba Kumar <naba@gnome.org>
23068         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
23069         * TODO: Updated.
23071         * Makefile.am, src/Makefile.am,
23072         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
23073         (removed) src/anjuta_dialog_strings.c,
23074         (removed) src/anjuta_dialogs_strings.c,
23075         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
23076         (added) anjuta.glade: Transfered glade files from src/ directory
23077         to the top level directory.
23079         * po/POTFILES.in: Updated.
23080         
23081         * (removed) macrocs2/*: Transfered to data/ directory.
23082         
23083         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
23084         data/Makefile.am: Moved macros in data directory. Anjuta no longer
23085         requires to have macros dir, but the projects generated by anjuta
23086         require them.
23087         
23088         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
23089         trees.
23090         
23091         * src/defaults.c: Corrected default compiler options.
23092         
23093         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
23094         wizard.
23095         
23096         * src/message-manager-private.cc, src/message-manager-private.h,
23097         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
23098         
23099         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
23100         source code generation for gnome2 projects.
23102 2003-02-11  Naba Kumar <naba@gnome.org>
23104         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
23105         restores the expand/collaspe states of the nodes after refresh.
23106         
23107         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
23108         
23109 2003-02-11  Naba Kumar <naba@gnome.org>
23111         * src/style-editor.c: Fixed pango font description handling for fonts.
23112         * src/anjuta.glade: Removed font size spin button.
23113         * configure.in, src/anjuta.prj: Corrected version.
23114         * TODO: update.
23115         
23116 2003-02-10  Naba Kumar <naba@gnome.org>
23118         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
23119         references of scroll-menu.h and add about.h in Makefile.am.
23120         
23121         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
23122         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
23123         (removed) widgets/scroll-menu.h: Removed unused files.
23124         
23125         * Makefile.am: Added proper i18n rules and added intl tools for
23126         distributions.
23127         
23128         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
23129         to the stable release).
23130         
23131         * anjuta.spec.in: Removed manuals packaging.
23132         
23133         * data/Makefile.am: Removed 'macros' installation (not required for
23134         gnome2 projects).
23136 2003-02-10  Naba Kumar <naba@gnome.org>
23138         * po/POTFILES.in: Updated.
23140         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
23141         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
23142         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
23143         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
23144         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
23145         icons and images.
23147         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
23148         src/toolbar_callbacks.h: Fixed scintilla notification signal name
23149         and fixed to properly handle focus in find entry box.
23151         * Makefile.am: Added code for RH system menu update.
23153         * .cvsignore: Updated.
23155         * NEWS: Updated.
23157 2003-02-03  Naba Kumar <naba@gnome.org>
23159         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
23160         editor preferences. and fixes dialogs.
23162         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
23163         Fixed linenumbers and header margins when they are disabled and
23164         removed unused header files.
23166         * src/attact_process.[h,c], src/debugger.c: Attach to process
23167         now works.
23169         * src/help.c: Fixed dialog response.
23171         * TODO: Updated.
23173         * data/properties/anjuta.properties: Corrected typo.
23175         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
23176         Change the signal to "changed" in entry from "selection-changed" in
23177         list.
23179         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
23180         short-cuts.
23182 2003-01-31  Naba Kumar <naba@gnome.org>
23184         * configure.in: Upgraded to use libgnomeprint-2.2
23185         
23186         * printing/Makefile.am: Updated
23187         
23188         *(removed) printing/print-doc.c, printing/print-doc.h,
23189         printing/print-util.c, printing/print-util.h: Removed because already
23190         merged with print.c.
23191         
23192         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
23193         and libgnomeprintui-2.2 and fixed rendering problems.
23194         
23195         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
23196         uneccessary print properties, as they are separately taken
23197         care in gnomeprint.
23198         
23199         * po/POTFILES.in: Update.
23201 2003-01-30  Naba Kumar <naba@gnome.org>
23203         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
23204         for about dialog box.
23205         
23206         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
23207         src/pixmaps.h: Modified for the above additions for about dialog.
23209 2003-01-29  Naba Kumar <naba@gnome.org>
23211         * src/style_editor.[c,h]: Added missing files.
23212         
23213 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23214         * scintilla/XPM.[cxx|h]: Added missing files
23216 2003-01-29  Naba Kumar <naba@gnome.org>
23217         
23218         * TODO, po/POTFILES.in: Updated.
23219         
23220         * anjuta.prj, src/anjuta.glade,
23221         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
23223 2003-01-28  Naba Kumar <naba@gnome.org>
23224         
23225         * data/properties/anjuta.properties, src/aneditor.cxx,
23226         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
23227         properties into text properties (earlier it was int properties).
23229         * TODO: Updated
23230         
23231         * scintilla/AutoComplete.c,xx,
23232         scintilla/AutoComplete.h,
23233         scintilla/CallTip.c,xx,
23234         scintilla/CallTip.h,
23235         scintilla/Document.c,xx,
23236         scintilla/Document.h,
23237         scintilla/Editor.c,xx,
23238         scintilla/Editor.h,
23239         scintilla/LexAVE.c,xx,
23240         scintilla/LexCSS.c,xx,
23241         scintilla/LexHTML.c,xx,
23242         scintilla/LexOthers.c,xx,
23243         scintilla/LexPython.c,xx,
23244         scintilla/LineMarker.c,xx,
23245         scintilla/LineMarker.h,
23246         scintilla/Makefile.am
23247         scintilla/PlatGTK.c,xx,
23248         scintilla/PropSet.c,xx,
23249         scintilla/ScintillaBase.c,xx,
23250         scintilla/ScintillaBase.h,
23251         scintilla/ScintillaGTK.c,xx,
23252         scintilla/ViewStyle.c,xx,
23253         scintilla/include/Platform.h,
23254         scintilla/include/SciLexer.h,
23255         scintilla/include/Scintilla.h,
23256         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23257         
23258         
23259         src/Makefile.am,
23260         src/an_file_view.c,
23261         src/an_symbol_view.c,
23262         src/anjuta-tools.c,
23263         src/anjuta.c,
23264         src/anjuta.glade
23265         src/anjuta.h,
23266         src/anjuta_cbs.c,
23267         src/anjuta_dialogs_strings.c,
23268         src/anjuta_info.c,
23269         src/commands.c,
23270         src/compiler_options.c,
23271         src/debugger.c,
23272         src/help.c,
23273         src/main_menubar.c,
23274         src/main_menubar.h,
23275         src/main_menubar_def.h,
23276         src/mainmenu_callbacks.c,
23277         src/mainmenu_callbacks.h,
23278         src/message-manager-private.c,c
23279         src/message-manager-private.h,
23280         src/message-manager.c,c
23281         src/message-manager.h,
23282         src/pixmaps.h,
23283         src/preferences.c,
23284         src/preferences.h,
23285         src/project_config.c,
23286         src/project_dbase.c,
23287         src/project_dbase_gui.c,
23288         src/project_import_gui.c,
23289         src/properties.c,xx,
23290         src/properties.h,
23291         src/resources.c,
23292         src/src_paths.c,
23293         src/text_editor.c,
23294         src/text_editor_gui.c,
23295         src/toolbar.c,
23296         src/utilities.c,
23297         src/utilities.h,
23298         anjuta.prj: GNOME2 porting and fixed many porting bugs.
23299         
23300 2003-01-24  Naba Kumar <naba@gnome.org>
23302         * src/text_editor_gui.c, src/toolbar.c,
23303         src/text_editor.c, src/text_editor_cbs.h:
23304         Used correct notification signal name for scintilla
23305         (gtk2) and fixed UI.
23306         
23307         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23308         when not required.
23309         
23310         * printing/print-doc.c,
23311         printing/print.c,,
23312         src/anjuta-tools.c,
23313         src/find_replace.c,
23314         src/goto_line.c,
23315         src/launcher.c,
23316         src/mainmenu_callbacks.c,
23317         src/project_dbase.c,
23318         src/project_dbase.h,
23319         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23320         src/text_editor.c,
23321         src/text_editor_cbs.h:
23324 2003-01-23  Naba Kumar <naba@gnome.org>
23326         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23327         correct stock icons and organized pixmap macros.
23328         
23329         Makefile.am: Removed non-generated files.
23330         
23331         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23332         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23333         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23334         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23335         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23336         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23337         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23338         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23339         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23340         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23341         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23342         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23343         stop.xpm, undo.xpm}: Removed because no longer used.
23345         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23346         file_unknown.xpm}: Files renamed from fv_*, as it would
23347         be the right name.
23349         * pixmaps/Makefile.am: Updated for the above changes.
23351 2003-01-23  Jakub Steiner <jimmac * ximian * com>
23353         * pixmaps/autocomplete-16.png,
23354         pixmaps/autocomplete.png,
23355         pixmaps/block-end-16.png,
23356         pixmaps/block-end.png,
23357         pixmaps/block-start-16.png,
23358         pixmaps/block-start.png,
23359         pixmaps/bookmark-first-16.png,
23360         pixmaps/bookmark-first.png,
23361         pixmaps/bookmark-last-16.png,
23362         pixmaps/bookmark-last.png,
23363         pixmaps/bookmark-next-16.png,
23364         pixmaps/bookmark-next.png,
23365         pixmaps/bookmark-prev-16.png,
23366         pixmaps/bookmark-prev.png,
23367         pixmaps/error-next-16.png,
23368         pixmaps/error-next.png,
23369         pixmaps/error-prev-16.png,
23370         pixmaps/error-prev.png: gnome2-styled icons
23373 2003-01-23  Naba Kumar <naba@gnome.org>
23375         * anjuta.prj: Updated compiler options.
23376         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23378         * src/aneditor.cxx,
23379         src/anjuta.c,
23380         src/anjuta.glade,
23381         src/anjuta_dialogs_strings.c,
23382         src/mainmenu_callbacks.c,
23383         src/mainmenu_callbacks.h,
23384         src/text_editor.c,
23385         src/text_editor_cbs.c,
23386         src/text_editor_gui.c: GNOME2 Porting.
23388 2003-01-22  Naba Kumar <naba@gnome.org>
23390         * ChangeLog: Corrected dates.
23391         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23392         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23393         preferences.
23395 2003-01-22  Naba Kumar <naba@gnome.org>
23396         
23397         * plugins/patch/patch-plugin.c: Bug fix.
23398         
23399         * src/anjuta-tools.c,
23400         src/anjuta.c,
23401         src/anjuta.glade,
23402         src/anjuta.h,
23403         src/anjuta_dialogs_strings.c,
23404         src/breakpoints.c,
23405         src/cvs_gui.c,
23406         src/debugger.c,
23407         src/debugger.h,
23408         src/executer.c,
23409         src/glade_iface.c,
23410         src/main.c,
23411         src/mainmenu_callbacks.c,
23412         src/mainmenu_callbacks.h,
23413         src/preferences.c,
23414         src/project_dbase.c,
23415         src/project_dbase_gui.c,
23416         src/registers.c,
23417         src/sharedlib.c,
23418         src/signals.c,
23419         src/signals_cbs.c,
23420         src/source.c,
23421         src/stack_trace.c,
23422         src/toolbar_callbacks.c,
23423         src/utilities.c,
23424         src/utilities.h,
23425         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23426         
23427         * src/Makefile.am,
23428         (removed) src/CORBA-Server.c,
23429         (removed) src/CORBA-Server.h,
23430         (removed) src/Gladen-common.c,
23431         (removed) src/Gladen-stubs.c,
23432         (removed) src/Gladen.h,
23433         (removed) src/Prj-common.c,
23434         (removed) src/Prj-skelimpl.c,
23435         (removed) src/Prj-skels.c,
23436         (removed) src/Prj-stubs.c,
23437         (removed) src/Prj.h,
23438         (removed) src/glades.c,
23439         (removed) src/glades.h,
23440         (removed) src/messagebox.c,
23441         (removed) src/messagebox.h: Removed because no longer used.
23443 2003-01-21  Naba Kumar <naba@gnome.org>
23445         * src/anjuta-tools.c,
23446         src/anjuta.c,
23447         src/anjuta.glade,
23448         src/anjuta_dialogs_strings.c,
23449         src/anjuta_info.c,
23450         src/anjuta_info.h,
23451         src/breakpoints.c,
23452         src/compiler_options.c,
23453         src/debugger.c,
23454         src/find_replace.c,
23455         src/find_replace.h,
23456         src/find_text.c,
23457         src/find_text.h,
23458         src/goto_line.c,
23459         src/launcher.c,
23460         src/text_editor.c,
23461         widgets/gnomefilelist.c: GNOME2 porting.
23463 2003-01-20  Naba Kumar <naba@gnome.org>
23465         * global-tags/create_global_tags.sh: Uses pkg-config to
23466         read the modules.
23467         
23468         * src/anjuta.c,
23469         src/anjuta.glade,
23470         src/anjuta.h,
23471         src/anjuta_cbs.c,
23472         src/anjuta_dialogs_strings.c,
23473         src/breakpoints.c,
23474         src/breakpoints.h,
23475         src/compiler_options.c,
23476         src/compiler_options.h,
23477         src/fileselection.c,
23478         src/fileselection.h,
23479         src/mainmenu_callbacks.c,
23480         src/project_dbase_gui.c,
23481         src/session.c,
23482         src/src_paths.c,
23483         src/src_paths.h,
23484         src/text_editor.c,
23485         src/text_editor_gui.c,
23486         widgets/gnomefilelist.c,
23487         widgets/gnomefilelist.h: GNOME2 porting.
23488         
23489         * widgets/Makefile.am,
23490         (removed) widgets/gnomedirlist.c,
23491         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23492         
23493         * src/Makefile.am,
23494         (removed) src/src_paths_cbs.c,
23495         (removed) src/src_paths_cbs.h,
23496         (removed) src/src_paths_gui.c,
23497         (removed) src/compiler_options_cbs.c,
23498         (removed) src/compiler_options_cbs.h,
23499         (removed) src/breakpoints_cbs.c,
23500         (removed) src/breakpoints_cbs.h: Removed because they are now
23501         combined in singe file
23503 2003-01-16  Naba Kumar <naba@gnome.org>
23505         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23506         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23507         options dialog UI and data handling.
23510 2003-01-15  Naba Kumar <naba@gnome.org>
23512         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23513         Completed command editor porting.
23514         
23515         * src/anjuta.c: Removed the use of commands load function
23516         (not required).
23518         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23519         and unrefs.
23521         * src/anjuta-tools.c: Fixed translatable strings.
23522         
23523         * src/find_text.c: Fixed dialog creation from glade.
23524         
23525         * src/text_editor_gui.c, src/text_editor.c,
23526         src/text_editor_cbs.c: Completed port of detached text editor
23527         to gnome2 plateform.
23528         
23529 2003-01-14  Naba Kumar <naba@gnome.org>
23531         * src/anjuta.glade, src/preferences.[h,c],
23532         src/anjuta_dialogs_strings.c: Added build and editor
23533         preferences pages and other UIs. Fixed preferense loading and saving.
23534         
23535         * src/anjuta.c: Does case-insensitive match for tabs position
23536         preferences and removed preferences loading (done at _new() call).
23537         
23538         * anjuta-tools.c: Debugged tools dialog handling.
23539         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23540         
23541 2003-01-13  Naba Kumar <naba@gnome.org>
23543         * ABOUT-NLS: Update (strange).
23545         * autogen.sh: Removed blocking code.
23547         * configure.in: Fixed an autogen bug.
23548         
23549 2003-01-13  Naba Kumar <naba@gnome.org>
23551         * (new)src/anjuta.gladep
23552         (new)src/messagebox.c
23553         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23554         will be gradually removed (and then the files).
23555         
23556         * Makefile.am,
23557         anjuta.prj,
23558         printing/print-util.c,
23559         printing/print.c,
23560         scintilla/ScintillaGTK.c,xx
23561         src/Makefile.am,
23562         src/an_file_view.c,
23563         src/an_symbol_view.c,
23564         src/anjuta.c,
23565         src/anjuta.glade
23566         src/anjuta.h,
23567         src/anjuta_dialogs_strings.c,
23568         src/anjuta_gui.c,
23569         src/attach_process.c,
23570         src/attach_process.h,
23571         src/breakpoints.c,
23572         src/breakpoints.h,
23573         src/breakpoints_cbs.c,
23574         src/commands.c,
23575         src/commands.h,
23576         src/compiler_options.c,
23577         src/compiler_options.h,
23578         src/compiler_options_cbs.c,
23579         src/configurer.c,
23580         src/configurer.h,
23581         src/controls.c,
23582         src/cvs_cbs.c,
23583         src/debug_tree.c,
23584         src/debug_tree.h,
23585         src/executer.c,
23586         src/executer.h,
23587         src/find_in_files.c,
23588         src/find_in_files.h,
23589         src/find_in_files_cbs.c,
23590         src/find_replace.c,
23591         src/find_replace.h,
23592         src/find_text.c,
23593         src/find_text.h,
23594         src/goto_line.c,
23595         src/help.c,
23596         src/help.h,
23597         src/launcher.c,
23598         src/main.c,
23599         src/main_menubar.c,
23600         src/mainmenu_callbacks.c,
23601         src/message-manager.c,c
23602         src/pixmaps.h,
23603         src/preferences.c,
23604         src/project_config.c,
23605         src/project_config.h,
23606         src/project_dbase.c,
23607         src/project_import_cbs.c,
23608         src/resources.c,
23609         src/resources.h,
23610         src/splash.c,
23611         src/src_paths.c,
23612         src/src_paths.h,
23613         src/src_paths_gui.c,
23614         src/text_editor.c,
23615         src/text_editor_gui.c,
23616         src/toolbar.c,
23617         src/toolbar.h,
23618         src/utilities.c,
23619         src/utilities.h,
23620         src/wizard_gui.c,
23621         widgets/gnomefilelist.c: GNOME2 Port.
23623 2003-01-10  Naba Kumar  <naba@gnome.org>
23625         * src/an_file_view.c,
23626         src/anjuta_gui.c,
23627         src/appwizard_gui.c,
23628         src/compiler_options.c,
23629         src/compiler_options_cbs.c,
23630         src/cvs_cbs.c,
23631         src/executer.c,
23632         src/fileselection.c,
23633         src/find_in_files.c,
23634         src/goto_line.c,
23635         src/main_menubar.c,
23636         src/memory.c,
23637         src/message-manager-dock.c,
23638         src/preferences.c,
23639         src/project_dbase_gui.c,
23640         src/project_import_gui.c,
23641         src/registers_gui.c,
23642         src/sharedlib_gui.c,
23643         src/src_paths_gui.c,
23644         src/text_editor_gui.c,
23645         src/toolbar.c,
23646         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23648 2003-01-09  Naba Kumar <naba@gnome.org>
23650         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23651         problems with some comments.
23653         * anjuta.prj: New project file (updated?)
23655         * src/Makefile.am: Enabled deprecated API and fixed variables.
23657         * src/an_file_view.c,
23658         src/an_symbol_view.c,
23659         src/anjuta-plugins.c,
23660         src/anjuta-tools.c,
23661         src/anjuta.c,
23662         src/anjuta_gui.c,
23663         src/appwizard_cbs.c,
23664         src/attach_process.c,
23665         src/attach_process_cbs.c,
23666         src/compiler_options.c,
23667         src/compiler_options_cbs.c,
23668         src/launcher.c,
23669         src/mainmenu_callbacks.c,
23670         src/message-manager-private.c,c
23671         src/message-manager-private.h,
23672         src/message-manager.c,c
23673         src/message-manager.h,
23674         src/project_dbase.c,
23675         src/project_dbase.h,
23676         src/project_dbase_gui.c,
23677         src/project_import_cbs.c,
23678         src/project_import_gui.c,
23679         src/registers.c,
23680         src/resources.c,
23681         src/resources.h,
23682         src/sharedlib.c,
23683         src/signals.c,
23684         src/signals_cbs.c,
23685         src/signals_gui.c,
23686         src/splash.c,
23687         src/src_paths_cbs.c,
23688         src/src_paths_gui.c,
23689         src/stack_trace.c,
23690         src/text_editor.c,
23691         src/text_editor_gui.c,
23692         src/text_editor_menu.c,
23693         src/toolbar.c,
23694         src/toolbar_callbacks.c,
23695         src/utilities.c,
23696         src/watch.c,
23697         src/watch_cbs.c,
23698         src/wizard_gui.c: GNOME porting.
23700 2002-12-24 Naba Kumar <naba@gnome.org>
23702         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23703         NEWS, README, SEARCH-REPLACE,
23704         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23705         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23706         launcher/Makefile.am,
23707         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23708         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23709         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23710         printing/print-util.c, printing/print.c, printing/print.h,
23711         scintilla/*/*, widgets/e-shell-about-box.c,
23712         src/*, tagmanager/*/*, widgets/Makefile.am,
23713         widgets/gnomefilelist.c:
23714         
23715         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23716         src/*.[c,h] files to gnome2 API.
23718         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23719         strings table.
23721 2002-10-23  Naba Kumar <naba@gnome.org>
23723         * autogen.sh: Prevented Users from building HEAD cvs.
23724         
23725 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23727         * src/anjuta.glade: added the compiler options dialog, hopefully
23728         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23730 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23732         * src/anjuta.glade: fixed a lot of small glitches.
23734         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23735         now.
23737         * src/breakpoints_cbs.c: polished a bit.
23739 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23741         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23743         * src/commands.c: partial gnome 2 port.
23745         * src/utilities.[ch]: changed some bits to be const.
23747 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23749         * src/Makefile.am: removed breakpoints_gui.c and added a check
23750         for gdk-pixbuf deprecated functions, but there shouldn't be much
23751         anyway.
23753         * src/breakpoints_gui.c: killed.
23755         * src/anjuta.glade: added two dialogs for the breakpoints management.
23757         * src/anjuta.h:
23758         * src/anjuta_cbs.c:
23759         * src/appwizard.c:
23760         * src/attach_process.c:
23762         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23763         really huge changes and porting work.
23764         
23765         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23766         (breakpoints_dbase_new): moved the UI init bits here.
23768         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23769         a lot, not using any color anymore (not HIG compliant) and not using
23770         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23771         to be double checked.
23773         * src/build_file.c:
23774         * src/build_project.c: gnome 2 port.
23776 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23778         * src/anjuta.glade:
23779         * src/anjuta.h:
23780         * src/anjuta_cbs.c:
23781         * src/appwizard.c:
23782         * src/breakpoints.c:
23783         * src/breakpoints_cbs.c: cleaned up some bits.
23785 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23787         * src/Makefile.am:
23788         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23790         * src/an_symbol_view.[ch]:
23791         * src/attach_process_cbs.h: polished a bit.
23793         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23795 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23797         * configure.in:
23798         * src/Makefile.am: added libglade-2 to the build.
23800         * src/anjuta.[ch]: added support for libglade.
23802         * src/anjuta.glade: added. There could be a file per top-level widget,
23803         as some other gnome projects, though.
23805         * src/attach_process_gui.c: removed.
23806         * src/attach_process.[ch]: gnome 2 port.
23807         (attach_process_new): Added the treeview init and the widget references
23808         here.
23810 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23812         * src/an_file_view.c: fixed some compilation issues.
23814         * src/an_symbol_view.c: gnome 2 port.
23816 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23818         * src/an_file_view.c: finished gnome 2 port.
23819         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23820         directory pixmap depending on the event.
23822         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23823         (project_file_data_new): use a GtkTreePath.
23825 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23827         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23828         driving me nuts but they need to be ported, heh ?
23830         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23831         work since it's quite a total rewrite again.
23833 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23835         * src/an_file_view.c:
23836         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23838 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23840         * src/anjuta_info.c:
23841         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23843 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23845         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23846         nuts ATM.
23847        
23848         * src/an_file_view.c:
23849         * src/aneditor.cxx:
23850         * src/anjuta_cbs.c:
23851         * src/compiler_options.h:
23852         * src/messagebox.c:
23853         * src/messagebox.h:
23854         * src/pixmaps.h:
23855         * src/project_dbase.h:
23856         * src/resources.h: gnome 2 port.
23858 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23860         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23862         * data/properties/sql.properties: added the DATETIME data type.
23864         * data/properties/html.properties: added the foreach php keyword.
23866 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23868         * widgets/Makefile.am: removed blank line after the last backslash
23869         for avoiding a warning from automake.
23871         * configure.in:
23872         * src/Makefile.am: added the ORBit-2 dep.
23874 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23876         * AUTHORS: added Biswa, because I wonder why noone already have
23877         written his name in the Anjuta's hall of fame :)
23879 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23881         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23882         widgets/e-shell-about-box.c: Made to compile for gnome2.
23883         
23884 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23886         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23887         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23888         
23889         * configure.in, printing/print.h, printing/print.c,
23890         printing/print-doc.c: Made to compile for gnome2.
23891         
23892 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23894         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23895         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23896         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23897         widgets/Makefile.am:
23898         
23899         Upgraded the build system to gnome2 platform.
23900         
23901 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23902         * manuals/*: Added capability to generate PDF and PS.
23903         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23904         * TODO, TODO.biswa: Intergated TODO list.
23905         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23906         , bug #574470
23907         * src/dnd.c: Fix typo
23908         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23909         * src/anjuta.c: Bug #568895, Bug #575419
23911 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23913         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23914         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23916 2002-12-17  Naba Kumar <naba@gnome.org>
23918         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23919         bugs.
23920         
23921 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23922         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23923         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23924         * anjuta.prj: Added tools.sgml
23925         * data/properties/cpp.properties: Bug # 646974
23927 2002-12-16  Naba Kumar <naba@gnome.org>
23929         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23930         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23931         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23932         on 'Enter' and adds proper focus mechanism.
23933         * src/anjuta.c: Fixed a memory corruption bug.
23934         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23935         'Enter' and can also be Canceled. Sets proper default and focus policies
23936         for tools dialogs.
23937         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23938         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23939         translatable strings in dialogs and fixed some dialog properties.
23940         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23941         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23942         * src/message_manager_private.cc: Fixed some debug messages.
23943         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23944         widgets/gnomefilelist.c: Fixed a memory leaks.
23945         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23946         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23947         src/main_menubar_def.h: Implemented incremental search.
23948         * TODO: Updated.
23950 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23951         * tagmanager/*: Minor cleanups and warning fixes.
23952         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23953         GUI during long updates.
23954         * src/text_editor.c: Remove debug message.
23956 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23957         * tagmanager/tm_project.c: Fix a memory access problem.
23959 2002-12-13  Naba Kumar <naba@gnome.org>
23961         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23962         tools list to show "Enabled" flag of the tool. Fixed a bug where
23963         tool list is not cleared when creating a new tool.
23964         
23965 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23966         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23968 2002-12-12  Naba Kumar <naba@gnome.org>
23970         * anjuta-tools.[h,c], commands.c: Used the tools help of
23971         anjuta variables list in commands editor and fixed a typos
23972         buy in anjuta-tools.c.
23973         
23974 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23975         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23976         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23977         * TODO.biswa: Added to help me track things better.
23979 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23981         * configure.in, anjuta.spec.in: Added libglade dependency.
23982         * Makefile.am: Added anjuta.glade file.
23983         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23984         , src/mainmenu_callbacks.[ch], src/message-manager.h
23985         , src/widget-registry.c: Tools editor GUI + other additions.
23987 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23989         * src/project_dbase.[ch], tagmanager/tm_project.c,
23990         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23991         Implement syncing tags image with the project database.
23992         * src/anjuta-tools.c: Implemented variable substitution and
23993         working directory in tools.
23995 2002-12-09  Naba Kumar <naba@gnome.org>
23996         
23997         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23998         command configuration language list from properties.
23999         
24000         * data/properties/asm.properties, data/properties/ruby.properties:
24001         Fixed typos.
24003 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24005         * src/an_symbol_view.c: Remember current selected entry and select
24006         it automatically after refresh.
24008 2002-11-26  Murray Cumming  <murrayc@usa.net>
24010         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
24011           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
24012         and gnomemm 1.2 projects so that people know they are really
24013         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
24014         But I did correct these to sue lowercase names.
24016 2002-12-01  Naba Kumar <naba@gnome.org>
24018         * data/anjuta.properties: Fixed caching problem on 
24019         indicators.
24020         * src/preferences.c, src/preferences_gui.c: Implemented automatic
24021         indicators prefs.
24022         
24023 2002-12-01  Naba Kumar <naba@gnome.org>
24025         * data/properies/anjuta.properties: Corrected "indicators.automatic"
24026         property name.
24027         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
24028         property and uses it.
24029         * src/aneditor.cxx: Fixed a bug associated with selection a word at
24030         current cursor.
24031         
24032 2002-11-30  Naba Kumar <naba@gnome.org>
24034         * src/debugger.c: Fixed a typo.
24035         * data/properties/*: Updated properties files and added
24036         new ones.
24037         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
24038         Added comment submenu and cleaned up ref and unref of menus.
24039         * src/aneditor.h: Added definition of comment commands.
24040         * src/aneditor.c: Upgrade from latest SciTE source code.
24041         * src/text_editor.[hc], src/text_editor_cbs.c, 
24042         src/message_manager_private.cc, src/message_manager.[cc,h],
24043         src/anjuta.[c,h]: Added indicators support for errors/warnings
24044         highlight in the editor.
24045         * NEWS, TODO: Update.
24046         * scintilla/include/PropSet.h: Removed deprecrated function.
24047         
24048 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24050         * src/anjuta-tools.[ch]: Tools implementation (basic)
24051         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
24052           , src/main_menubar_def.h: PLugins cleanup and segregation
24053         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
24054           registry
24055         * anjuta.prj: Added new files
24056         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
24057         * plugins/class-gen/clsGen.c: Register menu under 'Project'
24058         * plugins/patch/patch-plugin.c: Register menu under 'Format'
24059         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
24060         * src/Makefile.am: Added new files
24061         * src/message-manager.[cc/h]: Added standard output and error windows
24063 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
24065         * project_type.c: Fixed Gnomemm2 project type
24067 2002-11-25  Naba Kumar <naba@gnome.org>
24069         * printing/print.c: Fixed a compile warning.
24070         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
24071         * src/utilities.c: Fixed a compile warning in sparc, hides the
24072         terminal check error output from the user.
24073         * project_config.[ch], project_dbase.[ch], source.c: Added project
24074         version, exclude modules configuration and reordered other config
24075         properties. Changed some strings to more descriptive text.
24076         * src/compiler_opitions.c: Removed extra newlines from .prj file
24077         save.
24078         * anjuta.prj: Converted to new format (only reorganised properties
24079         and removed extra newlines ... nothing else).
24080         * NEWS: updated
24081         
24082 2002-11-21  Naba Kumar <naba@gnome.org>
24084         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
24085         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
24086         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
24087         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
24088         Updated to the CVS version.
24090 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24092         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
24093           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
24094           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
24095           images in completion lists. 
24096         * src/resources.h: Make C++ friendly.
24097         * scintilla/PropSet.cxx: Fix memory leak.
24099 2002-11-20  Naba Kumar <naba@gnome.org>
24101         * scintilla/*/*: Synced to latest scintilla 1.49
24102         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
24103         New lexers added.
24105         * scintilla/RESearch.cxx: The automatic cvs log in the
24106         file really broke things trying to interprete the changelog
24107         entry incorrectly as end-of-comment. Removed the $cvs line
24108         and committed again.
24109         
24110 2002-11-19  Naba Kumar <naba@gnome.org>
24112         Patch from Timothee Besset <ttimo@idsoftware.com>
24113         
24114         * src/message-manager-private.cc: Interpretes absolute
24115         file paths properly in zvt terminal.
24117 2002-11-19  Naba Kumar <naba@gnome.org>
24119         Patch from Timothee Besset <ttimo@idsoftware.com>
24120         
24121         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
24122         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
24123         (important) editor preferences in project (if there is one
24124         open).
24125         
24126         * TODO: Updated
24127         
24128 2002-11-18  Naba Kumar <naba@gnome.org>
24129         
24130         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24131         
24132         * src/debug_tree.c, src/find_in_files_gui.c,
24133         src/find_replace.c, src/find_text.c, 
24134         src/project_import.c, src/project_import_gui.c,
24135         src/wizard_gui.c: i18n Fixes.
24137 2002-11-15  Naba Kumar <naba@gnome.org>
24139         * plugins/class-gen/clsGen.c: Fixed to use project function
24140         to import files. Create non-existent directories before the
24141         sources are written.
24142         
24143         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
24144         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
24145         src/glade_iface.c,
24146         src/glades.c: Excluded gladen files from build. This
24147         will fix the unnecessary dependency on libssl.
24148         
24149         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
24150         file import funtion.
24151         
24152         * src/message_manager_private.cc: Fixed a compiler warning with
24153         DEBUG preprocessor macro.
24154         
24155         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
24156         wrong (undocked) editor window was closed on clicking close on an
24157         undocked editor window.
24158         
24159         * src/debugger.c: Fixed a bad bug where debugger terminal won't
24160         start correctly if the executable was run before with 'F3'.
24161         
24162         * src/toolbar_callbacks.c: Wrap around find next.
24163         * src/toolbar.c: Disable combo activate.
24164         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
24165         button positions to get 'yes' as default.
24167         * anjuta.spec.in: Updated.
24168         
24169         * src/anjuta_info.c, src/appwizard_gui.c,
24170         src/attach_process_gui.c, src/breakpoints_gui.c,
24171         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
24172         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
24173         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
24174         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
24175         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
24176         src/preferences.c, src/preferences_gui.c, src/project_config.c,
24177         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
24178         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
24179         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
24180         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
24181         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
24182         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
24183         plugins/patch/patch-plugin.c, printing/print-util.c:
24184         Set all windows and dialogs transient
24185         to their parents so that they remain floated above their parents.
24186         
24187 2002-11-13  Naba Kumar <naba@gnome.org>
24189         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
24190         take default editor font).
24191         
24192         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
24193         Corrected email address.
24194         
24195         * src/mainmenu_callbacks.c: Used spaces instead of tabs
24196         for changelog entry.
24198         * NEWS: Updated.
24199         
24200 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24201         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
24203 2002-11-06  Naba Kumar <naba@gnome.org>
24205         * README: Updated
24206         * anjuta.spec.in: Ships the .omf files with the
24207         documents instead of the base package.
24208         
24209 2002-11-04  Naba Kumar <naba@gnome.org>
24211         * data/properties/latex.properties: Fixed a bug.
24212         * ChangeLog: Released 1.0.0 stable.
24214 2002-11-04  Naba Kumar <naba@gnome.org>
24216         * src/commands.c: Added command with shell redirection capability.
24217         * data/properties/anjuta.properties: Changed default execution
24218         command.
24219         * src/project_dbase.c: Set project top dir in properties.
24220         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
24221         * data/Makefile.am: More diskcheck error fixes.
24222         
24223         * README, anjuta.spec.in, THANKS, AUTHORS,
24224         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
24225         manuals/C/anjuta-manual/authers,sgml,
24226         manuals/C/anjuta-manual/anjuta-manual.sgml,
24227         manuals/C/anjuta-manual/anjuta-manual-C.omf,
24228         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
24229         : Changed anjuta home to
24230         new URL and my email address.
24231         
24232         * manuals/C/anjuta-manual/interfaces.sgml,
24233         manuals/C/anjuta-manual/prefereces.sgml,
24234         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
24235         
24236         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
24237         : removed reference to the help menu as the menu is modified
24238         when no help is found (which is very likely when we are
24239         shiping the documents separately).
24240         
24241 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24242         * anjuta.spec.in: Update specfile to make multiple RPMs.
24243         * data/Makefile.am: make dist fix.
24244         * src/text_editor_menu.c: Fix compile warnings (casts).
24246 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24247         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
24248         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
24250 2002-11-01  Naba Kumar <naba@gnome.org>
24252         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
24253         Added gnome2 macros to be used by gnome2 project wizard.
24254         
24255         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24256         from gnome-common.
24257         
24258         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24259         as it was conflicting with generated projects and is not
24260         useful for us.
24261         
24262         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24263         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24264         project generation, removed qt project as it's not complete and
24265         added gnome2 bonobo wizard.
24267 2002-10-29  Naba Kumar <naba@gnome.org>
24269         * po/POTFILES.in: Updated.
24270         * po/POTFILES.skip: Added.
24271         * preferences.h: Fixed print paper size property name.
24273 2002-10-28  Naba Kumar <naba@gnome.org>
24274         
24275         * data/user.properties, data/Makefile.am: Added user properties file
24276         which will be copied in user's ~/.anjuta/user.properties.
24277         
24278         * data/anjuta.properties: Changed a comment.
24279         
24280         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24281         
24282         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24283         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24284         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24285         item.
24287         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24288         instead of user properties file.
24289   
24290         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24291         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24292         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24293         * README, TODO: Updated.
24294         
24295 2002-10-28  Naba Kumar <naba@gnome.org>
24297     * manuals/C/anjuta-manual/figures/editor_guides.png,
24298     manuals/C/anjuta-manual/figures/editor_margins.png,
24299     manuals/C/anjuta-manual/figures/editor_markers.png,
24300     manuals/C/anjuta-manual/figures/local_variables.png,
24301     manuals/C/anjuta-manual/figures/open_file_multiple.png,
24302     manuals/C/anjuta-manual/figures/prefs_print.png,
24303     manuals/C/anjuta-manual/figures/print_dlg.png,
24304     manuals/C/anjuta-manual/figures/print_preview.png,
24305     manuals/C/anjuta-manual/figures/symbol_browser.png,
24306     manuals/C/anjuta-manual/figures/variable_tip.png: New png
24307     files for manual documentation.
24308     
24309     * manuals/sgmldocs.make,
24310     manuals/C/anjuta-manual/Makefile.am,
24311     manuals/C/anjuta-manual/authors.sgml,
24312     manuals/C/anjuta-manual/build.sgml,
24313     manuals/C/anjuta-manual/compileopts.sgml,
24314     manuals/C/anjuta-manual/debugger.sgml,
24315     manuals/C/anjuta-manual/execute.sgml,
24316     manuals/C/anjuta-manual/fileoperations.sgml,
24317     manuals/C/anjuta-manual/interface.sgml,
24318     manuals/C/anjuta-manual/preferences.sgml,
24319     manuals/C/anjuta-manual/projects.sgml,
24320     manuals/C/anjuta-manual/figures/arguments.png,
24321     manuals/C/anjuta-manual/figures/open_file.png,
24322     manuals/C/anjuta-manual/figures/other_opts.png,
24323     manuals/C/anjuta-manual/figures/scrshot.png,
24324     manuals/C/anjuta-manual/figures/toolbar_browser.png,
24325     manuals/C/anjuta-manual/figures/toolbar_tags.png:
24326     
24327     Updated anjuta manual documentation.
24329     
24330 2002-10-27  Naba Kumar <naba@gnome.org>
24332     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24333     check and modifies debugger terminal command accordingly
24334     to function properly.
24335     
24336 2002-10-25  Naba Kumar <naba@gnome.org>
24338         * manuals/sgmldocs.make: Fixed a couple of bugs.
24339         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24341 2002-10-24  Naba Kumar <naba@gnome.org>
24343         * src/debug_tree.c: Fixed a crash bug from Etay.
24345         * global_tags/create_global_tags: Added messages.
24346         Fixed infinite looping within files.
24347         
24348         * macro/autogen.sh: Removed debug and warning flags for defaults.
24349         
24350         Patch from Vadim Berezniker <vadim@berezniker.com>
24351         
24352         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24353         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24354         generation.
24356         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24357         temporarily just copy it
24359 2002-10-24  Naba Kumar <naba@gnome.org>
24361         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24362         manuals/C/anjuta-manual/anjuta-manual.sgml, 
24363         manuals/C/anjuta-manual/compileopts.sgml,
24364         manuals/C/anjuta-manual/debugger.sgml,
24365         manuals/C/anjuta-manual/execute.sgml,
24366         manuals/C/anjuta-manual/fileoperations.sgml,
24367         manuals/C/anjuta-manual/interface.sgml,
24368         manuals/C/anjuta-manual/introduction.sgml,
24369         manuals/C/anjuta-manual/projects.sgml,
24370         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24371         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24372         manuals/ja/anjuta-manual/anjuta-manual.sgml,
24373         manuals/ja/anjuta-manual/compileopts.sgml,
24374         manuals/ja/anjuta-manual/debugger.sgml,
24375         manuals/ja/anjuta-manual/execute.sgml,
24376         manuals/ja/anjuta-manual/fileoperations.sgml,
24377         manuals/ja/anjuta-manual/interface.sgml,
24378         manuals/ja/anjuta-manual/introduction.sgml,
24379         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24381 2002-10-24  Naba Kumar <naba@gnome.org>
24383         * src/project_type.c: added autogen for qt projects.
24384         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24385         Fixed a bug that retrieves wrong terminal command.
24386         * src/commnads.c: Added more terminal commands.
24387         * configure.in: Checks for scrollkeeper version.
24388         
24389 2002-10-22  Naba Kumar <naba@gnome.org>
24391         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24392         instead of AM_GNOME_GETTEXT.
24393         
24394         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24395         for setup-gettext for the wizard generated projects.
24397         * src/source.c: Fixed a bug where glade file wasn't generated.
24398         
24399         * src/gnome_project.c: Excluded project version from project dir
24400         name.
24401         
24402 2002-10-22  Naba Kumar <naba@gnome.org>
24404         * acinclude.m4: New file with dummy funtion for gettext
24405         cross compatibility fix.
24406         
24407         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24408         * configure.in: Fixed cflags to avoid useless warnings.
24409         * Makefile.am: EXTRA_DIST += setup-gettext.
24410         * src/toolbars.c: Added space paddings around tags label.
24412 2002-10-21  Naba Kumar <naba@gnome.org>
24414         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24415         
24416         * setup-gettext: New script to maintain gettext cross version
24417         compatibility.
24418         * configure.in, macros/autogen.sh: Fix for gettext cross version
24419         compatibility.
24420         
24421 2002-10-21  Naba Kumar <naba@gnome.org>
24423         * debug_tree.c: Fixed incorrect use of debug assertion.
24424         
24425 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24426             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24427         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24428         src/memory.c, src/memory.h, src/message-manager-private.cc:
24429         
24430         New parsing algorithm; adapted from kdevelop.
24431         Middle button menu for changing the value's display type
24433 2002-10-07  Naba Kumar <naba@gnome.org>
24435         * src/main_menubar_def.h: Changed status bar message for Help->
24436         Browse info pages. Bug #603308
24438         * src/executer.c: Made "User terminal" default for creating
24439         projects (User can always disable it later). Bug #114222
24440         
24441 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24443         * macros/autogen.sh: Require gettext 0.10.x for autogen
24444         * src/text_editor.c: Fixes Bug #595303
24445         * src/source.c: Fixes Bug #595970
24446         * src/anjuta.c: Fixes Bug #598366
24447         * scingtilla/LexCPP.cxx: Bug #602296
24448         * src/main_menubar_def.h: Bug #604363
24449         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24450         
24451 2002-10-07  Jens Georg <mail@jensgeorg.de>
24453         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24454         * gnomefilelist.c: This patch fixes the bug #611542
24455         
24456 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24458         * data/properties/Makefile.am: Added tcltk.properties file.
24459         
24460 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24462         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24463         
24464         * README: Updated README
24465         * plugins/class-gen/clsGen.c, src/message_manager.cc
24466           , src/mainmeu_callbacks.c, src/memory.c
24467           , src/project_dbase_gui.c, src/text_editor_gui.c
24468           , widgets/gnomefilelist.c: Set window icons
24469         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24470           Enabled release build (stripped + optimized binaries, etc.)
24471         * data/properties/anjuta.properties, src/commands.c,
24472           src/defaults.cFixed bug #595489 (stdin on executables)
24473         * src/appwizard.c, src/main.c, src/message-manager.cc
24474           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24475           , src/debug_tree.c: Memory related (valgrind) fixes.
24476         * src/message-manager-private.[cc,h], src/pixpams.h
24477           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24478         * anjuta.prj: Added debug_tree.c to SOURCES
24479         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24480           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24481           Compacted code and cleaned up unnecessary functions.
24482         * tagmanager/*.[ch]: Code fixes.
24483         
24484 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24485         
24486         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24487         
24488         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24489         Debug tree now detects changes of displayed variables
24490         and changes their color to red
24492 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24494         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24495         
24496         * mainmenu_callbacks.c: Set's the current file name in
24497         file save as dialog.
24498         
24499 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24501         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24503         * data/properties/tcltk.properties: New file for tcl/tk
24504         properties.
24506 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24508         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24509         Fixed a fatal bug which doesn't let building gnome2 related
24510         projects. They use different autogen.sh script. Defined new
24511         type field "gnome_macro_support".
24512         
24513         * data/autogen.sh.gnome2: New file.
24514         
24515         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24516         bug with quotes escaping in quotes.
24517         
24518         * src/message-manager-private.cc: Used event box instead
24519         of frame for local message pane, so that the borders appear
24520         properly and nicely.
24521         
24522         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24523         if there is a project open and all the files are un-docked.
24525         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24527 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24529         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24530         * THANKS: updated for new contributions
24531         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24533 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24535         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24536         src/project_dbase.h, src/project_type.c, src/source.c, 
24537         src/wizard_gui.c: new Qt project type
24538         *** NB not fully tested, may need some work, icon required...
24540 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24542         * src/memory.c, src/memory.h: new memory patch
24544 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24546         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24548 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24550         * lancher/anjuta_launcher.c: Determine pty from function
24551         call instead of running 'tty' externally.
24552         
24553         * data/properties/cs.properties: Added compile/build commands.
24554         Fixed execution properties.
24555         
24556         * src/commands.c: Added c# options.
24558         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24559         
24560         * src/debug_tree.[c,h], src/debugger.[c,h],
24561         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24562         
24563         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24564         1. Misaligned structs when they are members of other structs.
24565         2. '{' sometimes appears as a variable.
24566         3. Wrong processing of some arrays.
24567         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24568         that displays the tree in two columns (variable and value).
24570 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24572         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24574         * data/properties/sql.properties: added the DATETIME data type.
24576         * data/properties/html.properties: added the foreach php keyword.
24578 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24580         * NEWS: Updated with new features.
24581         
24582         * data/.cvsignore, doc/.cvsignore: Updated.
24583         
24584         Patch from: Etay Meiri <etay-m@bezeqint.net>
24585         
24586         * src/debug_tree.h, src/debug_tree.c: New files.
24587         
24588         * src/Makefile.am, src/message-manger-private.[h,cc],
24589         src/message-manger.cc: Added Tree view for debugger
24590         locals view.
24591         
24592 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24594         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24595         
24596         * src/memory.c, src/memory.h: New files.
24597         
24598         * src/Makefile.am, src/appwizard.c, src/controls.c,
24599         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24600         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24601         
24602         Memory view implemetation that would enable viewing raw memory
24603         during debugging.
24605 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24607         * AUTHORS: added Biswa, because I wonder why noone already have
24608         written his name in the Anjuta's hall of fame :)
24610 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24612         * src/appwizard_gui.c: Removed an ambiguous prototype.
24613         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24614         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24615         * THANKS: Updated M. Ali Vardar's email.
24616         
24617 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24619         * src/anjuta_gui.c: implemented feature request to stop main and browser
24620           toolbars having exclusive use of space
24622 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24624         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24625         left over from the previous work to fix bugs :-)
24626         
24627         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24628         src/controls.c, src/mainmenu_callbacks.h, 
24629         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24630         reviewed
24631         
24632         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24633         src/project_import_gui.c, src/sharedlib_gui.c, 
24634         src/signals_gui.c: set window icon correctly
24635         
24636         * NEWS: more updates for the release
24637         
24638         * HACKING: updated for window icons and insert menu information
24639         
24640         * src/cvs_gui.c, src/build_project.c, 
24641         src/project_import_cbs.c: message strings reviewed
24642         
24643         * src/controls.c: context help button should be disabled if 
24644         DevHelp is not installed
24645         
24647 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24649         * src/debugger.c: Fixed the signalling screw up because of string
24650         update in gdb used to report the child process PID. Also, no
24651         error dialog will be popped up for "no such file or directory"
24652         error (very annoying and useless error). This error will still
24653         be shown on the debug message window. Avoided terminating the
24654         program when the terminal is terminated -- doesn't hurt, otherwise
24655         we get crappy egg-and-hen problem.
24656         
24657         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24658         dimensions loading.
24659         
24660         * src/anjuta.c: Limited the default size of main window to sane
24661         values.
24663         * src/preferences.c: Fixed some deadly memory corruption bugs in
24664         the recent patches. Return from getenv() should NEVER be freed,
24665         because they are static strings.
24666         
24667         * src/preferences_gui.c: Removed the fix for crash bug with font
24668         selection and applied the real fix.
24669         
24670 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24672         * NEWS: updated for release
24674 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24676         * src/launcher.c: Added a fix a memory leak and a possible
24677         fix for zvt-crash bug.
24678         
24679         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24680         
24681         * data/properties/latex.properties,
24682         data/properties/ada.properties: Added file.is.source property.
24683         
24684         * src/an_file_view.c: Set auto column size of the file
24685         revision column.
24686         
24687         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24688         The user is now prompted to confirm the closing of the file
24689         if it is being used by CVS. If yes, the editor is closed and
24690         the CVS operation stops.
24691         
24692 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24694         * anjuta.prj: bump project version for release
24695         * BUGS: removed unnecessary file
24697 2002-06-07      Philip Van Hoof <freax@pandora.be>
24699         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24700         during the life of the file list widget
24701         * src/preferences_gui.c: sticking-plaster fix to font selection
24702         causes segfault bug
24704         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24706 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24708         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24709         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24710         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24711         added options for symbol and file browsers.
24712         * data/properties/cpp.properties: linker flags should come after
24713         the name of the file to compile.
24714         * scintilla/Editor.cxx: fixed gcc compilation warning.
24715         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24716         be executed from bindir only.
24717         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24718         tagmanager/include/tm_file_entry.h: CVS version information in file 
24719         browser.
24720         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24721         window.
24722         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24723         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24724         crashes during file import.
24725         * src/project_import.c: disable project menu items during project 
24726         import.
24727         
24728         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24730 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24732         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24733         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24734         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24735         modified Insert menu, added C functions template, header C 
24736         template, modified header_template HEADER_H ==> NAMEFILE_H
24737         
24738         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24740 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24742         * data/properties/html.properties: changed some file 
24743         associations
24745 2002-06-05 Philip Van Hoof <freax@pandora.be>
24747         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24748         
24749         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24751 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24753         * data/properties/anjuta.properties, src/defaults.c: Make windows
24754         docked by default, fix the big fonts bug.
24755         
24756         * src/an_file_view.c, src/main_menubar_def.h, 
24757         src/project_dbase_gui.c: sanitized the Edit/View mess.
24758         
24759         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24760         for customizing shortcuts.
24761         
24762         * src/mainmenu_callbacks.c: Search for selected word if present.
24763         
24764         * src/text_editor_menu.c: Added context menu options for docking
24765         and undocking editor windows.
24766         
24767         * src/main_menubar.h, src/main_menubar.c: more support for the 
24768         shortcuts menu item.
24769         
24770         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24772 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24774         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24775         all commit messages being written to top of the file
24776         
24777         * src/main_menubar_def.h: message strings reviewed
24778         
24779         * src/project_import.c: message strings reviewed
24780         
24781         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24782         some bugs around reading the project properties for creating 
24783         .glade and .desktop files in the Application Wizard. There were
24784         typos in the property names being retrieved
24785         
24786         * widgets/gnomefilelist.c: changed build_full_path to make 
24787         the file widget support ~
24788         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24789         
24790         * THANKS, widgets/e-shell-about-box.c, 
24791         manuals/anjuta-manual/C/authors.sgml: updated for new
24792         patch
24794 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24796         * src/project_dbase.c: Fixed the file-path-corruption bug
24797         and the cannot-import-file-in-project bug. (follow-up with
24798         the last commit from Stef).
24799         
24800         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24801         with unsaved-project.
24802         
24803 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24805         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24806         misplaced g_free.
24808 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24810         * data/properties/{xml,html,other}.properties: changed some file 
24811         associations
24812         
24813         * data/anjuta.mime: oops! cvs added
24814         
24815         * scintilla/RESearch.cxx: fixed up a problem with comments
24816         
24817         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24818         to avoid messages about missing libs
24819         
24820         * NEWS: started the release notes
24822 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24824         * HACKING: updated with new information on printing, patch naming
24825         
24826         * TODO: removed completed tasks
24827         
24828         * THANKS: updated a few contributions
24829         
24830         * anjuta.prj: updated the icon file
24831         
24832         * anjuta.desktop.in.in: updated to add Categories
24833         
24834         * data/anjuta.mime: created a mime type for Anjuta project files
24835         (NB needs to be added to the install in /usr/share/mime/)
24836         
24837         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24838         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24839         to PNG for websites.
24840         
24841         * plugins/patch/patch-plugin.c: clarified some messages and 
24842         made it easier to see different patching sessions
24843         
24844         * src/toolbar.c: changed some message text for consistency
24845         
24846         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24847         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24848         in preferences. 
24849         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24850                  
24851         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24852         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24853         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24854         Added XLib Project and a Dockapp Project types.
24855         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24856         projects
24857         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24858         * src/source.c: Fixed memory leak in existing projects. 
24859         (filename was not freed)
24860         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24862 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24864         * src/anjuta.h, src/anjuta.c: Added error display funtions
24865         with parent windows.
24866         
24867         * src/appwizard_cbs.c: Changed error display function to use
24868         parented version.
24869         
24870 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24872         * printing/print.h, printing/printing.c: Taken care of document
24873         zoom factor and fixed a font loading bug. Dynamically calculated
24874         text widths to work with zooms properly. Re-organized code for
24875         dynamic text width calulations to work in general with utf8 chars.
24876          Determined font height and width automatically from the font info.
24877         
24878         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24879         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24880         Converted text.zoom.factor property to use #defined value. Removed
24881         margin header and margin numbers preferences, as they  now
24882         calculated dynamically.
24883         
24884 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24886         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24887         printing/print-util.h, printing/print.c, printing/print.h:
24888         Rewritten printing support for style based printing. Syntax highlighted
24889         printing, monochromatic printing, setup using preferences etc.
24891         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24892         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24893         language and the styled text buffer.
24894         
24895         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24896         the print setup preferences page and added printer preferences. Added functions
24897         to retrieve preferences with default values.
24898         
24899         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24900         the printing.
24902         * data/properties/anjuta.properties: Added default printer preferences.
24904         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24905         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24906         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24908         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24909         
24910 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24912         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24914         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24915         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24916         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24917         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24919         printing/Makefile.am: Reduced compiler optimizations.
24921         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24922         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24923         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24924         tagmanager/tm_workspace.c: TagManager fixes.
24926 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24928         * printing/*: CVS added. :)
24929         
24930 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24932         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24934         * printing*: CVS added.
24935         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24936           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24937           src/main_menubar_def.h: Gnome Print support
24938         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24939         * configure.in: Enable debugging flag option
24940         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24941           Print properties defined.
24942         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24943         
24944 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24946         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24947         
24948         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24949         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24950           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24951           and cleanups
24952         * src/text_editor.c: Minor cleanups.
24953         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24954         * src/project_dbase.c: Fixes to add/remove files from project.
24955         * src/help.c: Fix minor memory leak.
24956         * src/project_dbase_gui.c: Remove debugging messages.
24957         * src/utilities.[ch]: Cleanups and minor fixes.
24958         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24960 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24962         * src/anjuta.c [anjuta_apply_preferences()]:
24963         Fixed a crash bug when tab pos is not defined for the editors.
24964         
24965         * data/properties/cpp.properties: Set default identifier property to normal.
24966         This fixes the bug in which the fore color gets hidden with dark background.
24968 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24970         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24971         scintilla 1.46
24972         
24973         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24974         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24975         src/anjuta.c, data/properties/anjuta.properties:
24976         Implemented line wrapping.
24977         
24978         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24979         
24980         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24981         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24982         tags. Code was reviewed from GNOME Bonsai view.
24983         
24984         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24985         it seems to have been removed by scintilla people.
24986         
24987         * data/properties/anjuta.properties: Set default line wrap to false, as
24988         is noticably slow with big files.
24989         
24990 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24992         * src/project_import_gui.c: disallow the selection of files in
24993           the browse dialog.
24994         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24995           preferences code.
24996         
24997 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24999         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
25000           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
25001         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
25002         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
25003           now works properly.
25004         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
25005         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
25006         * src/utilities.[ch]: Added some utility functions.
25007         * tagmanager/tm_project.c: Fix for bug in file removal from project.
25008         
25009         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25011 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
25013         * HACKING: info on FIXME statements and removed ccview references
25014         * Makefile.am: added rule to make RPM package
25016 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
25018         * THANKS, widgets/e-shell-about-box.c, 
25019         manuals/anjuta-manual/C/authors.sgml: updated for new
25020         patch
25021         * src/anjuta.c: removed unnecessary warning code since CVS 
25022         support is now implemented :-)
25023         * manuals/sgmldocs.make: implemented a fix for bug #553969
25024         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
25025         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
25026         manuals/C/anjuta-faqs-C.omf: modified the descriptions
25027         
25028 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25029         
25030         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
25031           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
25032           src/main_menubar_def.h, src/preferences_gui.c,
25033           preferences.c, preferences.h: setup Username and Email 
25034           preferences, Insert ChangeLog and Username editor functions
25035           
25036           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
25038 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25039         
25040         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
25041           src/src_paths_cbs.c, src/src_paths_gui.c
25042           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
25044           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25046 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25048         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
25049           and goto tag menu items to main menu.
25051 2002-05-09  Andy Piper <andy.piper@freeuk.com>
25053         * THANKS, widgets/e-shell-about-box.c, 
25054         manuals/anjuta-manual/C/authors.sgml: added new contributors
25055         * HACKING: updated with info on files to change for credits
25057 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
25059     * src/aneditor.cxx: extended extension list which fixes segfault
25060     on selecting lisp, ruby or matlab as highlight style.
25062 2002-05-09  Andy Piper <andy.piper@freeuk.com>
25064         * src/main_menubar_def.h: fixed an array initialiser and fixed
25065         the lexer settings for the new entries on the Format menu
25067 2002-05-07  Stephane Demurget  <demurgets@free.fr>
25069         * Synced with Scintilla 1.45
25071 2002-05-06  Andy Piper <andy.piper@freeuk.com>
25073         * anjuta.prj: added another missing file
25074         * ChangeLog: fixed some incorrect change dates I caused by 
25075         sloppy cut-and-pasting :-/
25077 2002-05-06  Andy Piper <andy.piper@freeuk.com>
25078         
25079         * src/mainmenu_callbacks.c: fixed title of new About box
25081 2002-05-05  Andy Piper <andy.piper@freeuk.com>
25083         * src/pixmaps.h: added macros for OpenGL and SDL project icons
25085 2002-05-05  Andy Piper <andy.piper@freeuk.com>
25087         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
25088         * anjuta.prj: updated for new files
25090 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
25092         * widgets/e-shell-about-box.c: Added version display.
25093         
25094 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25096         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
25097         widgets/scroll_menu.c: fixed up some compiler warnings (patch
25098         from Philip Van Hoof)
25100 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25102         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
25103         dependency
25104         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
25105         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
25106         that produced build errors (needs checking on a machine with the
25107         ja locale!)
25108         * data/properties/lisp.properties: updated to match format of other
25109         lexer property files supplied with Anjuta
25111 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25113         * anjuta.prj: added new files
25114         * HACKING: added information from the mailing list on 
25115         adding new project types to the wizard (thanks to Johannes)
25117 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25119         * src/utilities.h, src/launcher.c, src/gnome_project.c,
25120           src/appwiz_page2.c: Fix for 547038.
25122 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25124     * attach_process.c, attach_process_cbs.c: Fixed a dialog
25125     hide bug.
25126     
25127     * about.h: cvs removed.
25128     
25129 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25131         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25133         Fix for #539574.
25135         * src/anjuta.c (anjuta_system_error): checks for the error number to
25136         know whether the error description is needed or not.
25138 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25140         * pixmaps/anjuta_logo.png: New about logo.
25141     
25142         * pixmaps/anjuta_icon.png: New icon from Misha. The
25143         old one had trouble with some gtk themes.
25144     
25145         * about.c: Removed. No longer needed.
25147         * mainmenu_callbacks.c: Removed reference of about.h
25148     
25149 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25151         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25153         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
25154           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
25155         About Dialog (thanks to the Evolution team for the cool widget!)
25157 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25159         Patch from lbell <lbell@tsc4.com>
25160     
25161         * src/find_in_files.c, src/find_in_files.h,
25162           src/anjuta.c: Added save_yourself, load_yourself routines.
25163     
25164         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
25165         Added "Append messages" toggle button. This will enable
25166         the search results to be appended to the already existing
25167         results.
25168     
25169         * src/debugger.c: Fixed a typo.
25170     
25171         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
25172           src/session.c, src/session.h: Improved session management.
25174 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25176         * THANKS, FUTURE, AUTHORS: Changed my email and
25177         avoided yahoo.com.
25179 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25181         Impl. feature request #525271 (add Lisp support).
25183         * data/properties/lisp.properties: added.
25185         * data/properties/Makefile.am, data/properties/anjuta.properties: added
25186           the lisp properties.
25188         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
25189           src/utilities.[ch]: added support for the Lisp highlight style.
25191 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25193         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25194           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
25195           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
25196           option preferences to have a persistent setting. Plus it's not used
25197           often, so it's better here than flooding the menus.
25199         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
25200           preferences pages a lot more consistent and sweeter: tabs direction
25201           radiobuttons are directed against the meaning, all pages have an
25202           outter frame, a lot of padding, removed all expand attributes for
25203           vertical boxes, ...
25205           That's not a total revamp, but it's really looking better now, even
25206           if there's still work to be done.
25208 2002-05-01  Andy Piper <andy.piper@freeuk.com>
25210         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
25211         * TODO: added task to be completed before next release (update all credits)
25213 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25215         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
25216         Benke László.
25218 2002-05-01  Benke László  <decike@freemail.hu>
25220         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25222         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25223           src/main_menubar_def.h, src/mainmenu_callback.[ch],
25224           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
25225           to the format menu in order to reorder the notebook tabs in
25226           alphabetical order everytime a file is created/opened/saved.
25228 2002-05-01  Philip Van Hoof <freax@pandora.be>
25230         * widgets/gnomefilelist.[ch] (history_combo_go),
25231         (history_combo_clicked): impl.
25233         (gnome_filelist_new_with_path): use this new impl.
25235 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25237         * src/project_dbase_gui.c (add_file): added the xpm file type.
25239 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25241         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
25242         tag manager fixes.
25244         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
25245           of tag types.
25247         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
25248           src/text_editor_menu.c: Added context sensitive search in symbol
25249           browser and editor.
25251         * configure.in: Changed version number to 0.1.9.99.
25253         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
25254           src/project_import.c: Minor changes to project import facility.
25256         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25257           (Forced to use specific brace format)
25259         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25260           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25261           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25263 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
25265         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25266         replaced the spinbutton with an hscale, and made the UI less "blocky".
25268         * src/cvs_gui.c: When diffing a project you can choose date and
25269         release now.
25271         * src/project_dbase.c: Import_file activated again
25273         * configure.in, plugins/Makefile.am: Added patch plugin
25275         * plugins/patch/*: The new patch plugin
25277 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25279         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25281         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25282         dropdown list shown by autocompletion are now removed.
25284 2002-04-28  Philip Van Hoof <freax@pandora.be>
25286         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
25287         a bunch of filetypes from the older version.
25289         * src/project_dbase_gui.c (add_file): changed the import
25290         dialog's filetypes combo contents depending on the
25291         type of data to be imported.
25293 2002-04-28  Stephane Demurget  <demurgets@free.fr>
25295         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25296         the amount parameter as Philip stated and reformated to follow the
25297         Gnome convention.
25299         * src/project_dbase.c (project_dbase_make_default_filetype_list):
25300         changed accordingly.
25302 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25304         Fix for #531293.
25306         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25307         Shift-F6, to be more consistent with other Gnome apps.
25308         Moved the "Search next" entry under the "Search" one, and swapped the
25309         order of the "Find in files" and "Find and Replace" ones.
25311         Some additional fixes ands cleanups on the edit menu.
25313         * src/main_menubar.h: replaced all occurences of repeat_find by
25314         find_again for the code to be more consistent.
25316         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25317         sensitiveness depending on the existence of an active text buffer.
25319         * TODO: added some bits about improving the usability of the
25320         search/search again couple.
25322 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25324         * src/preferences_gui.c: made the tab labels text more consistent
25325         (s/misc/Misc/).
25327 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25329         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
25331         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25332         filename.
25334         * src/main.c (main): simplified some code and cleanups.
25336         Fix a part of #499366:
25338         * src/commands.[ch] (sync_from_props), (command_editor_save),
25339         (on_apply_clicked), (create_command_editor_gui): added the gui
25340         corresponding to the command.terminal preference.
25342 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25344         Fix for #465180.
25346         * anjuta.spec.in: added build requirements for the source rpm.
25348 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25350         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25351         
25352         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
25353           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
25354           src/project_type.c, source.c, wizard_gui.c:
25355           Added new GNOME 2 project types and changed glade behaviour to
25356           produce GTK code if project type GTK was selected and GTKmm code
25357           if project type GTKmm was selected (and not depending on the 
25358           selected language. Disabled glade for GNOME 2 projects because
25359           we will need glade2 there.
25360           
25361         * src/project_dbase.c: Fixed a memory lack.
25362         
25363         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25364         
25365         * src/cvs.c: Added an error message if jobs are running
25367 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25369         * tagmanager/tm_work_object.c: Fixed a chrash
25370         bug which occurs when it tries to stat an empty
25371         file name.
25372         
25373 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25375         * src/controls.c: CVS menu items now becomes
25376         insensitive when the launcher is busy.
25377         
25378         * src/anjuta.c, cvs.h, cvs.c: Created a function
25379         to update the cvs preferences when preferences are
25380         applied in preferences dialog and called it from
25381         anjuta_update_preferences().
25382         
25383 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25385         * src/cvs.c: Added a space in the cvs command
25386         before the revision part. This fixes the cvs
25387         error we get when cvs-diffing with revisions.
25388         
25389         * src/cvs.c: Fixed a compiler warning.
25390         
25391         * src/find_replace.c: The dialog now remembers
25392         the settings including the "prompt on replace"
25393         which seems to have broken somewhere line the
25394         changes.
25395         
25396 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25398         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25399         Added a new property in cvs class to hold a boolean
25400         for enabling date in cvs diff. This fixed the bizzare
25401         diff output due to the date that goes with the cvs
25402         command. Also, set the default value of compression
25403         to 3 and unified diff option to 1.
25404         
25405 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25407         * src/cvs.c: The diff editor is set to hilite as
25408         diff syntax hiliting.
25409         
25410         * configure.in, manual/Makefile.am:
25411         Added a new manual module for ja language.
25412         
25413         * manual/ja/*/*/*: New module and files for the
25414         ja translation for the anjuta documentation
25415         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25416         
25417 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25419         * src/launcher.c: Made a very messy work around
25420         for the launcher authentication to work properly.
25421         
25422         * src/find_replace.c: Applied the missing patch
25423         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25424         
25425 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25427         * src/cvs.c, src/main_menubar_def.h: made message strings
25428         consistent with existing standards from our own documentation 
25429         (such as uppercase P in Project, corrected spelling of 
25430         repository, etc.)
25432 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25434         * src/cvs_gui.c: Cleaned up gui and aligned various
25435         widgets to give a clean look.
25436         
25437 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25439         * src/launcher.c: Added work around to retrieve
25440         the child exit code. It works. :)
25441         
25442         * src/find_in_files.c, src/gnome_project.c,
25443         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25444         src/clean.c, src/clean_project.c, src/build_project.c,
25445         src/build_file.c: Modified to handle the new
25446         child exit code.
25447         
25448 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25450         * src/find_replace.c: Changed signal to call
25451         on_replace_text_close on from delete_event
25452         to close => the replace history is now updated.
25454 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25456         * src/cvs.c: escaped the cvs import message before
25457         passing it to cvs.
25458         
25459 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25461         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25462         
25463         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25464         
25465         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25466         Added cvs import
25467         
25468         * src/preferences_gui.c: GUI improvements
25469         
25470         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25472 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25474         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25475         Removed static qualifier from tm_tag_type_name() and
25476         availed it's prototype for use in outside code. also
25477         created reverse map function tm_tag_type_name();
25478         
25479         * src/anjuta.c: Implemented qualified tags names for
25480         the tag list (on the toolbar pulldown list) to avoid
25481         ambiguty in tags with similar names (like prototype
25482         and definition). Patch modified and improved.
25483         
25484         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25485         
25486 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25488         * src/utilities.[c,h]: Added a utility funtion
25489         that escapes the single and double quotes in a
25490         given string. Useful for passing command line
25491         args with quotes.
25492         
25493         * src/cvs.c: Escaped the cvs log message before
25494         passing it to cvs command line to avoid ambiguties
25495         with quotes in the message.
25496         
25497         * pixmaps/anjuta_icon.png: Changed to the new icon.
25498         from Todd Goyen <goyen@mbi-berlin.de>
25499         
25500         * src/message-manager-private.cc: Added regex to 
25501         recognize (underline hilite) the parsable outputs
25502         from the zvt terminal.
25503         
25504 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25506         Patch from: Tina Hirsch <tehirsch@arcor.de>
25507         
25508         * src/project_type.c:
25509         Fixed a bug in the wxproject type and modified the erroroutput when
25510         configure doesn't find wx-config
25511         
25512         Patch from: Timothee Besset <ttimo@idsoftware.com>
25513         
25514         * src/anjuta.c, src/message-manager-private.cc,
25515           src/message-manager-private.h
25516         Catches double clicks in the zvt terminal, and calls goto_error_line
25517         to jump to the appropriate location in the source. This will recognize
25518         grep -n output
25519         
25520 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25521         
25522         * src/build_project.c: Taken care of memory leak
25523           by freeing cmd variable properly.
25525         * src/main_menubar_def.h: Fixed wrong signal connection
25526           for cvs project commit.
25527           
25528         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25529         
25530         * src/preferences_gui.c: Added some border and adjusted
25531           expandsion, filling in box adds to make the cvs preferences
25532           more nicer.
25533         
25534 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25536         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25537         
25538         * src/cvs*, src/main_menubar*, src/preferences*: 
25539         Moved CVS settings to preferences, added a nice login dialog.
25540         
25541         * src/controls.c, src/project_dbase.c:
25542         CVS project options are only shown if a project is open
25543         
25544         * src/build_project.c:
25545         User is now asked if he wants to install as root 
25546         
25547         * src/launcher.c:
25548         Fixed a warning
25550         * anjuta.prj: Updated with cvs files
25551         
25552         * TODO: Remove task which are done
25553         
25554 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25556         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25557         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25558         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25560         Modified launcher to use controlling terminal to detect and
25561         take care of password authentications (for example, for cvs
25562         and root installs).
25563         
25564         * pixmaps/password.png: New file.
25565         
25566 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25568         Anjuta kick start tutorial wirtten by:
25569           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25571         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25572           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25573           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25574           manuals/C/anjuta-tutorial/figures/*.png:
25575           
25576           Added files
25577         
25578         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25579           
25580           Modified files.
25581         
25582 2002-03-28 Roel Vanhout <roel@stack.be>
25584         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25586         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25587           src/preferences_gui.c:
25588         Added option to wrap around to beginning/end of file when on last bookmark
25589         and next/previous bookmark is pressed
25590         
25591 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25593         Patch from Philip Van Hoof <freax@pandora.be>
25594         
25595         * src/gnomefilelist.c:
25596         Added gimp like feature that changes the file extension of
25597         the filename entered in the selections when the file
25598         filter is changed.
25599         
25600 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25601         
25602         Patch from Roy Wood <roy.wood@filogix.com>
25603         
25604         * src/controls.c, src/find_text.c, src/find_text.h,
25605           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25606           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25607           
25608           Menuitem for entering currently selected text as find target,
25609           added key accel for "find next" and changed some key accels for
25610           other key for consistency.
25611           
25612         * src/utilities.c:
25613           Cleaned up code.
25614         
25615 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25617         * src/watch.c, src/watch.h, src/watch_cbs.c,
25618           src/watch_cbs.h, src/watch_gui.c:
25619         
25620           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25621         
25622           Added change watch entries feature
25623           and Watch entries modify on double click fixed.
25625 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25627         * src/mainmenu_callbacks.c:
25628         
25629           Project commit should not bypass dialog as
25630           we need to get the cvs log from the user.
25631           
25632 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25634         * src/project_dbase.c:
25635         
25636           Patch from Roy Wood <roy.wood@filogix.com>
25637           
25638           Fixed docking bug with the new docking patch
25639           to fix copy/paste bug.
25640           
25641 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25643         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25644           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25645           src/main_menubar.h, src/main_menubar_def.h,
25646           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25648           Added cvs project support. Featured bypass cvs dialog for
25649           cases where we don't need dialog (such as project and right
25650           click selection from file browser). Cleaned up cvs code to
25651           make them generic cvs operations instead of separate file
25652           and project operations. Added cvs log action. Increased
25653           file entry box width and enabled "unified diff" by default.
25654           Used Editor buffer for status and log and set hilite for
25655           these buffers including diff buffer (DIFF hilite).
25656           
25657 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25659         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25661         * data: Added file autogen.sh.wxwin 
25662         * data/Makefile.am: Added entry for autogen.sh.wxwin
25663         * pixmaps: Added project image appwiz_wxwin.png
25664         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25665         * src/appwizard_cbs
25666           src/compiler_options.c
25667           src/pixmaps.h
25668           src/project_dbase.c
25669           src/project_dbase.h
25670           src/project_import_cbs.c
25671           src/project_type.c
25672           src/source.c
25673           src/source.h
25674           src/wizard_gui.c: Added everything necessary for new
25675                             project type 'wxWindows (wxGTK)
25676         * src/project_dbase.c: Fixed a bug that caused every project
25677                                to be a glade project in dialog
25678                                                    'Project information'.
25680 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25682         Patch submitted by Roy Wood <roy.wood@filogix.com>
25683         
25684         * src/anjuta_gui.c, src/message-manager-dock.c,
25685           src/project_dbase.c:
25686           
25687           fixed the copy/paste bug by rewriting dock/undock
25688           code.
25690 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25692         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25693         
25694         * src/cvs*, src/Makefile.am:
25695           New file for CVS support. File operations currently work
25696           cvs login needs to be done. Project support is not yet
25697           started.
25699         * src/main_menubar*, src/mainmenu_callbacks,
25700           src/anjuta.c, src/anjuta.h:
25701           Added menus and functions for cvs commands.
25702           
25703         * src/text_editor_menu.h: 
25704           Added #include <gtk/gtk.h>
25705           
25706         * src/gotoline.h:
25707           Removed a warning (and this time it works ;-)
25709         * src/utilities.c, src/utilities.h:
25710           Added a utility function to retrieve directory
25711           name out of full path.
25713 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25715         * src/executer.c: (create_executer_dialog): changed the default
25716           focus on the entry.
25718 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25720         * widgets/gnomefilelist.c:
25721         Fixed duplicate history entries for the same directory.
25722           
25723 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25725         Fix for #520092.
25727         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25728           it's already used by scintilla to delete the whole current line.
25730 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25732         Fix for #525107.
25734         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25735           calls to fileselection_hide_widget,
25736           (on_open_filesel_cancel_clicked): removed.
25738         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25739           (on_add_prjfilesel_cancel_clicked):
25741         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25742           impl.
25744         * src/fileselection.c: Made some functions static.
25745           (fileselection_hide_widget): rewritten using the new
25746           gnome_filelist_set_multiple_selection function.
25748         * src/fileselection.c: (on_file_selection_delete_event): removed
25749           unuseful widget hides. Some cleanups,
25750           (on_file_selection_cancel_clicked): impl,
25751           (create_fileselection_gui): changed the cancel button clicked's
25752           callback to use this new function.
25754         * src/anjuta.c: (anjuta_new):
25755         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25756           callbacks, because this the gnome filelist widget's job.
25758         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25759           clist selection mode duplicates set,
25760           (gnome_filelist_key_press): use the new impl. function.
25762 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25764         Fix for #441233.
25766         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25767           fixed some bogus code using an array cell out of
25768           range, removed unecessary gettext usages.
25770         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25771           some cleanups and now transform minus characters to
25772           underscores.
25774         * src/source.c:
25775           (source_write_configure_in),
25776           (source_write_toplevel_makefile_am),
25777           (source_write_desktop_entry),
25778           (source_write_glade_file):
25779         * src/project_dbase.c: (project_dbase_summon_glade),
25780           (project_dbase_generate_source_code):
25781         * src/glades.c: (gladen_write_glade_write):
25782           replaced some occurences of the target name by the
25783           project filename, using project_dbase_get_proj_name,
25784           to fix the name of some files.
25785           Fixed a lot of mem leaks.
25786           Various code cleanups.
25788 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25790         Merged with latest (1.44) scintilla.
25792         Added: - The calltip.<lexer>.end.definition property to display help
25793                  text on a second line of calltip.
25794                - The calltip.<lexer>.word.characters property to correctly find
25795                  calltips for functions that include characters like '$' which
25796                  is not normally considered a word character.
25797                - The use.monospaced property to determine initial state of
25798                  Use Monospaced Font setting.
25800         Bugs fixed: Too many to mention; please see :
25801                     http://www.scintilla.org/ScintillaHistory.html for the
25802                     full changes list.
25804         * scintilla/*/*: updated nearly all files.
25806         * TODO: removed the need of a scintilla merge.
25808         Merged with latest (1.44) SciTE properties.
25810         * data/properties/anjuta.properties: added the wrap, use.monospaced
25811           properties.
25813         * data/properties/html.properties: added a missing php extension, and
25814           updated php keywords to the latest reference.
25816         * data/properties/pascal.properties: added commands to compile, build
25817           and execute pascal applications.
25819         * data/properties/lua.properties: added styles for statements.
25821         * data/properties/bash.properties: added the declare keyword.
25823         Fixed distchecking.
25825         * global-tags/Makefile.am,
25826           global-tags/create-global-tags.sh: used some kind of ugly hack to
25827           make distchek work, since noone has proposed some better way.
25829         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25830           and Ctrl-N replace Alt-N for new file according to the Gnome design
25831           reference.
25833 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25835         * widgets/gnomedirlist.c
25836         widgets/gnomedirlist.h
25837         widgets/gnomefilelist.c
25838         widgets/gnomefilelist.h:
25840         Added GPL headings in the file.
25842 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25844         * src/attach_process.c
25845         src/attach_process_cbs.c
25846         src/attach_process_cbs.h
25847         src/attach_process_gui.c
25848         src/breakpoints.c
25849         src/breakpoints_cbs.c
25850         src/breakpoints_cbs.h
25851         src/breakpoints_gui.c
25852         src/commands.c
25853         src/compiler_options.c
25854         src/compiler_options_cbs.c
25855         src/compiler_options_cbs.h
25856         src/compiler_options_gui.c
25857         src/find_in_files.c
25858         src/find_in_files_cbs.c
25859         src/find_in_files_cbs.h
25860         src/find_in_files_gui.c
25861         src/find_replace.c
25862         src/find_text.c
25863         src/help.c
25864         src/preferences.c
25865         src/preferences_gui.c
25866         src/project_config.c
25867         src/src_paths.c
25868         src/src_paths_cbs.c
25869         src/src_paths_cbs.h
25870         src/src_paths_gui.c:
25871         
25872         Bugs #521629 and #522427 fixed. The problem was, that the
25873         escape-key was not catched and the dialog was hidden, but
25874         the flag was not set correctly.
25876         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25877         using the gnome_dialog_close_hides()-setting present in most dialogs.
25878         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25879         emits "close" and set the flag in the close-callback.
25881         Patch from: Jens Georg <mail@jensgeorg.de>
25883 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25885         * src/*.{c,cpp}: s/string_free/g_free/
25887         * src/utilities.[ch]: (string_free): removed.
25889 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25891         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25893         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25894         src/mainmenu_callbacks.[ch]:
25895         Removed Project menu options: README, TODO, ChangeLog and NEWS
25896         Moved Save Build Messages to Build menu and only highlight it
25897         when there are build messages.
25898         Corrected a spelling: "mojority" -> "majority"
25899         Fixed initialisation of edit.edit_app_gui so now Edit menu
25900         can be shown when no project is loaded.
25902         * src/project_dbase.h: Removed prototype for static function
25904 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25906         * src/text_editor.c: Editor is marked changed after
25907         autoformat. 
25908         
25909         Patch from: Jens Georg <mail@jensgeorg.de>
25911 2002-03-04 Roel Vanhout <roel@stack.be>
25913         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25915         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25916         Added option to ignore binary files on 'Find in files' (grep -I option)
25918 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25920         * src/main.c:
25921         session restoration and commandline load in 
25922         gtk idle loop.
25923         
25924         * src/anjuta.[h,c], src/anjuta_cbs.c:
25925         Removed "clear windows menu" and prevented runtime 
25926         warnings.
25927         
25928         * src/compile.c, src/build_file.c, src/build_project.c,
25929         src/clean.c:
25930         Takes into account the preference setting for 
25931         show dialog when job completes. Dialogs are
25932         shown when it is enabled otherwise not.
25933         
25934 2002-03-03 Roel Vanhout <roel@stack.be>
25936         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25937         
25938         * src/find_text.c
25939         Store 'Find...' search string on search so that 'Find Next' will search for
25940         that string, even if the dialog hasn't been closed yet.
25942 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25944         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25945         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25946         src/main_menubar_def.h:
25947         
25948         Organized menus, removed "Windows" and "Utilities" menus from the
25949         menubar [they are no longer needed]. Also removed some extragenous
25950         separators.
25951           
25952 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25954         * src/message-manager-private.cc:
25955         Set message clist selection mode to BROWSE.
25956         
25957         * src/message-manager.cc, src/an_symbol_view.c,
25958         src/an_file_view.c:
25959         Added Key navigation for the CTree and CList. Arrow left for
25960         node collapse, right for node expand, space (or enter) for
25961         activation (same as double click).
25962         
25963 2002-03-03 Roel Vanhout <roel@stack.be>
25964         
25965         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25966         
25967         * plugins/class-gen/clsGen.c
25968         Added functionality to semi-intelligently prefill filename
25969         boxes with names deduced from class name
25971 2002-02-26 lbell <lbell@tsc4.com>
25973         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25974         * src/preferences_gui.c:
25975         Removed an incorrect use of gtk_misc_set_alignment().
25976         
25977         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25978         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25979         src/preferences.h, src/preferences_gui.c:
25980         
25981         Added the option to reload last open project at the startup.
25982         Added the possibility to open a new project without close
25983         an existing one
25984         
25985         * src/properties.cxx:
25986         Corrected a spelling mistake in message string.
25987         
25988         * src/session.c:
25989         Updated session functions.
25990            
25991 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25993         * widgets/gnomefilelist.c: Bug fixes.
25994         
25995         Patch from Philip Van Hoof <freax@pandora.be>
25996         
25997 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25999         * src/an_file_view.c:
26000         anjuta was unable to open some files becuase they were not being
26001         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
26002         Removed mime checking when opening with anjuta, becuase it doesn't
26003         hurt to open binary files in anjuta (some even may want to do so).
26004         
26005         Added a warning when mime type is not set when "view with default
26006         viewer" is activated.
26007         
26008         * src/an_file_view.c, an_symbol_view.c:
26009         Converted N_() to _() where ever appropriate in the strings.
26010         
26011 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
26012         
26013         * src/appwizard_gui.c, src/appwizard_cbs.c
26014           src/wizard_gui.c/h, src/appwiz_page3.c,
26015           src/project_import_gui.c:
26016           
26017         Moved target type radiobuttons to appwiz. page 2
26018         
26019         * src/message-manager-private.cc
26020         Fixed a bug which caused a crash if next message function was used
26022         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26024 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
26026         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
26027         Modifies the behaviour of Alt-TAB in Anjuta. This
26028         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
26029         edited files in the first items of the notebook.
26031         Patch from: Timothee Besset <timo@qeradiant.com>
26032         
26033 2002-02-24  Philip Van Hoof <freax@pandora.be>
26035         * widgets/gnomefilelist.c, gnomefilelist.h:
26036           Added filecompletion
26037           
26038         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26040 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
26042         * configure.in: Added "sk" to ALL_LINGUAS.
26044 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
26045   
26046         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
26047           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
26048           src/wizard_gui.c: Added support for static and dynamic libs
26049         
26050 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
26052         * widgets/gnomefilelist.c:
26053           Fixed gnome_filelist_get_lastfilename so it no longer returns
26054           a corrupted path.
26056 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
26058         * src/resources.h, resources.c:
26059         Added url handler.
26061         * src/main_menubar_def.h, mainmenu_callbacks.c:
26062         Changed to use gnome configed url handler.
26064 2002-02-19  Philip Van Hoof <freax@pandora.be>
26066         * widgets/gnomefilelist.c
26067         Added PHP filetype.
26069 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
26071         * plugins/class-gen/clsGen.c:
26072         Added c++ support.
26073         
26074         * widgets/gnomefilelist.c:
26075         Gives the maximum space to the files section of the open file dialog.
26076         
26077         Patches from: lbell <lbell@tsc4.com>
26078         
26079 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
26081         * src/anjuta.c, main.c:
26082         Used tm_get_real_path in anjuta_get_full_filename();
26083         
26084 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
26085         
26086         * anjuta.prj: update version
26088 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26090         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
26091           removed the amount arg and replaced with a NULL-ending list.
26092           (gnome_filelisttype_makedefaultlist): use the new prototype.
26094 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
26096         * src/about.c, THANKS: updated for new contributors
26097         
26098         * anjuta.prj: added new files
26099         
26100         * README: corrected some documentation, ctags no longer needed,
26101           pkgconfig now required
26102           
26103         * data/properties/others.properties: add .cvsdiff extension
26104         
26105         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
26106           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
26107           file import
26108           
26109         * doc/anjuta.1: added initial man page thanks to 
26110           Rob Bradford <rob@debianplanet.org> (NB build and install 
26111           needs work)
26112         
26113 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
26115         * src/Makefile.am: Cleaned handling of compiler flags by moving them
26116           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
26117           warning flags. 
26118   
26119         * configure.in: Changed version to 0.1.10-pre
26120   
26121 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26123         * src/fileselection.c: (create_fileselection_gui): always display
26124           the directory creation button as we cannot rely on the dialog
26125           titlebar.
26127         * widgets/gnomefilelist.[ch]: fixed includes.
26129         * pixmaps/new_folder.xpm: resized, added a + sign.
26131 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26133         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
26134           changed all extensions to begin with a dot.
26136 2002-02-16  Philip Van Hoof  <freax@pandora.be>
26138         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
26140         * THANKS: added Philip.
26142         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
26144         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
26145         * src/file_selection.[ch],
26146         * widgets/gnomefilelist.[ch]: added a filetype
26147           combobox to the Anjuta file dialog widget.
26149 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
26151         * anjuta.spec.in: eep! the import script was not being installed by
26152           RPM - fixed for the release.
26154 2002-02-13  Stephane Demurget  <demurgets@free.fr>
26156         Various cleanups and fixes for the next release to be able to make
26157         distcheck.
26159         * plugins/*/*.c: added missing prototypes causing gcc to speak to
26160           much and make some tweaks plus cleanups.
26162         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
26163           args to remove some warnings.
26165         * global-tags/Makefile.am,
26166           data/Makefile.am,
26167           src/Makefile.am: link against Anjuta static libs using the
26168           $(top_builddir) dir, not anymore on $(top_srcdir) to make
26169           distcheck happy.
26171         * src/Makefile.am: ditto with all the Anjuta static libs.
26173         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
26174           include, as we already include the whole directory for the build.
26176         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
26177           
26178 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
26180         * pixmaps/Makefile.am: icon for libglade project now installed
26181         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
26182         * manuals/C/Makefile.am: removed ChangeLog reference which was 
26183           breaking some build stuff
26184         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
26185           include reference problems that showed up on make distcheck
26186         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
26188 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
26189         
26190         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
26192 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
26194         * src/message-manager-private.cc:
26195           The horizontal scrollbar now shows properly on demand.
26196         
26197 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
26199         * src/dnd.c fixed some warnings
26200         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
26201           and works. It is shown always at the moment but before it was
26202           shown on demand and did never work. 
26204 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
26206         * src/anjuta.c: Fixed a crash bug.
26207           patch from: Jens Georg <mail@jensgeorg.de>
26209 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
26211         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
26212           reports a problem with missing end tags on <graphic>
26214 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26216         * manuals/C/ChangeLog: removed since it was never used
26217         * manuals/C/anjuta-manual/*: more updates, new screenshots
26218         * anjuta.prj: updated for new manuals/ structure
26220 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
26222         * source.c, compiler_options.[c/h]:
26223           Fixed bug #460321 "Problem with optimization options" 
26224           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
26225         
26226 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26228         * NEWS: prepared for release, need to fill in date
26229         * data/welcome.txt: version number updated
26231 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26233         * src/text_editor_menu.c, src/an_file_view.c, 
26234           src/an_symbol_view.c: marked strings for translation
26235         
26236         * src/defaults.c, data/properties/xml.properties:
26237           *.omf and *.xsl files should use XML highlighting
26238           
26239         * manuals/C/anjuta-manual/*:
26240           - restructured so that files have more meaningful names
26241             and are easier to edit (see anjuta-manual.sgml for the
26242                 ordering)
26243           - updated some screenshots
26244           - continued rewrite
26246 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
26248         * main.c: Made a workaround to remove the old
26249         anjuta gnome config file (older than 9 Feb 2002). This
26250         will fix the bug which never lets the brower toolbar shown.
26251         
26252         * main.c: In fact, the above solution wouldn't work in all
26253         cases. Therefore, here is the better fix, which works by
26254         detecting the version of the old config file and deleting
26255         ~/.gnome/Anjuta if it is lesser than 0.1.9.
26256         
26257 2002-02-01  Andy Piper <andy.piper@freeuk.com>
26259         * HACKING: added info on submitting patches
26261 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
26263         * src/project_import_gui.c, src/project_import.c:
26264           - If Project Import Wizard is canceled everything is 
26265                 cleaned up now.
26266           - Back button is now insensitive on page 3 (some problems: 
26267                 see TODO in project_import_qui.c:284
26268           - Menu frame is insensitive if project type != GNOME(mm)
26270 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26272         * src/main.c: Fixed bug #  (Unable to open files on
26273         double click in project window from second trial onwards when
26274         the project is opened from command line).
26275         
26276         * po/POTFILES.in: Removed tags_manager.[h,c]
26277         
26278 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26280         * src/preferences.c:
26281           A quick hack to fix the 'invisible' browser toolbar when
26282           upgrading from 0.1.8 to 0.1.9
26283           
26284         * src/anjuta.c:
26285           Fixed toolbar names which were causing confusions in the toolbar
26286           show/hide.
26287           
26288         * src/main.c:
26289           Substituted "anjuta" with PACKAGE
26290           
26291         * src/project_import_gui.c: 
26292           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26293           
26294         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26295           Added new files and removed obsolete ones.
26296           
26297 2002-01-30  Andy Piper <andy.piper@freeuk.com>
26299         * src/appwizard_cbs.c, project_import_cbs.c, 
26300           main_menubar_def.h, project_import_gui.c: 
26301           updates to message strings and layout for the 
26302           import wizard.
26303           
26304         * text_editor_cbs.c: fix for the tab menu entries for 
26305           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26307 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26309         * src/toolbars.c,
26310           src/toolbars.h,
26311           src/anjuta_gui.c,
26312           src/controls.c:
26313           
26314           Tag dropdown exclusive (takes
26315           all space in the toolbar) and never vertical and
26316           increased the width of the tag combo to 256 pixs.
26317           Toolbar separator before the combo and button.
26318           Added tags label before the tag button.
26319           Reorganized the dock bands for the toolbars.
26320           
26321         * src/project_import_gui.c
26322           src/project_import.c:
26323           Fixed an error and removed an unused variable.
26324           
26325         * data/properties/anjuta.properties:
26326           Removed the property for the old toolbar and set
26327           browser toolbar show to default.
26328           
26329         * src/project_dbase.c: excluded modules were not
26330           loaded. Fixed.
26331           
26332         * src/source.c:
26333           No build files will be written if the project is blocked.
26334           
26335         * src/project_import.c,
26336           src/project_import_cbs.c,
26337           src/project_gui.c,
26338           src/wizard_gui.c:
26339           
26340           Manually applied Johannes patch to fix some memory
26341           issues and gui clean up.
26342           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26343         
26344         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26345           Fixed a bad bug with remove file from project because of
26346           files were never removed properly from the project and
26347           from the tagmanager.
26348           
26349         * src/appwiz_page3.c: Disabled unused codes to clear
26350           compiler warnings.
26351           
26352 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26354         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26355         
26356         * data/Makefile.am
26357           pixmaps/Makefile.am
26358           src/Makefile.am
26359           src/an_file_view.c
26360           src/an_symbol_view.c
26361           src/anjuta.c
26362           src/anjuta.h
26363           src/anjuta_cbs.c
26364           src/anjuta_gui.c
26365           src/controls.c
26366           src/main_menubar.c
26367           src/main_menubar.h
26368           src/main_menubar_def.h
26369           src/mainmenu_callbacks.c
26370           src/mainmenu_callbacks.h
26371           src/pixmaps.h
26372           src/project_dbase.c
26373           src/project_dbase.h
26374           src/text_editor.c
26375           src/text_editor_menu.c
26376           src/text_editor_menu.h
26377           src/toolbar.c
26378           src/toolbar.h
26379           src/toolbar_callbacks.c
26380           src/toolbar_callbacks.h :
26381           
26382           Patch submitted by:
26383           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26384           
26385           Removes the Tags toolbar and substituted it with
26386           tags combo dropdown list. Fixes a couple of bugs.
26387           
26388           Moved the tag combo to browser toolbar because
26389           main toolbar was becoming too long.
26390           Made a new icon of tag toolbar.
26391           
26392         * po/zh_TW.po: Fixed bug.
26393           
26394         * pixmaps/an_tag.xpm: Added new file.
26396 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26398         * src/project_import_gui.c: Reorganized project
26399         import gui page 2.
26400         
26401 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26403         * HACKING: added info on creating windows and dialogs
26405 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26407         * src/tm_file_view.c:
26409           Sorts the file list at the end instead of doing sort-insert
26410           to improve performance.
26411           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26413         * src/project_dbase.c: Resolved a conflict from
26414           Johannes's patch.
26415           
26416         * src/project_import.c:
26417         
26418           Fixed to use anjuta_import.sh for the bin dir and
26419           not from the data dir.
26420         
26421           Used anjuta_is_installed() function to verify a the command's
26422           executability.
26423         
26424           Fixed import command to use sh (which is more general and is
26425           gauranteed to be found in any unix system :-)). Also, added
26426           double quotes around the import directory.
26427         
26428           Changed some strings for better translations (like avoiding
26429           duplicates).
26430           
26431           Fixed the reading of wrong target type.
26432           
26433         * src/control.c: Insensitive "import project" when there is
26434           a project open.
26435           
26436         * src/project_import_cbs.c:
26437           
26438           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26439           Fixed selection of gettext checkbox.
26440           Sets the menu entries.
26441           
26442 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26443         
26444         * src/appwiz_page[1-4].c
26445         * src/appwiz_gui.c
26446         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26447         be able to reuse it.
26448         
26449         * src/mainmenubar.[c/h]
26450         * src/mainmenubar_def.h
26451         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26452         menu item
26453         
26454         * src/message-manager.c: Fixed bug 509192
26455         * src/message-manager-dock.c: Added accel_group if window is undocked
26456         
26457         * src/project_dbase.[c/h]: Splitted opening code to be able
26458         to use it without an open file dialog
26459         (Maybe I broke Naba's changes, please take a look)
26460                         
26461         * src/project_import.[c/h]
26462         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26463         
26464         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26465         import wizard
26467 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26469         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26470           string cleanups
26471           
26472         * manuals/C/anjuta_manual/*: started rewrite of the 
26473           manual, updated some screenshots
26475 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26477         * src/gnomefilelist.h, src/gnomefilelist.c:
26478         
26479           Fixed multiple selection bug (#497085). The OK button is
26480           sensitive when in multiple mode, if the no. of
26481           selection is one or more.
26482           
26483           Toggle between single and multiple selection mode
26484           and multiple mode display.
26485           
26486           Fixed strings to translable strings.
26487           
26488           Fixed some compiler warnings by commenting out
26489           unused functions.
26490           
26491 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26493         * src/project_dbase.c: App status bar now updates
26494           with the project name when the project is loaded.
26495         
26496         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26497           
26498           Puts the directories at the top. They're also sorted now.
26499           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26500         
26501 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26503         * scripts/anjuta_import.sh.in: Added file.
26504         * scripts/anjuta_import.sh: Removed file.
26506         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26507           Updated files.
26508           
26509         * src/main_menubar_def.h:
26510         
26511           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26512           reflect the opposite of Find (CTRL+F) and also to leave
26513           CTRL+R or Redo.
26514           
26515           Changed Glade summon with ALT+G, which frees the ATL+E
26516           for poping up the edit menu.
26517           
26518         * src/Makefile.am: Debugging link flags by Biswa, removed.
26520 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26522         * HACKING: added information on best practices for writing
26523           application messages and GUI labels
26524           
26525         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26526           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26527           src/clean_project.c, src/compile.c, 
26528           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26529           src/configurer.c, src/debugger.c, src/executer.c, 
26530           src/find_in_files.c, src/find_in_files_cbs.c, 
26531           src/find_replace.c, src/find_text.c, src/glades.c, 
26532           src/gnome_project.c, src/goto_line.c, src/main.c, 
26533           src/main_menubar.c, src/main_menubar_def.h, 
26534           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26535           src/project_config.c, src/project_dbase.c, 
26536           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26537           src/support.c, src/tags_manager.c, src/text_editor.c, 
26538           src/text_editor_gui.c, src/text_editor_menu.c, 
26539           src/toolbar_callbacks.c, src/utilities.c: 
26540           lots of minor message updates to make them more user-friendly 
26541           and consistent
26543 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26545         * src/executer.c:
26546         
26547           Because of the spaces escaping, the command could not be
26548           executed when run without terminal. Now fixed.
26549           
26550         * anjuta.prj, Makefile.am:
26551         
26552           Added anjuta project file.
26553         
26554 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26556         * src/message-manager-private.h, message-manager-private.cc,
26557           message-manger.cc:
26558           
26559           Added freeze() and thaw() for the message window class to
26560           speed up the message manager update.
26561         
26562         * src/project_config.h, project_config.c,
26563           src/project_dbase.h, project_dbase.h
26564           scripts/anjuta_project.template:
26565           
26566           Added two new prject attributes: project.config.blocked and
26567           project.excluded.modules. The former will make sure that users
26568           are not given any previlidge in enabling the 'overwrite build
26569           files' flags and the later issues a list of modules in the project
26570           to be skipped for symbol browsing and project listing.
26571         
26572         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26573         
26574           Modified script to read the template from the anjuta data dir
26575           rather than from the directory in which the script exist. Otherwise,
26576           Being transfered to the bin dir, the script will not be able to
26577           find the template when it is run.
26578           
26579           The script is also create with configure.in to set in the anjuta
26580           data dir path inside the script.
26581           
26582 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26584         * po/fr.po: updated to the latest sources.
26586 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26588         * scripts/Makefile.am:
26589           anjuta_import.sh goes with distribution.
26590           
26591         * po/*.po: They seem to have updated (merged with
26592           anjuta.pot) automatically when I did "make dist".
26593           
26594 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26596         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26597           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26598           the compiler options dialog.
26599         
26600         * ChangeLog:
26601           Correct todays date. :)
26602           
26603         * scripts/Makefile.am:
26604           Installs anjuta_import.sh in $(prefix)/bin dir and
26605           is treated as an executable.
26606           
26607 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26609         * Fix for bug #499373
26610         
26611         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26612           java, properties, latex.properties, lua.properties, others.properties,
26613           perl.properties:
26614           
26615           Added double-quotes around file arguments so that
26616           filenames with spaces could also work.
26618         * launcher/anjuta-launcher.c, executer.c:
26619           Escaped quotes in the cammand and it's arguments before executing
26620           so that args with spaces can also work.
26621           
26622           Commented #DEBUG switch.
26623           
26624 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26626         * scripts/*: Added files which I forgot previously.
26627         
26628         * src/aneditor.h: Lined up commands definition for better look.
26629         
26630         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26631           main_menubar.h, control.c:
26632           Added three more convert EOL chars submenu items in transform.
26633           Reformatted some some.
26634         
26635         * data/anjuta.properties:
26636           Reformatted a line.
26637         
26638         * src/aneditor.h, aneditor.c:
26639           Added three commands (with definitions) for EOL conversions.
26640           
26641         * src/text_editor.c:
26642           Editor detects file mode from the file content and
26643           set the editing mode to CR/LF/CRLF automatically.
26644           Refined Dos mode extrageneous chars filter
26645           This will make sure that filter works only in Dos mode and not
26646           in other modes.
26647           
26648         * src/anjuta.c: Editor mode display in status bar.
26649         
26650         * src/preferences_gui.c: Changed the string for dos mode
26651           filter to more sensible string.
26652         
26653         * src/aneditor.c: Default editor mode sets during widget creation
26654           and not everty time the properties are loaded. This makes sure
26655           that the auto-detected mode is not overridden by the default mode.
26656           
26657         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26658         
26659         * src/anjuta.c: Fixed bug #476028.
26660           Now anjuta also searches for file relative to top project dir,
26661           when the project is open.
26662         
26663         * src/anjuta_cbs.c: Fixed bug #499536.
26664           File is not closed if it is not able to save the file properly.
26665           
26666         * src/mainmenu_callbacks.c: Fixed bug #499536.
26667           Newfiles (which are not modified) are also closed on "close all files".
26668         
26669 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26671         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26672         
26673         * tagmanager/tm_source_file.c, regex.c, parse.c:
26674           defined and delimited g_messages within #debug.
26675           
26676         * src/preferences.c, data/anjuta.properties:
26677           saved/defied message-manager tag position in string.
26678           Message tag possition is saved between sessions. And
26679           and tag position bottom as default.
26680           
26681 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26683         Patch submitted by:
26684         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26686         * Makefile.am
26687           configure.in
26688           data/Makefile.am
26689           data/properties/Makefile.am
26690           global-tags/Makefile.am
26691           pixmaps/Makefile.am
26692           src/Makefile.am
26693           src/an_file_view.c
26694           src/an_file_view.h
26695           src/an_symbol_view.c
26696           src/an_symbol_view.h
26697           src/anjuta.c
26698           src/anjuta_cbs.c
26699           src/file_history.c
26700           src/file_history.h
26701           src/message-manager-private.cc
26702           src/pixmaps.h
26703           src/project_dbase.c
26704           src/project_dbase_gui.c
26705           src/tags_manager.c
26706           src/text_editor.c
26707           src/utilities.c
26708           src/utilities.h
26709           src/watch_gui.c:
26710         
26711           Modified files.
26712         
26713         * scripts/*
26714           pixmaps/sv_class.xpm
26715           pixmaps/sv_function.xpm
26716           pixmaps/sv_macro.xpm
26717           pixmaps/sv_private_fun.xpm
26718           pixmaps/sv_private_var.xpm
26719           pixmaps/sv_protected_fun.xpm
26720           pixmaps/sv_protected_var.xpm
26721           pixmaps/sv_public_fun.xpm
26722           pixmaps/sv_public_var.xpm
26723           pixmaps/sv_static_fun.xpm
26724           pixmaps/sv_static_var.xpm
26725           pixmaps/sv_struct.xpm
26726           pixmaps/sv_unknown.xpm
26727           pixmaps/sv_variable.xpm
26728           pixmaps/fv_core.xpm
26729           pixmaps/fv_text.xpm
26730           pixmaps/filestoremove.txt:
26731         
26732           New files.
26733         
26734         * pixmaps/class.xpm
26735           pixmaps/function.xpm
26736           pixmaps/fv_autofile.xpm
26737           pixmaps/fv_doc.xpm
26738           pixmaps/fv_i18n.xpm
26739           pixmaps/fv_source.xpm
26740           pixmaps/private_func.xpm
26741           pixmaps/private_var.xpm
26742           pixmaps/protected_func.xpm
26743           pixmaps/protected_var.xpm
26744           pixmaps/public_func.xpm
26745           pixmaps/public_var.xpm
26746           pixmaps/struct.xpm
26747           pixmaps/variable.xpm
26748         
26749           Removed files.
26750         
26751         * tagmanager/*/*:
26752         
26753           Upgraded to tagmanager-0.7
26755 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26756         * src/anjuta_cbs.c: Fixed bug #506441
26757         * src/watch_gui.c: Changed layout of eval dialog so that
26758         it fits on a 800x600 desktop with German translation. 
26760 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26762         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26763         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26764           icon for new project type (thanks to Misha)
26765         * configure.in: build and install Danish translation
26766         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26767           credits to cover new patches and translations
26769 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26770         
26771         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26772           src/appwiz_page1.c:
26773         
26774       - Font preferences are restored properly now (\n was missing)
26775           - Dock menu label of message-manager is "Dock/Undock" instead
26776           of "Dock|Undock" to match with the rest of anjuta.
26777           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26778           changed it in anjuta, too 
26780 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26782         * tagmanager/tm_source_file.c,
26783           tagmanager/parse.c,
26784           tagmanager/tm_project.c,
26785           src/an_symbol_view.c,
26786           src/anjuta.c:
26787           
26788           Disabled debug warnings.
26790 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26792         * src/appwiz_page1.c
26793           src/compiler_options.c
26794           src/project_dbase.c
26795           src/project_dbase.h
26796           src/project_type.c
26797           src/source.c
26798           src/source.h:
26799           
26800           New project type named LibGlade.
26801           
26802           Patch submitted by:
26803           Dick Knol <dknol@gmx.net>
26805         * src/gnome_prj.c:
26806           Commented out unused pixmap creation. May be it
26807           will fix the crash in project creation.
26808           
26809 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26811         * src/registers.c
26812           src/registers.h
26813           src/registers_cbs.c
26814           src/registers_cbs.h
26815           src/registers_gui.c
26816           src/sharedlib.c
26817           src/sharedlib.h
26818           src/sharedlib_cbs.c
26819           src/sharedlib_cbs.h
26820           src/sharedlib_gui.c
26821           src/signals.c
26822           src/signals.h
26823           src/signals_cbs.c
26824           src/signals_cbs.h
26825           src/signals_gui.c
26826           src/stack_trace.c
26827           src/stack_trace.h
26828           src/stack_trace_cbs.c
26829           src/stack_trace_cbs.h
26830           src/stack_trace_gui.c
26831           src/text_editor.c
26832           src/watch.c
26833           src/watch.h
26834           src/watch_cbs.c
26835           src/watch_cbs.h
26836           src/watch_gui.c
26837           
26838           Fixed bug #496290: Attach/detach removed from these
26839           windows as they are never implemented.
26840           
26841           Patch submitted by:
26842           Johannes Schmid <johannes.schmid@gmx.de>
26843           
26844 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26846         * src/anjuta.c,
26847           src/anjuta_cbs.c:
26848           
26849           Fixed bug:
26850           when you right click on the tabs, a list of filenames are given
26851           out, but now it gives a list of "page 1", "page 2", etc...
26852           
26853           Patch submitted by: 
26854           Jens Georg <mail@jensgeorg.de>
26856         * anjuta.in.in: Removed c|c++ because, it was not necessary
26857           and was causing translation problem.
26858           
26859         * plugins/class-gen/clsGen.c:
26860           removed "'" for the same reason.
26861           
26862 attached the fix for the menu
26865 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26867         * src/preferences.h,
26868           src/preferences.c,
26869           src/preferences_gui.c:
26870           
26871           Adds the functionality to Anjuta to auto save your unsaved
26872           files before you build a project.
26874           Patch submitted by: 
26875           jason <jason_williams@suth.com>
26876           
26877         * src/anjuta.[h,c]:
26878           Added function for save all files.
26879         
26880         * src/mainmenu_callbacks.c:
26881           Modified to use the above function.
26882         
26883         * src/build_project.c:
26884           Save all files before build if it is set in the
26885           preferences.
26887 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26889         * src/message-manager-private.cc
26890           src/message-manager-private.h
26891           src/message-manager.cc:
26892           
26893           Message-manager now restores the tabs which were shown on startup.
26894           The terminal is now created on demand (as requested by Biswa)
26895           and I have removed some debug messages.
26896           
26897           Patch submitted by: 
26898           Johannes Schmid <johannes.schmid@gmx.de>
26900 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26902         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26903           proper tabs keyboard navigation.
26905         * src/an_symbol_view.c,
26906           src/anjuta_cbs.c,
26907           src/gnome_project.c,
26908           src/project_dbase.c,
26909           src/tags_manager.c: removed some debugging display.
26911 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26913         * src/message-manager-dock.c
26914           src/message-manager-private.cc
26915           src/message-manager-private.h
26916           src/message-manager.cc
26917           src/preferences.c
26918           src/preferences.h
26919           src/preferences_gui.c:
26920           
26921           Patch submitted by: 
26922           Johannes Schmid <johannes.schmid@gmx.de>
26923           
26924           This patch adds a tab to the notebook of the preferences-dialog
26925           where you can change the colors, the tab position of the new
26926           message manager. Also the truncate messages stuff has moved
26927           from misc tab to messages tab.
26929           Also improved the remembering position stuff of message manager.
26930           
26931         * data/internal.properties,
26932           Added definitions for messages colors and tag position.
26933           
26934         * src/message_manager.cc:
26935           Fixed a bug that never lets the messages panes to get cleared.
26936           Added wmclass setting for the message window. Fixed a bug in
26937           which the message window was not being shown.
26938         
26939         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26940           output and disabled it.
26942         * src/anjuta.c: Preferences created and loaded before anything else.
26943           anjuta now recognizes messages colors on startup and initializes
26944           them.
26945         
26946 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26948         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26950 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26952         * pixmaps/file_c.xpm,
26953           pixmaps/file_cpp.xpm,
26954           pixmaps/file_file.xpm,
26955           pixmaps/file_h.xpm,
26956           pixmaps/file_html.xpm,
26957           pixmaps/file_i18n.xpm,
26958           pixmaps/file_icon.xpm,
26959           pixmaps/file_pix.xpm,
26960           pixmaps/fv_doc.xpm,
26961           pixmaps/fv_i18n.xpm,
26962           pixmaps/fv_image.xpm,
26963           pixmaps/fv_source.xpm,
26964           pixmaps/fv_unknown.xpm: made these icons transparent.
26966 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26968         * launcher/anjuta_launcher.c: updated message strings
26969         * src/message-manager-dock.c: added newline at end to avoid compile warning
26970         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26971         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26972           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26973           entries for username and Python-style GPL notice
26974         * HACKING: added info on files to change to update Insert menu
26976 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26978         * src/project_dbase.c,
26979           src/an_file_view.c,
26980           src/an_symbol_view.c:
26981           Changed the CTree expander style to square and
26982           line style to Dotted line.
26983           
26984         * po/POTFILES.in: Removed and Added translable files.
26986 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26988         * ccview/.cvsignore: Removed.
26989         
26990 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26992         * ccview/
26993                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26994                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26995                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26996                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26997                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26998                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26999         
27000         Removed ccview module because it is no longer needed.
27002 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
27004         * src/project_dbase.c:
27005           Shifted structure initialization in project_dbase_new()
27006           before anything else, otherwise it was crashing due to
27007           uninitialized values.
27008         
27009         * src/an_symbol_view.c:
27010           Disabled high volume debug output.
27012 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
27013         
27014         Applied a very heavy patch from:
27015         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27017         * Makefile.am
27018         configure.in
27019         pixmaps/Makefile.am
27020         src/Makefile.am
27021         src/aneditor.cxx
27022         src/aneditor.h
27023         src/anjuta.c
27024         src/anjuta.h
27025         src/commands.c
27026         src/commands.h
27027         src/compile.c
27028         src/compile.h
27029         src/controls.c
27030         src/defaults.c
27031         src/fileselection.c
27032         src/main_menubar.c
27033         src/main_menubar.h
27034         src/main_menubar_def.h
27035         src/mainmenu_callbacks.c
27036         src/mainmenu_callbacks.h
27037         src/project_dbase.c
27038         src/project_dbase.h
27039         src/project_dbase_gui.c
27040         src/tags_manager.c
27041         src/text_editor_menu.c
27042         src/toolbar_callbacks.c
27043         tagmanager/Makefile.am
27044         tagmanager/ctags.c
27045         tagmanager/include/Makefile.am
27046         tagmanager/include/tm_project.h
27047         tagmanager/include/tm_symbol.h
27048         tagmanager/include/tm_tag.h
27049         tagmanager/include/tm_tagmanager.h
27050         tagmanager/include/tm_workspace.h
27051         tagmanager/tm_project.c
27052         tagmanager/tm_source_file.c
27053         tagmanager/tm_symbol.c
27054         tagmanager/tm_tag.c
27055         tagmanager/tm_workspace.c
27056         widgets/Makefile.am: Modified.
27057         
27058         * src/an_file_view.[c,h],
27059           src/an_symbol_view.[c,h],
27060           src/file_history.[c,h],
27061           src/support.[c,h],
27062           widgets/scroll-menu.[c,h],
27063           tagmanager/tm_file_entry.c
27064           tagmanager/include/tm_file_entry.h: Added new files.
27065           
27066         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
27067         private_func.xpm, public_func.xpm,
27068         class.xpm, fv_exec.xpm, fv_unknown.xpm,
27069         private_var.xpm, public_var.xpm,
27070         function.xpm, fv_i18n.xpm, macro.xpm,
27071         protected_func.xpm, struct.xpm,
27072         fv_autofile.xpm, fv_image.xpm,
27073         ofolder.xpm, protected_var.xpm, variable.xpm:
27074           Updated and Added pixmap files.
27076         Features:
27077         ---------
27078         a) Removes CCView dependency.
27079         b) Improves the terminal.
27080         c) Adds tag navigation context menus.
27081         d) Upgrades tagmanager to latest version.
27082         e) Miscellaneous small additions.
27084 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
27086         * src/project_dbase_gui.c: Fixed crash of anjuta
27087         when project first created.
27088         
27089         * src/gnome_project.c: It now updates the tags manager
27090         when new projects are created.
27091         
27092 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
27094         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
27095           for this big patch.
27096         
27097         * src/messages.[c,h]: Removed files.
27099         * src/message-manager.[cc,h],
27100           src/message-manager-dock.[c,h],
27101           src/message-manager-private.[cc,h]
27102           New files.
27104         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
27105           src/build_project.c, src/clean_project.c, src/compile.c
27106           src/configurer.c, src/debugger.c, src/find_in_files.c
27107           src/mainmenu_callbacks.c, src/preferences.h
27108           src/preferences_gui.c, src/properties.h
27109           src/utilities.c, src/utilities.h:
27110           The new messages widget.
27111           New features:
27112             - Use of GtkNotebook instead of ToggleButtons
27113               and show/hide
27114             - Popupmenu to show and hide message types and
27115               to dock/undock in detach mode
27117           All other things should work as they did with the
27118           old message window. Currently the keyboard short-cuts
27119           do not work in detached mode.
27120           
27121           Some functions in utitlities.[c,h] changed.
27122           so that they take const arguments where this is possible
27123           
27124         * src/Makefile.am, po/POTFILES.in:
27125           Removed messages.[c,h] and
27126           added message-manager.[cc,h], message-manager-dock.[c,h],
27127           message-manager-private.[cc,h]
27128           
27129         * src/message-manager.h: Removed "include <bonobo.h>"
27130           and added a newline at the end of the file.
27131           
27132         * src/message-manager-private.cc:
27133           Set clist's width setting to Automatic.
27134           Set scroll window's scroll bars to Automatic.
27135           
27136 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
27138         * text_editor_menu.c:
27139           Fixed misalignment of the function sub menu
27140           in the text editor pop up menu.
27141           
27142 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27143         
27144         * src/text_editor.c: Fixed a compiler warning.
27145         
27146 2002-01-04  Andy Piper <andy.piper@freeuk.com>
27148         * THANKS, manuals/*/authors.sgml: updated for new translations
27149         * plugins/class-gen/clsGen.c: converted messages to English
27150         * src/about.c, src/main_menubar_def.h: string updates
27152 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27154         * src/anjuta.c
27155           src/anjuta_cbs.c
27156           src/text_editor.c
27157           src/mainmenu_callbacks.c
27158           src/text_editor.h
27159           src/text_editor.c
27160           src/text_editor_cbs.c
27161           src/text_editor-gui.c:
27162           
27163           Earlier code for adding 'cross' button
27164           for closing pages were too error prone and unorganized.
27165           Cleaned up the code and shifted the 'extra' widgets
27166           creation (eg. close button, close_pixmap and lable)
27167           from anjuta to text_editor. This takes care of proper
27168           widgets creation and destruction. Otherwise, anjuta
27169           was crashing at too many points, especially related
27170           to docking and undocking.
27171           
27172 2002-01-04  Stephane Demurget  <demurgets@free.fr>
27174         * src/aneditor.cxx: removed debugging code.
27176         * data/properties/.cvsignore: added swap files.
27178 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27180         * src/anjuta.c
27181           src/anjuta_cbs.c:
27182           Fixed Crashing of anjuta when a new file is saved as
27183           different file.
27184           
27185 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27187         * src/aneditor.c: Some debug codes around.
27188         
27189         * data/internal.properties, data/anjuta.properties: Removed.
27190           data/properties/Makefile.am:
27191           data/properties/ada
27192           data/properties/cs
27193           data/properties/make
27194           data/properties/rc
27195           data/properties/html
27196           data/properties/ruby
27197           data/properties/baan
27198           data/properties/idl
27199           data/properties/pascal
27200           data/properties/sample
27201           data/properties/bash
27202           data/properties/java
27203           data/properties/perl
27204           data/properties/sql
27205           data/properties/conf
27206           data/properties/latex
27207           data/properties/props
27208           data/properties/vb
27209           data/properties/cpp
27210           data/properties/lua
27211           data/properties/python
27212           data/properties/xml
27213           data/properties/others
27214           data/properties/.cvsignore:
27215             Added files. Properties now splitted into small files
27216             for each language.
27218         * data/Makefile.am
27219           configure.in: Update the removal and added properties module.
27221         * src/preferences.c: preferences_new(): Updated to reflect the
27222           new properties files organization.
27223           
27224         * src/Makefile.am: Added Baan Lexer.
27226 2002-01-01  Stephane Demurget  <demurgets@free.fr>
27228         * src/aneditor.cxx: readded the baan lexer. 
27230         * src/preferences.c: fixed translated messages and a typo.
27232         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
27233           confusing the regexp usage in xml-i18-merge.
27235 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
27237         * src/project_dbase.c: tidied some messages, and spotted a typo in
27238           the reading of properties which prevented the project version from
27239           ever being reported in the Project Information window - fixed :)
27241         * po/POTFILES.in: removed syntax.h
27243 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27245         * data/internal.properties: fixed baan properties.
27246           Added all ada properties.
27248         * src/main_menubar_def.h,
27249           src/lexer.h,
27250           src/aneditor.cxx,
27251           src/utilities.[ch]: added support for the Ada highlight style.
27253 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27255         * plugins/*/.cvsignore: updated.
27257 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27259         * src/syntax.h,
27260           src/text_editor.c,
27261           src/Makefile.am: removed the empty header syntax.h.
27263 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
27265         * main_menubar.c:
27266         Stef's observation on the 'superfluous' hseparators in the recent
27267         files and projects is fully justified -- removed.
27268         
27269         * main_menubar_def.h:
27270         Changed "Plug Ins" to "Plugins" in the menu label.
27271         
27272         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27273         Added class-gen in the configure output and class-gen module.
27274         
27275         * data/internal.properties:
27276         Correct mis-spelled "jave" to "java".
27277         Added file.is.source for *.h, *.c, *.cpp properties.
27278         
27279         * global-tags/Makefile.am:
27280         "chmod +x create_global_tags.sh" before it is executed, because
27281         there is very high chance that it will be found "-x" and resulting
27282         in error
27284 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27286         Fixed a crash on Solaris reported by Holder Burde, thanks to him
27287         for the backtrace.
27289         * src/gnome_project.c: (create_new_project): if the user doesn't
27290           select any icon, it doesn't have any extension and thus we can't
27291           use it in printf on Solaris, since the %s modifier use strlen to
27292           know the string length and then crash. On Linux, gcc checks the value
27293           of the pointer to be NULL and write "(null)" if necessary. We can't
27294           rely on that.
27296         * src/source.c: (source_write_desktop_entry): if there's no icon, we
27297           don't need to have the directory icon but the generic one.
27299 2001-12-30  Stephane Demurget  <demurgets@free.fr>
27301         Merged with latest (1.42) scintilla.
27303         Added: Support for the {load,save}.on.(de)activate properties.
27304                The PHP lexer to match keywords case insensitively.
27305                Baan lexer.
27306                Experimental supports for changeable style attribute & line
27307                wrapping.
27308                
27309         Updated: Both the C++ and HTML lexers.
27310                  More shell keywords added.
27311                  Horizontal scrolling and diplay of long lines optimised.
27312                  Cursor setting optimised.
27314         Bugs fixed: Caret movement over folded lines.
27315                     Selection tracking in 2ndary views when doing modifications.
27317         * scintilla/CallTip.{cxx.h},
27318           scintilla/ContractionState.{cxx,h},
27319           scintilla/Document.{cxx,h},
27320           scintilla/Editor.{cxx,h},
27321           scintilla/KeyWords.cxx,
27322           scintilla/LexHTML.cxx,
27323           scintilla/PlatGTK.cxx,
27324           scintilla/RESearch.cxx,
27325           scintilla/ScintillaBase.cxx,
27326           scintilla/ScintillaGTK.cxx,
27327           scintilla/Style.{cxx,h},
27328           scintilla/StyleContext.h,
27329           scintilla/ViewStyle.cxx,
27330           scintilla/include/*.h: updated.
27332         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27334         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27335           should have been told to the scintilla team. We're lucky I read the
27336           ChangeLog and the modifications of the lexer (thanks to the Gnome
27337           bonsai for this ;)
27339         * data/internal.properties: added Baan definitions.
27340           Fixed some issues for C such as *_cast directive, that are only
27341           available with C++.
27342           Updated C++, HTML and shell scripts definitions.
27343           Updated Ada and Bullant, that have been forgotten.
27345         * src/main_menubar_def.h,
27346           src/lexer.h,
27347           src/aneditor.cxx,
27348           src/utilities.[ch]: added support for the Baan highlight style.
27350 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27352         Polished the plugins menu behaviour and added a tearoff
27353         menuitem to the recent entries submenu.
27355         Note: The recent entries list seems to be too height
27356               with all these superfluous hseparators.
27358         * src/main_menubar.c: Polished, making some
27359           functions declarations static and cleaning some code.
27361           (create_submenu_plugin): removed the extra
27362           plugins entry and the horizontal separators.
27364           (on_plugins_menu_realize): the plugins menu is only
27365           shown if there's at least one available.
27367           (create_submenu*): added a tearoff menuitem to have
27368           a more homogeneous menu style. For now, it doesn't
27369           take care of user settings (but it was even worse
27370           before :).
27372 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27374         * configure.in: added the packageplugindir variable to avoid
27375           installing the plugins in $(prefix). It's not the same path as
27376           anjuta 2 to allow parallel installation.
27378 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27379         Fix a reopened part of bug #440676: keyboard navigation between the
27380         different text buffers. Changed to a more global approch. 
27382         * src/notebook.[ch]: removed.
27384         * src/Makefile.am: removed notebook.[ch]
27386         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27387           (on_anjuta_window_key_press_event): added to fulfill the global
27388           shorcuts handling.
27390         * HACKING: updated according to the new global shortcuts handling.
27392 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27394         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27395           Shifted plugin menu from Edit submenu to main menu.
27396         
27397         * po/POTFILES.in:
27398           Added plugins/sample1/plugin-sample1.c
27399           
27400         * plugins/sample1/plugin-sample1.c:
27401           Added localization and used anjuta_info, instead of anjuta_error.
27402           
27403         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27404           Added cvs ignores.
27405           
27406 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27408         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27409           for plugin dir.
27410         
27411         * Makefile.am: Added module plugins.
27412         
27413         * plugins, plugins/Makefile.am, plugins/sample1/*:
27414           Created plugins modules.
27415           
27416         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27417           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27418           to load plugins of *.so only and not *.so* (which results
27419           in duplicates).
27420         
27421         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27422           plugins during packaging.
27424 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27426         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27428 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27430         * configure.in: Added portuguese to ALL_LINGUAS
27432 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27434         * global-tags/.cvsignore
27435         tagmanager/.cvsignore
27436         tagmanager/include/.cvsignore:
27437         Added cvs ignore files.
27439         * data/.cvsignore
27440         Updated cvs ignore file.
27441         
27442 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27444         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27445           data/anjuta.properties, data/internal.properties: clean up some 
27446           message strings (me)
27448 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27450         * src/about.c, THANKS: added Jens to the credits
27451         
27452 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27454         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27455           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27456           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27457           Georg <mail@jensgeorg.de> to add close button to file tabs.
27459 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27461         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27462           (debugger now catches correct signal from process)
27464 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27466         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27467         * src/pixmaps.h: switch appwizard project icons to new designs
27468         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27470 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27472         * pixmaps/Makefile.am: stop redundant images from being installed.
27473           The next step will be to remove them completely.
27474         * src/appwiz*: further updates (more to come)
27475         * src/pixmaps.h: cleaned up, commented
27476         * src/splash.c: should use the pixmaps macro defined
27477         * HACKING: more on the graphics stuff and use of pixmaps.h
27479 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27481         * src/defaults.c: fix bug #494864
27483 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27485         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27486           graphics from Misha
27487         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27488           redundant graphics, no longer used
27489         * src/appwiz*: revamped application wizard by Andy and Misha for
27490           a more usable and professional look-and-feel
27491         * HACKING: updates to cover patching, graphics, and some additions
27492           post-0.1.8
27493         * TODO: removed some implemented features
27495 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27497         * data/anjuta.properties, data/internal.properties: cleanup
27498         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27499           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27500           to edit styles colors for keywords and add Goto Tag menu option
27501           in the editor
27503 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27505         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27506         
27507         Fixed bug #460335
27508         fixes the Forget of the cursor position when tab is brought active
27509         from project manager.
27510         
27511 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27513         * src/messages.c
27514           Exported "TERM=xterm" to get a color terminal when
27515           anjuta is not started from within a terminal.
27516           
27517 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27519         * src/messages.c
27520           src/messages.h
27521           Added a frame around zvt terminal.
27522           
27523         * src/preferences_gui.c
27524           Modified to say "Use glade component (experimental)"
27525           instead of "Use Component".
27526           
27527 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27529         * Patch from 
27530         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27531         
27532         * src/anjuta.c
27533         src/fileselection.c
27534         src/messages.c
27535         src/messages.h
27536         src/preferences.c
27537         src/preferences.h
27538         src/project_dbase.c
27540         a) Extra scrollbar in terminal no longer appears.
27541         b) Character set preference should be preserved (untested).
27542         c) File selection widget now remembers last directory.
27543         d) On creation of generic project, the glade 'file not found' error no
27544                 longer occurs.
27545         e) First terminal window is created 'on demand', so it should always to
27546                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27547                 environment is now passed to the terminal.
27548         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27549                 with getcwd()).
27550         g) Fixed some compilation warnings.
27552 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27554         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27555           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27556         * src/*: cleanups (me)
27557         * pixmaps/mini_term.xpm: added new file for terminal button
27558           (me, based on existing artwork)
27560 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27562         * configure.in: bumped version to 0.1.9-pre
27563         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27564           translation
27565         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27567 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27569         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27570           files are free of that char)
27571         * configure.in: added "az" to ALL_LINGUAS
27573 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27575         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27576           crash bug fix from Biswa.
27577         * FUTURE: added Anjuta/gIDE merger information to provide 
27578           details on future direction and status of 1.x stuff
27579         * NEWS: prepared for release
27580         * po/de.po: update from Jens Georg <mail@jensgeorg>
27582 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27584         * multiple minor updates pre-0.1.8
27585         * patch from Biswa to fix syntax highlighting and packaging
27586         * po/fr.po: update from Stef
27588 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27590         * global-tags/Makefile.am
27591         global-tags/create_global_tags.sh
27592         global-tags/tm_global_tags.c
27593         scintilla/LexCPP.cxx
27594         scintilla/include/SciLexer.h
27595         src/aneditor.cxx
27596         src/project_dbase.c
27597         tagmanager/Makefile.am
27598         tagmanager/include/Makefile.am
27599         tagmanager/include/tm_project.h
27600         tagmanager/include/tm_tag.h
27601         tagmanager/include/tm_tagmanager.h
27602         tagmanager/tm_project.c
27603         tagmanager/tm_source_file.c
27604         tagmanager/tm_tag.c
27605         tagmanager/tm_workspace.c:
27606         
27607         Includes the syntax highliting patch to scintilla).
27608         and more stable code.
27609         
27610         *tagmanager/include/tm_symbol.h: New file.
27611         *tagmanager/tm_symbol.c: New file.
27612         
27613         Add symbol tree building functionality at project level
27614         
27615         Patch from:
27616         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27617         
27618 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27620         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27621           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27622           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27623           : New and improved pixmaps from Misha <misha@phreaker.net>
27624           Thanks to him.
27626 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27627         
27628         * Big patch submitted by
27629           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27630           Many thanks to him.
27631         
27632         * src/Makefile.am, src/aneditor.cxx
27633           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27634           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27635           Use of tagmanager lib for advanced calltips.
27637         * global-tags/*: Created new directory and added files to 
27638           generate system.tags.
27640         * tagmanager/*: Created new directory and added tagmanager lib
27641           files.
27643         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27644           the above additions.
27646         * data/Makefile.am: Modified to accomodate generated system.tags file.
27648 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27650         * scintilla/: updated to 1.41
27651         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27652         * src/about.c: updated list of authors
27653         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27654         * HACKING: updated to cover Scintilla usage
27655         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27656           translation
27658 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27660         * src/aneditor.cxx: Fixed compilation errors with it.
27661           by add include to gtk+ headers and typedefining a mysteriously
27662           vanished class Colour.
27664 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27666         * configure.in: Added pt_BR in the languages.
27667         
27668 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27670         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27671           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27672         * THANKS: updated
27673         * manuals/C/anjuta-manual/*: new format to match
27674           the rest of the GNOME docs chapter layout. Added the many
27675           new contributors. Moved Authors and License information into new
27676           chapters of their own - should make expansion easier too
27677         * src/compiler_options.c: changed the profiler option to -pg to 
27678           work with GNU tools (gprof)
27679         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27680           and text labels
27681         
27682 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27684         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27685           compiler_options_gui.c:
27686           Added a new entry for linker flags and renamed c_options to c_flags
27687           and l_options to l_libs. Also, added a new function:
27688           compiler_options_set_prjlflags_in_file();
27689         
27690         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27691         
27692         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27693           
27694 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27696         * THANKS, src/about.c: corrections and additions following 
27697         Naba's big update
27698         * src/main_menubar.c: patch from Rikul to fix the problem with 
27699         menu accelerators not being loaded
27701 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27703         * THANKS: Added all contributors and translators names and emails.
27704         * AUTHORS: Updated
27705         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27706         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27707               Added new file (earlier logo with border).
27708         * src/about.c: Added all contributors names and emails
27709               and used macro definition for logo pixmap file.
27710         * src/pixmaps.h: Added entry for anjuta splash screen.
27712 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27714         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27715         to new PNG version (thanks to Misha) and removed the old
27716         pixmap.
27718 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27720         * THANKS: added Conner Mo for simplified Chinese translation.
27721         * configure.in: added zh_CN in ALL_LINGUAS
27723 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27725         * THANKS: added Joe Man for his traditional Chinese translation.
27726         * configure.in: added zh_TW in ALL_LINGUAS.
27728 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27730         * src/main_menubar_def.h: Changed the link of lidn to
27731         http://lidn.sourceforge.net.
27732         
27733 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27735         * Applied patch from Rikul
27736         * Applied patch from Luca
27737         * Fixed a cvs conflict. :)
27739 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27741         * THANKS: added Marc Botermans for his Dutch translation.
27743         * configure.in: added nl in ALL_LINGUAS.
27745         * po/nl.po: added.
27747 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27749         * anjuta.c: Fixed luca's typo.
27750         * resources.c, resources.h: Changed gchar* return to void, to
27751                 avoid a compiler warning.
27752         * scintilla/Makefile.am: Reorganized file entries.
27753         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27755 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27757         * Upgraded scintilla to 1.4.
27758         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27759                 LexLisp.cxx StyleContext.cxx StyleContext.h
27760         * src/Makefile.am: Added 4 lexers and separated lexer objects
27761                 from the main link variable.
27763 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27765         * THANKS: added Luca, even if it shouldn't be my role to write
27766           this sort of thing :)
27768         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27769           the latest Luca patch.
27771 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27773         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27774         This is not documented yet; plugins to come later.
27775         * src/find*.c: find dialogs now persistent 
27776         (Rick <rikul@bellsouth.net>)
27777         * widgets/gnomefilelist.c: fixed multiple file open issue 
27778         (Rick <rikul@bellsouth.net>)
27779         * changes to recent file and project lists handling 
27780         (lbell <lbell@tsc4.com>)
27781         * more minor UI updates (me)
27783 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27785         * src/Makefile.am: removed warnings for traditional C syntax
27786         * pixmaps: added new icons for mini_locals, mini_cvs and
27787         the splash screen - thanks to Misha <misha@phreaker.net>
27789 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27791         * src/toolbar.c: fix typo in tooltip text
27792         * ccview/cccmd.cc: alter Func to Function in menu text
27794 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27796         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27797         issue with find dialog reporting an error when Scintilla finds text
27798         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27799         DOS files (i.e. CR/LF translation)
27801 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27803         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27804         #452436
27805         * data/internal.properties: default fold style now set to 3 :-)
27806         * applied patch from rikul <null@acm.org> to turn notebook tab 
27807         headings red when file has been edited.
27809 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27811         * configure.in: Added "no" to ALL_LINGUAS.
27812         
27813 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27815     * Patch from lbell <lbell@tsc4.com>
27816     src/controls.c
27817     src/debugger.c
27818     src/main_menubar.c
27819     src/main_menubar.h
27820     src/main_menubar_def.h
27821     src/mainmenu_callbacks.c
27822     src/mainmenu_callbacks.h
27823     src/project_dbase.c
27824     src/project_dbase.h
27825     
27826     Implemented a check menu item to handle the 'show locals' flag
27827     for the current project.
27829     * data/internal.properties: Removed the redundant command
27830     for gnome-terminal.
27831     
27832 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27834         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27836 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27838         * configure.in: Added "ta" to the languages list.
27840 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27842         * data/internal.properties:
27843           added fold.symbols property to control appearance of folds
27844           in the Scintilla editor (thanks to rikul <null@acm.org>)
27846 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27848         * src/message.c:
27849           one extra button for message win is being created -- Fixed.
27850         
27851           The frame should be hidden and not only the pix_lab when
27852           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27853           -- Fixed.
27854         
27855         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27856           for the time being it is same as mini_cvs.xpm.
27857         
27858 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27860         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27862         Patch from rikul <null@acm.org>
27863         
27864         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27865         glades.h, messages.c, messages.h, pixmaps.h,
27866         project_dbase.c, project_dbase.h, session.c,
27867         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27868         
27869         inserted 'add to watch' option in inspect window, so you can add easily
27870         a variable in watch window .
27871         
27872         Added a new message pane for the gdb local variables inspection. Changed
27873         the code in messages.c to better account for future new panes insertion.
27874         Defined a new pixmap for the new tab button in pixmaps.h
27875         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27876         install script.
27877         
27878         Changed the debugger module to have a single function for asking to gdb
27879         to send program info. The idea is to ask the debugger about only the
27880         info needed to open windows( watch, registers, etc ) to speedup the step
27881         command. I plan to ask informations to the debugger based on the user
27882         interface status.
27883         The request for local variables is enabled by default, but the
27884         projectDBase has a variable to control it, to allow disabling that
27885         feature,  there is also the code to save and to reload the state. If you
27886         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27887         in project_dbase.c
27889         This big patch is from:  lbell <lbell@tsc4.com>
27890         
27891 2001-09-20  Stephane Demurget <demurgets@free.fr>
27893         Patch from rikul <null@acm.org> :
27895         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27896           problem and added folding support for php/hmtl.
27898 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27900         * Fixed dnd of files within scintilla.
27901         patch from:  rikul <null@acm.org>
27902         
27903 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27905         * Applied patch from Luca.
27906         
27907         * src/source.c: source_write_build_files(): Fixed the project generation
27908           failure. The fist return statement and the free_project_type were 
27909           misplaced.
27911 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27912         
27913         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27914         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27915         
27916         1) Restore the error color to red (waiting for a configurable one )
27917         2) Saving projects settings if you exit anjuta without closing an open
27918         saved project
27919         3) New Menu 'repaeat search' to search with a keystroke without pressing
27920         the toolbar button
27921         4) some define in the menus to better handle menu item update
27922         
27923         Patch from: lbell <lbell@tsc4.com>
27924         
27925         * main_menubar_def.h, main_menubar.c: Change the position of
27926         "Repeat find" menu position.
27928 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27930          project_type.h, project_type.c, source.c: Applied patch.
27931          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27932          
27933 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27935         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27936         
27937 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27938         
27939         * Fixed bug #445752
27940   
27941 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27942         
27943         * Fixed bugs in Gtk-- and Gnome-- project type
27945 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27947         * dnd.c: Support for multiple files drag-n-drop.
27948         
27949           Patch from: rikul <null@acm.org>
27950         
27951         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27952           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27953           saving from menu.
27954         
27955           Patch from: rikul <null@acm.org>
27957         * Applied patch for widgetizing goto dialog box.
27958           Patch from: ???
27959         
27960         * Applied patch for having new project type handling.
27961           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27962           
27963 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27965         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27966           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27967           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27968           find_replace.c, find_replace.h, find_text.c, find_text.h,
27969           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27970           project_dbase.h, source.c, text_editor.c, text_editor.h,
27971           text_editor_cbs.c, utilities.c, utilities.h:
27972         
27973           Applied a huge patch (after slight preview). I would like Luca
27974           to have his feature additions mentioned here.
27975         
27976           Patch from: lbell <lbell@tsc4.com>
27978 2001-09-09  Stephane Demurget <demurgets@free.fr>
27980         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27982         * po/fr.po: updated to the latest sources.
27985 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27986         
27987         * Fixed bug #445752
27988   
27989 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27991         * dnd.h, dnd.c: New files for drag n drop support.
27992                 
27993         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27994            Added drag and drop support for opening files.
27995         
27996         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27997         Archit Baweja <bighead@crosswinds.net> for this idea.
27998         
27999         * TODO: Added some more todos. :-(
28001 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
28003         * Fixed the goto line activate bug.
28004         patch from: Martyn Bone <mbone@brightstar.u-net.com>
28006 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
28007         
28008         * Fixed bugs in Gtk-- and Gnome-- project type
28010 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
28012         * widgets/gonmefilelist.c, gnomefilelist.c:
28013         Modified multiple selection on pressing control.
28014           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28015         
28016         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
28017         Modified multiple selection on pressing control.
28018           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28019         
28020 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
28022         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
28023           This is useless; but just in case...
28025 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
28027         * data/internal.properties: modified a bit of perl properties.
28028         
28029 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
28031         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
28032           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
28033           Added support for multiple file imports. Changed the standrd C++
28034           convention of #include <file> to #include <file.h>, because I had given
28035           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
28036           now support the #include <file> convention. That is something to be fixed :). 
28037           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28039 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
28041         * src/anjuta.c: Added function static greetings_text(), to solve the non
28042                 translation of the greetings text in the wizard.
28043                 
28044 2001-08-31  Andy Piper <andy.piper@freeuk.com>
28046         * src/find_in_files_gui.c: made order of buttons consistent with other Find
28047           dialogs, with OK the default (fix bug #453482)
28049 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
28051         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
28052         
28053         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
28054         
28055 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
28057         * src/aneditor.cxx
28058           src/aneditor.h
28059           src/anjuta_cbs.c
28060           src/controls.c
28061           src/main_menubar.c
28062           src/main_menubar.h
28063           src/main_menubar_def.h
28064           src/mainmenu_callbacks.c
28065           src/mainmenu_callbacks.h:
28066                 Applied the patch that addes menu items which allow users to
28067                 insert GPL notice and date time in current document.
28068                 patch from: Rick Patel <rikul@shreve.net>       
28069                 
28070         * src/main_menu.c: Fixed a compilation error.
28071         
28072         * src/anjuta.c: Fixed non-rememberence of editor tab position.
28073         
28074         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
28075           about the unterminated strings.
28076           
28077         * scintilla/*: Updated scintilla to 1.3.9 version.
28078         
28079 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
28080         
28081         * widgets/gnomefileselection.c:
28082           Applied the patch for fixing multiple selection of file open funcion,
28083           which will deselect the files selected.
28084           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28086 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
28088         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
28089           src/fileselection.c, src/anjuta_cbs.c:
28090           Applied the patch     for multiple selection of file open.
28091           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28092           
28093 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
28095         * Removed "-f" option in call to devhelp, because devhelp no longer
28096           supports that.
28097         
28098 2001-08-26  Stephane Demurget <demurgets@free.fr>
28100         All these modifications have been pointed out by
28101         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
28103         * data/internal.properties: two fixes for the PHP lexer.
28104           this out.
28106         * fr.po: minor fixes.
28108         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
28110 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
28111         
28112         * main_menubar.c,
28113           main_menubar.h,
28114           main_menubar_def.h,
28115           main_menubar_callbacks.c,
28116           controls.c:
28117                 Added new menu item for "close all fils".
28118                 (Patch from Rikul <rikul@shreve.net>, after revision)
28119         
28120         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
28121         
28122         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
28123                 (Patch from Rikul <rikul@shreve.net>)
28124         
28125         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
28126                 (Patch from Rikul <rikul@shreve.net>)
28128 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
28129         
28130         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
28131            project name in application widzard.
28132            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
28134         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
28135           of the 'OK' button there is an 'Execute' one.
28136           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
28137         
28138         * executer.c: Changed cancel button to close button. That was more appropriate.
28139           
28140 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
28142         * HACKING: corrected >>>>>> Config management.
28143         
28144         * HACKING: Added many things.
28145         
28146         * src/launcher.h: Added some comments.
28148 2001-08-21  Stephane Demurget <demurgets@free.fr>
28150         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
28152         * HACKING,
28153           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
28154           src/appwizard_cbs.c,
28155           src/appwizard_gui.c: Applied UI/docs cleanup patch from
28156           Andy Piper <andy.piper@freeuk.com>
28158         * po/fr.po: updated to latest sources.
28160         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
28163 2001-08-18  Andy Piper <andy.piper@freeuk.com>
28165         * Fixed bugs #450280 and #448845
28167         * src/about.c: corrected Naba's e-mail address (.net, not .com)
28168         
28169         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
28170           named dialogs
28171         
28172         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
28173           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
28174           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
28175           names to remove "Anjuta: " prefix
28176           
28177         * src/main_menubar_def.c: altered a message
28178         
28179         * launcher/anjuta_launcher.c: cleaned up some messages
28181         * src/debugger.c: edited messages to improve clarity
28182         
28183         * src/app_wiz*.c: tidied wizard interface
28186 2001-08-15  Stephane Demurget <demurgets@free.fr>
28188         Synced Naba's fix and mine about the wizards not working and removed
28189         anjuta.prj to avoid a nasty checkin.
28191         * Makefile.am: removed the install-data-local rule.
28193         * data/Makefile.am: changed the list of files.
28195         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
28197         * .cvsignore: added anjuta.prj for the same reason.
28200 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
28202         * src/source.c: Fixed a bug that fails new gnome projects to get
28203           created.
28205         * src/project_manager.c: Fixed a bug that disables storing recent
28206           project history.
28208         * Makefile.am: Added stuffs to install the macro files in the
28209           anjuta share file.
28212 2001-08-14  Stephane Demurget <demurgets@free.fr>
28214         * data/Makefile.am: added some rules to support the gnome/ macros
28215           dir in order to make the wizards work again.
28217         * anjuta.spec.in: upped the release number.
28220 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
28222         * configure.in (ALL_LINGUAS): Added pl.
28225 2001-08-09  Stephane Demurget <demurgets@free.fr>
28227         * anjuta.spec.in: fixed the doc files list.
28230 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
28232         * src/about.c: corrected my email address. :-)
28233         
28234         * TODO: Updated.
28235         
28236         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
28237          (patch from Andy Piper <squiggle@ukgateway.net>)
28239 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
28241         * debugger.c: Fixed a bug associated with debugging threaded
28242           application.
28243         
28244         * text_editor_menu.c: Fixed broken ui in text editor
28245           pop up menu.
28246           
28247         * text_editor_menu.c: Now the option sub menu in text editor pop up
28248           works.
28249         
28250         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
28251                 (suggested by lord sibn <sibn@utspl.cjb.net> )
28252         
28253 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
28255         * src/text_editor_menu.c: Added menu item for context help
28256           (patch from Andy Piper <squiggle@ukgateway.net>)
28257         
28258 2001-08-06  Stephane Demurget <demurgets@free.fr>
28260         * ccview/cccproj.cc: added missing i18n strings.
28262         * data/welcome.txt: bumped version to 0.1.6.
28264         * src/anjuta.c: fixed a compilation error due to devhelp integration.
28266 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
28267         
28268         * help.c, help.h: Added support for DevHelp context sensitive help
28269                 and gnome api browsing.
28270         * Fixed toolbars and editor views "not save" bug.
28271         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28272           (patch from Andy Piper <squiggle@ukgateway.net>)
28273         * Updated THANKS and chapter15.sgml for uk and ru translators.
28275 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
28277         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28278         * Updated configure.in to include these changes
28279         
28280 2001-08-03  Stephane Demurget <demurgets@free.fr>
28282         * src/project_dbase_gui.c: fixed bug #446963
28283           (on_project_dbase_ccview_update_start),
28284           (on_project_dbase_ccview_update_end): added.
28285           These two respectively disable and enable close file/project
28286           menu entries and toolbar items, while the ccview part updates
28287           its tag database.  
28290 2001-08-03  Stephane Demurget <demurgets@free.fr>
28292         * configure.in: added sv to the ALL_LINGUAS list.
28293         
28295 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
28297         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28298                 file to work: merge translations and distribute it.
28300         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28302         * NEWS, README, THANKS & TODO: Spelling fixes.
28304 2001-08-01  Stephane Demurget <demurgets@free.fr>
28306         * README: updated requirements.
28308         * scintilla/Makefile.am,
28309           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28310           target can't be realized (custom build path).
28312         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28313           Removed install-data-local.
28315         * src/compiler_options.c: changed the include paths of the pixmaps.
28316           we hadn't any warning because of the include paths passed to the
28317           compiler. Thanks to make distcheck for reporting this.
28320 2001-07-31  Stephane Demurget <demurgets@free.fr>
28322         * NEWS, THANKS: updated.
28324         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28325           fixed to show the correct kernel signal number and its description.
28327         * widgets/gnomefilelist.c: fixed bug #445756
28328           (goto_last): renamed to goto_prev and changed according to goto_next.
28329           (goto_next): added.
28330           (goto_directory): removed.
28331           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28332           returned value is now the position in the list.
28333           (check_ok_button_cb): changed the back check and added one for next.
28334           (gnome_filelist_set_dir): the check in history make it wouldn't be
28335           a "true" history. polished the whole thing, using set_dir_internal.
28336           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28337           there's no check in the history when using back or next.
28339         * manuals/*: added missing .cvsignore files.
28342 2001-07-30  Stephane Demurget <demurgets@free.fr>
28344         * po/fr.po: updated to latest sources.
28346         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28347           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28348           to put off their sensitive attributes.
28350 2001-07-29  Stephane Demurget <demurgets@free.fr>
28351         
28352         * po/fr.po: fixed some grammar things.
28353           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28354           this out.
28355         
28356         * src/utilities.c: (file_is_link): use lstat instead of stat.
28358 2001-07-27  Naba Kumar <kh_naba@123india.com>
28359         
28360         * Remove help dir from cvs, because it is no longer
28361           needed.
28362         
28363         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28364           needed.
28366 2001-07-24  Naba Kumar <kh_naba@123india.com>
28368         * debugger.c: (debugger_update_prog_status): Fixed
28369                 the bug with gdb version 5. Debugger starts, when
28370                 step in/out/over etc are clicked.
28371         
28372         * debugger.c: All functions: added debugging codes.
28373         
28374         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28375         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28376           Modified to recognize non project files also.
28377           
28378         * source.c: (source_write_configure_in):
28379           Added source for 'prefix' counterparts for
28380           no-prefix AC_SUBST.
28381         
28382 2001-07-23  Naba Kumar <kh_naba@123india.com>
28383         
28384         * anjuta.c: added function anjuta_remove_text_editor();
28385           and suitably modified anjuta_remove_current_text_editor().
28386           
28387         * project_dbase.c: project_dbase_close(), Added code to
28388           close all opened files that belong to the project when
28389           the project is closed.
28390          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28391         
28392         * Updated the manuals/anjuta-manual subdir for GDP standards.
28393            (patch from Andy Piper <squiggle@ukgateway.net>)
28394         
28395         * main_menubar.h, main_menubar.def: Added Menu items to handle
28396           urls for library references, bugs, patches and feature request
28397           submission.
28398         
28399 2001-07-20  Naba Kumar <kh_naba@123india.com>
28400         
28401         * Set wmclass names in all windows.
28402           (patch from Andy Piper <squiggle@ukgateway.net>)
28403         * New splash logo from "Misha" <misha@phreaker.net>);
28405 2001-07-19  Naba Kumar <kh_naba@123india.com>
28406         
28407         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28408           set caret color, calltip back color and selection fore/back
28409           color.
28411 2001-07-18  Naba Kumar <kh_naba@123india.com>
28412         
28413         * project_dbase.c: Closes all files when project is closed.
28414          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28415          -- We still need to refine this as it closes all sort of files.
28416         
28417         * compiler_options.c: Fixed seg-fault bug when last item in
28418           compiler option lists is removed.
28419         
28420         * Fixed missing newline warnings during compilation.
28421           (patch from Andy Piper <squiggle@ukgateway.net>)
28423 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28425         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28426                 autogenerated no need to store'em in CVS.
28428         * ccview/.cvsignore: Addition of cvsignore.
28430 2001-07-17  Naba Kumar <kh_naba@123india.com>
28431         
28432         *GUI fixes and spell corrections
28433         (patch from Andy Piper <squiggle@ukgateway.net>)
28435 2001-07-15  Naba Kumar <kh_naba@123india.com>
28436         
28437         *Fixed double error message for file not found.
28438         
28439         *Put white backgrounds for png images.
28440         
28441         *Converted '-' to '_' in sgml files.
28443 2001-07-14  Naba Kumar <kh_naba@123india.com>
28444         
28445         * project_dbase.c: Short-cut for expand/collasp project tree
28446         
28447         * project_dbase_gui.c:
28448          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28450 2001-07-13  Naba Kumar <kh_naba@123india.com>
28451         
28452         * notebook.[h,c]: Added
28453          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28454         Project/message window now toggles on control and
28455         and notebook switch short-cut
28457 2001-07-7  Naba Kumar <kh_naba@123india.com>
28458         
28459         * Changed a new icon set which looks more gnomish.
28460         
28461         * Changed a new anjuta splash logo.
28462         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28464 2001-07-6  Naba Kumar <kh_naba@123india.com>
28465         
28466         * ccview/*: Integrated ccview for class view and file view
28467                 in the project Manager.
28468         
28469         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28471 2001-07-1  Naba Kumar <kh_naba@123india.com>
28472         
28473         * scintilla/*: Upgraded Scintilla to version 1.3.7
28474         
28475         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28476         
28477 2001-06-28  Naba Kumar <kh_naba@123india.com>
28478         
28479         * src/debugger.c: Correct step-over and step-out swapping.
28480         
28481         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28482           chapters and added more stuffs.
28484 2001-06-13  Naba Kumar <kh_naba@123india.com>
28485         
28486         * data/autogen.sh.gtkmm: Added
28487         
28488         * data/autogen.sh.gnomemm: Added
28489         
28490         * src/appwiz.c: Added two more application wizard templetes
28491         
28492         * src/project: for gtk-- and gnome-- and proper support
28493         
28494         * src/source.c: for c++ in the project configuration.
28495         
28496         * src/source.h:
28498 2001-05-05  Naba Kumar <kh_naba@123india.com>
28500         * Merged my pre-cvs modifications with 
28501           the current cvs copy.
28503         * (lot of files change).
28505         * Implemented session management.
28507         * Local installation possible by
28508           manageing our own pixmaps paths
28509           manupulations.
28510         
28511         * resources.h: Added.
28512         * resources.c: Added.
28514         * Fixed some bugs.
28515         
28516 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28518         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28519                 Corrected/extended ignores.
28521 2001-05-04  Naba Kumar <kh_naba@123india.com>
28523         * manuals/: dir tree added.
28524           Sgml documentation started in this dir.
28525           
28526         * omf-install/: dir tree added.
28527         
28528         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28529           Created initial document structure.
28530           
28531         * configure.in: Added test for scrollkeeper.
28532           Added some Makefile entries in AC_OUTPUT.
28533         
28534         * Makefile.am: Added subdir manuals/
28535         
28536         * HACKING: Wrote something stupid.
28538 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28540         * Makefile.am: Added ChangeLog in local data list, becaused it's
28541           needed to create a new project.
28542           
28543         * po/fr.po: minor fixes.
28545         * src/build_file.c, src/configurer.c, src/debugger.c,
28546           src/executer.c, src/find_replace.c, src/gnome_project.c,
28547           src/goto_line.c, src/launcher.c, src/messages.c, 
28548           src/preferences.c src/project_dbase.c: functions declared static.
28549           
28550         * widgets/gnomefilelist.c: Fixed a project creation bug,
28551           introduced with latest changes.
28553 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28555         * widgets/gnomefilelist.c,
28556           BUGS: Fixed an annoying bug preventing from loading files/project
28557           given on the command line. Polished the whole gnome_filelist widget.
28559 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28561         * src/main.c,
28562           src/anjuta.c,
28563           src/anjuta.h: Polished the command line parsing.
28565         * BUGS: Need to clean that damn gnome_filelist widget.
28567 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28569         * src/registers.c,
28570           src/sharedlib.c,
28571           src/signals.c: Removed duplicated includes.
28573         * po/fr.po: minor fixes.
28575         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28576           create_compiler_options_page? () declared static.
28577         * src/main.c,
28578           src/anjuta.c: Put a command line option for disabling
28579           the splashscreen.
28581         * src/preferences_gui.c: Fixed an internationalization issue,
28582           other functions declared static.
28584         * src/gnome_project.c: Fixed some memory leaks,
28585           new_prj_terminated () declared static. 
28587 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28589         * configure.in: Sort ALL_LINGUAS alphabetically.
28591 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28593         * Emptied that ugly old Changelog.
28595 == Anjuta 0.1.5 ===
28596 == Anjuta 0.1.4 ==
28598 2001-03-10 Naba kumar  <naba@gnome.org>
28600         * src/gnome_project.c: Fixed project dir creation bug.
28602         * src/text_editor.c: Fixed double accelerators bug.
28603         
28604         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28606         * src/stack_trace.c, * src/compiler_options.c,
28607         data/internals.properties, src/defaults.c:
28608         Fixed pixmap creation with NULL window.
28610         * src/commands.c, src/preferences_gui.c, src/build_project.c
28611         src/clean_project.c: Bug fix.
28612         
28613         * src/main_menubar_def.h: i18n bug fix.
28614         
28615         * src/executer.h, src/executer.c: Bug fix.
28616         
28617         * src/controls.c: Bug fix.
28618         
28619         * src/debugger.c: Debugger now takes program args.
28620         
28621         * po/ja.po: Added japanese translation file.
28622         
28623         Upgraded to ver 0.1.4
28624         ... Fixed other minor bugs.
28626 == Anjuta 0.1.3 ===
28628 2001-XX-XX Naba kumar  <naba@gnome.org>
28630         * Lots of unaccountable changes. Integrated scintilla.
28631         Redesigned Project managemet. Added supports for other languages.
28632         Java style properties managements. .... blah blah
28633         
28634 2000-11-11 Naba kumar  <naba@gnome.org>
28636         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28637         Upgraded to version 0.1.3.
28639         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28640         Fixed to activate Debug->add watch properly.
28642 === Anjuta 0.1.2 beta_2 ===
28643 === Anjuta 0.1.2 ===
28645 2000-11-05 Naba kumar  <naba@gnome.org>
28647         * src/compiler_options.c, src/compiler_options_cbs.c
28648         src/compiler_options_cbs.h, src/compiler_options_gui.c
28649         src/anjuta2.c, extra/stock_libs.anj (new),
28650         extra/README.stock_libs (new), htmls/page13.html,
28651         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28652         added libraries. Stock libs provided for ease of entry. Modified
28653         help html file accordingly.
28655 2000-11-03 Naba kumar  <naba@gnome.org>
28657         * README: Minor fixes in Doc files.
28659         * src/gnome_prj.c, src/appwidzard_cbs.c:
28660         Fixed to ignore non-existant dir for blank prj.
28661         More checking in project creation, especially to confirm
28662         that the prj file already does not exist.
28664         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28666         * src/controls.c: Now Menu item "Format/Detach current document"
28667         is inactive when there is no document opened.
28669 === Anjuta 0.1.1 ===
28671 2000-11-01 Naba kumar  <naba@gnome.org>
28673         Completed and Release of first version (Beta) with lots of bugs.
28675 1999-12-27 Naba kumar  <naba@gnome.org>
28677         Anjuta project started.