2008-06-07 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blobb22a5418b650453be1356bffb81b4ec3381005d7
1 2008-06-07  Johannes Schmid <jhs@gnome.org>
3         * plugins/symbol-db/Makefile.am:
4         Put tables.sql into distribution
6 2008-06-07  Massimo Cora'  <maxcvs@email.it>
8   Reviewed by: Johannes Schmid <jhs@gnome.org>
10         * libanjuta/interfaces/libanjuta.idl:
11         * plugins/class-inheritance/class-inherit.c
12         (class_inheritance_show_dynamic_class_popup_menu),
13         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
14         (class_inheritance_update_graph):
15         * plugins/language-support-cpp-java/cpp-java-assist.c
16         (create_completion),
17         (cpp_java_assist_create_word_completion_cache),
18         (cpp_java_assist_show_calltip):
19         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
20         * plugins/symbol-browser/plugin.c (isymbol_manager_search):
21         * plugins/symbol-db/plugin.c (isymbol_manager_search):
22         * plugins/symbol-db/plugin.h:
23         * plugins/symbol-db/symbol-db-engine.c
24         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
25         * plugins/symbol-db/symbol-db-engine.h:
26         * plugins/symbol-db/symbol-db-view.c (prepare_for_adding):
27         now search for symbols can be done also in global tags. Added a new parameter
28         to search function and adjusted dependencies on different plugins.
30 2008-06-05  Sébastien Granjoux  <seb.sfo@free.fr>
32         * plugins/terminal/terminal.c,
33         libanjuta/anjuta-preferences.c:
34         Fix a crash when GNOME Terminal is not installed
36 2008-06-03 Halton Huo <halton.huo@sun.com>
38         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
39         * libanjuta/anjuta-launcher.c:
40         Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
42 === anjuta 2.5.0 ===
44 2008-06-02  Naba Kumar  <naba@gnome.org>
46         * NEWS: Updated for 2.5.0 release.
47         
48 2008-06-02  Yuriy Penkin <yuriy.penkin@gmail.com>
50         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
51         * plugins/cvs-plugin/Makefile.am,
52         plugins/cvs-plugin/cvs-execute.c,
53         plugins/sourceview/anjuta-document.c,
54         plugins/sourceview/Makefile.am,
55         plugins/subversion/Makefile.am,
56         plugins/search/search-replace.h,
57         plugins/search/Makefile.am,
58         plugins/build-basic-autotools/build-basic-autotools.c,
59         plugins/build-basic-autotools/Makefile.am,
60         plugins/editor/Makefile.am,
61         plugins/document-manager/Makefile.am,
62         plugins/macro/Makefile.am,
63         configure.in:
64         Fix #514620: Port anjuta to GRegex
66 2008-06-02  Sébastien Granjoux  <seb.sfo@free.fr>
68         * plugins/debug-manager/anjuta-marshal.list,
69         plugins/debug-manager/sexy-icon-entry.c:
70         Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
71         Update sexy icon entry
73 2008-06-01  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
75         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
76         * plugins/run-program/execute.c:
77         Fix #536045: New run program plugin crash
79 2008-05-30  Sébastien Granjoux  <seb.sfo@free.fr>
81         * libanjuta/interfaces/anjuta-idl-compiler.pl,
82         libanjuta/interfaces/libanjuta.idl,
83         manuals/reference/libanjuta/libanjuta-sections.txt:
84         Keep comment for enum and structures
85         Declare class typedef first
86         Allow to document Anjuta shell variable using define
87         Add a documentation sample in IAnjutaProjectManager interface
89         * manuals/reference/libanjuta/writing-plugins.sgml:
90         Fix a detail in the previous patch
92 2008-05-29  Arun Tejasvi Chaganty  <arunchaganty@gmail.com>
94         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
95         * manuals/reference/libanjuta/writing-plugins.sgml:
96         Fix #534175: Deprecated code in Plugin Tutorial
98 2008-05-27  basti  <pee@hiddenbox.de>
100         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
101         * scripts/anjuta_import.sh.in,
102         plugins/tools/scripts/prepare-changelog.pl,
103         global-tags/create_global_tags.sh.in:
104         Use sh instead of bash when possible
106         * plugins/sourceview/anjuta-document-saver.c,
107         plugins/sourceview/anjuta-document-loader.c:
108         Order of include matter on OpenBSD
110         * plugins/debug-manager/start.c:
111         ps syntax differ on *BSD
113         * libanjuta/anjuta-launcher.c:
114         Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear
115         CREAD). Fix #528226: doesn't compiling on FreeBSD6.3
117 2008-05-27  Johannes Schmid  <jhs@gnome.org>
119         * plugins/language-manager/Makefile.am:
120         Merged patch from bug 
121         #535048 – Anjuta doesn't build when checking underlinking and overlinking
123 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
125         * manuals/reference/libanjuta/libanjuta-docs.sgml:
126         Forget this change to add AnjutaCommand and AnjutaAsyncCommand
127         in the documentation
129 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
131         * plugins/debug-manager/start.c,
132         plugins/build-basic-autotools/build-basic-autotools.c,
133         plugins/run-program/plugin.c,
134         plugins/run-program/execute.c,
135         plugins/run-program/plugin.h,
136         libanjuta/interfaces/libanjuta.idl,
137         libanjuta/interfaces/anjuta-idl-compiler.pl,
138         manuals/reference/libanjuta/libanjuta-docs.sgml,
139         manuals/reference/libanjuta/libanjuta-sections.txt:
140         Change the new IAnjutaBuilder interface to use callbacks
141         Add the documentation of IAnjutaBuilder
143 2008-05-25  Naba Kumar  <naba@gnome.org>
145         Patch from: Pavel Kostyuchenko
147         * libanjuta/anjuta-preferences.c
148         (anjuta_preferences_is_dialog_created):
149         * libanjuta/anjuta-preferences.h:
150         * src/action-callbacks.c (on_set_preferences1_activate):
151         Fixed bug #532537 - Crash on closing Anjuta Preferences when it
152         open twice.
154 2008-05-25  Sébastien Granjoux  <seb.sfo@free.fr>
156         * plugins/editor/text_editor_cbs.c:
157         Set line to mouse location when popup-menu is displayed (#530689)
159 2008-05-25  James Liggett  <jrliggett@cox.net>
161         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
162         * libanjuta/anjuta-command.c,
163         libanjuta/anjuta-async-command.c:
164         Document AnjutaCommand and AnjutaAsyncCommand
166 2008-05-25  basti  <pee@hiddenbox.de>
168         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
169         * plugins/debug-manager/debug_tree.c:
170         Fix a crash when changing a watch while debugger is stopped
172         * plugins/gdb/plugin.c,
173         plugins/gdb/anjuta-gdb.plugin.in:
174         Allow loading application/octet-stream mime type
176 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
178         * plugins/debug-manager/start.c:
179         Fix #378903: Use IAnjutaBuilder to always debug an up to date program
181 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
183         * plugins/run-program/plugin.c,
184         plugins/run-program/execute.c,
185         plugins/run-program/plugin.h:
186         Use IAnjutaBuilder to always run an up to date program
188 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
190         * plugins/build-basic-autotools/build-basic-autotools.c,
191         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
192         libanjuta/interfaces/libanjuta.idl,
193         libanjuta/interfaces/anjuta-idl-compiler.pl:
194         New IAnjutaBuilder interface allowing to check if a target is up to
195         data and having a notification when the target is built
197 2008-05-21  Michael Placentra <someone@michaelplacentra2.net>
199         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
200         * plugins/project-wizard/templates/django.wiz:
201         Fix #533758: django project creation fails
203 2008-05-19  Johannes Schmid  <jhs@gnome.org>
205   Patch from Pavel Kostyuchenko:
206         * plugins/glade/anjuta-design-document.h:
207         * plugins/glade/plugin.c (update_current_project),
208         (value_added_current_editor), (glade_update_ui),
209         (on_document_destroy), (glade_plugin_add_project):
210         
211         #532625 – Wrong consecution of functions calls when opening a glade file
213 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
215         * plugins/project-wizard/templates/terminal.wiz,
216         plugins/project-wizard/templates/xlib-dock.wiz,
217         plugins/project-wizard/templates/wxwin.wiz,
218         plugins/project-wizard/templates/java.wiz,
219         plugins/project-wizard/templates/django.wiz,
220         plugins/project-wizard/templates/gnome.wiz,
221         plugins/project-wizard/templates/anjuta-plugin.wiz,
222         plugins/project-wizard/templates/gtkmm.wiz,
223         plugins/project-wizard/templates/python.wiz,
224         plugins/project-wizard/templates/cpp.wiz,
225         plugins/project-wizard/templates/sdl.wiz,
226         plugins/project-wizard/templates/gtk.wiz,
227         plugins/project-wizard/templates/minimal.wiz,
228         plugins/project-wizard/templates/xlib.wiz,
229         plugins/project-wizard/templates/gcj.wiz:
230         Fix #533346: Create project in path with spaces fails
232 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
234         * src/anjuta.glade,
235         libanjuta/anjuta-preferences.c:
236         Fix #531940: Can't change the default project directory
238 2008-05-14  Rémi Cardona  <remi@gentoo.org>
240         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
241         * plugins/editor/scintilla/Makefile.am,
242         libanjuta/Makefile.am:
243         Remove useless _DEPENDENCIES
245 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
247         * plugins/run-program/execute.c:
248         Fix #532243: Execute program with whitespace in the project path fails
250 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
252         * plugins/debug-manager/debug_tree.c:
253         Fix #531623: Crash on updating non-existing watch
255 2008-05-13  Christian Kirbach  <Christian.Kirbach@googlemail.com>
257         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
258         * tagmanager/tm_tag.c:
259         * tagmanager/test_tm_buffer.c:
260         * plugins/editor/scintilla/LexNsis.cxx:
261         * plugins/editor/aneditor.cxx:
262         * plugins/file-manager/file-view.c:
263         Fixed a bunch of compiler warnings
265 2008-05-10  Johannes Schmid  <jhs@gnome.org>
267         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
268         * plugins/symbol-browser/plugin.c (project_root_added),
269         (isymbol_manager_search):
270         
271         Fixed global tags loading from project configuration and added a
272         configuration option
274 2008-05-08  Johannes Schmid  <jhs@gnome.org>
276         Patch from Marc Lorber <lorber.marc@wanadoo.fr>
278         * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
279         * plugins/subversion/subversion-log-dialog.c (create_columns):
280         
281         Fix translation issues (#530860 and #531411)
283 2008-05-08  Johannes Schmid  <jhs@gnome.org>
285         Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
287         * plugins/project-wizard/templates/cpp/configure.ac.tpl:
288         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
289         * plugins/project-wizard/templates/java/configure.ac.tpl:
290         * plugins/project-wizard/templates/minimal/autogen.sh:
291         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
292         * plugins/project-wizard/templates/python/configure.ac.tpl:
293         * plugins/project-wizard/templates/sdl/configure.ac.tpl:
294         * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
295         * plugins/project-wizard/templates/xlib/configure.ac.tpl:
296         
297         #531405 – AM_CONFIG_HEADER macro is obsolete
298         
299         project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
300         http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
302 2008-05-07  Massimo Cora'  <maxcvs@email.it>
304         * libanjuta/interfaces/libanjuta.idl:
305         * plugins/class-inheritance/class-inherit.c
306         (class_inheritance_show_dynamic_class_popup_menu):
307         * plugins/language-support-cpp-java/cpp-java-assist.c
308         (cpp_java_assist_create_word_completion_cache),
309         (cpp_java_assist_show_calltip):
310         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
311         * plugins/symbol-db/plugin.c (isymbol_manager_search):
312         * plugins/symbol-db/symbol-db-engine.c
313         (on_scan_update_files_symbols_end),
314         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
315         * plugins/symbol-db/symbol-db-engine.h:
316         add limit/offset keywords to search query. Adjusted APIs.
317         Fixed a minor bug with caches in the engine.
319 2008-05-06  Sébastien Granjoux  <seb.sfo@free.fr>
321         * plugins/terminal/anjuta-terminal-plugin.glade,
322         plugins/terminal/terminal.c:
323         The terminal configuration default option doesn't work (#530031)
324         Combobox for terminal choose not working (#530032)
326 2008-05-06  Johannes Schmid  <jhs@gnome.org>
328         * plugins/document-manager/plugin.c (on_session_save):
329         Do not reverse list of file in save-session (#531445)
330         
331         * plugins/sourceview/anjuta-view.c
332         (anjuta_view_button_press_event):
333         Set line to mouse location when popup-menu is displayed (#530689)
335 2008-05-02  Sébastien Granjoux  <seb.sfo@free.fr>
337         * (added) plugins/terminal/anjuta-terminal-plugin.ui,
338         plugins/terminal/Makefile.am,
339         plugins/terminal/terminal.c:
340         Add a context menu with copy/paste in terminal plugin
342 2008-05-02  Johannes Schmid  <jhs@gnome.org>
344         * configure.in: changed gnome-build requirement, bumped version to 2.5.0
345         * libanjuta/interfaces/libanjuta.idl:
346         * plugins/project-manager/plugin.c (iproject_manager_get_packages),
347         (iproject_manager_iface_init):
348         Add an interface method to access the pkg-config data from gnome-build.
349         
350         * plugins/symbol-browser/plugin.c (project_root_added):
351         Automatically load symbol from project configuration (proof-of-concept)
353 2008-05-01  Massimo Cora'  <maxcvs@email.it>
355         * plugins/symbol-db/plugin.c (symbol_db_activate):
356         * plugins/symbol-db/test/main.c (main):
358         Adapt to changes in recent libgda
360 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
362         * plugins/run-program/execute.c:
363         Fix run plugin again, previous patch was causing a crash when
364         the program exist
366 2008-05-01  Johannes Schmid  <jhs@gnome.org>
368         * plugins/document-manager/plugin.c (update_title):
369         Fixed bug broken titles for new files
371 2008-05-01  Johannes Schmid  <jhs@gnome.org>
373         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
374         (anjuta_util_replace_home_dir_with_tilde),
375         (anjuta_util_str_middle_truncate):
376         * libanjuta/anjuta-utils.h:
377         Added some utility methods (derived from gedit)
378         
379         * plugins/document-manager/plugin.c (get_directory_display_name),
380         (update_title):
381         Really fix #530033 now
383 2008-05-01  Massimo Cora'  <maxcvs@email.it>
385         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
386         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
388         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
389         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
390         (sdb_engine_thread_monitor), (sdb_engine_init),
391         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
392         (sdb_engine_add_new_sym_implementation),
393         (sdb_engine_second_pass_update_scope_1),
394         (sdb_engine_second_pass_update_scope),
395         (sdb_engine_second_pass_update_heritage),
396         (symbol_db_engine_update_project_symbols),
397         (symbol_db_engine_get_files_with_zero_symbols),
398         (symbol_db_engine_get_file_symbols):
399         fixed a population bug introduced with using of caches. It broke the kind
400         of symbol in some cases (e.g. returning of table_id = -1). 
401         Avoid lazy initialization and inlined the lookup functions to speed up the
402         thing.
403         Performances improvement in sdb_engine_second_pass_update_heritage () using
404         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
405         logic in this part should avoid gui freezing, at least here it does not freeze.
407         * plugins/symbol-db/symbol-db-view-locals.c
408         (symbol_db_view_locals_recv_signals_from_engine):
409         * plugins/symbol-db/symbol-db-view.c
410         (symbol_db_view_recv_signals_from_engine):
411         greyed out trees while population is in place.
413 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
415         * data/default.profile:
416         Put the new run program plugin in the default plugin list
418         * plugins/run-program/execute.c:
419         Fix a crash when the program doesn't exist
421 2008-04-30  Johannes Schmid  <jhs@gnome.org>
423         * plugins/document-manager/anjuta-document-manager.ui:
424         * plugins/message-view/anjuta-message-manager.ui:
425         Put the menu items of the message-manager in the correct Goto menu
427 2008-04-30  Johannes Schmid  <jhs@gnome.org>
429         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
430         Allow markup in dialog description
431         
432         * plugins/file-loader/plugin.c (iloader_load):
433         #523186 – Open With dialog should mention filename
435 2008-04-30  Johannes Schmid  <jhs@gnome.org>
437         * libanjuta/anjuta-status.c (anjuta_status_set_title):
438         * plugins/document-manager/anjuta-docman.c
439         (anjuta_docman_update_page_label):
440         * plugins/document-manager/plugin.c (update_title),
441         (on_document_update_save_ui):
442         
443         #530033 – Have window title like gedit
444         Also add the dirty char (*) at the beginning of the filename to match HIG
446 2008-04-30  Johannes Schmid  <jhs@gnome.org>
448         * plugins/devhelp/anjuta-devhelp.ui:
449         * plugins/search/anjuta-search.ui:
450         * plugins/document-manager/anjuta-document-manager.ui:
451         * src/anjuta.ui:
452         Moved Goto menu into View to avoid cluttering the menubar and created
453         new Documents menu
455         * plugins/document-manager/action-callbacks.c (on_next_document),
456         (on_previous_document):
457         * plugins/document-manager/action-callbacks.h:
458         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
459         (anjuta_docman_update_documents_menu_status),
460         (anjuta_docman_update_documents_menu),
461         (on_notebook_page_reordered), (anjuta_docman_page_init),
462         (anjuta_docman_new), (on_notebook_switch_page),
463         (anjuta_docman_add_document), (anjuta_docman_remove_document):
464         * plugins/document-manager/plugin.c:
465         
466         Show open documents in the "Documents" menu and add actions for next/prev
467         document like in gedit. Don't center menu items of notebook popup menu.
468         (Fixes bugs #453702 and #529528)
470 2008-04-29  Johannes Schmid  <jhs@gnome.org>
472         Patch from Yuriy Penkin:
474         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
475         .glade:
476         * plugins/debug-manager/anjuta-debug-manager.glade:
477         * plugins/run-program/anjuta-run-program.glade:
478         * plugins/tools/anjuta-tools.glade:
479         530566 – Fix translation and POTFILES.in
481 2008-04-29  Johannes Schmid  <jhs@gnome.org>
483         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
484         Use current project folder as default and added a file filter for
485         the patch file chooser.
487 2008-04-28  Massimo Cora'  <maxcvs@email.it>
489         * plugins/symbol-db/symbol-db-view-search.c
490         (sdb_view_search_model_filter):
491         fixed search symbols to match "foo_symbol_%"
493 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
495         * configure.in,
496         po/POTFILES.in,
497         plugins/Makefile.am,
498         src/anjuta.ui,
499         (added) plugins/run-program/anjuta-run-program-48.png,
500         (added) plugins/run-program/anjuta-run-program.glade,
501         (added) plugins/run-program/anjuta-run-program.plugin.in,
502         (added) plugins/run-program/anjuta-run-program.ui,
503         (added) plugins/run-program/execute.c,
504         (added) plugins/run-program/execute.h,
505         (added) plugins/run-program/Makefile.am,
506         (added) plugins/run-program/parameters.c,
507         (added) plugins/run-program/parameters.h,
508         (added) plugins/run-program/plugin.c,
509         (added) plugins/run-program/plugin.h,
510         (added) plugins/run-program/utils.c,
511         (added) plugins/run-program/utils.h:
512         New run program plugin, includes a new dialog box to set
513         program arguments
515         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
516         plugins/debug-manager/anjuta-debug-manager.ui,
517         plugins/debug-manager/plugin.c,
518         plugins/debug-manager/start.c:
519         Update debugger plugin to use run program parameter dialog
521         * plugins/build-basic-autotools/build-basic-autotools.c,
522         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
523         Remove run program menu item
525         * libanjuta/interfaces/libanjuta.idl,
526         plugins/gdb/plugin.c,
527         plugins/gdb/debugger.c,
528         plugins/gdb/debugger.h,
529         plugins/debug-manager/command.c,
530         plugins/debug-manager/command.h:
531         Use a gchar * null terminated array instead of a GList for
532         passing environment variables
534 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
536         * plugins/terminal/terminal.c,
537         libanjuta/interfaces/libanjuta.idl:
538         Add a child-exited signal in the IAnjutaTerminal interface
539         Remove environment variables merging, it is already done
540         in vte
542 2008-04-28  Massimo Cora'  <maxcvs@email.it>
544         * plugins/symbol-db/plugin.c (isymbol_manager_search):
545         * plugins/symbol-db/symbol-db-engine.c
546         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
547         fixed partial pattern match accordingly with api.
549 2008-04-28  Johannes Schmid <jhs@gnome.org>
551         * plugins/symbol-db/plugin.c:
552   Hide progress bar when things are done.
554 2008-04-27  Massimo Cora'  <maxcvs@email.it>
556         * plugins/symbol-db/symbol-db-engine.c
557         (symbol_db_engine_find_symbol_by_name_pattern),
558         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
559         fixed typo on query.
560         
561 2008-04-26  Massimo Cora'  <maxcvs@email.it>
563         * plugins/document-manager/plugin.c (on_document_update_ui):
564         * plugins/symbol-db/symbol-db-engine-iterator-node.c
565         (symbol_db_engine_iterator_node_get_symbol_extra_string):
566         * plugins/symbol-db/symbol-db-engine.c
567         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
568         (sdb_engine_get_dyn_query_node_by_id),
569         (sdb_engine_dyn_child_query_node_destroy),
570         (sdb_engine_insert_dyn_query_node_by_id),
571         (sdb_engine_free_cached_queries),
572         (sdb_engine_free_cached_dynamic_queries),
573         (sdb_engine_get_tuple_id_by_unique_name),
574         (sdb_engine_get_tuple_id_by_unique_name2),
575         (sdb_engine_get_tuple_id_by_unique_name3),
576         (sdb_engine_populate_db_by_tags),
577         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
578         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
579         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
580         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
581         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
582         (sdb_engine_add_new_sym_implementation),
583         (sdb_engine_add_new_heritage),
584         (sdb_engine_add_new_scope_definition),
585         (sdb_engine_add_new_tmp_heritage_scope),
586         (sdb_engine_second_pass_update_scope_1),
587         (sdb_engine_second_pass_update_heritage),
588         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
589         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
590         (on_scan_update_files_symbols_end),
591         (symbol_db_engine_update_project_symbols),
592         (symbol_db_engine_get_full_local_path),
593         (symbol_db_engine_get_file_db_path),
594         (sdb_engine_walk_down_scope_path),
595         (symbol_db_engine_get_files_with_zero_symbols),
596         (sdb_engine_prepare_symbol_info_sql),
597         (symbol_db_engine_get_class_parents_by_symbol_id),
598         (symbol_db_engine_get_class_parents),
599         (symbol_db_engine_get_global_members_filtered),
600         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
601         (symbol_db_engine_get_scope_members_by_symbol_id),
602         (symbol_db_engine_get_scope_members),
603         (symbol_db_engine_get_current_scope),
604         (symbol_db_engine_get_file_symbols),
605         (symbol_db_engine_get_symbol_info_by_id),
606         (symbol_db_engine_find_symbol_by_name_pattern),
607         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
608         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
609         * plugins/symbol-db/symbol-db-engine.h:
610         * plugins/symbol-db/tables.sql:
611         new dynamic prepared queries architecture. Now every query used in the
612         engine has its own compiled query in libgda-sqlite provider. This for speed
613         improvements, code cleaning and auto-escaping of string parameters. 
614         Lookup of dynamic queries takes care of sym_info parameters and of 
615         parameters passed to functions. The compiled GdaStatements are stored in an 
616         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
617         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
619         * plugins/symbol-db/test/Makefile.am:
620         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
621         (main):
622         re-enabled test.
624 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
626         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
627         * po/POTFILES.in,
628         plugins/tools/tool.c:
629         Fix #529798: Mark additional strings for translation
631 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
633         * plugins/project-wizard/druid.c,
634         plugins/project-wizard/property.c,
635         plugins/project-wizard/property.h,
636         plugins/project-wizard/parser.c,
637         plugins/project-wizard/templates/mkfile.wiz,
638         plugins/project-wizard/templates/terminal.wiz,
639         plugins/project-wizard/templates/xlib-dock.wiz,
640         plugins/project-wizard/templates/wxwin.wiz,
641         plugins/project-wizard/templates/java.wiz,
642         plugins/project-wizard/templates/django.wiz,
643         plugins/project-wizard/templates/gnome.wiz,
644         plugins/project-wizard/templates/anjuta-plugin.wiz,
645         plugins/project-wizard/templates/gtkmm.wiz,
646         plugins/project-wizard/templates/python.wiz,
647         plugins/project-wizard/templates/cpp.wiz,
648         plugins/project-wizard/templates/sdl.wiz,
649         plugins/project-wizard/templates/gtk.wiz,
650         plugins/project-wizard/templates/minimal.wiz,
651         plugins/project-wizard/templates/xlib.wiz,
652         plugins/project-wizard/templates/gcj.wiz:
653         Add additional restriction on project name fix #529226
655 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
657         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
658         * plugins/tools/plugin.c:
659         Fix #529506: Uncorrect unloading tools plugin
661 2008-04-22  Johannes Schmid  <jhs@gnome.org>
663         * plugins/search/search-replace.c (search_and_replace),
664         (on_message_view_destroyed):
665         Don't spit out two many warnings when the message view is destroyed
666         
667         * plugins/search/search-replace_backend.c
668         (file_buffer_new_from_path):
669         Only use first 500 characters for validation
671 2008-04-21  Johannes Schmid  <jhs@gnome.org>
673         * plugins/search/plugin.c (find_incremental):
674         * plugins/search/search-replace.c (on_search_regex_toggled),
675         (on_search_button_next_clicked), (search_replace_find_usage):
676         * plugins/search/search-replace_backend.c (match_substr_free),
677         (file_buffer_new_from_path), (get_next_match),
678         (clear_search_replace_instance), (create_search_replace_instance):
679         * plugins/search/search-replace_backend.h:
680         
681         Use GRegex instead of pcre and convert files to utf-8 if necessary.
682         Rest of #440637
684 2008-04-21  Johannes Schmid  <jhs@gnome.org>
686         * plugins/document-manager/action-callbacks.c
687         (on_editor_command_paste_activate):
688         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
689   (there was an else missing...)
691 2008-04-17  Naba Kumar  <naba@naba-desktop>
693         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
694         * plugins/project-import/anjuta-project-import.plugin.in:
695         * plugins/project-wizard/anjuta-project-wizard.glade:
696         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
697         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
699 2008-04-20  Johannes Schmid  <jhs@gnome.org>
701         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
702         Fixed a condition where we kill our own process
704 2008-04-20  Johannes Schmid  <jhs@gnome.org>
706         * libanjuta/anjuta-session.h:
707         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
708         * plugins/symbol-db/plugin.c (value_added_current_editor),
709         (on_session_load), (symbol_db_activate):
710         * plugins/symbol-db/plugin.h:
711         * plugins/symbol-db/symbol-db-view.c
712         (sdb_view_build_and_display_base_tree):
713         Added new sessions states to avoid loading the local symbols before
714         the session is loaded (speeds up start-up).
715         
716         * plugins/document-manager/plugin.c
717         (update_document_ui_undo_items), (update_document_ui_save_items),
718         (on_document_update_ui):
719         * plugins/sourceview/sourceview.c (idocument_redo):
720         Fixed #528705 – There is no Redo
722 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
724         * libanjuta/interfaces/libanjuta.idl,
725         plugins/terminal/terminal.c,
726         plugins/build-basic-autotools/executer.c,
727         plugins/gdb/plugin.c:
728         Add an env parameter in the IAnjutaTerminal interface allowing
729         to specify additional environment variables
731         * libanjuta/anjuta-launcher.c:
732         Add one initialization
734 2008-04-16  Johannes Schmid  <jhs@gnome.org>
736         Patch from Ignacio Casal Quinteiro:
737         * plugins/file-loader/anjuta-recent-chooser-menu.c
738         (_gtk_recent_chooser_get_items),
739         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
740         (anjuta_recent_chooser_menu_populate):
741         Show 5 project and 15 file items in recent-chooser
743 2008-04-16  Johannes Schmid  <jhs@gnome.org>
745         * plugins/search/search-replace_backend.c (isawordchar),
746         (extra_match), (get_next_match):
747         
748         Make searching utf-8 aware. We still need to fix encodings for
749         search/replace in files as it is currently assumed they are utf-8 like
750         the editors.
752 2008-04-16  Johannes Schmid  <jhs@gnome.org>
753         
754         Patch from Ignacio Casal Quinteiro:
755         * plugins/file-loader/anjuta-recent-chooser-menu.c
756         (anjuta_recent_chooser_menu_insert_item),
757         (anjuta_recent_chooser_menu_populate):
758         * plugins/file-loader/plugin.c (activate_plugin):
759         Fix recent files in the toolbar
760         
761         * plugins/tools/plugin.c (ipreferences_merge):
762         Fixed some warnings
764 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
766         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
768 2008-04-13  Naba Kumar  <naba@naba-desktop>
770         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
771         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
772         Do not enable brace autocompletion by defualt because it annoying for
773         fast typist (i.e. it's easier to type ending brace than move carat)
774         and it's currently broken for scintilla.
776 2008-04-13  Naba Kumar  <naba@naba-desktop>
778         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
779         * src/about.c (on_about_plugin_activate): Removed dead code.
780         * src/main.c: Make smaller include.
782 2008-04-12  Naba Kumar  <naba@naba-desktop>
784         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
785         src/utilities.h: Removed dead files.
786         * src/widget-registry.c, src/widget-registry.h: Removed more dead
787         files.
789 2008-04-12  Naba Kumar  <naba@naba-desktop>
791         * src/action-callbacks.c: Removed unneeded gnome.h include.
792         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
794 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
796         Reviewed by Naba Kumar  <naba@gnome.org>:
797         * libanjuta/anjuta-utils.{ch}:
798         Added anjuta_utils_get_user_config_dir. This func is used
799         to get the user config directory.
800         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
802 2008-04-12  Johannes Schmid  <jhs@gnome.org>
804         * plugins/search/Makefile.am:
805         * plugins/search/anjuta-search.glade:
806         * plugins/search/anjuta-search.ui:
807         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
808         (on_find_and_replace1_activate), (on_find_in_files1_activate),
809         (on_findnext1_activate), (on_findprevious1_activate),
810         (on_prev_occur), (on_next_occur), (activate_plugin),
811         (deactivate_plugin), (dispose), (finalize),
812         (search_plugin_class_init):
813         * plugins/search/plugin.h:
814         * plugins/search/search-replace.c (search_and_replace_init),
815         (search_and_replace), (write_message_pane), (on_message_clicked),
816         (save_not_opened_files), (replace_in_not_opened_files),
817         (search_replace_next_previous), (search_replace_next),
818         (search_replace_previous), (sr_get_gladewidget),
819         (search_set_popdown_strings), (search_set_popdown_map),
820         (search_select_item), (search_set_combo), (search_set_action),
821         (search_set_target), (search_set_direction),
822         (search_get_item_combo), (search_get_item_combo_name),
823         (search_direction_changed), (populate_value), (reset_flags),
824         (reset_flags_and_search_button), (search_start_over),
825         (search_end_alert), (max_results_alert), (nb_results_alert),
826         (search_show_replace), (modify_label_image_button),
827         (search_replace_populate), (show_jump_button),
828         (translate_dialog_strings), (create_dialog), (show_dialog),
829         (word_in_list), (list_max_items), (search_update_combos),
830         (replace_update_combos), (search_update_dialog),
831         (on_search_replace_delete_event),
832         (on_search_dialog_key_press_event),
833         (search_disconnect_set_toggle_connect),
834         (on_search_match_whole_word_toggled),
835         (on_search_match_whole_line_toggled),
836         (on_search_match_word_start_toggled), (on_search_regex_toggled),
837         (search_set_toggle_direction), (on_search_direction_changed),
838         (on_search_action_changed), (on_search_target_changed),
839         (on_search_expression_changed), (on_actions_no_limit_clicked),
840         (on_search_button_close_clicked), (on_search_button_stop_clicked),
841         (on_search_button_next_clicked), (search_replace_find_usage),
842         (on_search_button_jump_clicked), (on_search_expression_activate),
843         (on_search_full_buffer_toggled), (on_search_forward_toggled),
844         (on_search_backward_toggled), (on_setting_basic_search_toggled),
845         (basic_search_toggled), (anjuta_search_replace_activate):
846         * plugins/search/search-replace.h:
847         * plugins/search/search-replace_backend.c (pcre_info_free),
848         (pcre_info_new), (match_substr_free), (match_info_free),
849         (file_buffer_free), (file_buffer_new_from_te),
850         (file_buffer_new_from_path), (file_buffer_line_from_pos),
851         (file_match_line_from_pos), (create_search_files_list),
852         (get_project_file_list), (isawordchar), (extra_match),
853         (get_next_match), (create_search_entries), (regex_backref),
854         (clear_search_replace_instance), (clear_pcre),
855         (create_search_replace_instance):
856         * plugins/search/search-replace_backend.h:
857         Restored old search plugin - was a bad idea to merge this patch. Sorry!
859 2008-04-12  Johannes Schmid  <jhs@gnome.org>
861         * libanjuta/Makefile.am:
862         * libanjuta/libanjuta.h:
863         * plugins/document-manager/anjuta-document-manager.glade:
864         * plugins/document-manager/plugin.c:
865         * plugins/editor/text_editor.c (text_editor_finalize),
866         (convert_to_utf8), (load_from_file), (save_to_file):
867         * plugins/editor/text_editor.h:
868         * plugins/sourceview/Makefile.am:
869         * plugins/sourceview/anjuta-convert.c:
870         * plugins/sourceview/anjuta-convert.h:
871         * plugins/sourceview/anjuta-document-loader.c:
872         * plugins/sourceview/anjuta-document-saver.c:
873         * plugins/sourceview/anjuta-document.c:
874         * plugins/sourceview/anjuta-encodings.c:
875         * plugins/sourceview/anjuta-encodings.h:
876         * plugins/sourceview/anjuta-utils.c:
877         * plugins/sourceview/anjuta-utils.h:
878         * plugins/sourceview/anjuta-view.c:
879         * plugins/sourceview/sourceview.c:
880         
881         Move the encoding conversion infrastrcute to libanjuta and update all
882         users. Test all available encodings by default in scintilla editor
883         like sourceview is doing and removed encoding preferences
885         * plugins/search/search-replace_backend.c
886         (file_buffer_new_from_uri):
887         Fixed crasher
889 2008-04-11  Johannes Schmid  <jhs@gnome.org>
891         * plugins/search/anjuta-search.glade:
892         Various small improvements to the dialog
894 2008-04-11  Johannes Schmid  <jhs@gnome.org>
896         Patch from Ignacio Casal Quinteiro:
897         * plugins/file-loader/Makefile.am:
898         * plugins/file-loader/anjuta-recent-chooser-menu.c
899         (gtk_recent_chooser_iface_init),
900         (_anjuta_recent_chooser_install_properties),
901         (sort_recent_items_mru), (get_is_recent_filtered),
902         (_gtk_recent_chooser_get_items),
903         (anjuta_recent_chooser_menu_class_init),
904         (anjuta_recent_chooser_menu_init),
905         (anjuta_recent_chooser_menu_finalize),
906         (anjuta_recent_chooser_menu_dispose),
907         (anjuta_recent_chooser_menu_constructor),
908         (anjuta_recent_chooser_menu_set_property),
909         (anjuta_recent_chooser_menu_get_property),
910         (anjuta_recent_chooser_menu_set_current_uri),
911         (anjuta_recent_chooser_menu_get_current_uri),
912         (anjuta_recent_chooser_menu_select_uri),
913         (anjuta_recent_chooser_menu_unselect_uri),
914         (anjuta_recent_chooser_menu_select_all),
915         (anjuta_recent_chooser_menu_unselect_all),
916         (anjuta_recent_chooser_menu_set_sort_func),
917         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
918         (anjuta_recent_chooser_menu_get_recent_manager),
919         (anjuta_recent_chooser_menu_add_filter),
920         (anjuta_recent_chooser_menu_remove_filter),
921         (anjuta_recent_chooser_menu_list_filters),
922         (anjuta_recent_chooser_menu_set_current_filter),
923         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
924         (anjuta_recent_chooser_menu_create_item),
925         (anjuta_recent_chooser_menu_insert_item),
926         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
927         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
928         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
929         (get_icon_size_for_widget), (foreach_set_shot_tips),
930         (anjuta_recent_chooser_menu_set_show_tips),
931         (anjuta_recent_chooser_menu_new),
932         (anjuta_recent_chooser_menu_new_for_manager):
933         * plugins/file-loader/anjuta-recent-chooser-menu.h:
934         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
935         (activate_plugin), (dispose):
936         
937         Add separator to recent menu (#526932)
939         * plugins/search/Makefile.am:
940         * plugins/search/anjuta-search.glade:
941         * plugins/search/anjuta-search.ui:
942         * plugins/search/plugin.c (on_find1_activate),
943         (on_find_and_replace1_activate), (on_find_in_files1_activate),
944         (on_findnext1_activate), (on_findprevious1_activate),
945         (on_search_again_activate), (on_find_usage), (activate_plugin),
946         (deactivate_plugin), (dispose), (search_plugin_class_init):
947         * plugins/search/plugin.h:
948         * plugins/search/search-replace.c (anj_sr_execute),
949         (anj_sr_write_match_message), (on_message_clicked),
950         (anj_sr_set_search_string), (anj_sr_select_nearest),
951         (anj_sr_select_next), (anj_sr_select_previous),
952         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
953         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
954         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
955         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
956         (anj_sr_set_target), (anj_sr_set_direction),
957         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
958         (anj_sr_get_combo_id_active_value),
959         (anj_sr_conform_direction_change), (anj_sr_populate_value),
960         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
961         (anj_sr_end_alert), (anj_sr_max_results_alert),
962         (anj_sr_total_results_alert), (anj_sr_show_replace),
963         (anj_sr_modify_button), (anj_sr_populate_data),
964         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
965         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
966         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
967         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
968         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
969         (anj_sr_find_in_list), (anj_sr_trim_list),
970         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
971         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
972         (on_search_dialog_delete_event), (on_search_dialog_key_press),
973         (anj_sr_disconnect_set_toggle_connect),
974         (on_search_match_whole_word_toggled),
975         (on_search_match_whole_line_toggled),
976         (on_search_match_word_start_toggled), (on_search_regex_toggled),
977         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
978         (on_search_direction_changed), (on_search_action_changed),
979         (on_search_target_changed), (on_search_expression_changed),
980         (on_search_button_close_clicked), (on_search_button_stop_clicked),
981         (on_search_button_start_clicked),
982         (on_search_button_replace_clicked),
983         (on_search_expression_activate):
984         * plugins/search/search-replace.h:
985         * plugins/search/search-replace_backend.c (regex_backref),
986         (pcre_info_free), (pcre_info_new), (match_substr_free),
987         (match_info_free_subs), (editor_new_from_file_buffer),
988         (file_buffer_new_from_te), (file_buffer_new_from_uri),
989         (file_buffer_free), (file_buffer_get_byte_offset),
990         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
991         (file_buffer_find_lines), (file_buffer_freshen_lines),
992         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
993         (file_buffer_get_linetext_for_line), (save_file_buffer),
994         (replace_in_local_buffer), (get_search_files_list),
995         (get_project_files_list), (isawordchar), (extra_match),
996         (get_next_match), (create_search_entries), (clear_search_entries),
997         (search_get_default_data), (search_replace_data_new),
998         (clear_search_replace_instance), (search_replace_data_destroy),
999         (search_replace_init):
1000         * plugins/search/search-replace_backend.h:
1001         * plugins/search/search_preferences.c (removed):
1002         * plugins/search/search_preferences.h (removed):
1003         
1004         Merged the UI changes from bug #511688 and simplified the search dialog
1006 2008-04-10  Johannes Schmid <jhs@gnome.org>
1008         * plugins/symbol-db/symbol-db-engine.c:
1009         * plugin.c:
1010         Check for ctags binary (#516123)
1012 2008-04-09  Massimo Cora'  <maxcvs@email.it>
1014         * plugins/symbol-db/symbol-db-engine.c
1015         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1016         (sdb_engine_get_query_parameters_list),
1017         (sdb_engine_free_cached_queries),
1018         (sdb_engine_get_tuple_id_by_unique_name),
1019         (sdb_engine_get_tuple_id_by_unique_name2),
1020         (sdb_engine_get_tuple_id_by_unique_name3),
1021         (symbol_db_engine_add_new_workspace),
1022         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1023         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
1024         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1025         (sdb_engine_add_new_sym_implementation),
1026         (sdb_engine_add_new_heritage),
1027         (sdb_engine_add_new_scope_definition),
1028         (sdb_engine_add_new_tmp_heritage_scope),
1029         (sdb_engine_second_pass_update_scope_1),
1030         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
1031         (on_scan_update_files_symbols_end),
1032         (symbol_db_engine_update_project_symbols):
1033         GdaSet *plist is now used globally for every prepared statement.
1034         It won't be created/unreffed at every query.
1036 2008-04-09  Johannes Schmid  <jhs@gnome.org>
1038         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
1039         Fixed crasher when deactivating symbol-db plugin
1041 2008-04-08  Johannes Schmid  <jhs@gnome.org>
1043         * plugins/symbol-db/symbol-db-engine.c
1044         (sdb_engine_populate_db_by_tags):
1045         Don't use transactions - uses only half of the time now!
1047 2008-04-08  Massimo Cora'  <maxcvs@email.it>
1049         * plugins/symbol-db/symbol-db-engine.c
1050         (sdb_engine_prepare_symbol_info_sql),
1051         (symbol_db_engine_get_global_members_filtered):
1052         * plugins/symbol-db/symbol-db-view.c
1053         (sdb_view_load_symbol_pixbufs),
1054         (sdb_view_build_and_display_base_tree):
1055         fixed global tab icons. Libgda could not understood the right fields, now it
1056         does.
1058 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1060         * plugins/language-support-cpp-java/cpp-java-assist.c
1061         (completion_compare), (create_completion),
1062         (cpp_java_assist_create_word_completion_cache):
1063         
1064         Only show () for functions/methods and macros with arguments. Does not work
1065         with symbol-db yet but fixes things for symbol-browser
1067 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1069         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1070         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1071         (sdb_engine_add_new_sym_implementation):
1072         
1073         Fixed some issues with caching
1075 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1077         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
1078         (on_importing_project_end), (project_root_added),
1079         (symbol_db_activate), (symbol_db_deactivate):
1080         * plugins/symbol-db/plugin.h:
1081         
1082         Give the symbol-db it's own progress bar because there are too many
1083         interactions with the global status bar.
1085 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1087         * plugins/symbol-db/symbol-db-view-locals.c
1088         (sdb_view_locals_create_new_store):
1089         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
1090         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
1091         (symbol_db_view_open):
1092         
1093         Sort symbol trees
1095 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1097         * plugins/sourceview/sourceview.c (idocument_cut),
1098         (idocument_copy), (idocument_paste):
1099         Block insert-text signal on cut/copy/paste
1101 2008-04-07  Johannes Schmid  <jhs@gnome.org>
1103         * plugins/symbol-db/plugin.c (on_char_added),
1104         (on_single_file_scan_end):
1105         Only update buffer when a newline is inserted
1106         
1107         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
1108         (sdb_engine_get_tuple_id_by_unique_name),
1109         (sdb_engine_get_tuple_id_by_unique_name2),
1110         (sdb_engine_get_tuple_id_by_unique_name3),
1111         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
1112         (sdb_engine_finalize), (symbol_db_engine_db_exists),
1113         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1114         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
1115         Precompute file_defined_id to speed up population
1117 2008-04-06  Johannes Schmid  <jhs@gnome.org>
1119         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1120         (anjuta_launcher_set_encoding):
1121         Fixed some problems with binary streams needed by symbol-db
1122         
1123         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
1124         Removed DEBUG_PRINT
1125         
1126         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1127         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
1128         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
1129         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1130         (sdb_engine_add_new_sym_implementation),
1131         (on_scan_update_files_symbols_end):
1132         Use some caching to speed up population
1133         
1134         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
1135         Exit properly when scanning is over
1137 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1139         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1140         One additional change missed in the previous commit
1142 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1144         * plugins/project-wizard/templates/gtkmm.wiz,
1145         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
1146         plugins/project-wizard/templates/gtkmm/src/main.cc,
1147         plugins/project-wizard/templates/django.wiz,
1148         plugins/project-wizard/templates/python.wiz,
1149         plugins/project-wizard/templates/python/configure.ac.tpl,
1150         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
1151         plugins/project-wizard/templates/cpp.wiz,
1152         plugins/project-wizard/templates/cpp/configure.ac.tpl,
1153         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
1154         plugins/project-wizard/templates/sdl.wiz,
1155         plugins/project-wizard/templates/sdl/configure.ac.tpl,
1156         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
1157         plugins/project-wizard/templates/terminal.wiz,
1158         plugins/project-wizard/templates/terminal/configure.ac.tpl,
1159         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
1160         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
1161         plugins/project-wizard/templates/gtk.wiz,
1162         plugins/project-wizard/templates/gtk/src/main.c,
1163         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
1164         plugins/project-wizard/templates/minimal.wiz,
1165         plugins/project-wizard/templates/minimal/configure.ac.tpl,
1166         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
1167         plugins/project-wizard/templates/java.wiz,
1168         plugins/project-wizard/templates/java/configure.ac.tpl,
1169         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
1170         plugins/project-wizard/templates/xlib.wiz,
1171         plugins/project-wizard/templates/xlib/configure.ac.tpl,
1172         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
1173         plugins/project-wizard/templates/gcj.wiz,
1174         plugins/project-wizard/templates/gcj/configure.ac.tpl,
1175         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
1176         plugins/project-wizard/templates/xlib-dock.wiz,
1177         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
1178         plugins/project-wizard/templates/wxwin.wiz,
1179         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
1180         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
1181         plugins/project-wizard/templates/gnome.wiz,
1182         plugins/project-wizard/templates/gnome/src/main.c,
1183         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
1184         plugins/project-wizard/templates/anjuta-plugin.wiz,
1185         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
1186         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
1187         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
1188         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
1189         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
1190         Fix bug #525999: Remove space in file and target names generated
1191         by project wizard
1192         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1193         has been renamed ianjuta_document_manager_get_current_document
1195 2008-04-06  Naba Kumar  <naba@naba-desktop>
1197         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
1198         * libanjuta/anjuta-utils.h:
1199         * plugins/project-wizard/druid.c (check_and_warn_missing),
1200         (on_druid_next):
1201         * plugins/project-wizard/header.c (npw_header_free),
1202         (npw_header_add_required_program),
1203         (npw_header_add_required_package),
1204         (npw_header_check_required_programs), (package_is_installed),
1205         (npw_header_check_required_packages):
1206         * plugins/project-wizard/header.h:
1207         * plugins/project-wizard/parser.c (parse_tag),
1208         (parse_header_start), (parse_header_text):
1209         * plugins/project-wizard/templates/anjuta-plugin.wiz:
1210         * plugins/project-wizard/templates/cpp.wiz:
1211         * plugins/project-wizard/templates/django.wiz:
1212         * plugins/project-wizard/templates/gcj.wiz:
1213         * plugins/project-wizard/templates/gnome.wiz:
1214         * plugins/project-wizard/templates/gtk.wiz:
1215         * plugins/project-wizard/templates/gtkmm.wiz:
1216         * plugins/project-wizard/templates/java.wiz:
1217         * plugins/project-wizard/templates/minimal.wiz:
1218         * plugins/project-wizard/templates/mkfile.wiz:
1219         * plugins/project-wizard/templates/python.wiz:
1220         * plugins/project-wizard/templates/sdl.wiz:
1221         * plugins/project-wizard/templates/terminal.wiz:
1222         * plugins/project-wizard/templates/wxwin.wiz:
1223         * plugins/project-wizard/templates/xlib-dock.wiz:
1224         * plugins/project-wizard/templates/xlib.wiz:
1226         Added a check for vital programs and packages needed to create a
1227         new project. A warning dialog is shown to user in project
1228         wizard when he proceeds after selecting a project type.
1229         Updated all project templates to cover vital programs and
1230         packages to generate and build correctly.
1231         
1232 2008-04-05  Naba Kumar  <naba@gnome.org>
1234         patch from  surenspost@gmail.com:
1235         * src/about.c: Fixed bug #523068 link in about window doesn't work.
1237 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1239         * plugins/sourceview/anjuta-view.c:
1240         * plugins/sourceview/anjuta-view.h:
1241         * plugins/sourceview/sourceview-prefs.c (init_fonts),
1242         (sourceview_prefs_init):
1243         Removed unused color management code
1244         
1245         * plugins/sourceview/anjuta-editor-sourceview.glade:
1246         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1247         (create_style_model), (on_style_changed), (ipreferences_merge),
1248         (ipreferences_unmerge):
1249         * plugins/sourceview/plugin.h:
1250         
1251         Added style chooser for sourceview editor (#522555)
1253 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1255         * plugins/document-manager/action-callbacks.c:
1256         * plugins/document-manager/anjuta-document-manager.ui:
1257         * plugins/document-manager/plugin.c (ui_give_shorter_names),
1258         (update_document_ui_disable_all):
1259         * plugins/file-loader/anjuta-loader-plugin.ui:
1260         * plugins/file-loader/plugin.c (on_new_activate),
1261         (activate_plugin):
1262         
1263         Moved "New" action from document-manager to file-loader using 
1264         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1266 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1268         * Makefile.am:
1269         * configure.in:
1270         * libegg/.cvsignore:
1271         * libegg/Makefile.am:
1272         * libegg/egg-cell-renderer-text.c:
1273         * libegg/egg-combo-action.c:
1274         * libegg/egg-entry-action.c:
1275         * libegg/egg-recent-action.c:
1276         * libegg/egg-recent-files-module.c:
1277         * libegg/egg-recent-item.c:
1278         * libegg/egg-recent-model.c:
1279         * libegg/egg-recent-util.c:
1280         * libegg/egg-recent-view-gtk.c:
1281         * libegg/egg-recent-view.c:
1282         * libegg/egg-submenu-action.c:
1283         * libegg/eggcellrendererpopup.c:
1284         * libegg/eggcomboselect.c:
1285         * libegg/eggmarshalers.list:
1286         * libegg/eggtreemodelfilter.c:
1287         * libegg/eggtreemodelunion.c:
1288         * libegg/eggtreemultidnd.c:
1289         * libegg/gtkcellview.h:
1290         * libegg/layout.glade:
1291         * libegg/menu/.cvsignore:
1292         * libegg/menu/Makefile.am:
1293         * libegg/menu/egg-combo-action.h:
1294         * libegg/menu/egg-entry-action.h:
1295         * libegg/menu/egg-recent-action.h:
1296         * libegg/menu/egg-submenu-action.h:
1297         * libegg/menu/eggcomboselect.h:
1298         * libegg/recent-files/.cvsignore:
1299         * libegg/recent-files/Makefile.am:
1300         * libegg/recent-files/egg-recent-item.h:
1301         * libegg/recent-files/egg-recent-model.h:
1302         * libegg/recent-files/egg-recent-util.h:
1303         * libegg/recent-files/egg-recent-view-gtk.h:
1304         * libegg/recent-files/egg-recent-view.h:
1305         * libegg/recent-files/egg-recent.h:
1306         * libegg/test-actions.c:
1307         * libegg/test-multi-drag.c:
1308         * libegg/test-union.c:
1309         * libegg/treeviewutils/.cvsignore:
1310         * libegg/treeviewutils/Makefile.am:
1311         * libegg/treeviewutils/egg-cell-renderer-text.h:
1312         * libegg/treeviewutils/eggcellrendererpopup.h:
1313         * libegg/treeviewutils/eggtreemodelfilter.h:
1314         * libegg/treeviewutils/eggtreemodelunion.h:
1315         * libegg/treeviewutils/eggtreemultidnd.h:
1316         * libegg/util/.cvsignore:
1317         * libegg/util/Makefile.am:
1318         * libegg/util/egg-macros.h:
1319         * libegg/util/eggintl.h:
1320         
1321         Killed libegg (#349279)
1322         
1323         * plugins/document-manager/Makefile.am:
1324         * plugins/document-manager/action-callbacks.c:
1325         * plugins/document-manager/plugin.c:
1326         * plugins/editor/plugin.c:
1327         (on_open_recent_file), (sort_recent_menu),
1328         (setup_recent_chooser_menu), (activate_plugin), (dispose),
1329         (anjuta_file_loader_plugin_instance_init):
1330         * plugins/file-loader/plugin.h:
1331         * plugins/search/Makefile.am:
1332         * plugins/search/plugin.c:
1333         * plugins/search/search-replace.c:
1334         
1335         Removed dead code and libegg from Makefiles
1336         
1337         * plugins/symbol-browser/Makefile.am:
1338         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1339         * plugins/symbol-browser/plugin.c (on_editor_saved),
1340         (update_editor_symbol_model), (iter_matches),
1341         (value_removed_current_editor), (activate_plugin):
1342         Removed symbol-browser toolbar which used libegg and was
1343         buggy (#451588)
1344         
1345         Patch from Ignacio Casal Quinteiro with lots of changes:
1346         * plugins/file-loader/Makefile.am:
1347         * plugins/file-loader/anjuta-loader-plugin.ui:
1348         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1349         Port FileLoader to GtkRecent (#398984)
1351 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1353         * configure.in:
1354         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1355         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1356         * libanjuta/interfaces/libanjuta.idl:
1357         * plugins/Makefile.am:
1358         * plugins/class-inheritance/class-inherit.c
1359         (class_inheritance_show_dynamic_class_popup_menu),
1360         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1361         (class_inheritance_update_graph):
1362         * plugins/language-support-cpp-java/cpp-java-assist.c
1363         (create_completion),
1364         (cpp_java_assist_create_scope_completion_cache),
1365         (cpp_java_assist_create_word_completion_cache),
1366         (cpp_java_assist_show_calltip):
1367         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1368         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1369         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1370         (isymbol_get_extra_info_string), (isymbol_get_line),
1371         (isymbol_get_icon), (isymbol_iface_init):
1372         * plugins/symbol-browser/an_symbol.h:
1373         * plugins/symbol-browser/an_symbol_view.c
1374         (anjuta_symbol_view_get_file_symbol_model):
1375         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1376         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1377         (isymbol_manager_iface_init):
1378         * plugins/symbol-db/Makefile.am:
1379         * plugins/symbol-db/anjuta-symbol-db.glade:
1380         * plugins/symbol-db/plugin.c
1381         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1382         (value_added_current_editor), (goto_local_tree_iter),
1383         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1384         (on_global_treeview_row_collapsed), (on_project_element_added),
1385         (on_project_element_removed), (on_importing_project_end),
1386         (do_import_sources_after_abort), (do_import_sources),
1387         (project_root_added), (project_root_removed), (symbol_db_activate),
1388         (symbol_db_deactivate), (isymbol_manager_search),
1389         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1390         (isymbol_manager_iface_init), (ipreferences_merge),
1391         (ipreferences_unmerge), (ipreferences_iface_init):
1392         * plugins/symbol-db/plugin.h:
1393         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1394         (symbol_db_engine_iterator_node_new),
1395         (sdb_engine_iterator_node_instance_init),
1396         (sdb_engine_iterator_node_finalize),
1397         (symbol_db_engine_iterator_node_get_symbol_id),
1398         (symbol_db_engine_iterator_node_get_symbol_name),
1399         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1400         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1401         (symbol_db_engine_iterator_node_get_symbol_signature),
1402         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1403         (isymbol_get_name), (isymbol_get_args),
1404         (isymbol_get_extra_info_string), (isymbol_get_uri),
1405         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1406         (isymbol_iface_init):
1407         * plugins/symbol-db/symbol-db-engine-iterator.c
1408         (symbol_db_engine_iterator_new):
1409         * plugins/symbol-db/symbol-db-engine.c
1410         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1411         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1412         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1413         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1414         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1415         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1416         (sdb_engine_init), (sdb_engine_finalize),
1417         (sdb_engine_set_defaults_db_parameters),
1418         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1419         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1420         (sdb_engine_get_tuple_id_by_unique_name),
1421         (sdb_engine_get_tuple_id_by_unique_name2),
1422         (sdb_engine_get_tuple_id_by_unique_name3),
1423         (symbol_db_engine_add_new_workspace),
1424         (symbol_db_engine_project_exists),
1425         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1426         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1427         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1428         (sdb_engine_add_new_sym_access),
1429         (sdb_engine_add_new_sym_implementation),
1430         (sdb_engine_add_new_heritage),
1431         (sdb_engine_add_new_scope_definition),
1432         (sdb_engine_add_new_tmp_heritage_scope),
1433         (sdb_engine_second_pass_update_scope_1),
1434         (sdb_engine_second_pass_update_heritage),
1435         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1436         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1437         (on_scan_update_files_symbols_end),
1438         (symbol_db_engine_fill_type_array),
1439         (symbol_db_engine_update_files_symbols),
1440         (symbol_db_engine_update_project_symbols),
1441         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1442         (symbol_db_engine_update_buffer_symbols),
1443         (symbol_db_engine_get_files_with_zero_symbols),
1444         (sdb_engine_prepare_symbol_info_sql),
1445         (symbol_db_engine_get_class_parents_by_symbol_id),
1446         (symbol_db_engine_get_class_parents),
1447         (symbol_db_engine_get_global_members_filtered),
1448         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1449         (symbol_db_engine_get_scope_members_by_symbol_id),
1450         (symbol_db_engine_get_scope_members),
1451         (symbol_db_engine_get_file_symbols),
1452         (symbol_db_engine_get_symbol_info_by_id),
1453         (symbol_db_engine_get_full_local_path),
1454         (symbol_db_engine_get_file_db_path),
1455         (symbol_db_engine_find_symbol_by_name_pattern),
1456         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1457         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1458         * plugins/symbol-db/symbol-db-engine.h:
1459         * plugins/symbol-db/symbol-db-prefs.c
1460         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1461         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1462         (on_listall_output), (on_listall_exit), (files_visit_dir),
1463         (on_tag_load_toggled), (symbol_db_prefs_init),
1464         (symbol_db_prefs_finalize):
1465         * plugins/symbol-db/symbol-db-prefs.h:
1466         * plugins/symbol-db/symbol-db-view-locals.c
1467         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1468         (do_add_root_symbol_to_view),
1469         (consume_symbols_inserted_queue_idle_destroy),
1470         (consume_symbols_inserted_queue_idle), (on_scan_end),
1471         (do_recurse_subtree_and_remove), (on_symbol_removed),
1472         (on_symbol_inserted),
1473         (symbol_db_view_locals_recv_signals_from_engine),
1474         (symbol_db_view_locals_update_list):
1475         * plugins/symbol-db/symbol-db-view.c
1476         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1477         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1478         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1479         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1480         (sdb_view_build_and_display_base_tree):
1481         * plugins/symbol-db/symbol-db.glade:
1482         * plugins/symbol-db/symbol-db.ui:
1483         * plugins/symbol-db/tables.sql:
1484         * plugins/symbol-db/test/Makefile.am:
1485         * plugins/symbol-db/test/main.c (get_parents), (main),
1486         (packages_foreach), (files_visit_dir):
1487         
1488         Merged changes from symbol-db branch
1490 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1492         * plugins/sourceview/sourceview.c (autodetect_language):
1493         Use gnome_vfs_get_slow_mime_type()
1495 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1497         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1498         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1499         (open_with_dialog):
1500         
1501         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1502         supertype instead no plugin for mime-type was found (#525706)
1504 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1506         patch by: Carl-Anton Ingmarsson:
1507         * src/anjuta.glade:
1508         Fixed padding in preferences
1510 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1512         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1514         * plugins/tools/anjuta-tools.glade:
1515         * plugins/tools/anjuta-tools.ui:
1516         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1517           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1518           atp_tool_dialog_refresh, atp_tool_dialog_show):
1519         * plugins/tools/dialog.h (dialog, plugin):
1520         * plugins/tools/plugin.c (prefs, gxml, action_group,
1521           atp_plugin_finalize, test, atp_plugin_activate,
1522           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1523           ipreferences_unmerge, ipreferences_iface_init):
1524         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1525           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1526           atp_user_tool_activate, atp_tool_list_append_new,
1527           atp_tool_list_activate, atp_tool_list_deactivate):
1528         * plugins/tools/tool.h (plugin):
1529         
1530         #515854 – Move configuration into preferences
1532 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1534         patch by: Carl-Anton Ingmarsson:
1535         * src/anjuta-app.c (style, on_toolbar_style_changed,
1536           on_add_merge_widget, anjuta_app_instance_init):
1537         * src/anjuta.glade:
1538         
1539         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1541 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1543         * plugins/debug-manager/anjuta-debug-manager.glade,
1544         plugins/debug-manager/command.c,
1545         plugins/debug-manager/command.h,
1546         plugins/debug-manager/start.c,
1547         plugins/gdb/plugin.c,
1548         plugins/gdb/debugger.c,
1549         plugins/gdb/debugger.h,
1550         libanjuta/interfaces/libanjuta.idl:
1551         Improve start program dialog, allowing to specify working
1552         directory and environment variables
1554 2008-03-26  Naba Kumar  <naba@gnome.org>
1556         * libanjuta/resources.c (anjuta_res_url_show): Use
1557         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1558         fixed formatting.
1560         Patch from Carl-Anton Ingmarsson:
1562         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1563         * libanjuta/anjuta-utils.h:
1564         * src/action-callbacks.c (help_activate),
1565         (on_help_manual_activate), (on_help_tutorial_activate),
1566         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1567         * libanjuta/Makefile.am:
1568         Get rid of gnome_help_display_with_doc_id()
1570 2008-03-26  Naba Kumar  <naba@gnome.org>
1572         Patch from Carl-Anton Ingmarsson:
1574         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1575         * plugins/project-import/project-import.c (on_import_cancel): Remove
1576         stray GnomeDruid variable.
1578 2008-03-26  Naba Kumar  <naba@gnome.org>
1580         * plugins/project-import/project-import.c (create_start_page):
1581         * plugins/project-wizard/druid.c (npw_druid_new):
1582         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1583         
1584         Fixed type 'assistent' to 'assistant'.
1586 2008-03-25  Naba Kumar  <naba@gnome.org>
1588         Patch from Carl-Anton Ingmarsson:
1590         * libanjuta/Makefile.am:
1591         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1592         (visibility_toggled), (accel_edited_callback),
1593         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1594         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1595         (anjuta_ui_get_accel_editor):
1596         * libegg/Makefile.am:
1597         * libegg/eggaccelerators.c (removed):
1598         * libegg/eggcellrendererkeys.c (removed):
1599         * libegg/eggtreeviewstate.c (removed):
1600         * libegg/test-tree-utils.c (removed):
1601         * libegg/treeviewutils/Makefile.am:
1602         * libegg/treeviewutils/eggaccelerators.h (removed):
1603         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1604         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1606         Ports anjuta-ui to gtk_cell_renderer_accel
1607         
1608 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1610         Reviewed by Naba Kumar  <naba@gnome.org>
1612         * plugins/project-import/Makefile.am:
1613         * plugins/project-import/project-import.{ch}:
1614         * plugins/project-import/anjuta-project-import.glade (removed):
1615         * configure.in, po/POTFILES.in:
1617         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1618         file because libglade doesn't have GtkAssistant support.
1620 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1622         * plugins/debug-manager/registers.c:
1623         Avoid a crash when debugger stop on an error
1625         * plugins/debug-manager/start.c,
1626         plugins/gdb/debugger.c,
1627         libanjuta/interfaces/libanjuta.idl:
1628         Display an error message when debugger target is not found
1630 2008-03-15  Naba Kumar  <naba@naba-desktop>
1632         * configure.in:
1633         * data/Makefile.am:
1634         * (removed) data/properties:
1635         * (added) plugins/editor/properties:
1636         * plugins/editor/Makefile.am:
1638         Moved data/properties to plugins/editor/ and removed dead code from
1639         Makefile.am files.
1640         
1641 2008-03-15  Naba Kumar  <naba@naba-desktop>
1643         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1644         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1645         (macro_dialog_finalize):
1646         * plugins/macro/macro-edit.c (macro_edit_dispose),
1647         (macro_edit_finalize):
1649         Fixed errors in previous patch.
1650         
1651 2008-03-15  Naba Kumar  <naba@naba-desktop>
1653         Patch from Ignacio Casal Quinteiro:
1655         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1656         (finalize):
1657         * plugins/class-gen/plugin.c (dispose), (finalize):
1658         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1659         (class_inheritance_dispose):
1660         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1661         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1662         (dma_plugin_finalize):
1663         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1664         (dma_debugger_queue_finalize):
1665         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1666         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1667         (anjuta_docman_finalize):
1668         * plugins/document-manager/plugin.c:
1669         * plugins/editor/plugin.c (dispose), (finalize),
1670         (editor_plugin_class_init):
1671         * plugins/editor/text_editor.c (text_editor_dispose),
1672         (text_editor_finalize):
1673         * plugins/file-loader/plugin.c (dispose), (finalize),
1674         (anjuta_file_loader_plugin_class_init):
1675         * plugins/file-manager/plugin.c (file_manager_finalize),
1676         (file_manager_dispose):
1677         * plugins/file-wizard/plugin.c (dispose), (finalize),
1678         (file_wizard_plugin_class_init):
1679         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1680         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1681         * plugins/glade/plugin.c (glade_plugin_dispose),
1682         (glade_plugin_finalize), (glade_plugin_class_init):
1683         * plugins/gtodo/plugin.c (finalize), (dispose):
1684         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1685         (anjuta_vim_plugin_dispose):
1686         * plugins/indent/plugin.c (indent_plugin_finalize),
1687         (indent_plugin_dispose):
1688         * plugins/language-manager/plugin.c (language_manager_finalize),
1689         (language_manager_dispose):
1690         * plugins/language-support-cpp-java/plugin.c
1691         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1692         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1693         (macro_db_class_init):
1694         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1695         (macro_dialog_finalize), (macro_dialog_class_init):
1696         * plugins/macro/macro-edit.c (macro_edit_dispose),
1697         (macro_edit_finalize), (macro_edit_class_init):
1698         * plugins/macro/plugin.c (finalize), (dispose):
1699         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1700         (anjuta_msgman_finalize):
1701         * plugins/message-view/message-view.c (message_view_dispose),
1702         (message_view_finalize):
1703         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1704         (message_view_plugin_finalize):
1705         * plugins/patch/plugin.c (patch_plugin_finalize),
1706         (patch_plugin_dispose):
1707         * plugins/profiler/plugin.c (profiler_finalize),
1708         (profiler_dispose):
1709         * plugins/project-import/plugin.c (dispose), (finalize),
1710         (project_import_plugin_class_init):
1711         * plugins/project-manager/plugin.c
1712         (project_manager_plugin_finalize),
1713         (project_manager_plugin_dispose):
1714         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1715         (npw_plugin_finalize), (npw_plugin_class_init):
1716         * plugins/sample1/plugin.c (sample_plugin_finalize),
1717         (sample_plugin_dispose):
1718         * plugins/search/plugin.c (dispose), (finalize),
1719         (search_plugin_class_init):
1720         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1721         (sourceview_plugin_dispose):
1722         * plugins/subversion/plugin.c (finalize), (dispose):
1723         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1724         * plugins/symbol-browser/an_symbol_iter.c
1725         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1726         * plugins/symbol-browser/an_symbol_search.c
1727         (an_symbol_search_dispose), (an_symbol_search_finalize):
1728         * plugins/symbol-browser/an_symbol_view.c
1729         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1730         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1731         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1732         (symbol_db_dispose):
1733         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1734         (terminal_plugin_finalize):
1735         * plugins/tools/plugin.c (atp_plugin_dispose),
1736         (atp_plugin_finalize), (atp_plugin_class_init):
1737         * plugins/valgrind/plugin.c (valgrind_finalize),
1738         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1740 2008-03-15  Naba Kumar  <naba@gnome.org>
1742         * TODO.tasks: Updated and marked debugger bounties completed.
1743         
1744 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1746         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1747         (get_line_indentation_base):
1748         
1749         #521847 – anjuta freez when edit file
1751 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1753         Patch from Rob Bradford:
1754         * plugins/build-basic-autotools/executer.c (execute_program):
1755         520324 – Execute command is not overridable
1756         
1757         * plugins/sourceview/sourceview.c (on_insert_text):
1758         Removed Debug print
1760 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1762         Patch from James Liggett:
1763         * plugins/subversion/plugin.c (activate_plugin):
1764         521691 – Crash when click "Resolve Conflicts" without opened project
1766 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1768         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1769         * plugins/language-support-cpp-java/cpp-java-utils.c:
1770         * plugins/language-support-cpp-java/plugin.c
1771         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1772         520415 – [PATCH] Problems in auto indentatation code,
1773         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1774         
1775         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1776         (anjuta_view_button_press_event):
1777         * plugins/sourceview/sourceview.c (on_insert_text),
1778         (sourceview_adjustment_changed), (sourceview_new):
1779         #520761 – Weirz behavior with popup
1781 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1783         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1784         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1785         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1786         (anjuta_launcher_fork):
1787         * libanjuta/anjuta-launcher.h:
1788         Add API to set environment variables for the forked process
1789         
1790         * plugins/build-basic-autotools/Makefile.am:
1791         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1792         .glade:
1793         * plugins/build-basic-autotools/build-basic-autotools.c
1794         (build_set_env), (build_execute_command_full),
1795         (build_execute_command), (build_configure_project),
1796         (build_autogen_project):
1797         * plugins/build-basic-autotools/build-basic-autotools.h:
1798         * plugins/build-basic-autotools/build-options.c
1799         (fill_options_combo), (build_dialog_configure):
1800         * plugins/build-basic-autotools/build-options.h:
1801         Use new launcher API to set CFLAGS when running configure. New configure dialog
1802         which has predefined CFLAGS settings.
1804         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1806 === anjuta 2.4.0 ===
1808 2008-03-11  Naba Kumar  <naba@gnome.org>
1810         * NEWS: Updated for 2.4.0 stable release.
1811         * configure.in: Version bumped to 2.4.0
1812         * TODO.tasks: Updated.
1814 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1816         Reviewed by Naba Kumar  <naba@gnome.org>:
1817         * global-tags/Makefile.am:
1818         Revert change for #515954. This change was incorrect, the anjuta-tags
1819         program is installed into the $(bindir) rather than the $(scriptdir).
1821 2008-03-02  Naba Kumar  <naba@gnome.org>
1823         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1824         * configure.in: Added a requirement for scintilla editor plugin.
1826 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1828         * plugins/message-view/anjuta-msgman.c
1829         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1830         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1831         * plugins/message-view/anjuta-msgman.h:
1832         
1833         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1834         get rid of the cached current_view member.
1835         Fixes #518469 – Save message buffer not working good
1837 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1839         Patch by James Liggett:
1840         * plugins/subversion/svn-command.h:
1841         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1842         Fixed #519275 – Subversion should allow offline diffs   
1844 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1846         * plugins/language-support-cpp-java/cpp-java-assist.c
1847         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1848         Removed some debug code
1849         
1850         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1851         Escape tooltip text to avoid broken markup
1853 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1855         * libanjuta/Makefile.am:
1856         Fixed a build error when building with -j X
1857         
1858         * plugins/tools/scripts/prepare-changelog.pl:
1859         Updated to latest script version in gnome svn
1861 2008-02-28  Johannes Schmid <jhs@gnome.org>
1863         * plugins/document-manager/anjuta-docman.c:
1864         (anjuta_docman_page_destroy):
1865         Do not unref widget because the GtkNotebook will unref them
1866         
1867         * plugins/file-manager/file-view.c: (file_view_refresh):
1868         * plugins/search/search_preferences.c: (search_preferences_init):
1869         Fixed a memory leaks
1870         
1871         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1872         (ieditor_get_offset), (ieditor_iface_init),
1873         (idocument_get_filename), (ilanguage_get_supported_languages),
1874         (autodetect_language):
1875         
1876         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1877         was missing.
1879 2008-02-28  Johannes Schmid <jhs@gnome.org>
1881         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1882         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1884 2008-02-27  Naba Kumar  <naba@gnome.org>
1886         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1887         string break. That was a mistake doing at this point.
1889 === anjuta 2.3.5 ===
1891 2008-02-26  Naba Kumar  <naba@gnome.org>
1893         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1894         crash when there is a modified new file open, a non-modified exiting
1895         file open and autosave happen. Simplified error checking logic and
1896         avoided memory corruption. Fixes bug #Bug 518716.
1898 2008-02-25  Naba Kumar  <naba@gnome.org>
1900         * NEWS: Updated for release 2.3.5
1901         * configure.in: Bumped version to 2.3.5
1903         * plugins/build-basic-autotools/build-basic-autotools.c:
1904         (on_editor_changed): Avoid accessing text which is greater than
1905         valid range.
1907         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1909 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1911         * plugins/debug-manager/breakpoints.c:
1912         Fix #518329: Crash when adding breakpoint and other similar bugs
1914 2008-02-25  Johannes Schmid <jhs@gnome.org>
1916         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1917         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1918         Never call error() which calls exit()
1919         #517646 – Anjuta exists with code 2 when i try to import gedit
1921 2008-02-23  Johannes Schmid <jhs@gnome.org>
1923         * plugins/sourceview/sourceview.c: (ieditor_insert):
1924         Block insert_text signal when inserting manually.
1926 2008-02-23  Johannes Schmid <jhs@gnome.org>
1928         * plugins/sourceview/sourceview.c: (on_insert_text):
1929         Fixed a problem with the "insert-text" signal that broke
1930         copy&paste sometimes
1932 2008-02-22  Johannes Schmid <jhs@gnome.org>
1934         * plugins/language-support-cpp-java/plugin.c:
1935         (get_line_indentation_base):
1936         More fixes for comment handling and made the code
1937         a lot simpler
1939 2008-02-22  Johannes Schmid <jhs@gnome.org>
1941         * plugins/sourceview/sourceview.c: (on_insert_text):
1942         Fixed #517919 – Crash on pasting docblock
1944 2008-02-20  Johannes Schmid <jhs@gnome.org>
1946   Patch from James Liggett:
1947         * plugins/profiler/profiler.glade:
1948         Fix width options dialog. Translations are not longer cut off. (#516630)
1950 2008-02-18  Johannes Schmid <jhs@gnome.org>
1952         * plugins/sourceview/sourceview.c: (on_insert_text):
1953         Do not change the iterator in the "insert-text" handler because
1954         it has some strange side-effects when copying text
1955         Fix useless free'ing in hover-leave that might have led to random
1956         crashes
1958 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1960         * plugins/debug-manager/start.c:
1961         Avoid a glib warning if no project is loaded
1963 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1965         * manuals/anjuta-manual/C/debugger.xml:
1966         Remove warning about new debugger
1968 2008-02-17  Johannes Schmid <jhs@gnome.org>
1970         * manuals/anjuta-manual/figures/project-window.png:     
1971         Use a smaller picture
1973 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1975         * plugins/gdb/debugger.c:
1976         Set breakpoint in file with uncommon characters in path name
1978 2008-02-17  Johannes Schmid <jhs@gnome.org>
1980         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1981         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1982         (icell_get_char):
1983         * plugins/sourceview/sourceview.c: (on_insert_text):    
1984         Fix "char-added" signal to pass the correct iterator
1986 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1988         * plugins/gdb/debugger.c:
1989         Load executable in gdb with space in path name 
1991 2008-02-17  Johannes Schmid <jhs@gnome.org>
1993         * plugins/language-support-cpp-java/plugin.c:
1994         (get_line_indentation_base), (get_line_auto_indentation),
1995         (on_auto_indent):
1996         Some bugfixes and clean-ups in comment indentation code
1997         
1998         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1999         (anjuta_view_finalize), (anjuta_view_key_press_event):
2000         * plugins/sourceview/sourceview.c: (on_insert_text),
2001         (sourceview_create_highligth_indic), (sourceview_new):
2002         Cleaned implementation of char-added signal by using "insert-text" signal
2003         instead of filtering "key-press-event"
2004         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
2005         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
2006         (iiter_diff):
2007         Fixed implementation of get_character and return value of iiter_first() and
2008         iiter_last();
2010 2008-02-16  Johannes Schmid <jhs@gnome.org>
2012         * plugins/valgrind/plugin.c: (valgrind_activate),
2013         (ipreferences_merge), (ipreferences_unmerge):
2014         * plugins/valgrind/vgactions.c: (vg_actions_run):
2015         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
2016         
2017         Fixed crasher when starting valgrind because of strange prefs handling and
2018         #516641 – Valgrind: Load Log does not clear list
2020 2008-02-15  James Liggett  <jrliggett@cox.net>
2022         * plugins/profiler/plugin.c:
2023         (on_select_other_target_button_clicked):
2024         Select the new custom target in the list so that the user sees it.
2026         Bug 516630 – Selection custom binary in profiler is not
2027         user-friendly.
2029 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2031         * manuals/anjuta-manual/C/projects.xml:
2032         Fix #515993: "Add package" button is "Add Package" in code
2033         Fix #516727: "Build All" is "Build Project" in code
2034         Fix #516728: "Clean All" is "Clean Project" in code
2035         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
2036         Fix #516730: Fix note title 
2037         "Configure" is "Run Configure..." in code
2039 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2041         * (added) manuals/anjuta-manual/C/figures/project-window.png,
2042         (removed) manuals/anjuta-manual/C/figures/project_win.png,
2043         manuals/anjuta-manual/C/projects.xml,
2044         manuals/anjuta-manual/Makefile.am:
2045         Fix #515207: Add a new project window screenshoot
2046         Rename "Project View" to "Project window"
2048 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2050         * plugins/project-import/project-import.c:
2051         Fix #516743: Import project keeps an old date on project file
2053         * plugins/project-manager/plugin.c:
2054         Fix #516737: Import project doesn't load project with space in name
2056 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
2058         * plugins/debug-manager/command.c:
2059         Destroy local variables on each step
2061         * plugins/debug-manager/debug_tree.c,
2062         plugins/debug-manager/watch.c,
2063         plugins/debug-manager/locals.c,
2064         plugins/gdb/debugger.c,
2065         libanjuta/interfaces/libanjuta.idl:
2066         Parse local variables scope (not used yet)
2068 2008-02-15  James Liggett <jrliggett@cox.net>
2070         reviewed by: Johannes Schmid <jhs@gnome.org>
2072         * plugins/profiler/gprof-options.c: (setup_widgets),
2073         (gprof_options_set_target), (gprof_options_has_target),
2074         (gprof_options_get_string):
2075         * plugins/profiler/gprof-options.h:
2076         * plugins/profiler/plugin.c: (ifile_open):
2077         516128 – crash in Anjuta IDE: selected profiler as the...
2079 2008-02-14  Johannes Schmid <jhs@gnome.org>
2081         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
2082         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
2083         * plugins/symbol-browser/an_symbol.c:
2084         * plugins/symbol-browser/an_symbol_view.c:
2085         (on_symbol_view_row_expanded):
2086         Fixed some memory leaks (Remember to all free/unref everything that comes
2087         from gtk_tree_model_get())
2089 2008-02-14  Johannes Schmid <jhs@gnome.org>
2091         * plugins/document-manager/search-box.c: (on_search_activated):
2092         516377 – Status bar does not change its status of 'Search for .. continued at top'
2093         (caused by differences between scintilla and sourceview)
2095 2008-02-13  James Liggett <jrliggett@cox.net>
2097         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
2098         Output in UTF-8 format to avoid hangs with the editor. (#516014)
2100 2008-02-14  Johannes Schmid <jhs@gnome.org>
2102         * plugins/language-support-cpp-java/plugin.c:
2103         (get_line_indentation_base), (get_line_auto_indentation),
2104         (on_editor_char_inserted_cpp):
2105         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
2107 2008-02-13  Johannes Schmid <jhs@gnome.org>
2109         * plugins/language-support-cpp-java/plugin.c:
2110         (is_iter_inside_string), (get_line_auto_indentation):
2111         Handle comments in the code and do not ask editor. Fixes scintilla
2112         indentation (sourceview does not report comments anyway).
2113         
2114         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
2115         Diff with correct sign (also fixes some issues with language-support)
2117 2008-02-13  Johannes Schmid <jhs@gnome.org>
2119         * plugins/language-support-cpp-java/plugin.c:
2120         (get_line_indentation_base):
2121         Act even more clever for comments. Indent /* */ comments correctly
2122         for multilines
2124 2008-02-13  Johannes Schmid <jhs@gnome.org>
2126         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
2127         Also set indentation size correctly, when tab size is set
2128         by language support plugin
2130 2008-02-13  Johannes Schmid <jhs@gnome.org>
2132         * plugins/language-support-cpp-java/plugin.c:
2133         (get_line_indentation_base):
2134         
2135         Indent lines after comments correctly
2137 2008-02-13  Johannes Schmid <jhs@gnome.org>
2139         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
2140         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
2141         * libanjuta/anjuta-launcher.h:
2142         Some more fixes from symbol-db-branch
2143         
2144         * src/Makefile.am:
2145         Move anjuta-shell to noinst_PROGRAMS as it is just a test
2147 2008-02-12  Johannes Schmid <jhs@gnome.org>
2149   Patch from Gennaro Bellizio <genbell@tiscali.it>:
2150         * global-tags/Makefile.am:
2151         * AUTHORS
2152         #515954 – create_global_tags.sh: wrong anjuta-tags path
2153         
2154         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2155         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
2156         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2157         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
2158         (anjuta_launcher_fork):
2159         * libanjuta/anjuta-launcher.h:
2160         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
2161         from symbol-db branch
2163 2008-02-11  Johannes Schmid <jhs@gnome.org>
2165         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2166   515868 – File browser only shows icons when activated
2167   
2168 2008-02-11  Johannes Schmid <jhs@gnome.org>
2170         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2171         #515867 – Anjuta dies on startup
2173 2008-02-11  Johannes Schmid <jhs@gnome.org>
2175         * TODO.tasks: Marked subversion task as completed
2177 === anjuta 2.3.4 ===
2179 2008-02-11  Naba Kumar  <naba@gnome.org>
2181         * configure.in: Bumped version to 2.3.4
2183 2008-02-10  Naba Kumar  <naba@gnome.org>
2185         * NEWS: Updated for release.
2187 2008-02-10  Johannes Schmid <jhs@gnome.org>
2189         * plugins/document-manager/anjuta-document-manager.plugin.in:
2190         Added html, javascript and glade file types. This makes it possible to
2191         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
2192         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
2193         
2194         * plugins/file-wizard/anjuta-file-wizard.glade:
2195         * plugins/gdb/anjuta-gdb.glade:
2196         * plugins/project-wizard/anjuta-project-wizard.glade:
2197         * plugins/search/anjuta-search.glade:
2198         * plugins/terminal/anjuta-terminal-plugin.glade:
2199         
2200         Fixed some other translation issues (#507921)
2202 2008-02-10  Naba Kumar  <naba@gnome.org>
2204         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
2205         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
2207 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2209         * manuals/anjuta-manual/C/interface.xml,
2210         manuals/anjuta-manual/C/introduction.xml,
2211         manuals/anjuta-manual/C/preferences.xml,
2212         manuals/anjuta-manual/C/fileoperations.xml,
2213         manuals/anjuta-manual/C/projects.xml:
2214         Fix spelling errors, including bug #515204, #515172, #515117
2215         and #513892
2217 2008-02-10  Naba Kumar  <naba@gnome.org>
2219         * plugins/document-manager/plugin.c: Fixed stream comment and added
2220         translator's comment for 'block comment', 'box comment' and 'stream
2221         comment'
2223 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2225         * plugins/debug-manager/command.c,
2226         plugins/debug-manager/command.h,
2227         plugins/debug-manager/breakpoints.c,
2228         libanjuta/interfaces/libanjuta.idl:
2229         Avoid adding the same breakpoint several times
2231         * plugins/gdb/debugger.c:
2232         Fix bug #515463: Deattaching process kill it
2234 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2236         * manuals/anjuta-manual/C/debugger.xml:
2237         Fix translation bug #515459 and #515460
2239 2008-02-10  Johannes Schmid <jhs@gnome.org>
2241   Patch from Rémi Cardona <remi@gentoo.org>
2243         * plugins/build-basic-autotools/Makefile.am:
2244         * plugins/cvs-plugin/Makefile.am:
2245         * plugins/document-manager/Makefile.am:
2246         * plugins/editor/Makefile.am:
2247         * plugins/indent/Makefile.am:
2248         * plugins/language-support-cpp-java/Makefile.am:
2249         * plugins/message-view/Makefile.am:
2250         * plugins/sourceview/Makefile.am:
2251         * plugins/symbol-browser/Makefile.am:
2252         * plugins/terminal/Makefile.am:
2253         * scripts/build-schemas.mk:
2254         * src/Makefile.am:
2255   Fix #512531 – Parallel build fails
2256   
2257   * AUTHORS: Added Rémi
2259 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2261         * plugins/debug-manager/queue.c:
2262         Fix interrupt command, not working due to previous change
2264 2008-02-10  Johannes Schmid <jhs@gnome.org>
2266         * src/Makefile.am:
2267         * src/anjuta-app.c:
2268         * src/anjuta-callbacks.c (removed):
2269         * src/anjuta-callbacks.h (removed):
2270         
2271         Removed (almost) empty files, fixes #515383 and #515388
2273 2008-02-09  James Liggett <jrliggett@cox.net>
2275         Reviewed by Naba Kumar  <naba@gnome.org>:
2277         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2278         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2279         * plugins/subversion/svn-command.c:
2280         (svn_command_make_canonical_path):
2281         * plugins/subversion/svn-command.h:
2282         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2283         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2284         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2285         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2286         * plugins/subversion/svn-remove-command.c:
2287         (svn_remove_command_new):
2288         * plugins/subversion/svn-status-command.c:
2289         (svn_status_command_new):
2290         * plugins/subversion/svn-switch-command.c:
2291         (svn_switch_command_new):
2292         * plugins/subversion/svn-update-command.c:
2293         (svn_update_command_new):
2294         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
2295         die if the user gives a path that libsvn doesn't like. 
2296         
2297         Fixes bug #515500
2299 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
2301         * plugins/debug-manager/command.c,
2302         plugins/debug-manager/command.h,
2303         plugins/debug-manager/queue.c:
2304         Fix crashes when trying to stop the debugger while it is busy
2306 2008-02-08  Johannes Schmid <jhs@gnome.org>
2308   Patch from Rodrigo Moya <rodrigo@novell.com>
2310         * plugins/glade/plugin.c: (ifile_open):
2311         * plugins/symbol-browser/test-class.cpp:
2312         * AUTHORS: Added Rodrigo
2313         
2314         #514732 – 64 bit compliation error
2315         #514733 – Use of uninitialized variables
2317 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
2319         * manuals/anjuta-manual/C/debugger.xml:
2320         Fix translation bug #514494 and bug #514440
2322 2008-02-05  Massimo Cora'  <maxcvs@email.it>
2324         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2325         Fix a compile error added in the previous patch
2327 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
2329         * plugins/profiler/gprof-view.c,
2330         plugins/class-inheritance/class-callbacks.c,
2331         plugins/class-inheritance/class-inherit.c,
2332         plugins/symbol-browser/an_symbol.c,
2333         plugins/symbol-db/symbol-db-engine-iterator-node.c,
2334         libanjuta/interfaces/libanjuta.idl:
2335         Change ianjuta_symbol_file function to ianjuta_symbol_uri
2337 2008-02-04  Johannes Schmid <jhs@gnome.org>
2339         * plugins/search/anjuta-search.glade: Fixed typo
2341 2008-02-03  Johannes Schmid <jhs@gnome.org>
2343         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2344         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2345         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2346         .glade:
2347         * plugins/build-basic-autotools/build-basic-autotools.c:
2348         (build_get_context), (build_configure_project):
2349         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2350         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2351         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2352         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2353         * plugins/devhelp/plugin.c: (devhelp_activate):
2354         * plugins/editor/Makefile.am:
2355         * plugins/editor/anjuta-editor-scintilla.glade:
2356         * plugins/editor/text_editor.c:
2357         * plugins/editor/text_editor.h:
2358         * plugins/editor/text_editor_menu.c (removed):
2359         * plugins/editor/text_editor_menu.h (removed):
2360         * plugins/file-wizard/anjuta-file-wizard.glade:
2361         * plugins/gtodo/notification.c: (create_notification_window):
2362         * plugins/gtodo/preferences.c: (preferences_widget):
2363         * plugins/language-support-cpp-java/plugin.c:
2364         (cpp_java_plugin_activate_plugin):
2365         * plugins/message-view/anjuta-message-manager-plugin.glade:
2366         * plugins/message-view/plugin.c: (activate_plugin):
2367         * plugins/project-manager/plugin.c: (confirm_removal):
2368         * plugins/search/anjuta-search.glade:
2369         * plugins/search/plugin.c:
2370         * plugins/search/search-replace.c: (nb_results_alert):
2371         * plugins/subversion/subversion-commit-dialog.c:
2372         (on_subversion_commit_response):
2373         * plugins/symbol-browser/plugin.c: (activate_plugin):
2374         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2375         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2376         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2377         * src/anjuta.glade:
2378         
2379         Fixed translation bugs from #507921.
2380         Removed unused files in scintilla plugin
2382 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2384         * manuals/anjuta-manual/C/debugger.xml:
2385         Fix bug #514124 and bug #514138: Wrong menu item name
2387 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2389         * plugins/profiler/gprof-view.c,
2390         plugins/symbol-browser/plugin.c,
2391         plugins/class-inheritance/class-callbacks.c,
2392         plugins/debug-manager/plugin.c,
2393         plugins/tools/editor.c,
2394         plugins/search/search-replace.c,
2395         plugins/search/search-replace_backend.c,
2396         plugins/search/search-replace_backend.h,
2397         plugins/build-basic-autotools/build-basic-autotools.c,
2398         plugins/document-manager/plugin.c,
2399         plugins/document-manager/file_history.c,
2400         plugins/document-manager/anjuta-docman.c,
2401         plugins/document-manager/anjuta-docman.h,
2402         plugins/document-manager/action-callbacks.c,
2403         libanjuta/interfaces/libanjuta.idl:
2404         Rename IAnjutaDocumentManager functions:
2405         find_document_with_path, goto_file_line, goto_file_line_mark
2406         and get_full_filename into
2407         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2408         and get_uri
2409         Fix search plugin to use an URI instead of a file path
2410         Fix anjuta_docman_get_uri to always return an URI
2412 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2414         * plugins/debug-manager/breakpoints.c:
2415         Fix bug #514118: Rename Clear All Breakpoints to Remove
2416         All Breakpoints
2418 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2420         * manuals/anjuta-manual/C/debugger.xml:
2421         Update debugger documentation
2423 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2425         * plugins/debug-manager/sharedlib.c,
2426         plugins/debug-manager/anjuta-debug-manager.glade,
2427         plugins/debug-manager/queue.c,
2428         plugins/tools/execute.c,
2429         plugins/tools/anjuta-tools.glade,
2430         plugins/tools/editor.c,
2431         plugins/project-wizard/templates/terminal.wiz,
2432         plugins/project-wizard/templates/xlib-dock.wiz,
2433         plugins/project-wizard/templates/wxwin.wiz,
2434         plugins/project-wizard/templates/java.wiz,
2435         plugins/project-wizard/templates/gnome.wiz,
2436         plugins/project-wizard/templates/anjuta-plugin.wiz,
2437         plugins/project-wizard/templates/gtkmm.wiz,
2438         plugins/project-wizard/templates/python.wiz,
2439         plugins/project-wizard/templates/cpp.wiz,
2440         plugins/project-wizard/templates/sdl.wiz,
2441         plugins/project-wizard/templates/gtk.wiz,
2442         plugins/project-wizard/templates/minimal.wiz,
2443         plugins/project-wizard/templates/xlib.wiz,
2444         plugins/project-wizard/templates/gcj.wiz,
2445         plugins/gdb/plugin.c,
2446         plugins/gdb/debugger.c,
2447         libanjuta/anjuta-plugin-manager.c:
2448         Partial fix of #507921: translation issues in debug-manager, tools,
2449         project-wizard, gdb and anjuta-plugin-manager.
2451 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2453         * plugins/debug-manager/queue.c:
2454         Debugger Local, Stack and Thread windows were missing due to
2455         the previous change.
2457 2008-02-02  Johannes Schmid <jhs@gnome.org>
2459         * manuals/anjuta-manual/Makefile.am:
2460         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2461         causes make install to fail
2463 2008-02-02  Johannes Schmid <jhs@gnome.org>
2465         * plugins/macro/macros.xml:
2466         #495511 – Header_h macro correction
2468 2008-02-02  Johannes Schmid <jhs@gnome.org>
2470         * plugins/patch/patch-plugin.glade:
2471         gtk-apply is not translatable...
2473 2008-02-02  Johannes Schmid <jhs@gnome.org>
2475         * plugins/build-basic-autotools/build-basic-autotools.c:
2476         (on_build_mesg_format):
2477         
2478         Also check for untranslated messages from make. Should fix 
2479         #511981 – Error parsing make output
2481 2008-02-02  Johannes Schmid <jhs@gnome.org>
2483         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2484         .glade:
2485         
2486         Fixed #511010 – [UI] Execute program utility window
2488 2008-02-02  Johannes Schmid <jhs@gnome.org>
2490         * src/anjuta.glade:
2491         Fixed #509908 – [UI] Problems with the General settings tab
2493 2008-02-02  Johannes Schmid <jhs@gnome.org>
2495         * manuals/anjuta-manual/C/fileoperations.xml:
2496         Fixed #513730 – Option not present in the GUI po file
2498 2008-02-02  Johannes Schmid <jhs@gnome.org>
2500         * plugins/sourceview/anjuta-editor-sourceview.glade:
2501         Adjust preferences default values
2503 2008-02-02  Johannes Schmid <jhs@gnome.org>
2505         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2506         Fixed #512535 – Open files tabs' position is correctly remembered 
2507         but not applied at startup
2509 2008-02-02  Johannes Schmid <jhs@gnome.org>
2511         * plugins/search/search-replace.c: (on_message_clicked):
2512         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2513         fix clicking on search result messages
2515 2008-02-01  James Liggett <jrliggett@cox.net>
2517         * plugins/subversion/svn-command.c: (on_svn_notify):
2518         Fixed wrong status message output when resolving conflicts.
2520 2008-02-02  Johannes Schmid <jhs@gnome.org>
2522         * configure.in: Require GtkSourceView 2.1.2
2523         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2524         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2525         (imark_is_marker_set), (imark_delete_all_markers),
2526         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2527         
2528         Adapted to API changes in GtkSourceView
2530 2008-02-01  Johannes Schmid <jhs@gnome.org>
2532         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2533         Fixed tabsize preference
2535 2008-02-01  Johannes Schmid <jhs@gnome.org>
2537         * manuals/anjuta-manual/C/fileoperations.xml:
2538         * manuals/anjuta-manual/C/interface.xml:
2539         Updated manual
2540         
2541         * manuals/anjuta-manual/Makefile.am:
2542         * manuals/anjuta-manual/C/figures/*:
2543         
2544         Updated figures to be in clearlooks theme, removed old figures
2546 2008-02-01  Johannes Schmid <jhs@gnome.org>
2548         * plugins/patch/patch-plugin.glade:
2549         * plugins/patch/plugin.c: (patch_plugin_activate):
2550         Another UI issue with the patch plugin and silenced a compiler
2551         warning
2552         
2553         Patch from James Liggett:
2554         * plugins/profiler/gprof-call-graph-view.c:
2555         (gprof_call_graph_view_create_columns):
2556         * plugins/profiler/gprof-flat-profile-view.c:
2557         (gprof_flat_profile_view_create_columns):
2558         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2559         * plugins/profiler/gprof-view.h:
2560         
2561         Use two decimal places for float values in profiler views (#507831)
2563 2008-02-01  Johannes Schmid <jhs@gnome.org>
2565         * configure.in:
2566         * plugins/editor/Makefile.am:
2567         
2568         Fixed #512751 – libgnomeprint unnecessary without scintilla
2570 2008-01-31  Johannes Schmid <jhs@gnome.org>
2572         * plugins/language-manager/languages.xml:
2573         Added a pretty ugly string for C++ headers. Maybe we should rely
2574         on mime-types instead...
2576 2008-01-31  Johannes Schmid <jhs@gnome.org>
2578         * plugins/language-support-cpp-java/cpp-java-assist.c:
2579         (get_iter_column), (cpp_java_assist_get_calltip_context),
2580         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2581         (on_assist_chosen), (cpp_java_assist_install):
2582         * plugins/language-support-cpp-java/plugin.c:
2583         (on_editor_char_inserted_cpp):
2584         Removed annoying DEBUG_PRINTs
2585         
2586         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2587         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2588         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2589         
2590         Fixed "jumping" tooltips, fixed indentation of brances
2592 2008-01-31  Johannes Schmid <jhs@gnome.org>
2594         * plugins/document-manager/plugin.c: (on_document_changed):
2595         Fixed crash when closing anjuta after all document tabs have been closed
2597 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2599         * plugins/debug-manager/anjuta-debug-manager.glade:
2600         Fix #513485: wrong strings maked as translatable
2602 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2604         * plugins/debug-manager/threads.c,
2605         plugins/debug-manager/stack_trace.c:
2606         Avoid crash when getting relative path from debugger (same fix
2607         than for #510028)
2609         * plugins/debug-manager/queue.c:
2610         Emit all state changes notification
2612         * plugins/debug-manager/start.c:
2613         Fix #511586: Project path with "+" not working in debugger
2615 2008-01-31  Johannes Schmid <jhs@gnome.org>
2617         * plugins/patch/patch-plugin.glade:
2618         Fixed button ui problem...
2619         
2620         Patch from James Liggett:
2621         * plugins/profiler/gprof-call-graph-block-entry.c:
2622         (gprof_call_graph_block_primary_entry_new),
2623         (gprof_call_graph_block_secondary_entry_new):
2624         * plugins/profiler/gprof-flat-profile-entry.c:
2625         (gprof_flat_profile_entry_new):
2626         
2627         Fix #507831 - Wrong Profiler values for some locales
2629 2008-01-31  Johannes Schmid <jhs@gnome.org>
2631         * plugins/sourceview/anjuta-editor-sourceview.glade:
2632         * plugins/sourceview/sourceview-prefs.c:
2633         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2634   
2635   Fixed Editor->View popup menu for those entries that are appropriate for
2636   sourceview    
2638 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2640         * plugins/debug-manager/breakpoints.c:
2641         Fix #512901: Crash when adding a breakpoint
2643         * plugins/debug-manager/queue.c:
2644         Remove a possible memory leak
2646 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2648         * plugins/debug-manager/data_view.c,
2649         plugins/debug-manager/sparse_view.c,
2650         manuals/anjuta-manual/C/debugger.xml:
2651         Fix #513130, #513131 #513135: Wrong menu item names and errors
2652         in the documentation
2654 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2656         * plugins/tools/editor.c:
2657         ianjuta_document_manager_find_document_with_path expect an uri not
2658         a path
2660 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2662         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2663         manuals/reference/libanjuta/libanjuta-sections.txt,
2664         libanjuta/interfaces/libanjuta.idl:
2665         Documentation fixes for IAnjutaDebugger* interfaces
2667 === anjuta 2.3.3 ===
2669 2008-01-27  Naba Kumar  <naba@gnome.org>
2671         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2672         rpm spec file.
2674         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2675         (value_added_current_editor), (value_removed_current_editor):
2676         Removed dead code.
2678         * TODO.tasks: Updated.
2680         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2681         scrollwindow shadow in.
2683         * plugins/editor/anjuta-editor-scintilla.glade:
2684         * plugins/editor/style-editor.c: (create_style_editor_gui):
2685         Set style window transient and cetered for preferences window.
2686         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2688         * plugins/editor/anjuta-editor-scintilla.glade:
2689         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2690         setting not working
2692         * configure.in, NEWS: Updated for release 2.3.3
2694 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2696         * plugins/debug-manager/anjuta-debug-manager.glade:
2697         Fix #512224: Use a string in english
2699 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2701         * plugins/build-basic-autotools/build-basic-autotools.c:
2702         ianjuta_document_manager_goto_file_line_mark needs an uri and
2703         not a file path
2705 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2707         * plugins/symbol-browser/plugin.c,
2708         plugins/symbol-browser/an_symbol_view.c:
2709         use gnome_vfs_get_uri_from_local_path to get local path from uri
2710         This takes care of escaping some characters
2712 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2714         * plugins/debug-manager/stack_trace.c:
2715         Probably fix #510028: crash debugger when having a relative filename
2716         in stack trace
2718 2008-01-25 Tom <tpgww@onepost.net>
2720         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2722         * plugins/document-manager/plugin.c,
2723         plugins/document-manager/file_history.c,
2724         plugins/document-manager/file_history.h,
2725         plugins/document-manager/anjuta-docman.c,
2726         plugins/document-manager/anjuta-docman.h:
2727         Rename filename argument to uri when an uri is expected
2728         anjuta_docman_get_document_for_uri will remove symlinks 
2730 2008-01-25  Naba Kumar  <naba@gnome.org>
2732         * plugins/terminal/terminal.c: (terminal_execute),
2733         (activate_plugin):
2734         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2736 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2738         * plugins/debug-manager/anjuta-debug-manager.glade,
2739         plugins/debug-manager/start.c:
2740         Fix #511049: Change UI of add source directories dialog
2742 2008-01-24  Naba Kumar  <naba@gnome.org>
2744         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2745         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2746         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2747         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2748         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2749         should work now.
2751 2008-01-24  Johannes Schmid <jhs@gnome.org>
2753         Patch from: Luca Ferretti <ella.uca@libero.it>:
2755         * plugins/document-manager/anjuta-docman.c:
2756         (anjuta_docman_page_init), (anjuta_docman_class_init):
2757         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2758         
2759         Fix #511757 – Close icon in tabs cut off (Patch was only for
2760         document-manager, also adapted it for message-manager)
2762 2008-01-24  Johannes Schmid <jhs@gnome.org>
2764         * plugins/Makefile.am:
2765         * plugins/sourceview/anjuta-document.c:
2766         * plugins/sourceview/anjuta-marshal.list:
2767         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2768         (anjuta_view_key_press_event):
2769         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2770         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2771         (iiter_diff), (iiter_iface_init):
2772         * plugins/sourceview/sourceview.c: (on_document_char_added),
2773         (ieditor_goto_position), (ieditor_get_text),
2774         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2775         (ieditor_erase), (ieditor_get_line_from_position),
2776         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2777         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2778         (ieditor_get_end_position), (ieditor_goto_start),
2779         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2780         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2781         (iassist_show_tips):
2782         
2783         Implemented new iterators interface in sourceview editor and
2784         re-enabled it.
2786 2008-01-23  Naba Kumar  <naba@gnome.org>
2788         * libanjuta/interfaces/libanjuta.idl:
2789         * manuals/reference/libanjuta/libanjuta-sections.txt:
2790         * plugins/build-basic-autotools/build-basic-autotools.c:
2791         (build_indicator_location_set), (on_editor_changed):
2792         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2793         * plugins/debug-manager/variable.c: (get_hovered_word):
2794         * plugins/document-manager/action-callbacks.c:
2795         (on_editor_command_upper_case_activate),
2796         (on_editor_command_lower_case_activate):
2797         * plugins/document-manager/search-box.c: (on_incremental_search),
2798         (on_search_activated):
2799         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2800         (iiter_last), (iiter_set_position), (iiter_get_position),
2801         (iiter_get_length), (iiter_compare), (iiter_diff),
2802         (iiter_iface_init):
2803         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2804         (text_editor_goto_point), (itext_editor_goto_start),
2805         (itext_editor_goto_end), (itext_editor_goto_position),
2806         (itext_editor_get_text_all), (itext_editor_get_text),
2807         (itext_editor_get_position), (itext_editor_get_offset),
2808         (itext_editor_get_length), (itext_editor_insert),
2809         (itext_editor_erase), (itext_editor_erase_all),
2810         (itext_editor_get_column), (itext_editor_get_overwrite),
2811         (itext_editor_set_popup_menu),
2812         (itext_editor_get_line_from_position),
2813         (itext_editor_get_line_begin_position),
2814         (itext_editor_get_line_end_position),
2815         (itext_editor_get_position_from_offset),
2816         (itext_editor_get_start_position), (itext_editor_get_end_position),
2817         (itext_editor_iface_init), (iconvert_to_upper),
2818         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2819         (iindicable_set):
2820         * plugins/editor/text_editor.h:
2821         * plugins/editor/text_editor_cbs.c:
2822         (on_text_editor_scintilla_notify):
2823         * plugins/indent/plugin.c: (on_indent_action_activate):
2824         * plugins/language-support-cpp-java/cpp-java-assist.c:
2825         (cpp_java_assist_get_scope_context),
2826         (cpp_java_assist_get_pre_word),
2827         (cpp_java_assist_show_autocomplete),
2828         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2829         (on_editor_char_added), (on_assist_chosen):
2830         * plugins/language-support-cpp-java/plugin.c:
2831         (get_line_indentation), (skip_iter_to_previous_logical_line),
2832         (skip_preprocessor_lines), (initialize_indentation_params),
2833         (set_line_indentation), (get_line_indentation_base),
2834         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2835         (on_editor_char_inserted_java), (on_auto_indent):
2836         * plugins/macro/macro-actions.c: (match_shortcut):
2837         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2838         * plugins/macro/plugin.c: (match_keyword):
2839         * plugins/search/plugin.c: (find_incremental):
2840         * plugins/search/search-replace.c: (search_and_replace),
2841         (search_start_over):
2842         * plugins/search/search-replace_backend.c:
2843         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2844         (create_search_entries):
2845         * plugins/symbol-browser/plugin.c:
2846         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2847         (isymbol_manager_iface_init):
2848         * plugins/symbol-db/plugin.c:
2849         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2850         (isymbol_manager_iface_init):
2851         * plugins/tools/execute.c: (atp_output_context_construct),
2852         (atp_output_context_destroy), (atp_user_tool_execute):
2854         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2855         iterators instead of integer offsets.
2856         - Renamed original ianjuta_editor_get_position(int) to 
2857         ianjuta_editor_get_offset(). It is deprecated.
2858         - Renamed original ianjuta_editor_get_position_iter() to
2859         ianjuta_editor_get_position().
2860         - Renamed ianjuta_editor_get_cell_iter() to
2861         ianjuta_editor_get_position_from_offset()
2862         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2863         - Added new methods:
2864         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2865         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2866         ianjuta_editor_goto_end().
2867         - All relevent signals and methods converted to use iterators.
2868         - All relevent plugins fixed to use new API.
2869         - Removed ianjuta_editor_cell_get_line() because it is provided by
2870         ianjuta_editor_get_line_from_position().
2871         - Removed ianjuta_symbol_manager_get_completions_at_position()
2872         because it not used anywhere and is not right to be there.
2873         - Updated IAnjutaEditable documentation.
2875         Updated IAnjutaIterable interface:
2876         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2877         - Introduced 'end-iter' to point at the end of the list.
2878         - Updated IAnjutaIterable documentation.
2880         * plugins/Makefile.am:
2881         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2882         for it soon).
2884 2008-01-22  Johannes Schmid <jhs@gnome.org>
2886         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2887         * plugins/project-import/anjuta-project-import.glade:
2888         * plugins/project-import/anjuta-project-import.plugin.in:
2889         * plugins/project-wizard/anjuta-project-wizard.glade:
2890         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2891         * plugins/project-wizard/druid.c: (npw_druid_new):
2892         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2893         
2894         Fixed #465084 – wizard instead of assistant (only string changes...)
2896 2008-01-20  Rob Bradford  <rob@openedhand.com>
2898         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2899         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2900         coming up with the solution. (Bug: #510390.)
2902 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2904         * plugins/build-basic-autotools/executer.c:
2905         Fix #502508, use anjuta_launcher to keep program output
2907         * plugins/terminal/terminal.c:
2908         Remove unused child_initizlized member
2909         Start the shell on plugin activation
2911 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2913         * plugins/debug-manager/sparse_buffer.c:
2914         Fix a crash when scrolling in the diassembly window
2916         * plugins/debug-manager/sparse_view.c:
2917         Small limit change using the same "unit" for both number
2919 2008-01-19  Naba Kumar  <naba@gnome.org>
2921         * plugins/language-support-cpp-java/cpp-java-assist.c:
2922         (cpp_java_assist_get_scope_context),
2923         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2924         instead.
2926 2008-01-19  Johannes Schmid <jhs@gnome.org>
2928         * plugins/sourceview/anjuta-editor-sourceview.glade:
2929         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2930         
2931         And even more strings...
2933 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2935         * plugins/project-wizard/templates/cpp/src/main.cc:
2936         Fix #498734, typing error in c++ project template
2938 2008-01-19  Johannes Schmid <jhs@gnome.org>
2940         * plugins/editor/text_editor.c: (text_editor_save_file):
2941         * plugins/macro/anjuta-macro.glade:
2942         * plugins/subversion/anjuta-subversion.glade:
2944         Fixed even more strings
2946 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2948         * plugins/language-support-cpp-java/cpp-java-assist.c:
2949         Fix bug #488519, remove critical warning (completion_cache == NULL
2950         is valid)
2952 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2954         * plugins/gdb/debugger.c:
2955         Enable logging of gdb communication with an environment variable
2957 2008-01-19  Naba Kumar  <naba@gnome.org>
2959         * plugins/editor/text-editor-iterable.c: (iiter_next),
2960         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2961         editor native funtions to avoid round trips.
2963 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2965         * plugins/editor/text_editor.c:
2966         Fix a bug due to the previous patch: Unable to save new file in 
2967         Scintilla
2969 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2971         * plugins/debug-manager/disassemble.c,
2972         plugins/debug-manager/disassemble.h,
2973         plugins/debug-manager/registers.c,
2974         plugins/debug-manager/registers.h,
2975         plugins/debug-manager/memory.c,
2976         plugins/debug-manager/memory.h,
2977         plugins/debug-manager/command.c,
2978         plugins/debug-manager/command.h,
2979         plugins/debug-manager/queue.c,
2980         plugins/debug-manager/queue.h,
2981         plugins/debug-manager/breakpoints.c,
2982         plugins/debug-manager/stack_trace.c,
2983         plugins/debug-manager/threads.c,
2984         plugins/debug-manager/plugin.c,
2985         plugins/gdb/plugin.c,
2986         plugins/gdb/debugger.c,
2987         plugins/gdb/debugger.h,
2988         manuals/reference/libanjuta/libanjuta-sections.txt,
2989         manuals/reference/libanjuta/libanjuta.types,
2990         libanjuta/interfaces/libanjuta.idl:
2991         Use gulong instead of guint for addresses
2992         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2993         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2995         * plugins/gdb/anjuta-gdb.plugin.in:
2996         Remove reference to IAnjutaCpuDebugger (useless)
2998 2008-01-18  Johannes Schmid <jhs@gnome.org>
3000         * AUTHORS: Added Alexander
3002 2008-01-18  Johannes Schmid <jhs@gnome.org>
3004   Patch from: Alexander Korolyov <kilork@yandex.ru>
3006         * plugins/editor/text_editor.c: (load_from_file),
3007         (text_editor_save_file):
3008         
3009         Fixed symlinks (#510238) and file permission (#405321)
3010         handling for scintilla editor. 
3011   
3012 2008-01-17  Johannes Schmid <jhs@gnome.org>
3014         * plugins/document-manager/action-callbacks.c:
3015         (on_editor_command_select_all_activate),
3016         (on_editor_command_cut_activate),
3017         (on_editor_command_paste_activate),
3018         (on_editor_command_copy_activate),
3019         (on_editor_command_clear_activate):
3020   Resupport cut/copy/paste/clear on GtkEditables when those
3021   have focus. (Important for shortcuts to work).
3023         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3024         * plugins/document-manager/search-box.c: (on_search_activated):
3025         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
3026         * plugins/patch/patch-plugin.c: (on_ok_clicked):
3027         * plugins/profiler/plugin.c: (profiler_get_data):
3028         * plugins/project-wizard/druid.c: (npw_druid_new):
3029         * plugins/project-wizard/install.c: (on_install_end_install_file):
3030         * plugins/sourceview/anjuta-editor-sourceview.glade:
3031         * plugins/subversion/anjuta-subversion.glade:
3032         * plugins/tools/anjuta-tools.glade:
3033         Various string fixes
3035 2008-01-17  Naba Kumar  <naba@gnome.org>
3037         Patch from James Liggett:
3039         * plugins/subversion/subversion-add-dialog.c:
3040         (on_subversion_add_response):
3041         * plugins/subversion/subversion-copy-dialog.c:
3042         (on_subversion_copy_response):
3043         * plugins/subversion/subversion-diff-dialog.c:
3044         (on_subversion_diff_response):
3045         * plugins/subversion/subversion-merge-dialog.c:
3046         (on_subversion_merge_response):
3047         * plugins/subversion/subversion-remove-dialog.c:
3048         (on_subversion_remove_response):
3049         * plugins/subversion/subversion-switch-dialog.c:
3050         (on_subversion_switch_response):
3051         * plugins/subversion/subversion-ui-utils.c: (check_input):
3052         * plugins/subversion/subversion-ui-utils.h:
3053         * plugins/subversion/subversion-update-dialog.c:
3054         (on_subversion_update_response):
3056         If the user doesn't enter any data for path or revision fields in
3057         certain SVN plugin dialogs, libsvn throws assertion failures and
3058         kills Anjuta. To avoid this, the validity of path and revision
3059         input data are checked before the command gets executed.
3061         Fixes Bug #509510 - Check input of some dialogs to avoid termination
3062         if user gives bad or no input
3064 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
3066         * plugins/document-manager/anjuta-docman.c:
3067         Fix #507627 memory tab stay active on debugger stop
3068         Remove two unused variables due to the previous patch
3070 2008-01-16  Johannes Schmid <jhs@gnome.org>
3072         * libanjuta/anjuta-plugin-manager.c:
3073         Fixed #508399 – When you enable a plugin, preferences don't show up
3075 2008-01-16  Rob Bradford  <rob@openedhand.com>
3077         Reviewed by: Johannes Schmid <jhs@gnome.org>
3079         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3080         (get_property_value_as_string), (set_property_value_as_string),
3081         (register_callbacks):
3082         * libanjuta/anjuta-preferences.h:
3083         Add support for both file and folder preferences (originally only
3084         folder choosers were supported. (Fixes bug: #508805.)
3086         * plugins/file-manager/file-manager.glade:
3087         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
3088         type of property.
3090 2008-01-16  Johannes Schmid <jhs@gnome.org>
3092         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3093         .glade:
3094         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3095         * src/anjuta.glade:
3096         
3097         Fixed #509875 – The "Update globale tags" button wording is incorrect
3098         Fixed #509873 – Build Autotools Preferences has excessive padding
3099         Fixed #509872 – General Information labels are incorrectly aligned
3100         Fixed #509871 – General preferences has incorrect use of colons
3101         
3102 2008-01-16  Johannes Schmid <jhs@gnome.org>
3104         * plugins/document-manager/anjuta-document-manager.glade:
3105         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3107         Fixed #509865 – Incorrect padding in the Documents settings tabs
3108         Fixed #509867 – Create button contents is mis-aligned
3109         Fixed #509869 – "Add Directory" button is not HIG complient
3111 2008-01-16  Johannes Schmid <jhs@gnome.org>
3113         * libanjuta/anjuta-preferences-dialog.c:
3114         (anjuta_preferences_dialog_add_page):
3115         
3116         Fix #509864 – No initial section selected when opening the Preferences dialog
3118 2008-01-16  Johannes Schmid <jhs@gnome.org>
3120         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
3121         Removed unused gconf_notifications
3122         
3123         * plugins/search/anjuta-search.glade:
3124         * plugins/subversion/anjuta-subversion.glade:
3125         * plugins/tools/anjuta-tools.glade:
3126         * src/anjuta-app.c: (anjuta_app_instance_init):
3127         
3128         Fixed various strings
3130 2008-01-15  Naba Kumar  <naba@gnome.org>
3132         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
3133         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
3134         file saved
3136         * plugins/symbol-browser/an_symbol_view.c:
3137         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
3138         new file saved.
3140 2008-01-15  Johannes Schmid <jhs@gnome.org>
3142         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
3143         (anjuta_profile_add_plugins_from_xml):
3144         * plugins/file-manager/file-manager.glade:
3145         Some string fixes
3146         
3147         * libanjuta/interfaces/libanjuta.idl:
3148         Fixed docs
3149                 
3150         * plugins/sourceview/Makefile.am:
3151         * plugins/sourceview/anjuta-editor-sourceview.glade:
3152         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
3153         (end_print), (print_setup), (sourceview_print),
3154         (sourceview_print_preview):
3155         * plugins/sourceview/sourceview.c: (iprint_print),
3156         (iprint_print_preview):
3157         
3158         Added printing support to GtkSourceView editor
3160 2007-01-14 Tom <tpgww@onepost.net>
3162         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3164         * plugins/document-manager/anjuta-docman.c:
3165         Fix two memory leaks added by the previous patch
3167 2008-01-14  Johannes Schmid <jhs@gnome.org>
3169         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3170         * plugins/sourceview/assist-window.c: (assist_window_move):
3171         
3172         Do not use opacity
3174 2008-01-14  Rob Bradford  <rob@openedhand.com>
3176         * global-tags/Makefile.am:
3177         * global-tags/create_global_tags.sh.in:
3178         Install anjuta-tags binary into FHS policy compliant directory and
3179         update references. (Fixes bug: 509346.)
3181 2008-01-13  Naba Kumar  <naba@gnome.org>
3183         Patch from: Ritesh Khadgaray
3184         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3185         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3186         Adds export-dynamic option to LDFLAGS to project template for libglade
3187         to work for autoconnect signals.
3189 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3191         * libanjuta/anjuta-utils.c:
3192         anjuta_util_get_real_path return a string that need to be freed
3193         with g_free even if PATH_MAX is not defined
3195 2008-01-13  Andre Klapper  <a9016009@gmx.de>
3197         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
3198         to DOC_LINGUAS.
3200 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3202         * plugins/document-manager/anjuta-docman.c:
3203         Do not reopen file having escaped character (+,...) in path name
3205 2008-01-13  Naba Kumar  <naba@gnome.org>
3207         * libanjuta/interfaces/libanjuta.idl:
3208         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
3209         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
3210         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
3211         IAnjutaProjectManager::add_sources().
3213         * plugins/glade/plugin.c: (on_glade_resource_removed),
3214         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
3215         stubs for handing resources in glade file.
3217 2008-01-13  Naba Kumar  <naba@gnome.org>
3219         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
3221         * plugins/glade/plugin.c: (ifile_open): Select the first window
3222         in the glade project when it is first opened. Avoids empty glade
3223         document the first time.
3225 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
3227   Reviewed by: Johannes Schmid <jhs@gnome.org>
3229         * plugins/gtodo/callback.c: (remove_todo_item):
3230         Fix #507304 – crash in Anjuta IDE while removing done tasks
3232 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
3234         * plugins/debug-manager/anjuta-debug-manager.ui,
3235         plugins/debug-manager/plugin.c,
3236         plugins/debug-manager/start.h,
3237         plugins/debug-manager/start.c:
3238         New menu item to add extra source directories for debugger
3240 === anjuta 2.3.2 ===
3242 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
3244         * plugins/gtodo/callback.c: (remove_todo_item):
3245         Fix #507304 – crash in Anjuta IDE while removing done tasks
3247 2008-01-11  Naba Kumar  <naba@gnome.org>
3249         * configure.in: Bumped version to 2.3.2
3250         * NEWS: Updated for anjuta 2.3.2 release
3251         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3252         not 'make tarball'
3254 2008-01-11  Johannes Schmid <jhs@gnome.org>
3256         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3257         .glade:
3258         Reverted accidently commited change
3259         
3260         * plugins/document-manager/anjuta-document-manager.glade:
3261         Fix Gtk-Critical because of broken glade file
3263 2008-01-11  Naba Kumar  <naba@gnome.org>
3265         * plugins/glade/plugin.c: (on_document_destroy),
3266         (glade_plugin_add_project): Fixed a bug where when more than one
3267         glade document is open and one is closed, it closes all the glade
3268         documents. Also it might have fixed the bug where sometimes closing
3269         the glade document leaves glade widget tree unclosed.
3271 2008-01-11  Naba Kumar  <naba@gnome.org>
3273         * libanjuta/Makefile.am: Install glade3 files in own prefix to
3274         prevent install errors when not installed as root (then the files
3275         are only useful when glade-3 is installed in the same prefix, but it
3276         doesn't harm anjuta runtime).
3278         * plugins/sourceview/sourceview.c: Commented use of a file
3279         not currently distributed.
3281 2008-01-10  Naba Kumar  <naba@gnome.org>
3283         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3284         nothing to translate in it.
3286 2008-01-10  Johannes Schmid <jhs@gnome.org>
3288         * plugins/project-wizard/templates/gnome.wiz:
3289         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3290         * plugins/project-wizard/templates/gnome/src/main.c:
3291         * plugins/project-wizard/templates/translatable-strings.h:
3292         
3293         Fixed #508497 and added a new chooser to select whether to use
3294         libglade or not.
3296 2008-01-10  Johannes Schmid <jhs@gnome.org>
3298         Patch from Tom <tpgww@onepost.net>:
3300         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3301         (anjuta_util_glist_path_dedup):
3302         * libanjuta/anjuta-utils.h:
3303         
3304         Give the method a proper prefixed name
3305         
3306         * plugins/document-manager/action-callbacks.c:
3307         (get_current_popup_active),
3308         (on_editor_command_select_all_activate),
3309         (on_editor_command_cut_activate),
3310         (on_editor_command_paste_activate),
3311         (on_editor_command_copy_activate),
3312         (on_editor_command_clear_activate), (on_show_search),
3313         (on_repeat_quicksearch):        
3314         * plugins/document-manager/action-callbacks.h:
3315         * plugins/document-manager/anjuta-docman.c:
3316         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3317         (anjuta_docman_goto_file_line_mark),
3318         (anjuta_docman_get_full_filename):
3319         * plugins/document-manager/anjuta-docman.h:
3320         * plugins/document-manager/anjuta-document-manager.ui:
3321         * plugins/document-manager/plugin.c:
3322         (update_document_ui_interface_items):
3323         
3324         Better way to fix the popup-menu items (Cut/Copy/Paste)
3325         and various clean-ups.
3326         
3327         * plugins/document-manager/search-box.c: (on_document_changed),
3328         (search_box_fill_search_focus):
3329         * plugins/document-manager/search-box.h:
3330         * plugins/search/plugin.c:
3331         
3332         Add a menu item to repeat the quick search
3334 2008-01-10  Johannes Schmid <jhs@gnome.org>
3336         * plugins/language-support-cpp-java/cpp-java-assist.c:
3337         (on_assist_chosen):
3338         
3339         Fixed #508424 – Auto complete: previous char was removed when 
3340         pre TAB to auto complete.
3342 2008-01-10  Johannes Schmid <jhs@gnome.org>
3344         Patch from: James Ligett:
3346         * plugins/profiler/gprof-call-graph-view.c:
3347         (gprof_call_graph_view_create_columns):
3348         * plugins/profiler/gprof-flat-profile-view.c:
3349         (gprof_flat_profile_view_create_columns):
3350         
3351         Fixed translation issues (#496833)
3353 2008-01-10 Johannes Schmid <jhs@gnome.org>
3355         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3357         * plugins/gtodo/gtodo.c: (category_manager_add_item):
3358         Fix #460390 – Changing categories while edinting something
3360 2008-01-09  Naba Kumar  <naba@gnome.org>
3362         * libanjuta/anjuta-plugin-manager.c:
3363         (anjuta_plugin_manager_activate_plugins): Commented dead code and
3364         fixed a leak.
3366         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3367         corruption reported in bug #507491. Potentially fixes too.
3369 2008-01-09  Johannes Schmid <jhs@gnome.org>
3371         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3373         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3374         Fix bug #505205 completely
3375         
3376         * AUTHORS: Added Bolesław
3378 2008-01-08  Johannes Schmid <jhs@gnome.org>
3380         * plugins/document-manager/action-callbacks.c:
3381         (on_editor_command_cut_activate),
3382         (on_editor_command_paste_activate),
3383         (on_editor_command_copy_activate),
3384         (on_editor_command_clear_activate):
3385         
3386         Fixed editor popup menu (Cut, Copy, Paste)
3388 2008-01-08  Johannes Schmid <jhs@gnome.org>
3390         * plugins/sourceview/sourceview.c: (autodetect_language):
3391         Fixed a crash when creating a new file
3393 2008-01-08  Johannes Schmid <jhs@gnome.org>
3395         Patch by <bolekk@gmail.com> (GHOP Student)
3397         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3398         Fix bug #505205
3400 2008-01-08  Naba Kumar  <naba@gnome.org>
3402         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3403         * libanjuta/anjuta-plugin-manager.c:
3404         (anjuta_plugin_manager_select),
3405         (anjuta_plugin_manager_activate_plugins):
3406         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3407         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3408         (on_create_submenu), (create_open_with_submenu):
3409         * src/about.c: (on_about_plugin_activate),
3410         (about_create_plugins_submenu): Use translated version of get_string()
3411         API in AnjutaDescription for translatable properties. Fixes bug #496833
3412         comment #18.
3414 2008-01-07  Johannes Schmid <jhs@gnome.org>
3416         * plugins/build-basic-autotools/executer.c: (execute_program):
3417         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3418         * plugins/debug-manager/anjuta-debug-manager.glade:
3419         * plugins/debug-manager/locals.c: (create_locals_gui):
3420         * plugins/file-loader/plugin.c: (on_create_submenu):
3421         * plugins/gtodo/main.h:
3422         * plugins/gtodo/preferences.c: (preferences_widget):
3423         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3424         * plugins/tools/anjuta-tools.glade:
3425         * plugins/tools/execute.c: (atp_output_context_print):
3426         * src/main.c:
3427         
3428                 Another bunch of i18n fixes (#496833)
3430 2008-01-07  Johannes Schmid <jhs@gnome.org>
3432         * plugins/build-basic-autotools/build-basic-autotools.c:
3433         (on_build_terminated):
3434         * plugins/gtodo/interface.c: (set_read_only):
3435         * plugins/project-manager/plugin.c: (confirm_removal),
3436         (on_popup_add_to_project):
3437         * plugins/subversion/anjuta-subversion.glade:
3438         * plugins/tools/execute.c: (atp_output_context_print_result):
3439         
3440         Fixed some strings from #496833
3442 2008-01-07  Johannes Schmid <jhs@gnome.org>
3444         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3445         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3446         .in:
3447         * plugins/language-support-cpp-java/plugin.c: (install_support),
3448         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3449         Added basic Vala support
3450         
3451         * plugins/sourceview/sourceview.c: (autodetect_language):
3452         Fixed mime-type detection
3454 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3456   Reviewed by: Johannes Schmid <jhs@gnome.org>
3458         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3459         (value_removed_current_editor), (symbol_db_activate),
3460         (symbol_db_deactivate):
3461         * plugins/symbol-db/symbol-db-engine.c:
3462         (symbol_db_engine_get_global_members_filtered):
3463         * plugins/symbol-db/symbol-db-view.c:
3464         (do_add_child_symbol_to_view), (prepare_for_adding),
3465         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3466         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3467         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3468         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3469         (sdb_view_init), (sdb_view_finalize),
3470         (sdb_view_build_and_display_base_tree):
3471         * plugins/symbol-db/symbol-db-view.h:
3472         added controls to expand Global tab nodes in a non-freezing way.
3473         Fixed also some little bugs always on global-tab.
3475 2008-01-06  Naba Kumar  <naba@gnome.org>
3477         Patches from James Liggett:
3478         * plugins/profiler/gprof-call-graph-view.c:
3479         (gprof_call_graph_view_create_columns):
3480         * plugins/profiler/gprof-flat-profile-view.c:
3481         (gprof_flat_profile_view_create_columns):
3482         * plugins/profiler/gprof-function-call-tree-view.c:
3483         (gprof_function_call_tree_view_create_columns): Made all
3484         of the columns resizable and reorderable.
3486 2008-01-06  Johannes Schmid <jhs@gnome.org>
3488         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3489         (anjuta_launcher_check_password_real),
3490         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3491         (anjuta_launcher_scan_pty),
3492         (anjuta_launcher_disable_password_check):
3493         * libanjuta/anjuta-launcher.h:
3494         Added disable_password_check for stream where it does not make sense 
3495         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3496         that sometimes occur in symbol-db plugin
3497         
3498         * plugins/file-manager/file-model.c:
3499         (file_model_cancel_expand_idle):
3500         Fixed removing of idle source
3501         
3502         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3503         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3504         
3505         Fixed #348854 – invisible cursor in certain themes
3507 2008-01-06  Naba Kumar  <naba@gnome.org>
3509         * libanjuta/anjuta-preferences.c:
3510         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3511         closing preferences dialog due to patch in bug #507300
3513 2008-01-06  Naba Kumar  <naba@gnome.org>
3515         * plugins/language-support-cpp-java/cpp-java-assist.c:
3516         (on_assist_chosen):
3517         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3518         * plugins/search/search-replace_backend.c: (create_search_entries):
3519         Added missing unrefs.
3521 2008-01-06  Johannes Schmid <jhs@gnome.org>
3523         * plugins/debug-manager/variable.c: (get_hovered_word):
3524   Add a g_object_unref()  
3525         
3526         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3527         (on_sourceview_hover_leave):
3528         Fixed hover and editor interface to make hover in debugger work
3530 2008-01-06  Naba Kumar  <naba@gnome.org>
3532         * plugins/editor/text-editor.c: Whitespaces fixes.
3533         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3534         DEBUG_PRINT instead of g_message.
3536 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3538         * plugins/debug-manager/breakpoints.c:
3539         Fix #507441: Disable all breakpoints doesn't work
3540         Fix #507444: Enable Breakpoint menu item doesn't change name
3542 2008-01-05  Naba Kumar  <naba@gnome.org>
3544         * manuals/reference/libanjuta/libanjuta.types: Renamed
3545         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3547 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3549         * plugins/debug-manager/variable.c:
3550         Update variable display to use IAnjutaIterable instead of position
3552         * plugins/editor/text_editor_cbs.c,
3553         plugins/editor/text_editor.c:
3554         Fix Gtk critical warnings when a hover signal is emitted
3555         Fix get_text_iter in Scintilla (range should include last character)
3556         
3557 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3559         * plugins/debug-manager/debug_tree.c,
3560         plugins/debug-manager/debug_tree.h,
3561         plugins/debug-manager/watch.c,
3562         plugins/debug-manager/command.c,
3563         plugins/debug-manager/queue.c,
3564         plugins/gdb/plugin.c,
3565         plugins/gdb/debugger.c,
3566         plugins/gdb/debugger.h,
3567         libanjuta/interfaces/libanjuta.idl:
3568         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3570 2008-01-05  Naba Kumar  <naba@gnome.org>
3572         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3573         menus to avoid conflict with file open/save. Fixes bug #507455
3575 2008-01-05  Johannes Schmid <jhs@gnome.org>
3577         * configure.in:
3578         Conditionally depend on gtksourceview2 >= 2.1.0
3579         
3580         * libanjuta/interfaces/libanjuta.idl:
3581         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3582         iterators instead of positions
3583         
3584         * plugins/debug-manager/threads.c:
3585         Fixed a warnings by including gnome-vfs properly
3586         
3587         * plugins/debug-manager/variable.c: (get_hovered_word),
3588         (on_hover_over):
3589         Updated to changes in IAnjutaEditorHover/Selection
3590         
3591         * plugins/document-manager/action-callbacks.c:
3592         (on_editor_command_upper_case_activate),
3593         (on_editor_command_lower_case_activate):
3594         * plugins/document-manager/search-box.c: (on_incremental_search),
3595         (on_search_activated):
3596         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3597         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3598         (iselection_get_start), (iselection_get_end),
3599         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3600         * plugins/editor/text_editor_cbs.c:
3601         (on_text_editor_scintilla_notify):
3602         
3603         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3604         interface of scintilla editor.
3605         
3606         * plugins/language-manager/languages.xml:
3607         * plugins/language-manager/plugin.c:
3608         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3609         Added chdr to C language files and some DEBUG_PRINTs
3610         
3611         * plugins/language-support-cpp-java/cpp-java-assist.c:
3612         (on_assist_chosen):
3613         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3614         * plugins/search/plugin.c: (find_incremental):
3615         * plugins/search/search-replace.c: (search_and_replace):
3616         * plugins/search/search-replace_backend.c: (create_search_entries):
3617                 Adapted to changed interfaces
3619         * plugins/sourceview/Makefile.am:
3620         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3621         (set_uri), (anjuta_document_save):
3622         * plugins/sourceview/anjuta-editor-sourceview.glade:
3623         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3624         (anjuta_view_key_press_event):
3625         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3626         * plugins/sourceview/sourceview-cell.c:
3627         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3628         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3629         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3630         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3631         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3632         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3633         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3634         * plugins/sourceview/sourceview-private.h:
3635         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3636         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3637         (on_document_loaded), (sourceview_instance_init),
3638         (sourceview_dispose), (sourceview_finalize),
3639         (sourceview_create_markers), (sourceview_new),
3640         (ifile_savable_save), (ieditor_get_tab_size),
3641         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3642         (ieditor_set_auto_indent), (ieditor_goto_line),
3643         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3644         (iselect_block), (iselect_set), (iselect_get_start),
3645         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3646         (imark_unmark), (imark_is_marker_set),
3647         (imark_location_from_handle), (imark_delete_all_markers),
3648         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3649         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3650         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3651         (ilanguage_get_supported_languages), (autodetect_language),
3652         (ilanguage_set_language), (iassist_show_tips),
3653         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3654         (ihover_display), (ihover_iface_init):
3655         
3656         Use GtkSourceView 2.1.x:
3657         * New mark interface
3658         * Fixed #486724 and #488615
3659         * Implemented hover interface
3660         * Adapted to changed interfaces
3662 2008-01-04  Rob Bradford  <rob@o-hand.com>
3664         Reviewed by Naba Kumar  <naba@gnome.org>:
3665         * libanjuta/anjuta-preferences.c:
3666         (anjuta_preferences_register_property_custom):
3667         Unregister preferences for custom preferences when the widget is
3668         destroyed.
3670 2008-01-03  Johannes Schmid <jhs@gnome.org>
3672         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3673         (file_model_row_collapsed):
3674   Fixed the too method to take a correct data argument
3676 2008-01-02  Johannes Schmid <jhs@gnome.org>
3678         * plugins/document-manager/anjuta-docman.c:
3679         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3680         ref and unref correctly to silence a Gtk+ critical
3682 2008-01-01  Johannes Schmid <jhs@gnome.org>
3684         * plugins/editor/text_editor.c: (itext_editor_get_text):
3685         Fixed #506740 – ianjuta_editor_get_text crash if request 
3686         text past the buffer length
3688 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3690         * plugins/debug-manager/utilities.c,
3691         plugins/debug-manager/utilities.h,
3692         plugins/debug-manager/breakpoints.c:
3693         Move get_current_editor function in utilities.c
3695         * plugins/debug-manager/plugin.c,
3696         plugins/debug-manager/debug_tree.c,
3697         plugins/debug-manager/debug_tree.h,
3698         plugins/debug-manager/watch.c,
3699         plugins/debug-manager/watch.h,
3700         plugins/debug-manager/locals.c,
3701         plugins/debug-manager/locals.h,
3702         (added) plugins/debug-manager/variable.c,
3703         (added) plugins/debug-manager/variable.h,
3704         plugins/debug-manager/Makefile.am:
3705         Use hover interface to display variable value
3707 2007-12-31  Johannes Schmid <jhs@gnome.org>
3709         * libanjuta/Makefile.am:
3710         Only install glade catalog files if glade-3 is available
3711         (Fixes #506269 and #500296)
3713 2007-12-30  Johannes Schmid <jhs@gnome.org>
3715         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3716         (set_property_value_as_string), (register_callbacks):
3718   Fixed GtkFileChooserButton preferences to also work when only the combo
3719   changes without a dialog being open.
3721 2007-12-29  Johannes Schmid <jhs@gnome.org>
3723         * plugins/editor/Makefile.am:
3724         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3726 2007-12-29  Johannes Schmid <jhs@gnome.org>
3728         * plugins/devhelp/plugin.c: (devhelp_activate):
3729         Fixed #498986 - Anjuta-2.3.0 fails to build
3731 2007-12-29  Johannes Schmid <jhs@gnome.org>
3733         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3734         * plugins/debug-manager/plugin.c:
3735         (on_run_to_cursor_action_activate):
3736         * plugins/document-manager/anjuta-docman.c:
3737         (anjuta_docman_goto_file_line_mark):
3738         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3739         (value_removed_current_editor):
3740         
3741         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3742         all those to value_added_current_document...
3744         * plugins/editor/anjuta-editor-scintilla.glade:
3745         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3746         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3748 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3750   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3751   (symbol_db_activate), (symbol_db_deactivate),
3752   (symbol_db_instance_init), (isymbol_manager_get_parents):
3753   * plugins/symbol-db/plugin.h:
3754   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3755   * plugins/symbol-db/symbol-db-engine.c:
3756   (symbol_db_engine_get_global_members_filtered):
3757   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3758   (on_symbol_inserted):
3759   Filtered out static functions on global-tab. E.g. when flag
3760   is_file_scope = 1 we won't add entries there.
3761   Fixed a little bug on 'Global'->'Vars/Others' node too.
3763 2007-12-28  Johannes Schmid <jhs@gnome.org>
3765   * libanjuta/anjuta-launcher.c:
3766   Fixed a silly (and completely useless) memory corruption that probably 
3767   only occured at a few race conditions though I wonder why it did not 
3768         happen more often
3770 2007-12-28  Johannes Schmid <jhs@gnome.org>
3771         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3772         * plugins/debug-manager/plugin.c: (set_program_counter):
3773         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3774         * plugins/debug-manager/start.c: (get_source_directories):
3775         * plugins/debug-manager/threads.c: (on_info_thread),
3776         (on_list_thread):
3777         * plugins/file-manager/file-model.c: (file_model_set_property):
3778         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3779         * plugins/tools/editor.c: (on_editor_response):
3780         
3781         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3782         
3783         * plugins/document-manager/plugin.c: (update_title),
3784         (value_added_project_root_uri):
3785         * plugins/document-manager/plugin.h:
3786         Shorten down the title bar if the current path is inside the opened project
3788 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3790         reviewed by: Johannes Schmid <jhs@gnome.org>
3792         * plugins/project-wizard/templates/java/project.anjuta:
3793         * plugins/project-wizard/templates/mkfile/project.anjuta:
3794         * plugins/project-wizard/templates/python/project.anjuta:
3795         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3796         let new projects use new SymbolDB plugin.
3797         
3798         * plugins/symbol-browser/images/Makefile.am:
3799         added some images taken from MonoDevelop project.
3800         
3801         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3802         (goto_file_line), (on_importing_project_end), (project_root_added),
3803         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3804         (isymbol_manager_search):
3805         Added project-updating feature when opening a project with some files
3806   modified externally [e.g. a svn up].
3807         
3808         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3809         (sdb_engine_iterator_node_instance_init),
3810         (sdb_engine_iterator_node_finalize),
3811         (symbol_db_engine_iterator_node_set_conversion_hash):
3812         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3813         * plugins/symbol-db/symbol-db-engine-iterator.c:
3814         (symbol_db_engine_iterator_new):
3815         * plugins/symbol-db/symbol-db-engine-iterator.h:
3816          Moved Hash table initialization into the engine. This proxies and
3817   speeds up the process of creation and iteration of a GdaDataModel.
3818         
3819         * plugins/symbol-db/symbol-db-engine.c:
3820         (sdb_engine_ctags_output_thread),
3821         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3822         (sdb_engine_scan_files_1), (sdb_engine_init),
3823         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3824         (symbol_db_engine_add_new_workspace),
3825         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3826         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3827         (symbol_db_engine_get_sym_type_conversion_hash),
3828         (symbol_db_engine_update_files_symbols),
3829         (symbol_db_engine_update_project_symbols),
3830         (symbol_db_engine_update_buffer_symbols),
3831         (symbol_db_engine_get_class_parents),
3832         (symbol_db_engine_get_global_members_filtered),
3833         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3834         (symbol_db_engine_get_scope_members_by_symbol_id),
3835         (symbol_db_engine_get_scope_members),
3836         (symbol_db_engine_get_current_scope),
3837         (symbol_db_engine_get_file_symbols),
3838         (symbol_db_engine_get_symbol_info_by_id),
3839         (symbol_db_engine_find_symbol_by_name_pattern),
3840         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3841         * plugins/symbol-db/symbol-db-engine.h:
3842         * plugins/symbol-db/symbol-db-view-locals.c:
3843         (sdb_view_locals_get_iter_from_row_ref),
3844         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3845         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3846         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3847         Changes on some queries fuctions and some fixes. Added *_filtered
3848   functions.
3849         
3850         * plugins/symbol-db/symbol-db-view.c:
3851         (do_add_child_symbol_to_view), (add_new_waiting_for),
3852         (prepare_for_adding), (on_symbol_inserted),
3853         (do_recurse_subtree_and_remove), (on_symbol_removed),
3854         (sdb_view_do_add_hidden_dummy_child),
3855         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3856         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3857         (sdb_view_locals_create_new_store), (sdb_view_init),
3858         (sdb_view_finalize), (sdb_view_class_init),
3859         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3860         (symbol_db_view_get_pixbuf),
3861         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3862         New display for global tags. This is the definitive version, bugs apart.
3863         
3864         * plugins/symbol-db/tables.sql:
3865         fixed typo.
3867 2007-12-27  Naba Kumar  <naba@gnome.org>
3869         * libanjuta/interfaces/libanjuta.idl:
3870         * plugins/editor/aneditor-priv.h:
3871         * plugins/editor/aneditor.cxx:
3872         * plugins/editor/text_editor.c: (text_editor_instance_init),
3873         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3874         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3875         * plugins/editor/text_editor.h:
3876         * plugins/editor/text_editor_cbs.c:
3877         (on_text_editor_scintilla_notify):
3879         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3880         related code in AnEditor. Fixed some compilation warnings.
3882 2007-12-26  Naba Kumar  <naba@gnome.org>
3884         * Changelog: Fixed indentation.
3886 2007-12-25  Naba Kumar  <naba@gnome.org>
3888         * plugins/editor/Makefile.am:
3889         * plugins/editor/editor.glade:
3890         * plugins/editor/plugin.c:
3891         * plugins/editor/style-editor.c:
3892         * plugins/sourceview/Makefile.am:
3893         * plugins/sourceview/plugin.c:
3894         * plugins/sourceview/sourceview.glade:
3895         * plugins/valgrind/Makefile.am:
3897         Renamed glade files to anjuta-editor-* to give name space for the
3898         schema files (because they are installed in system directory).
3900         * scripts/build-schemas.mk: Install the schemas files also (need for
3901         binary package installation/uninstallation).
3903 2007-12-25  Johannes Schmid <jhs@gnome.org>
3905         * plugins/language-support-cpp-java/plugin.c:
3906         (set_indentation_param_vim):
3907         
3908         Support some more vim modeline commands and shortcuts (#504331)
3910 2007-12-25  Johannes Schmid <jhs@gnome.org>
3912         Patches from James Liggett:
3913         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3914         (anjuta_vcs_status_tree_view_init):
3915         * plugins/subversion/subversion-commit-dialog.c:
3916         (subversion_commit_dialog):
3917         * plugins/subversion/subversion-diff-dialog.c:
3918         (on_subversion_diff_response):
3919         * plugins/subversion/subversion-log-dialog.c:
3920         (on_log_view_selected_button_clicked),
3921         (on_log_diff_selected_button_clicked),
3922         (on_log_diff_previous_button_clicked):
3923         * plugins/subversion/subversion-resolve-dialog.c:
3924         (subversion_resolve_dialog):
3925         * plugins/subversion/subversion-revert-dialog.c:
3926         (subversion_revert_dialog):
3927         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3928         (pulse_progress_bar), (hide_pulse_progress_bar),
3929         (disconnect_data_arrived_signals),
3930         (cancel_data_arrived_signal_disconnect):
3931         * plugins/subversion/subversion-ui-utils.h:
3932         
3933         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3934         #505237 – Sort list of modified files
3936 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3938         * plugins/gdb/debugger.c:
3939         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3941 2007-12-23  Johannes Schmid <jhs@gnome.org>
3943         * plugins/language-support-cpp-java/plugin.c:
3944         (set_indentation_param_emacs), (set_indentation_param_vim),
3945         (parse_mode_line_emacs), (parse_mode_line_vim),
3946         (extract_mode_line), (initialize_indentation_params):
3948         Added (basic) support for vim modelines (#504331)
3950         * plugins/message-view/message-view.c: (message_view_next),
3951         (message_view_previous):
3952         
3953         Fixed next/previous message
3955 2007-12-23  Johannes Schmid <jhs@gnome.org>
3957         * libanjuta/anjuta-ui.h:
3958         Check for != NULL before unref'ing pixbuf (related to #497878)
3959         
3960         * plugins/devhelp/plugin.c: (register_stock_icons):
3961         * plugins/document-manager/anjuta-docman.c:
3962         (anjuta_docman_add_document):
3963         * plugins/glade/plugin.c: (on_close_activated),
3964         (register_stock_icons), (on_session_save),
3965         (glade_plugin_add_project):
3966         
3967         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3968         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3969         
3970         * plugins/language-support-cpp-java/plugin.c:
3971         (register_stock_icons):
3972         Fixed stock icon registration macros
3974 2007-12-23  Johannes Schmid <jhs@gnome.org>
3976         * global-tags/Makefile.am:
3977         * launcher/Makefile.am:
3978         * libanjuta/Makefile.am:
3979         * libegg/Makefile.am:
3980         * manuals/anjuta-faqs/Makefile.am:
3981         * manuals/anjuta-manual/Makefile.am:
3982         * manuals/reference/libanjuta/Makefile.am:
3983         * plugins/build-basic-autotools/Makefile.am:
3984         * plugins/class-gen/Makefile.am:
3985         * plugins/class-inheritance/Makefile.am:
3986         * plugins/cvs-plugin/Makefile.am:
3987         * plugins/debug-manager/Makefile.am:
3988         * plugins/devhelp/Makefile.am:
3989         * plugins/document-manager/Makefile.am:
3990         * plugins/editor/Makefile.am:
3991         * plugins/editor/scintilla/Makefile.am:
3992         * plugins/editor/scintilla/include/Makefile.am:
3993         * plugins/file-loader/Makefile.am:
3994         * plugins/file-manager/Makefile.am:
3995         * plugins/file-wizard/Makefile.am:
3996         * plugins/gdb/Makefile.am:
3997         * plugins/glade/Makefile.am:
3998         * plugins/gtodo/Makefile.am:
3999         * plugins/gvim/Makefile.am:
4000         * plugins/indent/Makefile.am:
4001         * plugins/language-manager/Makefile.am:
4002         * plugins/language-support-cpp-java/Makefile.am:
4003         * plugins/macro/Makefile.am:
4004         * plugins/message-view/Makefile.am:
4005         * plugins/patch/Makefile.am:
4006         * plugins/profiler/Makefile.am:
4007         * plugins/project-import/Makefile.am:
4008         * plugins/project-manager/Makefile.am:
4009         * plugins/project-wizard/Makefile.am:
4010         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4011         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
4012         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
4013         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
4014         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
4015         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
4016         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
4017         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
4018         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
4019         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
4020         * plugins/sample1/Makefile.am:
4021         * plugins/search/Makefile.am:
4022         * plugins/sourceview/Makefile.am:
4023         * plugins/subversion/Makefile.am:
4024         * plugins/symbol-browser/Makefile.am:
4025         * plugins/symbol-db/Makefile.am:
4026         * plugins/symbol-db/test/Makefile.am:
4027         * plugins/terminal/Makefile.am:
4028         * plugins/tools/Makefile.am:
4029         * plugins/valgrind/Makefile.am:
4030         * src/Makefile.am:
4031         * tagmanager/Makefile.am:
4032         
4033         Replaces the deprecated "INCLUDES" in all Makefile.am's with
4034         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
4035         warnings from illigel C++ compiler flags.
4037 2007-12-23  Johannes Schmid <jhs@gnome.org>
4039         Patch from Tom <tpgww@onepost.net>:
4040   
4041         * plugins/document-manager/anjuta-docman.c:
4042         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
4043         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
4044         (anjuta_docman_instance_init), (on_notebook_switch_page),
4045         (anjuta_docman_grab_text_focus):
4046         * plugins/document-manager/plugin.c: (on_document_added),
4047         (on_window_key_press_event), (on_window_key_release_event):
4048         
4049         Some more document-manager code cleanups and fixes.
4051 2007-12-23  Massimo Cora'  <maxcvs@email.it>
4053         * plugins/symbol-db/plugin.c: (register_stock_icons),
4054         (value_added_current_editor), (value_removed_current_editor),
4055         (on_importing_project_end), (project_root_removed):
4056         added controls to clean/populate GtkTreeView(s) on projects unload/load.
4058         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
4059         (symbol_db_engine_get_file_db_path):
4060         fixed a useless warning.
4062         * plugins/symbol-db/symbol-db-view-locals.c:
4063         (traverse_free_waiting_for), (file_view_status_destroy),
4064         (sdb_view_locals_create_new_store), (traverse_files_view_status),
4065         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
4066         (sdb_view_locals_finalize), (on_symbol_inserted),
4067         (symbol_db_view_locals_recv_signals_from_engine),
4068         (symbol_db_view_locals_update_list):
4069         more speed on editors switching. GtkTreeStore caching method implemented.
4070         Fixed compiler warnings and a little memory leak.
4072         * plugins/symbol-db/symbol-db-view-locals.h:
4073         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
4074         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
4075         (on_scan_end), (on_symbol_inserted),
4076         (sdb_view_locals_create_new_store), (sdb_view_init),
4077         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
4078         * plugins/symbol-db/symbol-db-view.h:
4079         fixed some crashers. Now project loading/populating should be quite quick.
4081 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
4083         * plugins/debug-manager/command.c,
4084         plugins/debug-manager/queue.c:
4085         Take care of command return value (FALSE is an error)
4087 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
4089         * plugins/debug-manager/anjuta-debug-manager.glade,
4090         plugins/debug-manager/breakpoints.c:
4091         Remove address, condition and pass breakpoint column if not supported
4092         Fix clear all remove_all to avoid an endless loop if a breakpoint
4093         cannot be removed
4095 2007-12-17  Johannes Schmid <jhs@gnome.org>
4097         Patch from Tom <tpgww@onepost.net> (with some changes):
4099         * plugins/document-manager/action-callbacks.c: (on_open_activate),
4100         (on_save_as_activate), (on_save_all_activate),
4101         (on_close_file_activate), (on_close_all_file_activate),
4102         (on_reload_file_activate), (on_editor_command_clear_activate),
4103         (on_transform_eolchars1_activate), (on_comment_block),
4104         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
4105         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4106         (on_editor_linenos1_activate), (on_editor_markers1_activate),
4107         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
4108         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
4109         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
4110         (on_zoom_out_text_activate):
4111         * plugins/document-manager/action-callbacks.h:
4112         * plugins/document-manager/anjuta-docman.c:
4113         (on_notebook_page_close_button_click),
4114         (on_notebook_page_close_button_enter),
4115         (on_notebook_page_close_button_leave),
4116         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
4117         (anjuta_docman_page_init), (anjuta_docman_page_new),
4118         (on_open_filesel_response), (create_file_open_dialog_gui),
4119         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
4120         (anjuta_docman_instance_init), (on_notebook_switch_page),
4121         (on_document_destroy), (anjuta_docman_add_editor),
4122         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4123         (anjuta_docman_set_current_document),
4124         (anjuta_docman_goto_file_line_mark), (get_real_path),
4125         (anjuta_docman_get_full_filename),
4126         (anjuta_docman_delete_all_markers),
4127         (anjuta_docman_delete_all_indicators),
4128         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4129         (anjuta_docman_order_tabs):
4130         * plugins/document-manager/anjuta-docman.h:
4131         * plugins/document-manager/file_history.c: (an_hist_file_new),
4132         (an_file_history_push), (an_file_history_dump):
4133         * plugins/document-manager/file_history.h:
4134         * plugins/document-manager/plugin.c: (update_title),
4135         (value_removed_project_root_uri),
4136         (update_document_ui_interface_items), (menu_name_compare),
4137         (on_document_added), (on_document_changed),
4138         (on_window_key_press_event), (on_window_key_release_event),
4139         (on_session_save):
4140         * plugins/document-manager/search-box.c: (on_document_changed),
4141         (on_goto_activated), (search_box_init), (search_box_new):
4142         * plugins/document-manager/search-box.h:
4144         Yet more code cleanups
4145         Save glade files correctly in session
4146         Use new tooltip API if available
4147         Sort notebook pages when session is restored (needs work)
4149 2007-12-16  Johannes Schmid <jhs@gnome.org>
4151         * plugins/document-manager/anjuta-docman.c:
4152         (anjuta_docman_add_document):
4153         
4154         Present correct widget with anjuta_shell_present_widget(). This got wrong when
4155         the new search bar was introduced.
4157 2007-12-12  Johannes Schmid <jhs@gnome.org>
4158   
4159         Patch from  Tom <tpgww@onepost.net>:
4160         (#485233 – another bunch of docman cleanups)
4161   
4162         * libanjuta/interfaces/libanjuta.idl:
4163         * plugins/document-manager/action-callbacks.c:
4164         (get_current_document), (get_current_focus_widget),
4165         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
4166         (on_close_file_activate), (on_close_all_file_activate),
4167         (on_reload_file_activate), (on_print_activate),
4168         (on_print_preview_activate),
4169         (on_editor_command_upper_case_activate),
4170         (on_editor_command_lower_case_activate),
4171         (on_editor_command_eol_crlf_activate),
4172         (on_editor_command_eol_lf_activate),
4173         (on_editor_command_eol_cr_activate),
4174         (on_editor_command_select_all_activate),
4175         (on_editor_command_select_to_brace_activate),
4176         (on_editor_command_select_block_activate),
4177         (on_editor_command_match_brace_activate),
4178         (on_editor_command_undo_activate),
4179         (on_editor_command_redo_activate),
4180         (on_editor_command_cut_activate),
4181         (on_editor_command_paste_activate),
4182         (on_editor_command_copy_activate),
4183         (on_editor_command_clear_activate),
4184         (on_editor_command_close_folds_all_activate),
4185         (on_editor_command_open_folds_all_activate),
4186         (on_editor_command_toggle_fold_activate),
4187         (on_editor_command_bookmark_toggle_activate),
4188         (on_editor_command_bookmark_first_activate),
4189         (on_editor_command_bookmark_next_activate),
4190         (on_editor_command_bookmark_prev_activate),
4191         (on_editor_command_bookmark_last_activate),
4192         (on_editor_command_bookmark_clear_activate),
4193         (on_transform_eolchars1_activate), (on_comment_block),
4194         (on_comment_box), (on_comment_stream),
4195         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4196         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
4197         (on_force_hilite_activate), (on_swap_activate),
4198         (on_editor_add_view_activate), (on_editor_remove_view_activate):
4199         * plugins/document-manager/action-callbacks.h:
4200         * plugins/document-manager/anjuta-docman.c:
4201         (on_notebook_page_close_button_click),
4202         (on_notebook_page_close_button_enter),
4203         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
4204         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
4205         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
4206         (on_open_filesel_response), (anjuta_docman_open_file),
4207         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
4208         (anjuta_docman_dispose), (anjuta_docman_instance_init),
4209         (anjuta_docman_class_init), (anjuta_docman_new),
4210         (on_notebook_switch_page), (on_document_save_point),
4211         (on_document_destroy), (anjuta_docman_add_editor),
4212         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4213         (anjuta_docman_set_popup_menu),
4214         (anjuta_docman_get_current_focus_widget),
4215         (anjuta_docman_get_page_for_document),
4216         (anjuta_docman_get_current_document),
4217         (anjuta_docman_set_current_document),
4218         (anjuta_docman_goto_file_line),
4219         (anjuta_docman_goto_file_line_mark),
4220         (anjuta_docman_get_full_filename),
4221         (anjuta_docman_present_notebook_page),
4222         (anjuta_docman_update_page_label),
4223         (anjuta_docman_delete_all_markers),
4224         (anjuta_docman_delete_all_indicators),
4225         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4226         (do_ordertab1), (anjuta_docman_order_tabs),
4227         (anjuta_docman_set_editor_properties),
4228         (anjuta_docman_get_document_for_path),
4229         (anjuta_docman_get_all_doc_widgets):
4230         * plugins/document-manager/anjuta-docman.h:
4231         * plugins/document-manager/editor-tooltips.c:
4232         * plugins/document-manager/plugin.c: (update_title),
4233         (update_document_ui_enable_all), (update_document_ui_disable_all),
4234         (update_document_ui_save_items),
4235         (update_document_ui_interface_items), (update_document_ui),
4236         (on_document_update_save_ui), (update_status),
4237         (on_document_update_ui), (on_document_added),
4238         (on_document_changed), (on_session_save), (on_save_prompt),
4239         (on_docman_auto_save), (on_gconf_notify_timer):
4240         * plugins/document-manager/search-box.c: (on_document_changed),
4241         (search_box_new), (search_box_grab_line_focus):
4242         * plugins/glade/plugin.c: (ifile_open):
4243         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4244         * plugins/search/search-replace_backend.c: (create_search_entries):
4245         * plugins/sourceview/anjuta-document.c: (set_uri),
4246         (anjuta_document_save):
4247         * plugins/sourceview/sourceview.c: (ifile_savable_save):
4248         * plugins/tools/editor.c: (on_editor_response):
4250         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4251         It fixes some issues with session handling and several memory lacks.
4252         Gtk 2.12 Tooltip API is used if available.
4254 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
4256         * plugins/debug-manager/disassemble.c,
4257         plugins/debug-manager/disassemble.h,
4258         plugins/debug-manager/command.c,
4259         plugins/debug-manager/command.h,
4260         plugins/debug-manager/plugin.c
4261         plugins/debug-manager/sparse_view.c,
4262         plugins/debug-manager/sparse_view.h,
4263         plugins/gdb/plugin.c,
4264         plugins/gdb/debugger.c,
4265         plugins/gdb/debugger.h,
4266         libanjuta/interfaces/libanjuta.idl:
4267         Fix bug #502533: Implement assembler step
4269         * plugins/debug-manager/breakpoints.c:
4270         Do not save temporary breakpoints
4272         * plugins/debug-manager/stack_trace.c:
4273         Fix a crash when a stack command is cancelled
4275 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
4277         * plugins/debug-manager/plugin.c,
4278         plugins/debug-manager/breakpoints.c,
4279         plugins/debug-manager/breakpoints.h:
4280         Fix bug #488732: Breakpoint on delete lines
4281         Breakpoints are now linked to their position in editor
4283         * plugins/gdb/debugger.c:
4284         Fix removing condition on breakpoint 
4286 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
4288         * plugins/debug-manager/anjuta-debug-manager.glade,
4289         plugins/debug-manager/start.c,
4290         plugins/gdb/plugin.c,
4291         plugins/gdb/debugger.c,
4292         plugins/gdb/debugger.h,
4293         libanjuta/interfaces/libanjuta.idl:
4294         Fix bug #481366: Do not stop at the beginning of the program
4296         * plugins/debug-manager/command.c,
4297         plugins/debug-manager/command.h,
4298         plugins/debug-manager/breakpoints.c,
4299         plugins/debug-manager/queue.c,
4300         plugins/debug-manager/queue.h:
4301         Fix a bug remove all breakpoints was not working due to latest changes
4302         Setting breakpoints is disabled when program is running
4304 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
4306         * plugins/debug-manager/queue.c,
4307         plugins/gdb/plugin.c:
4308         Fix bug #501469: Crash if mime_type is unknown
4310 2007-12-01  Massimo Cora'  <maxcvs@email.it>
4312         * plugins/symbol-db/plugin.c: (on_editor_destroy),
4313         (on_editor_update_ui), (on_single_file_scan_end),
4314         (on_importing_project_end), (project_root_added),
4315         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4316         * plugins/symbol-db/plugin.h:
4317         show on status bar files being scanned.
4319         * plugins/symbol-db/symbol-db-engine.c:
4320         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4321         (sdb_engine_ctags_output_thread),
4322         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4323         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4324         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4325         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4326         (sdb_engine_get_table_id_by_unique_name2),
4327         (symbol_db_engine_open_project),
4328         (sdb_engine_prepare_executing_commands),
4329         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4330         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4331         (sdb_engine_detects_removed_ids),
4332         (symbol_db_engine_get_class_parents),
4333         (symbol_db_engine_get_global_members),
4334         (symbol_db_engine_get_scope_members_by_symbol_id),
4335         (symbol_db_engine_get_scope_members),
4336         (symbol_db_engine_get_current_scope),
4337         (symbol_db_engine_get_file_symbols),
4338         (symbol_db_engine_get_symbol_info_by_id),
4339         (symbol_db_engine_get_full_local_path),
4340         (symbol_db_engine_find_symbol_by_name_pattern),
4341         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4342         * plugins/symbol-db/symbol-db-engine.h:
4343         * plugins/symbol-db/symbol-db-view-locals.c:
4344         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4345         (symbol_db_view_locals_recv_signals_from_engine),
4346         (symbol_db_view_locals_update_list):
4347         * plugins/symbol-db/symbol-db-view-locals.h:
4348         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4349         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4350         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4351         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4352         * plugins/symbol-db/symbol-db-view.h:
4353         Added g_thread architecture to scan in background. With this you
4354         can use Anjuta's GUI without freezing.
4355         Improved insertion speed by using a paradigm like 'insert' and 'check'
4356         replacing a 'check' and 'insert' one. This has been done for tables 
4357         like symbol, scope, sym_type.
4358         Fixed two crashers. 
4360         * plugins/symbol-db/tables.sql:
4361         * plugins/symbol-db/test/main.c: (get_global_members), (main),
4362         (thread), (print_message), (bastard_thread), (idle_signals):
4363         fixed a typo on tables that broke sql triggers.
4365 === anjuta 2.3.1 ===
4367 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4369         * NEWS, AUTHORS: Updated.
4370         * src/Makefile.am: Fixed make distcheck
4372         Patch from Yang Hong:
4373         * plugins/file-manager/file-manager.glade: Fixed file chooser
4374         size in file-manager preferences.
4376 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4378         * NEWS: Updated for 2.3.1 development release
4379         * configure.in: Bumped version to 2.3.1
4381 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4383         * plugins/debug-manager/threads.c,
4384         plugins/debug-manager/disassemble.c,
4385         plugins/debug-manager/watch.c,
4386         plugins/debug-manager/registers.c,
4387         plugins/debug-manager/locals.c,
4388         plugins/debug-manager/breakpoints.c,
4389         plugins/debug-manager/stack_trace.c,
4390         plugins/debug-manager/command.c,
4391         plugins/debug-manager/command.h,
4392         plugins/debug-manager/queue.c,
4393         libanjuta/interfaces/libanjuta.idl:
4394         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4395         Document IAnjutaDebugManager signals
4396         Generate new signals in queue.c
4397         Use new signals in other files
4399 2007-11-30  <genbell@tiscali.it>
4401         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4403         * plugins/gdb/Makefile.am:
4404         Fix bug #500376
4406 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4408         * plugins/tools/variable.c:
4409         Fix a bug added in the previous patch (it is not a leak)
4411 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4413         * plugins/project-wizard/druid.c,
4414         plugins/project-wizard/templates/terminal.wiz,
4415         plugins/project-wizard/templates/xlib-dock.wiz,
4416         plugins/project-wizard/templates/wxwin.wiz,
4417         plugins/project-wizard/templates/java.wiz,
4418         plugins/project-wizard/templates/gnome.wiz,
4419         plugins/project-wizard/templates/anjuta-plugin.wiz,
4420         plugins/project-wizard/templates/gtkmm.wiz,
4421         plugins/project-wizard/templates/python.wiz,
4422         plugins/project-wizard/templates/cpp.wiz,
4423         plugins/project-wizard/templates/sdl.wiz,
4424         plugins/project-wizard/templates/gtk.wiz,
4425         plugins/project-wizard/templates/minimal.wiz,
4426         plugins/project-wizard/templates/xlib.wiz,
4427         plugins/project-wizard/templates/gcj.wiz,
4428         plugins/project-wizard/templates/translatable-strings.h,
4429         plugins/project-import/project-import.c:
4430         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4432 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4434         * plugins/debug-manager/threads.c,
4435         plugins/debug-manager/disassemble.c,
4436         plugins/debug-manager/watch.c,
4437         plugins/debug-manager/registers.c,
4438         plugins/debug-manager/memory.c,
4439         plugins/debug-manager/locals.c,
4440         plugins/debug-manager/stack_trace.c,
4441         plugins/debug-manager/queue.c,
4442         plugins/debug-manager/queue.h:
4443         Connect debugger signal only when program is loaded
4444         Rename get_feature in is_supported
4446         * plugins/debug-manager/plugin.c:
4447         Remove editor watch when plugin is deactivated
4449         * plugins/debug-manager/anjuta-debug-manager.glade,
4450         plugins/debug-manager/breakpoints.c,
4451         plugins/debug-manager/breakpoints.h:
4452         Rewrite almost completely the breakpoint code
4453         Improve breakpoint dialog
4454         Reorganize function
4455         Implement condition, hit count, ignore and temporary attribute
4457         * plugins/debug-manager/command.c,
4458         plugins/debug-manager/command.h:
4459         Add a breakpoint list command
4461         * plugins/gdb/debugger.c,
4462         plugins/gdb/debugger.h:
4463         Add new breakpoint list command
4464         Fix parsing of breakpoint data
4466         * libanjuta/interfaces/libanjuta.idl,
4467         plugins/gdb/plugin.c:
4468         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4470 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4472         * plugins/document-manager/plugin.c:
4473         Use Ctrl+Shift+s as shortcut for Save As
4475 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4477         * plugins/subversion/plugin.c: (activate_plugin):
4478         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4479         * src/layout.xml: Fixed dockitem positions.
4481 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4483         Icons from tpgww@onepost.net:
4484         * plugins/project-wizard/applogo.png:
4485         Icons from patch in bug #480093 comment #23. Also renamed icons.
4487         * plugins/message-view/Makefile.am:
4488         * plugins/message-view/plugin.c: (register_stock_icons),
4489         (ipreferences_merge): Removed redundant icon.
4491         * plugins/document-manager/plugin.c:
4492         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4493         Do not insensitize New action when there is no document.
4494         Indentation fixes.
4496 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4498         Icons from tpgww@onepost.net:
4499         * plugins/symbol-browser/an_symbol_prefs.c:
4500         * pixmaps/Makefile.am:
4501         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4503         Icons from patch in bug #480093 comment #23. Also renamed icons.
4504         To be continued..
4506 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4508         Patch from James Liggett:
4509         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4510         revert and dialogs resizable.
4512 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4514         Patch from James Liggett:
4515         * plugins/subversion/anjuta-subversion.glade:
4516         * plugins/subversion/subversion-diff-dialog.c:
4517         (on_subversion_diff_response), (subversion_diff_dialog):
4518         * plugins/subversion/subversion-diff-dialog.h:
4520         The diff dialog should have a checkbox, enabled by default, that
4521         allows the user to make sure that all open files are saved before
4522         diffing.
4524 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4526         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4528         Icons from tpgww@onepost.net:
4529         * pixmaps/Makefile.am:
4530         * src/Makefile.am:
4531         * src/anjuta-app.c:
4532         * src/anjuta-preferences-general.svg:
4534         Icons from patch in bug #480093 comment #23. Also renamed icons.
4535         To be continued..
4537 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4539         Icons from tpgww@onepost.net:
4540         * plugins/debug-manager/images/Makefile.am:
4541         * plugins/debug-manager/images/anjuta-watch.svg:
4542         * plugins/debug-manager/plugin.c: (register_stock_icons):
4543         * plugins/gdb/images/Makefile.am:
4544         * plugins/gtodo/Makefile.am:
4545         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4546         * plugins/gtodo/anjuta-gtodo.plugin.in:
4547         * plugins/gtodo/interface.c: (stock_icons):
4548         * plugins/gtodo/main.h:
4549         * plugins/gtodo/plugin.c: (ipreferences_merge):
4550         * plugins/terminal/Makefile.am:
4551         * plugins/terminal/anjuta-terminal-plugin.svg:
4552         * plugins/terminal/anjuta-terminal.plugin.in:
4553         * plugins/terminal/terminal.c:
4554         * plugins/tools/Makefile.am:
4555         * plugins/tools/anjuta-tools-plugin.svg:
4556         * plugins/tools/anjuta-tools.plugin.in:
4557         * plugins/tools/plugin.c:
4558         * plugins/valgrind/Makefile.am:
4559         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4560         * plugins/valgrind/anjuta-valgrind.plugin.in:
4561         * plugins/valgrind/plugin.c: (register_stock_icons),
4562         (ipreferences_merge):
4564         Icons from patch in bug #480093 comment #23. Also renamed icons.
4565         To be continued..
4567 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4569         reviewed by: Johannes Schmid <jhs@gnome.org>
4571         * configure.in:
4572         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4573         due to bug #493360. Still present anyway bug #495843
4575         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4576         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4577         (on_local_treeview_row_activated),
4578         (on_global_treeview_row_activated),
4579         (on_global_treeview_row_expanded), (on_project_element_added),
4580         (on_project_element_removed), (project_root_added),
4581         (symbol_db_activate), (isymbol_manager_search),
4582         (isymbol_manager_get_members),
4583         (isymbol_manager_get_completions_at_position):
4584         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4585         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4586         * plugins/symbol-db/symbol-db-engine.c:
4587         (sdb_engine_execute_non_select_sql),
4588         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4589         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4590         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4591         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4592         (symbol_db_engine_add_new_workspace),
4593         (symbol_db_engine_add_new_project),
4594         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4595         (sdb_engine_detects_removed_ids),
4596         (sdb_engine_walk_down_scope_path),
4597         (symbol_db_engine_get_class_parents),
4598         (symbol_db_engine_get_global_members),
4599         (symbol_db_engine_get_scope_members_by_symbol_id),
4600         (symbol_db_engine_get_scope_members),
4601         (symbol_db_engine_get_current_scope),
4602         (symbol_db_engine_get_file_symbols),
4603         (symbol_db_engine_get_symbol_info_by_id),
4604         (symbol_db_engine_find_symbol_by_name_pattern):
4605         * plugins/symbol-db/symbol-db-engine.h:
4606         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4607         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4608         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4609         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4610         (on_scan_end), (do_add_root_symbol_to_view),
4611         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4612         (trigger_on_symbol_inserted), (add_new_waiting_for),
4613         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4614         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4615         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4616         (symbol_db_view_row_expanded), (sdb_view_init),
4617         (gtree_compare_func), (sdb_view_finalize),
4618         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4619         (sdb_view_populate_base_root),
4620         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4621         * plugins/symbol-db/symbol-db-view.h:
4622         * plugins/symbol-db/tables.sql:
4623         * plugins/symbol-db/test/Makefile.am:
4624         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4625         (get_scope_members), (get_current_scope), (get_global_members),
4626         (get_file_symbols), (get_info_by_id), (main):
4628         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4629         Started using LIMIT keyword to speed up things.
4630         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4631         make providers use prepared statements.
4633 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4635         Patch from James Liggett:
4636         * plugins/subversion/plugin.c: (subversion_instance_init):
4637         * plugins/subversion/plugin.h:
4638         * plugins/subversion/subversion-diff-dialog.c:
4639         (on_subversion_diff_response), (subversion_diff_dialog),
4640         (on_menu_subversion_diff):
4641         * plugins/subversion/subversion-log-dialog.c:
4642         (on_log_view_selected_button_clicked),
4643         (on_log_diff_selected_button_clicked),
4644         (on_log_diff_previous_button_clicked),
4645         (subversion_log_window_create):
4646         * plugins/subversion/subversion-ui-utils.c:
4647         (get_filename_from_full_path), (init_whole_project),
4648         (on_whole_project_toggled):
4649         * plugins/subversion/subversion-ui-utils.h:
4650         * plugins/subversion/subversion-update-dialog.c:
4651         (subversion_update_dialog), (on_menu_subversion_update):
4653         Whole Project checkbox enabled by default in diff and update dialogs.
4654         changes the editor names for diff editors to something much more
4655         descriptive. For example, working copy/head diffs would have an editor
4656         with a name like "[Working Copy/Head] some-file.diff," where some-file
4657         is the name of the file/directory that was diffed. For diffs against
4658         arbitrary diffs the name would look like "[Revisions 2832/3200]
4659         some-file.diff" for a diff of some-file between revisions 2832 and
4660         3200.
4662 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4664         Icons from tpgww@onepost.net:
4665         * plugins/subversion/Makefile.am:
4666         * plugins/subversion/anjuta-subversion-plugin.svg:
4667         * plugins/subversion/anjuta-subversion.plugin.in:
4668         * plugins/subversion/plugin.h:
4669         * plugins/symbol-browser/Makefile.am:
4670         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4671         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4672         * plugins/symbol-browser/plugin.c:
4673         * plugins/symbol-db/Makefile.am:
4674         * plugins/symbol-db/plugin.c:
4675         * plugins/symbol-db/symbol-db.plugin.in:
4677         Icons from patch in bug #480093 comment #23. Also renamed icons.
4678         To be continued..
4680 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4682         Icons from tpgww@onepost.net:
4683         * plugins/project-manager/Makefile.am:
4684         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4685         * plugins/project-manager/anjuta-project-manager.plugin.in:
4686         * plugins/project-manager/plugin.c:
4687         * plugins/project-wizard/Makefile.am:
4688         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4689         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4690         * plugins/project-wizard/druid.h:
4691         * plugins/search/Makefile.am:
4692         * plugins/search/anjuta-search-plugin.svg:
4693         * plugins/search/anjuta-search.plugin.in:
4694         * plugins/search/plugin.c:
4696         Icons from patch in bug #480093 comment #23. Also renamed icons.
4697         To be continued..
4699 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4701         * TODO.tasks: updated.
4703         Icons from tpgww@onepost.net:
4704         * plugins/file-loader/Makefile.am:
4705         * plugins/file-loader/anjuta-loader-plugin.svg:
4706         * plugins/file-loader/anjuta-loader.plugin.in:
4707         * plugins/file-manager/Makefile.am:
4708         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4709         * plugins/file-manager/file-manager.plugin.in:
4710         * plugins/file-manager/plugin.c:
4711         * plugins/glade/Makefile.am:
4712         * plugins/glade/anjuta-glade-plugin.svg:
4713         * plugins/glade/anjuta-glade.plugin.in:
4714         * plugins/glade/plugin.c: (register_stock_icons):
4715         * plugins/language-manager/Makefile.am:
4716         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4717         * plugins/language-manager/language-manager.plugin.in:
4718         * plugins/message-view/Makefile.am:
4719         * plugins/message-view/anjuta-message-manager.plugin.in:
4720         * plugins/message-view/anjuta-messages-plugin.svg:
4721         * plugins/message-view/plugin.c:
4722         * plugins/patch/Makefile.am:
4723         * plugins/patch/anjuta-patch-plugin.svg:
4724         * plugins/patch/anjuta-patch.plugin.in:
4725         * plugins/patch/plugin.c:
4726         * plugins/profiler/Makefile.am:
4727         * plugins/profiler/anjuta-profiler-plugin.svg:
4728         * plugins/profiler/plugin.c: (register_stock_icons):
4729         * plugins/profiler/profiler.plugin.in:
4730         * plugins/project-import/Makefile.am:
4731         * plugins/project-import/anjuta-project-import-plugin.svg:
4732         * plugins/project-import/anjuta-project-import.plugin.in:
4733         * plugins/project-import/plugin.c:
4735         Icons from patch in bug #480093 comment #23. Also renamed icons.
4736         To be continued..
4738 2007-11-18  Johannes Schmid <jhs@gnome.org>
4740         * plugins/build-basic-autotools/build-basic-autotools.c:
4741         (build_regex_init):
4742         * plugins/debug-manager/anjuta-debug-manager.glade:
4743         * plugins/debug-manager/breakpoints.c:
4744         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4745         * plugins/file-wizard/file.c:
4746         * plugins/gdb/anjuta-gdb.glade:
4747         * plugins/glade/plugin.c: (ifile_open):
4748         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4749         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4750         * plugins/gtodo/tray-icon.c:
4751         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4752         * plugins/macro/macros.xml:
4753         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4754         Fixed translation bugs (#496833, #488211 and #497758)
4755         
4756         * plugins/document-manager/plugin.c: (on_editor_changed):
4757         Removed unused code
4759 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4761         Icons from tpgww@onepost.net:
4762         * plugins/devhelp/Makefile.am:
4763         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4764         * plugins/devhelp/anjuta-devhelp.plugin.in:
4765         * plugins/devhelp/plugin.c:
4766         * plugins/document-manager/anjuta-document-manager.plugin.in:
4767         * plugins/document-manager/images/Makefile.am:
4768         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4769         * plugins/document-manager/plugin.c:
4770         * plugins/editor/Makefile.am:
4771         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4772         * plugins/editor/anjuta-editor.plugin.in:
4773         * plugins/editor/plugin.c:
4774         * plugins/sample1/Makefile.am:
4775         * plugins/sample1/anjuta-sample-plugin.svg:
4776         * plugins/sample1/anjuta-sample.plugin.in:
4777         * plugins/sourceview/Makefile.am:
4778         * plugins/sourceview/plugin.c:
4779         * plugins/sourceview/sourceview.plugin.in:
4781         Icons from patch in bug #480093 comment #23. Also renamed icons.
4782         To be continued..
4784 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4786         * TODO.tasks: Updated.
4788         Icons from tpgww@onepost.net:
4789         * plugins/build-basic-autotools/Makefile.am:
4790         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4791         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4792         * plugins/build-basic-autotools/build-basic-autotools.c:
4793         * plugins/class-inheritance/Makefile.am:
4794         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4795         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4796         * plugins/class-inheritance/plugin.c:
4797         * plugins/cvs-plugin/Makefile.am:
4798         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4799         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4800         * plugins/cvs-plugin/plugin.c:
4801         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4802         * plugins/debug-manager/images/Makefile.am:
4803         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4804         * plugins/debug-manager/plugin.c: 
4806         Icons from patch in bug #480093 comment #23. Also renamed icons.
4807         To be continued..
4809 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4811         * (removed) libanjuta/anjuta-children.c,
4812         (removed) libanjuta/anjuta-children.h,
4813         libanjuta/anjuta-launcher.c,
4814         libanjuta/libanjuta.h,
4815         libanjuta/Makefile.am,
4816         plugins/gdb/debugger.c,
4817         plugins/terminal/terminal.c,
4818         manuals/reference/libanjuta/libanjuta-sections.txt,
4819         manuals/reference/libanjuta/libanjuta-docs.sgml:
4820         Replace anjuta_children_register by g_child_watch_add
4822 2007-11-13  Johannes Schmid <jhs@gnome.org>
4824         * plugins/subversion/anjuta-subversion.glade:
4825         * plugins/subversion/subversion-commit-dialog.c:
4826         (subversion_commit_dialog):
4827         * plugins/subversion/subversion-resolve-dialog.c:
4828         (subversion_resolve_dialog):
4829         * plugins/subversion/subversion-revert-dialog.c:
4830         (subversion_revert_dialog):
4831         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4832         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4833         (hide_pulse_progress_bar):
4834         * plugins/subversion/subversion-ui-utils.h:
4836         Yet another patch from #457477:
4837         Add a pulsing progress bar to all dialogs receiving status
4839 2007-11-12  Johannes Schmid <jhs@gnome.org>
4841         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4842         Bug 493583 – crash in Anjuta IDE: trying to open a file
4843         
4844         * plugins/subversion/subversion-commit-dialog.c:
4845         (select_all_files), (subversion_commit_dialog):
4846         Patch from jrligget - see #457477
4848 2007-11-12  Johannes Schmid <jhs@gnome.org>
4850         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4851         * libanjuta/anjuta-plugin-handle.c:
4852         (anjuta_plugin_handle_get_about):
4853         Bug 495536 – Plugins localization improvement
4854         
4855         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4856         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4857         * plugins/indent/indent.glade:
4858         * plugins/subversion/anjuta-subversion.glade:
4859         Bug 495245 – Strings bug
4861 2007-11-08  James Liggett  <jrliggett@cox.net>
4863         reviewed by: Johannes Schmid <jhs@gnome.org>
4865         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4866         (anjuta_async_command_finalize),
4867         (anjuta_async_command_notification_poll),
4868         (anjuta_async_command_thread), (start_command),
4869         (notify_data_arrived), (notify_complete),
4870         (anjuta_async_command_class_init),
4871         (anjuta_async_command_set_error_message),
4872         (anjuta_async_command_get_error_message),
4873         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4874         * libanjuta/anjuta-async-command.h:
4875         * libanjuta/anjuta-command.c: (anjuta_command_init),
4876         (anjuta_command_finalize), (anjuta_command_class_init),
4877         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4878         (anjuta_command_notify_complete),
4879         (anjuta_command_set_error_message),
4880         (anjuta_command_get_error_message):
4881         * libanjuta/anjuta-command.h:
4882         * libanjuta/anjuta-glade-catalog.c:
4883         * libanjuta/anjuta-glade.xml:
4884         * libanjuta/anjuta-vcs-status-tree-view.c:
4885         (on_selected_column_toggled),
4886         (anjuta_vcs_status_tree_view_create_columns),
4887         (anjuta_vcs_status_tree_view_init),
4888         (anjuta_vcs_status_tree_view_finalize),
4889         (anjuta_vcs_status_tree_view_set_property),
4890         (anjuta_vcs_status_tree_view_get_property),
4891         (anjuta_vcs_status_tree_view_class_init),
4892         (anjuta_vcs_status_tree_view_new),
4893         (anjuta_vcs_status_tree_view_destroy),
4894         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4895         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4896         (anjuta_vcs_status_tree_view_unselect_all),
4897         (create_selected_paths_list),
4898         (anjuta_vcs_status_tree_view_get_selected):
4899         * libanjuta/anjuta-vcs-status-tree-view.h:
4900         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4901         * libanjuta/anjuta-widgets.h:
4902         * plugins/subversion/subversion-add-dialog.c:
4903         (on_add_command_finished), (on_subversion_add_response),
4904         (subversion_add_dialog), (on_menu_subversion_add),
4905         (on_fm_subversion_add):
4906         * plugins/subversion/subversion-add-dialog.h:
4907         * plugins/subversion/subversion-commit-dialog.c:
4908         (on_commit_command_finished), (on_subversion_commit_response),
4909         (subversion_commit_dialog), (on_menu_subversion_commit),
4910         (on_fm_subversion_commit):
4911         * plugins/subversion/subversion-commit-dialog.h:
4912         * plugins/subversion/subversion-copy-dialog.c:
4913         (on_copy_other_revision_radio_toggled),
4914         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4915         (on_copy_command_finished), (on_subversion_copy_response),
4916         (subversion_copy_dialog), (on_menu_subversion_copy),
4917         (on_fm_subversion_copy):
4918         * plugins/subversion/subversion-copy-dialog.h:
4919         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4920         (on_subversion_diff_response), (subversion_diff_dialog),
4921         (on_menu_subversion_diff), (on_fm_subversion_diff):
4922         * plugins/subversion/subversion-diff-dialog.h:
4923         * plugins/subversion/subversion-log-dialog.c:
4924         (on_diff_selected_column_toggled), (create_columns),
4925         (on_log_command_finished), (on_log_view_button_clicked),
4926         (on_cat_command_data_arrived), (on_cat_command_finished),
4927         (on_log_view_selected_button_clicked), (get_selected_revisions),
4928         (on_log_diff_selected_button_clicked),
4929         (on_log_diff_previous_button_clicked),
4930         (on_subversion_log_vbox_destroy),
4931         (on_log_changes_view_row_selected), (subversion_log_window_create),
4932         (on_menu_subversion_log), (on_fm_subversion_log),
4933         (subversion_log_set_whole_project_sensitive):
4934         * plugins/subversion/subversion-log-dialog.h:
4935         * plugins/subversion/subversion-merge-dialog.c:
4936         (on_merge_command_finished), (on_subversion_merge_response),
4937         (on_merge_first_path_browse_button_clicked),
4938         (on_merge_second_path_browse_button_clicked),
4939         (on_merge_use_first_path_check_toggled),
4940         (on_merge_start_revision_radio_toggled),
4941         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4942         (on_menu_subversion_merge):
4943         * plugins/subversion/subversion-merge-dialog.h:
4944         * plugins/subversion/subversion-remove-dialog.c:
4945         (on_remove_command_finished),
4946         (on_remove_path_browse_button_clicked),
4947         (on_subversion_remove_response), (subversion_remove_dialog),
4948         (on_menu_subversion_remove), (on_fm_subversion_remove):
4949         * plugins/subversion/subversion-remove-dialog.h:
4950         * plugins/subversion/subversion-resolve-dialog.c:
4951         (on_resolve_command_finished), (on_subversion_resolve_response),
4952         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4953         * plugins/subversion/subversion-resolve-dialog.h:
4954         * plugins/subversion/subversion-revert-dialog.c:
4955         (on_revert_command_finished), (on_subversion_revert_response),
4956         (subversion_revert_dialog), (on_menu_subversion_revert):
4957         * plugins/subversion/subversion-revert-dialog.h:
4958         * plugins/subversion/subversion-switch-dialog.c:
4959         (on_switch_other_revision_radio_toggled),
4960         (on_switch_command_finished), (on_subversion_switch_response),
4961         (subversion_switch_dialog), (on_menu_subversion_switch):
4962         * plugins/subversion/subversion-switch-dialog.h:
4963         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4964         (subversion_data_free), (on_mesg_view_destroy),
4965         (create_message_view), (check_filename), (get_log_from_textview),
4966         (pulse_timer), (on_pulse_timer_destroyed),
4967         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4968         (report_errors), (on_status_command_finished),
4969         (on_status_command_data_arrived), (on_command_info_arrived),
4970         (select_all_status_items), (clear_all_status_selections),
4971         (init_whole_project), (on_whole_project_toggled),
4972         (send_diff_command_output_to_editor), (on_diff_command_finished),
4973         (stop_status_bar_progress_pulse):
4974         * plugins/subversion/subversion-ui-utils.h:
4975         * plugins/subversion/subversion-update-dialog.c:
4976         (on_update_command_finished), (on_subversion_update_response),
4977         (subversion_update_dialog), (on_menu_subversion_update),
4978         (on_fm_subversion_update):
4979         * plugins/subversion/subversion-update-dialog.h:
4980         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4981         (svn_add_command_finalize), (svn_add_command_run),
4982         (svn_add_command_class_init), (svn_add_command_new),
4983         (svn_add_command_destroy):
4984         * plugins/subversion/svn-add-command.h:
4985         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4986         (svn_cat_command_finalize), (svn_cat_command_run),
4987         (svn_cat_command_class_init), (svn_cat_command_new),
4988         (svn_cat_command_destroy), (svn_cat_command_get_output):
4989         * plugins/subversion/svn-cat-command.h:
4990         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4991         (svn_command_release_ui_lock), (simple_prompt),
4992         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4993         (svn_auth_ssl_server_trust_prompt_func_cb),
4994         (svn_auth_ssl_client_cert_prompt_func_cb),
4995         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4996         (svn_command_init), (svn_command_finalize),
4997         (svn_command_class_init), (svn_command_push_info),
4998         (svn_command_get_info_queue), (svn_command_set_error),
4999         (svn_command_get_client_context), (svn_command_get_pool),
5000         (svn_command_lock_ui), (svn_command_unlock_ui),
5001         (svn_command_get_revision), (svn_command_copy_path_list),
5002         (svn_command_free_path_list):
5003         * plugins/subversion/svn-command.h:
5004         * plugins/subversion/svn-commit-command.c: (on_log_callback),
5005         (svn_commit_command_init), (svn_commit_command_finalize),
5006         (svn_commit_command_run), (svn_commit_command_class_init),
5007         (svn_commit_command_new), (svn_commit_command_destroy):
5008         * plugins/subversion/svn-commit-command.h:
5009         * plugins/subversion/svn-copy-command.c: (on_log_callback),
5010         (svn_copy_command_init), (svn_copy_command_finalize),
5011         (svn_copy_command_run), (svn_copy_command_class_init),
5012         (svn_copy_command_new), (svn_copy_command_destroy):
5013         * plugins/subversion/svn-copy-command.h:
5014         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
5015         (svn_diff_command_finalize), (svn_diff_command_run),
5016         (svn_diff_command_class_init), (svn_diff_command_new),
5017         (svn_diff_command_destroy), (svn_diff_command_get_output):
5018         * plugins/subversion/svn-diff-command.h:
5019         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
5020         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
5021         (svn_log_command_class_init), (svn_log_command_new),
5022         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
5023         * plugins/subversion/svn-log-command.h:
5024         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
5025         (svn_log_entry_finalize), (svn_log_entry_class_init),
5026         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
5027         (svn_log_entry_get_author), (svn_log_entry_get_date),
5028         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
5029         (svn_log_entry_get_full_log):
5030         * plugins/subversion/svn-log-entry.h:
5031         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
5032         (svn_merge_command_finalize), (svn_merge_command_run),
5033         (svn_merge_command_class_init), (svn_merge_command_new),
5034         (svn_merge_command_destroy):
5035         * plugins/subversion/svn-merge-command.h:
5036         * plugins/subversion/svn-remove-command.c: (on_log_callback),
5037         (svn_remove_command_init), (svn_remove_command_finalize),
5038         (svn_remove_command_run), (svn_remove_command_class_init),
5039         (svn_remove_command_new), (svn_remove_command_destroy),
5040         (svn_remove_command_get_path):
5041         * plugins/subversion/svn-remove-command.h:
5042         * plugins/subversion/svn-resolve-command.c:
5043         (svn_resolve_command_init), (svn_resolve_command_finalize),
5044         (svn_resolve_command_run), (svn_resolve_command_class_init),
5045         (svn_resolve_command_new), (svn_resolve_command_destroy):
5046         * plugins/subversion/svn-resolve-command.h:
5047         * plugins/subversion/svn-revert-command.c:
5048         (svn_revert_command_init), (svn_revert_command_finalize),
5049         (svn_revert_command_run), (svn_revert_command_class_init),
5050         (svn_revert_command_new), (svn_revert_command_destroy):
5051         * plugins/subversion/svn-revert-command.h:
5052         * plugins/subversion/svn-status-command.c:
5053         (svn_status_command_init), (svn_status_command_finalize),
5054         (on_svn_status_notify), (svn_status_command_run),
5055         (svn_status_command_class_init), (svn_status_command_new),
5056         (svn_status_command_destroy),
5057         (svn_status_command_get_status_queue):
5058         * plugins/subversion/svn-status-command.h:
5059         * plugins/subversion/svn-status.c: (svn_status_init),
5060         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
5061         (svn_status_destroy), (svn_status_get_path),
5062         (svn_status_get_vcs_status):
5063         * plugins/subversion/svn-status.h:
5064         * plugins/subversion/svn-switch-command.c:
5065         (svn_switch_command_init), (svn_switch_command_finalize),
5066         (svn_switch_command_run), (svn_switch_command_class_init),
5067         (svn_switch_command_new), (svn_switch_command_destroy):
5068         * plugins/subversion/svn-switch-command.h:
5069         * plugins/subversion/svn-update-command.c:
5070         (svn_update_command_init), (svn_update_command_finalize),
5071         (svn_update_command_run), (svn_update_command_class_init),
5072         (svn_update_command_new), (svn_update_command_destroy):
5073         * plugins/subversion/svn-update-command.h:
5075         Now really committed all files from James patch (#457477)
5077 2007-11-08  Johannes Schmid <jhs@gnome.org>
5079         * TODO.tasks: Updated
5081 2007-11-08  James Liggett  <jrliggett@cox.net>
5083         reviewed by: Johannes Schmid <jhs@gnome.org>
5085         * configure.in:
5086         * libanjuta/Makefile.am:
5087         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
5088         * libanjuta/anjuta-status.h:
5089         * libanjuta/libanjuta.h:
5090         * plugins/subversion/Makefile.am:
5091         * plugins/subversion/anjuta-subversion.glade:
5092         * plugins/subversion/anjuta-subversion.ui:
5093         * plugins/subversion/plugin.c: (value_added_project_root_uri),
5094         (value_removed_project_root_uri), (activate_plugin),
5095         (deactivate_plugin), (finalize), (subversion_instance_init):
5096         * plugins/subversion/plugin.h:
5097         * plugins/subversion/subversion-actions.c:
5098         * plugins/subversion/subversion-actions.h:
5099         * plugins/subversion/subversion-callbacks.c:
5100         * plugins/subversion/subversion-callbacks.h:
5101         * plugins/subversion/svn-auth.c:
5102         * plugins/subversion/svn-auth.h:
5103         * plugins/subversion/svn-backend-priv.h:
5104         * plugins/subversion/svn-backend.c:
5105         * plugins/subversion/svn-backend.h:
5106         * plugins/subversion/svn-notify.c:
5107         * plugins/subversion/svn-notify.h:
5108         * plugins/subversion/svn-thread.c:
5109         * plugins/subversion/svn-thread.h:
5110         
5111         Commited alpha2 of the new subversion plugin (#457477)
5113 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
5115         * plugins/debug-manager/command.c:
5116         Fix a stupid crash when changing a register value
5118 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
5120         * libanjuta/interfaces/libanjuta.idl,
5121         plugins/debug-manager/command.c,
5122         plugins/debug-manager/command.h,
5123         plugins/debug-manager/start.c,
5124         plugins/gdb/plugin.c,
5125         plugins/gdb/debugger.c,
5126         plugins/gdb/debugger.h:
5127         Use anjuta terminal plugin instead of gnome terminal
5128         Select if a terminal is used in the the start_program function
5129         Move terminal code from debugger.c to plugin.c
5130         Partial fix of bug #481366
5132         * plugins/gdb/utilities.c,
5133         plugins/gdb/utilities.h:
5134         Remove gnome terminal check function
5136 2007-11-06  Johannes Schmid <jhs@gnome.org>
5138         * plugins/project-import/anjuta-project-import.glade:
5139         * plugins/project-import/project-import.c: (on_import_next),
5140         (on_import_finish), (project_import_set_directory):
5141         * plugins/project-wizard/property.c: (npw_property_create_widget),
5142         (npw_property_set_value_from_widget):
5143         
5144         Replaced gnome_file_entry with gtk_file_chooser_button
5145         Fixes #422329 – Creating a new directory in program options doesn't work
5146         
5147 2007-11-04  Massimo Cora' <maxcvs@email.it>
5149         * plugins/symbol-db/plugin.c:
5150         add all files at once on project_import.
5151         No need to split them into more languages: ctags
5152         and the engine will take care of that.
5154         * plugins/symbol-db/symbol-db-engine.h,
5155         * plugins/symbol-db/symbol-db-engine.c,
5156         * plugins/symbol-db/tables.sql,
5157         * plugins/symbol-db/test/Makefile.am,
5158         * plugins/symbol-db/test/main.c,
5159         * plugins/symbol-db/symbol-db-view-locals.c:
5160         some memory leaks fixed. Ported the thing to
5161         libgda 3.1.2 [or better svn HEAD].
5162         Thanks to a fresh new algorithm to detect
5163         parent scope we're able to display correcly
5164         a local gtktree, including classes not directly
5165         defined inside that file.
5167 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
5169         * plugins/debug-manager/threads.c,
5170         plugins/debug-manager/stack_trace.c:
5171         Do not display address when not needed
5173         * plugins/debug-manager/plugin.c,
5174         plugins/debug-manager/breakpoints.c:
5175         Breakpoints directly connect to debugger signals
5177         * plugins/debug-manager/watch.c:
5178         program-unload signal does not exist used debugger-stopped
5180         * plugins/debug-manager/queue.c,
5181         libanjuta/interfaces/libanjuta.idl:
5182         Display error message returned by debugger command
5183         Add new error codes
5185 2007-11-04  Johannes Schmid <jhs@gnome.org>
5187         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
5188         Bug 493062 – gcj template needs AC_PROG_CC
5189         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
5191         * src/anjuta-actions.h:
5192         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5193         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
5195 === anjuta 2.3.0 ===
5197 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
5199         * AUTHORS: Updated
5201 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5203         * ChangeLog: Tagged 2.3.0 release.
5205         * plugins/indent/Makefile.am: Fixed indentation.
5207         * plugins/editor/aneditor-autocomplete.cxx:
5208         * plugins/editor/aneditor-priv.h:
5209         * plugins/editor/aneditor.cxx:
5210         * plugins/editor/aneditor.h: Commented out dead codes.
5212         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
5213         Do not build symbol-db by
5214         default. Added 'unstable' in plugin description to signify it's
5215         developmental state.
5217         * plugins/file-manager/Makefile.am,
5218         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
5220 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
5222         * plugins/debug-manager/utilities.c,
5223         plugins/debug-manager/utilities.h,
5224         plugins/debug-manager/threads.c,
5225         plugins/debug-manager/plugin.c,
5226         plugins/debug-manager/plugin.h,
5227         plugins/debug-manager/disassemble.h,
5228         plugins/debug-manager/watch.c,
5229         plugins/debug-manager/watch.h,
5230         plugins/debug-manager/breakpoints.c,
5231         plugins/debug-manager/stack_trace.c:
5232         Replace few remaining function calls by signal 
5234         * plugins/debug-manager/disassemble.c,
5235         plugins/debug-manager/registers.c,
5236         plugins/debug-manager/memory.c,
5237         plugins/debug-manager/locals.c,
5238         plugins/debug-manager/queue.c,
5239         plugins/debug-manager/queue.h:
5240         Connect signals when debugger is started
5241         Disconnect them when debugger is stopped
5242         Do not display window if debugger doesn't support feature
5244         * plugins/gdb/plugin.c,
5245         libanjuta/interfaces/libanjuta.idl:
5246         Remove unused initialization function
5248 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5250         * configure.in:
5251         * plugins/file-manager/Makefile.am:
5252         * scripts/build-schemas.mk: Fixed 'make distcheck'
5254 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5256         * manuals/reference/libanjuta/libanjuta-docs.sgml,
5257         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5258         to latest API additions.
5260         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5261         to API changes.
5263 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
5265         * ChangeLog: Fixed indentation.
5266         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5267         branch.
5269 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
5271         * libanjuta/interfaces/libanjuta.idl:
5272         * plugins/build-basic-autotools/build-basic-autotools.c:
5273         (build_compile_file_real), (build_build_project),
5274         (build_install_project), (build_clean_project),
5275         (build_configure_project), (build_autogen_project),
5276         (build_distribution_project), (build_build_module),
5277         (build_install_module), (build_clean_module), (fm_build),
5278         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5279         (finalize), (basic_autotools_plugin_instance_init),
5280         (ibuildable_set_command), (ibuildable_reset_commands),
5281         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5282         (ibuildable_install), (ibuildable_configure),
5283         (ibuildable_generate), (ibuildable_iface_init):
5284         * plugins/build-basic-autotools/build-basic-autotools.h:
5286         Added API for commands override in build interface and implemented
5287         them in build plugin. Useful for other plugins override build
5288         commands depending on project environment.
5290 2007-10-28  Naba Kumar  <naba@gnome.org>
5292         * src/anjuta.glade,
5293         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5294         Fixed widget alignment for dock switcher tab style combo and
5295         scratchbox path entrybox.
5297 2007-10-28  Johannes Schmid <jhs@gnome.org>
5299         * plugins/document-manager/plugin.c: (on_editor_changed):
5300         Fixed a memory leak and simplified code (thanks again Sébastien)
5301         
5302         * configure.in:
5303         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5304         and OFFSET sql statements)
5306 2007-10-28  Massimo Cora' <maxcvs@email.it>
5308         * plugins/symbol-db/plugin.c,
5309         plugins/symbol-db/symbol-db-engine.h,
5310         plugins/symbol-db/symbol-db-view.c,
5311         plugins/symbol-db/symbol-db-view.c,
5312         plugins/symbol-db/symbol-db-view-locals.c,
5313         plugins/symbol-db/symbol-db-view-locals.h,
5314         plugins/symbol-db/symbol-db-engine.c:
5315         Better end-of-file-scan detection, permitting
5316         an improved scope/inheritance parsing.
5317         Locals tab gtktree now displays correct
5318         namespace->class->children tree, even if
5319         in a C++ file there isn't class declaration.
5321 2007-10-27  Johannes Schmid <jhs@gnome.org>
5323         Patch from Stanislav Brabec <sbrabec@suse.cz>
5324         * configure.in:
5325         Bug 489798 – Do not rely on svn-config
5327         Patch from Michael Wolf <maw@ximian.com>:
5328         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5329         (egg_tree_model_filter_remove_node),
5330         (egg_tree_model_filter_row_deleted):
5331         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5333 2007-10-27  Johannes Schmid <jhs@gnome.org>
5335         * plugins/devhelp/anjuta-devhelp.ui:
5336         * plugins/message-view/anjuta-message-manager.ui:
5338         Added some separators to the toolbar
5339         
5340         * plugins/document-manager/plugin.c:
5341         (on_support_plugin_deactivated), (load_new_support_plugins),
5342         (unload_unused_support_plugins), (on_editor_changed):
5343         
5344         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5345         for pointing out that is was crap.
5347 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
5349         * libanjuta/interfaces/libanjuta.idl,
5350         libanjuta/anjuta-plugin-manager.c,
5351         libanjuta/anjuta-plugin-manager.h,
5352         libanjuta/anjuta-c-plugin-factory.c,
5353         libanjuta/anjuta-c-module.h,
5354         libanjuta/anjuta-c-module.c:
5355         Report detailled error message in case of plugin loading failure
5357 2007-10-24  Johannes Schmid <jhs@gnome.org>
5359         * configure.in:
5360         * plugins/Makefile.am:
5361         
5362         Activate build of symbol-db plugin (when libgda is available)
5363         
5364         * plugins/document-manager/plugin.c:
5365         (on_support_plugin_deactivated), (on_editor_changed):
5366         
5367         Properly handle language support plugins even when they are
5368         unloaded by the session.
5369         
5370         * plugins/symbol-db/plugin.c: (register_stock_icons),
5371         Port to new REGISTER_ICONS stuff
5372   
5373 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5375         * plugins/symbol-db/plugin.c,
5376         * plugins/symbol-db/symbol-db-view.c
5377         * plugins/symbol-db/symbol-db-engine.h,
5378         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5379         * plugins/symbol-db/symbol-db-view-locals.c,
5380         * plugins/symbol-db/symbol-db-view-locals.h,
5381         * plugins/symbol-db/symbol-db-engine.c:
5382         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5383         Added a new algorithm for dynamic population of the local symbols' tab.
5384         Now the default view is tree-like.
5385         Some fixes on engine correct some population issues.    
5387 2007-10-23  Naba Kumar  <naba@gnome.org>
5389         * plugins/glade/Makefile.am: Corrected conditional not to install
5390         .plugin file if plugin is disabled.
5391         * plugins/sourceview/Makefile.am: Corrected conditional not to
5392         install schemas if plugin is not built.
5394 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5396         * plugins/debug-manager/queue.c:
5397         Fix #488061: Mutiple crash dialogs
5399         * plugins/gdb/debugger.c,
5400         plugins/gdb/debugger.h:
5401         Remove maximum gdb command length, should fix bug#474811
5403 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5405         * manuals/reference/libanjuta/plugin-description-file.sgml,
5406         manuals/reference/libanjuta/libanjuta-docs.sgml,
5407         manuals/reference/libanjuta/libanjuta-sections.txt,
5408         libanjuta/interfaces/libanjuta.idl,
5409         libanjuta/anjuta-c-module.c,
5410         libanjuta/anjuta-c-plugin-factory.c:
5411         Document last changes in plugin code
5413 2007-10-19  Johannes Schmid <jhs@gnome.org>
5415         * plugins/subversion/subversion-callbacks.c: (check_filename):
5416         
5417         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5419 2007-10-19  Naba Kumar  <naba@gnome.org>
5421         * plugins/file-manager/file-model.c: Fixed a critical runtime
5422         warning.
5424 2007-10-18  Johannes Schmid <jhs@gnome.org>
5426         * libanjuta/anjuta-ui.h:
5427         Small fix on icon macros
5428         
5429         * libanjuta/interfaces/libanjuta.idl:
5430         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5431         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5432         (ilanguage_iface_init):
5433         
5434         Added get_from_editor() and get_name_from_editor() methods
5435         to IAnjutaLanguage
5436         
5437         * plugins/document-manager/plugin.c:
5438         (update_editor_ui_interface_items), (on_editor_changed):
5439         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5440         .in:
5441         * plugins/language-support-cpp-java/plugin.c: (install_support):
5442         
5443         Ported plugins to use the new interface
5445 2007-10-17  Johannes Schmid <jhs@gnome.org>
5447         * libanjuta/anjuta-ui.h:
5448         
5449         Added macros to register stock icons to stop all this copy&paste
5450         which had spread over a lot of files. New macros support to add 
5451         icons with toolbar and menu size (16 and 24)
5452         
5453         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5454         * plugins/debug-manager/images/anjuta-attach.svg:
5455         * plugins/debug-manager/images/anjuta-step-out.svg:
5456         * plugins/debug-manager/images/anjuta-step-over.svg:
5457         * plugins/debug-manager/plugin.c: (register_stock_icons):
5458         * plugins/document-manager/images/Makefile.am:
5459         * plugins/document-manager/images/anjuta-block-end.svg:
5460         * plugins/document-manager/images/anjuta-block-start.svg:
5461         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5462         * plugins/document-manager/images/anjuta-bookmark.svg:
5463         * plugins/document-manager/images/anjuta-go-history-next.svg:
5464         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5465         * plugins/document-manager/plugin.c: (register_stock_icons):
5466         * plugins/glade/plugin.c: (register_stock_icons):
5467         * plugins/language-support-cpp-java/plugin.c:
5468         (register_stock_icons):
5469         * plugins/message-view/Makefile.am:
5470         * plugins/message-view/anjuta-go-message-next.svg:
5471         * plugins/message-view/anjuta-go-message-prev.svg:
5472         * plugins/message-view/anjuta-message-view.svg:
5473         * plugins/message-view/messages.xpm:
5474         * plugins/message-view/plugin.c: (register_stock_icons):
5475         * plugins/patch/plugin.c: (patch_plugin_activate):
5476         * plugins/project-manager/plugin.c: (register_stock_icons):
5477         * plugins/search/Makefile.am:
5478         * plugins/search/anjuta-go-match-next.svg:
5479         * plugins/search/anjuta-go-match-prev.svg:
5480         * plugins/search/plugin.c: (activate_plugin):
5481         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5482         * plugins/terminal/terminal.c: (register_stock_icons):
5483         * plugins/valgrind/plugin.c: (register_stock_icons):
5484         
5485         Updated to use the new icons and added several new and updated 
5486         icons from #480093
5488 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5490         * libanjuta/anjuta-plugin-handle.c,
5491         libanjuta/anjuta-plugin-handle.h:
5492         Add a new path property containing the directory of the .plugin
5493         file, library file (.so or whatever) must be in the same directory
5495         * libanjuta/anjuta-plugin-manager.c,
5496         libanjuta/interfaces/libanjuta.idl,
5497         (removed) libanjuta/anjuta-glue-plugin.c,
5498         (removed) libanjuta/anjuta-glue-plugin.h,
5499         (removed) libanjuta/anjuta-glue-c.c,
5500         (removed) libanjuta/anjuta-glue-c.h,
5501         (removed) libanjuta/anjuta-glue-cpp.c,
5502         (removed) libanjuta/anjuta-glue-cpp.h,
5503         (removed) libanjuta/anjuta-glue-factory.c,
5504         (removed) libanjuta/anjuta-glue-factory.h,
5505         (added) libanjuta/anjuta-c-module.c,
5506         (added) libanjuta/anjuta-c-module.h,
5507         (added) libanjuta/anjuta-c-plugin-factory.c,
5508         (added) libanjuta/anjuta-c-plugin-factory.h,
5509         libanjuta/Makefile.am:
5510         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5511         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5512         implementing IAnjutaPluginFactory
5513         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5515         * libanjuta/libanjuta.h:
5516         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5517         interface)
5519         * libanjuta/anjuta-plugin.h:
5520         Replace AnjutaGluePlugin by GTypeModule
5521         Remove unused anjuta_glue_get_component_type replaced by
5522         g_type_from_name
5524         * plugins/build-basic-autotools/build-basic-autotools.h,
5525         plugins/class-gen/plugin.h,
5526         plugins/class-inheritance/plugin.h,
5527         plugins/cvs-plugin/plugin.h,
5528         plugins/debug-manager/plugin.h,
5529         plugins/devhelp/plugin.h,
5530         plugins/document-manager/plugin.h,
5531         plugins/editor/plugin.h,
5532         plugins/file-loader/plugin.h,
5533         plugins/file-wizard/plugin.h,
5534         plugins/gdb/plugin.h,
5535         plugins/glade/plugin.h,
5536         plugins/gtodo/plugin.h,
5537         plugins/indent/plugin.h,
5538         plugins/language-manager/plugin.h,
5539         plugins/language-support-cpp-java/plugin.h,
5540         plugins/macro/plugin.h,
5541         plugins/message-view/plugin.h,
5542         plugins/patch/plugin.h,
5543         plugins/profiler/plugin.h,
5544         plugins/project-import/plugin.h,
5545         plugins/project-manager/plugin.h,
5546         plugins/project-wizard/plugin.h,
5547         plugins/sample1/plugin.h,
5548         plugins/search/plugin.h,
5549         plugins/sourceview/plugin.h,
5550         plugins/subversion/plugin.h,
5551         plugins/symbol-browser/plugin.h,
5552         plugins/symbol-db/plugin.h,
5553         plugins/terminal/terminal.c,
5554         plugins/tools/plugin.h,
5555         plugins/valgrind/plugin.h:
5556         Replace AnjutaGluePlugin by GTypeModule
5558 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5560         * plugins/debug-manager/breakpoints.c:
5561         Fix bug#487112, crash while removing a breakpoint in a new file
5563 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5565         * plugins/document-manager/search-box.c:
5566         Fix a crash (with an useful comment) focus-out-event handler must
5567         return a gboolean
5569 2007-10-14 Johannes Schmid <jhs@gnome.org>
5571         * plugins/sourceview/sourceview.c:
5572         Hide calltip when "Up" or "Down" key is pressed
5574 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5576         * plugins/document-manager/search-box.c:
5577         Change included file order to avoid a compile error with gnome 2.16
5579 2007-10-13  Johannes Schmid <jhs@gnome.org>
5581         * plugins/debug-manager/plugin.c: (enable_log_view):
5582         
5583         Fixed crash when closing a project and unloading another while
5584         the debugger is enabled
5586 2007-10-13  Johannes Schmid <jhs@gnome.org>
5588         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5589         
5590         Use correct breakpoint icon
5591         
5592         * plugins/devhelp/Makefile.am:
5593         * plugins/devhelp/anjuta-go-help-next.svg:
5594         * plugins/devhelp/anjuta-go-help-prev.svg:
5595         * plugins/devhelp/plugin.c: (register_stock_icons),
5596         (devhelp_activate):
5597         
5598         Added new icons from #480093
5599         
5600         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5601         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5602         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5603         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5604         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5605         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5606         * plugins/message-view/anjuta-go-message-next.svg:
5607         * plugins/message-view/anjuta-go-message-prev.svg:
5608         
5609         Updated icons from #480093
5610                 
5611         * src/anjuta-actions.h:
5612         Use GTK_STOCK_FULLSCREEN
5613         
5614         * src/anjuta-app.c: (on_gdl_style_changed),
5615         (anjuta_app_instance_init):
5616         * src/anjuta.glade:
5617         
5618         Added preference option to set the gdl switcher style
5620 2007-10-13  Johannes Schmid <jhs@gnome.org>
5622         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5623         (get_property_value_as_string), (set_property_value_as_string),
5624         (register_callbacks):
5625         * libanjuta/anjuta-preferences.h:
5626         
5627         Support GtkFileChooserButton as preferences widget
5628         
5629         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5630         
5631         Fixed a Gtk-Critical
5632         
5633         * plugins/file-manager/Makefile.am:
5634         * plugins/file-manager/file-model.c: (file_model_filter_file),
5635         (file_model_add_dummy), (file_model_expand_idle),
5636         (file_model_set_property), (file_model_get_property),
5637         (file_model_class_init):
5638         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5639         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5640         (file_manager_activate), (file_manager_finalize),
5641         (file_manager_instance_init), (ipreferences_merge),
5642         (ipreferences_unmerge), (ipreferences_iface_init):
5643         * plugins/file-manager/plugin.h:
5644         
5645         Added preferences to file-manager
5647         * plugins/glade/plugin.c: (activate_plugin):
5648         
5649         Move Properties widget into center because it is way to big
5650         for the sidebar
5652 2007-10-10  Johannes Schmid <jhs@gnome.org>
5654         * plugins/language-support-cpp-java/Makefile.am:
5655         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5656         * plugins/language-support-cpp-java/anjuta-complete.svg:
5657         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5658         * plugins/language-support-cpp-java/plugin.c:
5659         (register_stock_icons):
5660         
5661         And yet some more icons...
5663 2007-10-10  Johannes Schmid <jhs@gnome.org>
5665         * plugins/debug-manager/breakpoints.c:
5666         * plugins/debug-manager/images/Makefile.am:
5667         * plugins/debug-manager/images/anjuta-bookmark.svg:
5668         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5669         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5670         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5671         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5672         * plugins/debug-manager/images/anjuta-linemark.svg:
5673         * plugins/debug-manager/images/anjuta-pcmark.svg:
5674         * plugins/debug-manager/plugin.c: (register_stock_icons):
5675         * plugins/debug-manager/sparse_view.c:
5676         * plugins/document-manager/images/Makefile.am:
5677         * plugins/document-manager/images/anjuta-block-select.svg:
5678         * plugins/document-manager/images/anjuta-fold-close.svg:
5679         * plugins/document-manager/images/anjuta-fold-open.svg:
5680         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5681         * plugins/document-manager/images/anjuta-indent-less.svg:
5682         * plugins/document-manager/images/anjuta-indent-more.svg:
5683         * plugins/document-manager/images/anjuta-swap.svg:
5684         * plugins/document-manager/images/block_select.xpm:
5685         * plugins/document-manager/images/fold_close.xpm:
5686         * plugins/document-manager/images/fold_open.xpm:
5687         * plugins/document-manager/images/fold_toggle.xpm:
5688         * plugins/document-manager/images/indent.xpm:
5689         * plugins/document-manager/images/indent_dcr.xpm:
5690         * plugins/document-manager/images/indent_inc.xpm:
5691         * plugins/document-manager/plugin.c: (register_stock_icons):    
5692         * plugins/editor/Makefile.am:
5693         * plugins/editor/anjuta-bookmark-16.xpm:
5694         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5695         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5696         * plugins/editor/anjuta-linemark-16.xpm:
5697         * plugins/editor/anjuta-pcmark-16.xpm:
5698         * plugins/editor/bookmark.xpm:
5699         * plugins/editor/breakpoint-disabled.xpm:
5700         * plugins/editor/breakpoint-enabled.xpm:
5701         * plugins/editor/linemarker.xpm:
5702         * plugins/editor/program-counter.xpm:
5703         * plugins/editor/text_editor.c:
5704         * plugins/message-view/Makefile.am:
5705         * plugins/message-view/anjuta-go-message-next.svg:
5706         * plugins/message-view/anjuta-go-message-prev.svg:
5707         * plugins/message-view/anjuta-message-manager.ui:
5708         * plugins/message-view/plugin.c:
5709         * plugins/sourceview/Makefile.am:
5710         * plugins/sourceview/sourceview.c:
5712         Integrated lots of icons from #480093
5713         Thanks to <tpgww@onepost.net>
5715         * plugins/document-manager/plugin.c:
5716         Do not mark the line in ifile_open(), that looks ugly.
5717         
5718         * plugins/document-manager/search-box.c: (on_search_focus_out),
5719         (search_box_init):
5720         Clear the status bar on focus_out.
5721         
5722         * plugins/file-loader/anjuta-loader-plugin.ui:
5723         Fixed a missing "="
5725 2007-10-09  Johannes Schmid <jhs@gnome.org>
5727         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5728         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5730         Some things I missed in the patch for #484419
5731         
5732         * plugins/document-manager/action-callbacks.c:
5733         (on_new_file_activate):
5734         * plugins/document-manager/action-callbacks.h:
5735         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5736         (on_window_key_press_event), (on_gconf_notify_timer):
5737         
5738         484645 – patch to deal with docman FIXME etc
5739         
5740         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5741         * plugins/search/search-replace.c: (search_and_replace),
5742         (write_message_pane), (search_replace_populate),
5743         (translate_dialog_strings), (create_dialog),
5744         (anjuta_search_replace_activate):
5745         * plugins/search/search-replace_backend.c:
5746         (file_buffer_new_from_path), (get_next_match),
5747         (create_search_entries), (regex_backref),
5748         (clear_search_replace_instance):
5749         * plugins/search/search-replace_backend.h:
5750         
5751         #484573 – patch to correct various search-related issues
5752         
5753         Thanks for the above patches to <tpgww@onepost.net>
5754         
5755         * plugins/sourceview/sourceview.c:
5756         (sourceview_create_highligth_indic):
5757         
5758         Use the same marker for important as gedit (yellow background)
5760         * plugins/document-manager/anjuta-document-manager.ui:
5761         * plugins/file-loader/anjuta-file-loader.ui:
5762         * plugins/file-loader/plugin.c:
5763         
5764         Moved FileNew action to document-manager
5766 2007-10-08  Johannes Schmid <jhs@gnome.org>
5768         * plugins/document-manager/search-box.c: (on_search_activated):
5769         Mark messages for translation
5771 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5773         reviewed by: Johannes Schmid <jhs@gnome.org>
5775         * plugins/Makefile.am:
5776         * plugins/build-basic-autotools/build-basic-autotools.c:
5777         (build_compile_file_real):
5778         * plugins/search/search-replace.c:
5779         * plugins/valgrind/preferences.c: (build_general_prefs):
5780         
5781         Fix #484379 – Contents of Makefile.am plugins and
5782         #484419 – Improvement into translation
5784 2007-10-06  Johannes Schmid <jhs@gnome.org>
5786         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5788         Fixed to properly support pointer-to-pointer (**) types
5790         * libanjuta/interfaces/libanjuta.idl:
5791         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5792         * plugins/sourceview/sourceview-cell.h:
5793         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5794         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5795         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5796         (isearch_backward), (isearch_iface_init):
5797         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5798         (itext_editor_iface_init), (iselection_set_iter),
5799         (iselection_get_start_iter), (iselection_get_end_iter),
5800         (iselection_iface_init), (isearch_forward), (isearch_backward),
5801         (isearch_iface_init):
5802         
5803         Added IAnjutaEditorSearch interface and some utility methods to
5804         migrate from positions to iterators for the editor interface.
5805         
5806         * plugins/document-manager/Makefile.am:
5807         * plugins/document-manager/action-callbacks.c:
5808         (on_goto_line_no1_activate), (on_show_search):
5809         * plugins/document-manager/action-callbacks.h:
5810         * plugins/document-manager/anjuta-docman.c:
5811         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5812         (anjuta_docman_grab_text_focus):
5813         * plugins/document-manager/anjuta-document-manager.ui:
5814         * plugins/document-manager/goto_line.c: (removed)
5815         * plugins/document-manager/goto_line.h: (removed)
5816         * plugins/document-manager/search-box.c:
5817         * plugins/document-manager/search-box.h:
5818         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5819         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5820         (update_editor_ui_interface_items), (on_editor_added),
5821         (activate_plugin), (deactivate_plugin):
5822         * plugins/document-manager/plugin.h:
5823         
5824         Created new incremental "Quick Search" bar in the document manager to
5825         replace the crappy EggToolbar entries. Uses the new search interface and
5826         it thus much faster and more reliable.
5827         Fixes: 
5828         Bug 357544 – incremental search should work consistently (or not at all) 
5829         when main toolbar is hidden
5830         Bug 440637 – Search, don't work very well (partly for incremental search)
5831         
5832         * plugins/search/anjuta-search.ui:
5833         * plugins/search/plugin.c: (activate_plugin):
5834         
5835         Removed incremental search stuff
5836         
5837         * plugins/build-basic-autotools/build-basic-autotools.c:
5838         (on_session_save), (on_session_load):
5839         * plugins/build-basic-autotools/executer.c:
5840         (get_program_parameters):
5841         
5842         Scroll to selected executable and remember it across sessions
5843         (followup of #477976)
5844         
5845         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5846         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5847         
5848         * plugins/devhelp/anjuta-devhelp.ui:
5849         Rearraged toolbar items a bit
5851 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5853         * plugins/debug-manager/command.c,
5854         plugins/debug-manager/queue.c,
5855         plugins/gdb/plugin.c,
5856         plugins/gdb/debugger.c:
5857         Fix several crashing bugs (including bug#482985) with the debugger
5858         when closing project, stopping the debugger, restarting the program
5860 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5862         * libanjuta/anjuta-launcher.c:
5863         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5865 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5867         * plugins/debug-manager/command.c,
5868         plugins/debug-manager/queue.c:
5869         Asynchronous command can abort other commands in queue
5870         Resynchronize debugger state when a command is cancelled
5872         * plugins/debug-manager/breakpoints.c:
5873         Free BreakpointItem only when it is not used anymore
5875         * plugins/gdb/plugin.c:
5876         Do not return TRUE if the callback and/or ready signal is not used
5878         * plugins/gdb/debugger.c:
5879         Fix a crash, return correct state when debugger is stopped
5881 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5883         * plugins/project-wizard/autogen.c:
5884         Fix bug#482067, escape project wizard user defined strings
5886 2007-10-01  Johannes Schmid <jhs@gnome.org>
5888         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5889         .glade:
5890         * plugins/build-basic-autotools/build-basic-autotools.c:
5891         (basic_autotools_plugin_instance_init):
5892         * plugins/build-basic-autotools/build-basic-autotools.h:
5893         * plugins/build-basic-autotools/executer.c:
5894         (get_program_parameters):
5895         
5896         Fixed #477976 – Keybinding in run dialog
5898 2007-09-30  Johannes Schmid <jhs@gnome.org>
5900         * plugins/Makefile.am:
5901         Do not build indent plugin (yet)
5902         
5903         * plugins/document-manager/plugin.c: (ipreferences_merge):
5904         Fixed unintentional and wrong change
5906         * plugins/indent/anjuta-indent.ui:
5907         Added missing file
5909 2007-09-28  Johannes Schmid <jhs@gnome.org>
5911         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5912         * libanjuta/anjuta-launcher.h:
5913         Add a method to send EOF to some process. Needed for the indent plugin
5914         and should be useful in general. It does not actually send EOF as this
5915         is not possible with utf-8, but closes the stream instead.
5917         * plugins/devhelp/plugin.c: (value_added_current_editor):
5918         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5919         IAnjutaDocument switch.
5921         * configure.in:
5922         * plugins/Makefile.am:
5923         * plugins/document-manager/Makefile.am:
5924         * plugins/document-manager/action-callbacks.c:
5925         * plugins/document-manager/anjuta-document-manager.glade:
5926         * plugins/document-manager/anjuta-document-manager.ui:
5927         * plugins/document-manager/images/Makefile.am:
5928         * plugins/document-manager/images/indent_auto.xpm:
5929         * plugins/document-manager/images/indent_set.xpm:
5930         * plugins/document-manager/indent-dialog.c:
5931         * plugins/document-manager/indent-dialog.h:
5932         * plugins/document-manager/indent-util.c:
5933         * plugins/document-manager/indent-util.h:
5934         * plugins/document-manager/indent_test.c:
5935         * plugins/document-manager/plugin.c: (register_stock_icons),
5936         (docman_plugin_instance_init), (ipreferences_merge):
5937         * plugins/document-manager/plugin.h:
5938         
5939         Removed indent code from document manager
5940         
5941         * plugins/indent/Makefile.am:
5942         * plugins/indent/indent-dialog.c:
5943         * plugins/indent/indent-util.c: (indent_init_indent_style):
5944         * plugins/indent/indent.glade:
5945         * plugins/indent/indent.plugin.in:
5946         * plugins/indent/plugin.c: (on_indent_finished),
5947         (on_indent_output), (on_indent_action_activate),
5948         (on_edit_editor_indent), (on_style_combo_changed),
5949         (value_added_current_editor), (value_removed_current_editor),
5950         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5951         (indent_plugin_finalize), (indent_plugin_dispose),
5952         (anjuta_indent_plugin_instance_init),
5953         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5954         (ipreferences_unmerge), (ipreferences_iface_init):
5955         * plugins/indent/plugin.h:
5957         Moved indent code to it's own plugin. Also reimplemented indent invocation
5958         using anjuta_launcher and streams. This is not yet completely working, maybe
5959         I got something wrong with the launcher.
5960         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5962 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5964         * plugins/debug-manager/plugin.c:
5965         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5967 2007-09-27  Johannes Schmid <jhs@gnome.org>
5969         * libanjuta/interfaces/libanjuta.idl:
5970         * plugins/Makefile.am:
5971         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5972         (isymbol_type_str), (isymbol_name), (isymbol_args),
5973         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5974         (isymbol_impl), (isymbol_iface_init):
5975         * plugins/symbol-browser/an_symbol_info.c:
5976         * plugins/symbol-browser/an_symbol_info.h:
5977         * plugins/symbol-db/Makefile.am:
5978         * plugins/symbol-db/plugin.c:
5979         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5980         (value_added_current_editor), (on_editor_foreach_clear),
5981         (value_removed_current_editor), (project_root_added),
5982         (symbol_db_activate), (symbol_db_deactivate),
5983         (isymbol_manager_search):
5984         * plugins/symbol-db/readtags.c: (initialize_1):
5985         * plugins/symbol-db/symbol-db-engine-iterator.c:
5986         (sdb_engine_iterator_instance_init),
5987         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5988         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5989         (symbol_db_engine_iterator_move_next),
5990         (symbol_db_engine_iterator_move_prev),
5991         (symbol_db_engine_iterator_get_n_items),
5992         (symbol_db_engine_iterator_last),
5993         (symbol_db_engine_iterator_set_position),
5994         (symbol_db_engine_iterator_get_position),
5995         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5996         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5997         (isymbol_iter_foreach), (isymbol_iter_set_position),
5998         (isymbol_iter_get_position), (isymbol_iter_get_length),
5999         (isymbol_iter_clone), (isymbol_iter_assign),
6000         (isymbol_iter_iface_init):
6001         * plugins/symbol-db/symbol-db-engine-iterator.h:
6002         * plugins/symbol-db/symbol-db-engine.c:
6003         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
6004         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
6005         (sdb_engine_finalize), (sdb_engine_get_type),
6006         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
6007         (sdb_engine_get_table_id_by_unique_name2),
6008         (sdb_engine_get_table_id_by_unique_name3),
6009         (symbol_db_engine_add_new_workspace),
6010         (symbol_db_engine_get_opened_project_name),
6011         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
6012         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
6013         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
6014         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
6015         (sdb_engine_add_new_scope_definition),
6016         (sdb_engine_add_new_tmp_heritage_scope),
6017         (sdb_engine_second_pass_update_scope_1),
6018         (sdb_engine_second_pass_update_heritage),
6019         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
6020         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
6021         (symbol_db_engine_update_project_symbols),
6022         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
6023         (symbol_db_engine_update_buffer_symbols),
6024         (sdb_engine_walk_down_scope_path),
6025         (sdb_engine_prepare_symbol_info_sql),
6026         (symbol_db_engine_get_global_members),
6027         (symbol_db_engine_get_scope_members_by_symbol_id),
6028         (symbol_db_engine_get_scope_members),
6029         (symbol_db_engine_get_current_scope),
6030         (symbol_db_engine_get_file_symbols):
6031         * plugins/symbol-db/symbol-db-engine.h:
6032         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
6033         (on_symbol_updated), (on_symbol_inserted),
6034         (symbol_db_view_locals_get_line),
6035         (symbol_db_view_locals_update_list):
6036         * plugins/symbol-db/symbol-db-view-search.c:
6037         (sdb_view_search_model_filter), (sdb_view_search_get_type):
6038         * plugins/symbol-db/symbol-db-view-search.h:
6039         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
6040         (do_add_hidden_children), (do_recurse_and_add_new_sym),
6041         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
6042         * plugins/symbol-db/tables.sql:
6043         * plugins/symbol-db/test/Makefile.am:
6044         * plugins/symbol-db/test/main.c: (add_new_files), (main):
6045         Updated patch from Massimo to improve symbol-db plugin
6047         * plugins/document-manager/plugin.c: (on_editor_changed):
6048         Make the code a bit more robust
6049         
6050         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6051         (anjuta_document_get_property), (anjuta_document_class_init),
6052         (anjuta_document_init), (set_uri), (document_loader_loaded),
6053         (anjuta_document_load), (document_saver_saving):
6054         * plugins/sourceview/anjuta-document.h:
6055         * plugins/sourceview/sourceview.c: (autodetect_language),
6056         (ilanguage_set_language), (ilanguage_get_language):
6057         Fix language detection on startup
6059 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
6061         * plugins/document-manager/action-callbacks.c:
6062         (on_editor_command_upper_case_activate),
6063         (on_editor_command_lower_case_activate): Leftover commit from previous
6064         commit (see last changlog entry by me).
6065         
6066         * plugins/file-manager/plugin.c: (file_manager_activate):
6067         Gave proper widget name so that layout works.
6069 2007-09-26  Johannes Schmid <jhs@gnome.org>
6071         * plugins/document-manager/plugin.c: (on_editor_changed),
6072         (docman_plugin_instance_init):
6073         Only unload/load language-support plugins if necessary.
6074         
6075         * plugins/language-manager/plugin.c: (language_manager_activate):
6076         Removed some debugging code
6078         * plugins/sourceview/sourceview.c: (on_document_saved),
6079         (ilanguage_set_language), (ilanguage_get_language):
6080         Fixed ianjuta_language interface and ensure that highlighting is
6081         activated when a new file is saved.
6082         
6083 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
6085         * libanjuta/interfaces/libanjuta.idl:
6086         * plugins/document-manager/action-callbacks.c:
6087         (on_editor_command_upper_case_activate),
6088         (on_editor_command_lower_case_activate):
6089         * plugins/editor/text_editor.c: (iselection_has_selection),
6090         (iselection_get_start), (iselection_get_end),
6091         (iselection_iface_init):
6092         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6093         * plugins/sourceview/sourceview.c: (iselect_has_selection),
6094         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
6095         method and implemented it for both scintilla and sourceview editors.
6096         Updated document-manager and assist plugins to use the new method.
6098 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
6100         * plugins/file-manager/file-view.c:
6101         Fix typo, allow to compile new file manager with gtk < 2.12
6103 2007-09-25  Johannes Schmid <jhs@gnome.org>
6105         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6106         Support Auto-Indent for single lines (e.g no selection);
6107         
6108         * plugins/macro/plugin.c:
6109         Do not use the same shortcut as auto-indent does
6110         
6111         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
6112         Optimized keyboard navigation - do not emit char_added when only
6113         navigation keys have been pressed.
6115 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
6117         * plugins/language-support-cpp-java/cpp-java-assist.c:
6118         (on_assist_chosen), (cpp_java_assist_install),
6119         (cpp_java_assist_uninstall):
6120         * plugins/language-support-cpp-java/plugin.c: (install_support),
6121         (uninstall_support): Install and uninstall support in correct order.
6122         Fixes a bug where it was installed multiple times resulting in
6123         inserting autocomplete text multiple times.
6125 2007-09-25  Johannes Schmid <jhs@gnome.org>
6127         * configure.in:
6128         Add GNOME_WARNING_FLAGS(maximum) and
6129         GNOME_CXX_WARNIGS(yes) to avoid bugs
6130         the compiler can warn you.
6131         
6132         * libegg/test-tree-utils.c: (key_test):
6133         * plugins/file-manager/file-model.c:
6134         (file_model_cancel_expand_idle), (file_model_sort),
6135         (file_model_row_expanded):
6136         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6137         (file_view_refresh), (file_view_get_selected), (file_view_init),
6138         (file_view_new):
6139         * plugins/file-manager/file-view.h:
6140         * plugins/symbol-db/readtags.c: (initialize_1):
6141         * src/main.c:
6142         
6143         Fixed the more critical warnings
6145 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
6147         Icons from tpgww@onepost.net:
6148         * configure.in:
6149         * plugins/debug-manager/Makefile.am:
6150         * plugins/debug-manager/images/Makefile.am:
6151         * plugins/debug-manager/images/anjuta-attach.svg:
6152         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
6153         * plugins/debug-manager/images/anjuta-step-into.svg:
6154         * plugins/debug-manager/images/anjuta-step-out.svg:
6155         * plugins/debug-manager/images/anjuta-step-over.svg:
6156         * plugins/debug-manager/plugin.c: (register_stock_icons):
6157         * plugins/document-manager/Makefile.am:
6158         * plugins/document-manager/block_select.xpm:
6159         * plugins/document-manager/fold_close.xpm:
6160         * plugins/document-manager/fold_open.xpm:
6161         * plugins/document-manager/fold_toggle.xpm:
6162         * plugins/document-manager/images/Makefile.am:
6163         * plugins/document-manager/images/anjuta-block-end.svg:
6164         * plugins/document-manager/images/anjuta-block-start.svg:
6165         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
6166         * plugins/document-manager/images/anjuta-bookmark-first.svg:
6167         * plugins/document-manager/images/anjuta-bookmark-last.svg:
6168         * plugins/document-manager/images/anjuta-bookmark-next.svg:
6169         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
6170         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
6171         * plugins/document-manager/indent.xpm:
6172         * plugins/document-manager/indent_auto.xpm:
6173         * plugins/document-manager/indent_dcr.xpm:
6174         * plugins/document-manager/indent_inc.xpm:
6175         * plugins/document-manager/indent_set.xpm:
6176         * plugins/document-manager/plugin.c: Added nicer icons for
6177         document manager and debugger. Organized icons in 'images'
6178         directories.
6180 2007-09-24  Johannes Schmid <jhs@gnome.org>
6182         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6183         Fixed a missing NULL in g_object_set.
6185 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6187         * plugins/language-support-cpp-java/cpp-java-assist.c:
6188         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
6189         scope memebers just after scope operator is entered.
6191 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6193         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6194         * plugins/language-support-cpp-java/cpp-java-assist.c:
6195         (completion_function), (completion_compare),
6196         (cpp_java_assist_tag_destroy), (create_completion),
6197         (cpp_java_assist_destroy_completion_cache),
6198         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
6199         Show '()' for function items in autocomplete list. Allow adding
6200         ' ' and/or '(' after function call autocompletion and have preferences
6201         settings for them.
6203 2007-09-24  Johannes Schmid <jhs@gnome.org>
6205         * sourceview.c: Reverting patch from r3157 because
6206         of side-effects
6208 2007-09-24  Johannes Schmid <jhs@gnome.org>
6210         * plugins/search/search-replace.c: (on_message_clicked):
6212         Fixed #427104 – No "highlight" of lines matching find-result
6214 2007-09-24  Johannes Schmid <jhs@gnome.org>
6216         * src/anjuta.glade:
6218         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
6220 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
6222         reviewed by: Johannes Schmid <jhs@gnome.org>
6224         * plugins/build-basic-autotools/executer.c: (execute_program):
6225         Fix #478238 – set env for execute programe in the terminal
6227 2007-09-24 Tom <tpgww@onepost.net>
6229         reviewed by: Johannes Schmid <jhs@gnome.org>
6231         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6232         Fix memory leak
6233         
6234         * plugins/debug-manager/disassemble.c: (on_disassemble):
6235         Correct a format string in DEBUG_PRINT()
6237 2007-09-23  Johannes Schmid <jhs@gnome.org>
6239         * plugins/sourceview/sourceview.c: (offset_to_position),
6240         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
6241         (ieditor_get_position), (iselect_set), (iselect_get_start),
6242         (iselect_get_end):
6243         
6244         Fixed #Bug 440637 – Search, don't work very well
6246 2007-09-23  Johannes Schmid <jhs@gnome.org>
6248         * plugins/file-manager/file-model.c: (file_model_get_filename):
6249         * plugins/file-manager/file-model.h:
6250         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6251         (file_view_init), (file_view_class_init):
6252         * plugins/message-view/message-view.c:
6253         (message_view_query_tooltip), (message_view_dispose),
6254         (message_view_instance_init), (message_view_class_init):
6256         Added GTK+ 2.12 style tooltips to file-manager and message view.
6257         Only build if GTK+ 2.12 is availible otherwise for message-view, the
6258         old implementation is used.
6260 2007-09-23  Johannes Schmid <jhs@gnome.org>
6262         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6263         Fixed typo
6264         
6265         * plugins/language-manager/language-manager.plugin.in:
6266         Marked UserActivatable=FALSE
6267         
6268         * plugins/language-manager/plugin.c: (load_languages),
6269         (language_manager_activate), (language_manager_deactivate),
6270         (language_manager_dispose), (language_manager_instance_init),
6271         (language_manager_find_mime_type), (language_manager_find_string),
6272         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6273         (ilanguage_get_name), (ilanguage_get_strings):
6274         
6275         Fixed various stupid bugs in language-manager plugin
6276         
6277         * plugins/symbol-db/symbol-db-engine.c:
6278         (sdb_engine_second_pass_update_scope_1):
6279         
6280         Add a g_return_if_fail to avoid a crash though still unsure
6281         what's causing it.
6283 2007-09-23  Johannes Schmid <jhs@gnome.org>
6285         * plugins/symbol-db/plugin.c: (on_project_element_added),
6286         (sources_array_free), (sources_array_add_foreach),
6287         (project_root_added):
6288         * plugins/symbol-db/symbol-db-engine.c:
6289         (symbol_db_engine_add_new_files):
6290         * plugins/symbol-db/symbol-db-engine.h:
6291         
6292         Added support for other languages than "C" to symbol-db. Now
6293         supports all languages listed by the language-manager.
6295 2007-09-23  Tom <tpgww@onepost.net>
6297         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6299         * configure.in:
6300         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6301         
6302         * libanjuta/anjuta-glue-factory.c: (load_plugin),
6303         (anjuta_glue_factory_get_object_type):
6304         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6305         * plugins/build-basic-autotools/build-basic-autotools.c:
6306         (value_added_current_editor):
6307         * plugins/debug-manager/breakpoints.c:
6308         (breakpoints_dbase_edit_breakpoint),
6309         (on_toggle_breakpoint_activate):
6310         * plugins/debug-manager/plugin.c:
6311         (on_run_to_cursor_action_activate):
6312         * plugins/debug-manager/stack_trace.c:
6313         (dma_thread_update_stack_trace):
6314         * plugins/gdb/plugin.c:
6315         * plugins/glade/plugin.c: (ifile_open):
6316         * plugins/profiler/gprof-call-graph-view.c:
6317         * plugins/profiler/gprof-flat-profile-view.c:
6318         * plugins/profiler/gprof-function-call-tree-view.c:
6319         * plugins/profiler/gprof-options.c: (setup_widgets):
6320         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6321         * plugins/search/search-replace_backend.c:
6322         (file_buffer_new_from_te):
6323         * plugins/sourceview/assist-tip.c: (assist_tip_move):
6324         * plugins/sourceview/assist-window.c: (assist_window_set_property),
6325         (assist_window_get_property), (assist_window_move):
6326         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6327         (value_added_current_editor):
6328         * plugins/symbol-db/plugin.c: (value_added_current_editor):
6329         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6330         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6331         
6332         Many small code, warnings and leak fixes
6334 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6336         * (removed) plugins/debug-manager/debugger.c,
6337         (removed) plugins/debug-manager/debugger.h,
6338         (added) plugins/debug-manager/command.c,
6339         (added) plugins/debug-manager/command.h,
6340         (added) plugins/debug-manager/queue.c,
6341         (added) plugins/debug-manager/queue.h,
6342         plugins/debug-manager/breakpoints.c,
6343         plugins/debug-manager/debug_tree.c,
6344         plugins/debug-manager/debug_tree.h,
6345         plugins/debug-manager/disassemble.c,
6346         plugins/debug-manager/disassemble.h,
6347         plugins/debug-manager/locals.c,
6348         plugins/debug-manager/locals.h,
6349         plugins/debug-manager/memory.c,
6350         plugins/debug-manager/memory.h,
6351         plugins/debug-manager/plugin.c,
6352         plugins/debug-manager/plugin.h,
6353         plugins/debug-manager/registers.c,
6354         plugins/debug-manager/registers.h,
6355         plugins/debug-manager/sharedlib.c,
6356         plugins/debug-manager/sharedlib.h,
6357         plugins/debug-manager/signals.c,
6358         plugins/debug-manager/signals.h,
6359         plugins/debug-manager/stack_trace.c,
6360         plugins/debug-manager/stack_trace.h,
6361         plugins/debug-manager/start.h,
6362         plugins/debug-manager/start.c,
6363         plugins/debug-manager/threads.c,
6364         plugins/debug-manager/threads.h,
6365         plugins/debug-manager/watch.c,
6366         plugins/debug-manager/watch.h,
6367         plugins/debug-manager/Makefile.am,
6368         plugins/gdb/debugger.c,
6369         plugins/gdb/debugger.h,
6370         plugins/gdb/plugin.c,
6371         libanjuta/interfaces/libanjuta.idl:
6372         Split debug-manager/debugger.c into command.c and queue.c
6373         Clean up debugger queue
6374         DmaDebuggerQueue object does not implement IAnjutaDebugger
6376 2007-09-23  Johannes Schmid <jhs@gnome.org>
6378         * configure.in:
6379         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6380         set correctly, etc.)
6381         
6382         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6383         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6384         (plugin_set_update):
6385         
6386         Show an error dialog instead of crashing when plugin loading fails
6388         * plugins/language-manager/Makefile.am:
6389         * plugins/language-manager/language-manager.plugin.in:
6390         * plugins/language-manager/languages.xml:
6391         * plugins/language-manager/plugin.c: (language_destroy),
6392         (load_languages), (language_manager_activate),
6393         (language_manager_deactivate), (language_manager_finalize),
6394         (language_manager_dispose), (language_manager_instance_init),
6395         (language_manager_class_init), (language_manager_find_mime_type),
6396         (language_manager_find_string), (ilanguage_get_from_mime_type),
6397         (ilanguage_get_from_string), (ilanguage_get_name),
6398         (ilanguage_get_strings), (ilanguage_iface_init):
6399         * plugins/language-manager/plugin.h:
6400         
6401         Added new language-manager plugin to have a better organisation for
6402         language names. The xml probabaly needs to be extended over time.
6403         
6404         * plugins/Makefile.am:
6405         * plugins/document-manager/plugin.c: (on_editor_changed):
6406         
6407         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6408         because it does not really save memory but makes tab switching slow.
6409         
6410         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6411         .in:
6412         * plugins/language-support-cpp-java/plugin.c: (install_support),
6413         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6414         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6415         unloading
6417         * plugins/language-support-cpp-java/cpp-java-assist.c:
6418         (cpp_java_assist_show_autocomplete):
6419         
6420         Fix autocomplete to only show valid completions
6422         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6423         Calltips always have correct size and position now
6425 2007-09-22  Johannes Schmid <jhs@gnome.org>
6427         * plugins/search/search-replace_backend.c: (get_next_match):
6428         Removed code introduced by accident that causes a crash.
6429         
6430         * plugins/sourceview/sourceview-tags.c:
6431         * plugins/sourceview/sourceview-tags.h:
6432         Removed ununsed files
6434 2007-09-22  Johannes Schmid <jhs@gnome.org>
6436         * plugins/language-support-cpp-java/cpp-java-assist.c:
6437         Fixed build error
6439 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6441         * plugins/language-support-cpp-java/cpp-java-assist.c:
6442         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6443         Increased matching brace search to 500 chars.
6445 2007-09-21  Johannes Schmid <jhs@gnome.org>
6447         * plugins/language-support-cpp-java/cpp-java-assist.c:
6448         (cpp_java_assist_get_pre_word),
6449         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6450         
6451         Added some profiling debug code
6452         
6453         * plugins/language-support-cpp-java/cpp-java-utils.c:
6454         (cpp_java_util_jump_to_matching_brace):
6455         * plugins/language-support-cpp-java/cpp-java-utils.h:
6456         * plugins/language-support-cpp-java/plugin.c:
6457         (get_line_indentation_base), (get_line_auto_indentation):
6458         
6459         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6460         avoid looping over the whole file when using calltips which is too slow and
6461         unneeded.
6462         
6463         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6464         (assist_tip_set_tips), (assist_tip_get_coordinates),
6465         (assist_tip_new):
6466         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6467         
6468         Better calltips appearance (use theme now) and avoid jumping
6469         calltips
6471 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6473         * plugins/document-manager/plugin.c:
6474         (update_editor_ui_interface_items):
6475         * plugins/language-support-cpp-java/plugin.c: (install_support),
6476         (uninstall_support): Moved autocomplete ui update code from
6477         document-manager to language-plugin.
6479 2007-09-21  Johannes Schmid <jhs@gnome.org>
6481         * libanjuta/interfaces/libanjuta.idl:
6482         
6483         Added IAnjutaLanguage interface (might still change...) for
6484         the upcoming language-manager plugin.
6485         
6486         * plugins/file-manager/Makefile.am:
6487         * plugins/file-manager/file-model.c:
6488         (file_model_cancel_expand_idle), (file_model_add_dummy),
6489         (file_model_expand_idle), (file_model_sort),
6490         (file_model_row_expanded), (file_model_row_collapsed),
6491         (file_model_init), (file_model_finalize),
6492         (file_model_set_property), (file_model_get_property),
6493         (file_model_class_init), (file_model_new), (file_model_refresh),
6494         (file_model_get_uri):
6495         * plugins/file-manager/file-model.h:
6496         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6497         (file_view_expand_row_idle), (file_view_refresh),
6498         (file_view_get_selected), (file_view_button_press_event),
6499         (file_view_selection_changed), (file_view_init),
6500         (file_view_get_property), (file_view_set_property),
6501         (file_view_finalize), (file_view_class_init):
6502         
6503         Split up model/view as far as possible and fixed some file-manager
6504         bugs (popup-menu and incorrect project loading).
6505         
6506         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6507         Use monospace font for tips.
6508         
6509         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6510         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6511         (icell_get_attribute), (icell_style_get_font_description),
6512         (icell_style_get_color), (icell_style_get_background_color),
6513         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6514         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6515         (iiter_get_length), (iiter_clone), (iiter_assign):
6517         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6518         interface. This is way faster though it has the drawback to create invalid
6519         iterators if the buffer is changed.
6521 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6523         * libanjuta/interfaces/libanjuta.idl:
6524         * plugins/document-manager/action-callbacks.c:
6525         * plugins/document-manager/anjuta-document-manager.ui:
6526         * plugins/document-manager/plugin.c: (register_stock_icons):
6527         * plugins/editor/text_editor.c:
6528         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6529         * plugins/language-support-cpp-java/cpp-java-assist.c:
6530         (cpp_java_assist_get_calltip_context):
6531         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6532         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6534         Moved autocomplete menu action from document-manager to assist plugin
6535         and got rid of deprecated autocomplete interface.
6537 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6539         * libanjuta/interfaces/libanjuta.idl:
6540         * plugins/editor/text_editor.c: (iassist_iface_init):
6541         * plugins/language-support-cpp-java/cpp-java-assist.c:
6542         (cpp_java_assist_check), (on_assist_chosen):
6543         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6544         Removed react() methods in both editors and assist interface. Assist
6545         plugin itself handles setting the autocomplete. Also fixed
6546         some mem leaks.
6548 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6550         * plugins/file-manager/Makefile.am:
6551         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6552         (file_view_expand_idle), (file_view_init):
6553         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6554         (file_manager_set_default_uri), (project_root_added),
6555         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6556         (file_manager_activate), (file_manager_deactivate),
6557         (file_manager_instance_init), (file_manager_class_init),
6558         (ifile_manager_set_root), (ifile_manager_set_selected),
6559         (ifile_manager_iface_init): Adjusted white spaces to match
6560         anjuta convention.
6562 2007-09-19  Naba Kumar  <naba@gnome.org>
6564         * libanjuta/interfaces/libanjuta.idl:
6565         * plugins/editor/text_editor.c: (text_editor_instance_init),
6566         (iassist_show_tips), (iassist_cancel_tips),
6567         (iassist_hide_suggestions), (iassist_iface_init):
6568         * plugins/editor/text_editor.h:
6569         * plugins/editor/text_editor_cbs.c:
6570         (on_text_editor_scintilla_notify):
6571         * plugins/language-support-cpp-java/cpp-java-assist.c:
6572         (is_scope_context_character), (is_word_character),
6573         (create_completion), (cpp_java_assist_get_scope_context),
6574         (cpp_java_assist_get_pre_word),
6575         (cpp_java_assist_get_scope_operator),
6576         (cpp_java_assist_destroy_completion_cache),
6577         (cpp_java_assist_create_scope_completion_cache),
6578         (cpp_java_assist_create_word_completion_cache),
6579         (cpp_java_assist_show_autocomplete),
6580         (cpp_java_assist_get_calltip_context),
6581         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6582         (on_editor_char_added), (on_assist_chosen),
6583         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6584         (cpp_java_assist_init), (cpp_java_assist_finalize):
6585         * plugins/language-support-cpp-java/cpp-java-assist.h:
6586         * plugins/language-support-cpp-java/plugin.c:
6587         (initialize_indentation_params):
6588         * plugins/sourceview/assist-tip.c:
6589         * plugins/sourceview/assist-tip.h:
6590         * plugins/sourceview/sourceview-private.h:
6591         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6592         (on_assist_tip_destroyed), (on_assist_cancel),
6593         (on_document_char_added), (iassist_get_suggestions),
6594         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6595         
6596         Implement state-less assistance so that assist can be evaluated
6597         any given time at any position. Changed IAnjutaEditorAssist interfance
6598         and implementations and removed any state management in editors.
6600 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6602         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6603         completion items sorting and avoided unnecssary sorts.
6605         * plugins/text-editor.c: Fixed state.
6607 2007-09-17  Johannes Schmid <jhs@gnome.org>
6609         * plugins/language-support-cpp-java/cpp-java-assist.c:
6610         (on_assist_begin):
6611         
6612         Fixed calltips in sourceview
6614 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6616         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6617         completion items preparation time. Fixed a crash bug.
6619         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6620         Set buffer size (From Massimo, required for symbol-db).
6622         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6623         for suggestions.
6625         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6626         change in API.
6628         * plugins/editor/aneditor-autocomplete.cxx,
6629         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6630         Added ANE_GETWORDBEFORECARAT command.
6632         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6633         using assist interface.
6635         * plugins/editor/text_editor.c: (text_editor_instance_init),
6636         (text_editor_get_word_before_carat),
6637         (text_editor_get_current_word), (iassist_add_trigger),
6638         (iassist_remove_trigger), (on_assist_canceled),
6639         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6640         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6641         * plugins/editor/text_editor.h:
6642         * plugins/editor/text_editor_cbs.c: (trigger_size),
6643         (max_trigger_size), (text_editor_check_assist),
6644         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6645         interface.
6647         * plugins/language-support-cpp-java/Makefile.am:
6648         * plugins/language-support-cpp-java/plugin.c:
6649         (get_line_indentation_base), (get_line_auto_indentation),
6650         (install_support), (uninstall_support),
6651         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6652         (cpp_java_plugin_instance_init):
6653         * plugins/language-support-cpp-java/plugin.h:
6654         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6655         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6656         Make assist a separate class.
6658 2007-09-14  Johannes Schmid <jhs@gnome.org>
6660         * plugins/sourceview/sourceview.c: (iassist_suggest):
6661         Fixed changed char_alignment paramter in language-support
6662         plugin
6664 2007-09-14  Naba Kumar  <naba@gnome.org>
6666         * plugins/language-support-cpp-java/plugin.c: Send the right
6667         'char_alignment' paramenter (needs fixing in sourceview).
6669 2007-09-13  Johannes Schmid <jhs@gnome.org>
6671         * anjuta.anjuta:
6672         * plugins/project-wizard/templates/minimal/project.anjuta:
6673         Use IAnjutaSymbolManager instead of loading the plugin directly.
6674         (TODO: Think of a version to do this for older files...)
6676         * configure.in:
6677         * plugins/Makefile.am:
6678         * plugins/symbol-db/Makefile.am:
6679         
6680         Build symbol-db plugin if libgda-3.0 is found
6682 2007-09-13  Johannes Schmid <jhs@gnome.org>
6684         * plugins/sourceview/Makefile.am:
6685         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6686         (set_uri):
6687         * plugins/sourceview/anjuta-document.h:
6688         Removed lots of dead code
6689         
6690         * plugins/sourceview/anjuta-languages-manager.c:
6691         * plugins/sourceview/anjuta-languages-manager.h:
6692         removed completely
6693         
6694         * plugins/sourceview/sourceview.c: (on_document_char_added),
6695         (on_document_loaded), (sourceview_instance_init),
6696         (iselect_get_start), (iselect_get_end),
6697         (ilanguage_get_supported_languages), (ilanguage_set_language):
6698         
6699         Fixed selection handling and make some adaptions for the changes 
6700         mentioned above
6702 2007-09-13  Johannes Schmid <jhs@gnome.org>
6704         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6705         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6706         (on_assist_update):
6707         
6708         Added preferences to language support completion/calltips
6709         
6710         * plugins/sourceview/assist-window.c: (assist_window_update):
6712         Always select first entry
6714         * plugins/sourceview/sourceview.glade:
6715         Removed old completion preferences
6717 2007-09-11  Naba Kumar  <naba@gnome.org>
6719         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6720         and possible crash when pressing ctrl+d in terminal after preferences
6721         window has been shown once (no need for backport).
6723         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6724         implementations to get warnings instead of crashes for unimplemented
6725         interface methods.
6727 2007-09-11   Massimo Cora' <maxcvs@email.it>
6729         Reviewed by: Naba Kumar  <naba@gnome.org>
6731         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6732         * plugins/symbol-db/*:
6733         Added new symbol-database backend based on SQLite 3.
6734         (does not enabled for build currently).
6736 2007-09-10  Johannes Schmid <jhs@gnome.org>
6738         * anjuta.anjuta:
6739         * configure.in:
6740         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6741         (parse_info_init), (parse_info_free), (valid_element),
6742         (start_element_handler), (end_element_handler), (text_handler),
6743         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6744         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6745         (egg_recent_model_monitor), (egg_recent_model_read),
6746         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6747         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6748         (egg_recent_model_set_property), (egg_recent_model_class_init),
6749         (egg_recent_model_init), (egg_recent_model_add_full),
6750         (egg_recent_model_delete), (egg_recent_model_get_list),
6751         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6752         (egg_recent_model_set_filter_mime_types),
6753         (egg_recent_model_clear_group_filter),
6754         (egg_recent_model_set_filter_groups),
6755         (egg_recent_model_clear_scheme_filter),
6756         (egg_recent_model_set_filter_uri_schemes),
6757         (egg_recent_model_remove_expired):
6758         
6759         Update EggRecent (#456465)
6761 2007-09-10  Johannes Schmid <jhs@gnome.org>
6763         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6764         (anjuta_plugin_manager_get_plugin):
6765         * plugins/profiler/gprof-call-graph-view.c:
6766         (gprof_call_graph_view_create_columns):
6767         * plugins/profiler/gprof-flat-profile-view.c:
6768         (gprof_flat_profile_view_create_columns):
6769         * plugins/profiler/gprof-function-call-tree-view.c:
6770         (gprof_function_call_tree_view_create_columns):
6771         
6772         Fixed #466031 – Update of pieces of menus for Localization
6774 2007-09-10  Johannes Schmid <jhs@gnome.org>
6776         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6777         Bug 343522 – anjuta: Unable to execute commands that use options.
6779 2007-09-09  Johannes Schmid <jhs@gnome.org>
6781         * plugins/document-manager/anjuta-docman.c:
6782         (anjuta_docman_update_page_label):
6783         
6784         Fixed #458034 – Method of indicating unsaved changes breaks convention
6785         
6786         * plugins/document-manager/plugin.c: (update_title),
6787         (value_added_project_root_uri), (value_removed_project_root_uri),
6788         (on_editor_changed), (activate_plugin):
6789         * plugins/document-manager/plugin.h:
6790         * plugins/project-manager/plugin.c: (on_profile_scoped),
6791         (on_profile_descoped), (ifile_open):
6792         
6793         Fixed #427390 – Show path of item in currently focused editor window
6795 2007-09-09  Johannes Schmid <jhs@gnome.org>
6797         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6798         (on_toolbar_find_incremental):
6799         Fix incremental search
6800         
6801         * plugins/sourceview/sourceview.c: (on_document_char_added),
6802         (set_select):
6803         Fixed selection management
6805 2007-09-09  Johannes Schmid <jhs@gnome.org>
6807         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6808         Fixed memory leak
6810         * libanjuta/interfaces/libanjuta.idl:
6811         Extended IAnjutaEditorAssist interface
6812         
6813         * plugins/language-support-cpp-java/plugin.c:
6814         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6815         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6816         (context_character), (get_context), (function_parser),
6817         (cpp_member_parser), (install_assist), (uninstall_assist),
6818         (get_line_indentation_base), (get_line_auto_indentation),
6819         (install_support), (uninstall_support),
6820         (on_value_added_current_editor), (on_value_removed_current_editor),
6821         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6822         * plugins/language-support-cpp-java/plugin.h:
6823         
6824         Improved fixed editor assistance and added support for function/method
6825         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6826         
6827         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6828         Removed a FIXME
6829         
6830         * plugins/project-import/project-import.c: (on_import_next):
6831         Added a non-NULL check with could probably fix #474843 but not sure
6832         
6833         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6834         Fixed anjuta-plugin project wizard
6835         
6836         * plugins/sourceview/Makefile.am:
6837         * plguins/sourceview/assist-tip.[ch]:
6838         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6839         (anjuta_view_key_press_event):
6840         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6841         (assist_window_init), (assist_window_update), (assist_window_new):
6842         * plugins/sourceview/sourceview-private.h:
6843         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6844         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6845         (trigger_size), (max_trigger_size), (on_document_char_added),
6846         (sourceview_dispose), (ieditor_get_current_word),
6847         (iassist_add_trigger), (iassist_init_suggestions),
6848         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6849         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6850         
6851         Big update on sourceview assist capabilites. Autocompletion should
6852         now work much better and function tooltips are finally supported!
6854         * plugins/sourceview/anjuta-document.h:
6855         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6856         (anjuta_document_get_current_word):
6857         Fixed get_current_word (inspired by aneditor.cxx implementation)
6859         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6860         (icell_get_attribute):
6861         Fixed get_attribute() to also detect character constants.
6862         Simplified get_char()
6864         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6865         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6866         (isymbol_manager_get_completions_at_position):
6867         
6868         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6870 2007-09-04  Naba Kumar  <naba@gnome.org>
6872         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6873         projects that can not add sources.
6875         * plugins/file-wizard/file.c: Similarly for file wizard,
6876         Do not enable 'Add to project' projects that can not add sources.
6878 2007-09-04  Naba Kumar  <naba@gnome.org>
6880         * configure.in: Bumped gnome-build requirement to 0.2.0
6881         for project capabilities support.
6883         * plugins/project-manager/plugin.c: Enable/disable project
6884         actions based on project capabilities. Fixes bug #433552:
6885         crash in Anjuta IDE: add file test.h in project on generic
6886         Makefile.
6888         * libanjuta/interfaces/libanjuta.idl: Added method to query
6889         project capabilities.
6891 2007-09-03  Naba Kumar  <naba@gnome.org>
6893         * plugins/file-manager/plugin.c: Set shadow type IN.
6894         * plugins/file-manager/file-view.c: Fixed code style.
6895         * plugins/file-manager/file-view.c: Fixed icons column to size
6896         properly.
6898         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6900         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6901         unmonitors project-uri on file-manager deactivation.
6903         * TODO.tasks: Updated
6905 2007-09-02  Johannes Schmid <jhs@gnome.org>
6907         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6908         Fixed memory leak
6909         
6910         * plugins/file-manager/file-view.c: (file_view_get_selected),
6911         (file_view_button_press_event), (file_view_finalize):
6912         * plugins/file-manager/plugin.c: (project_root_removed),
6913         (file_manager_deactivate):
6914         
6915         Fixed some small bugs I missed before
6917 2007-09-02  Johannes Schmid <jhs@gnome.org>
6919         * plugins/file-manager/*:
6920         Added new and file-manager
6922 2007-09-02  Johannes Schmid <jhs@gnome.org>
6924         * plugins/file-manager/*:
6925         Removed old file-manager
6927 2007-08-31  Johannes Schmid <jhs@gnome.org>
6929         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6930         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6931         
6932         Fixed some memory leaks
6933         
6934         * MAINTAINERS: Fixed
6935         
6936 2007-08-31  Johannes Schmid <jhs@gnome.org>
6938         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6939         (get_property_value_as_string), (set_property_value_as_string),
6940         (register_callbacks), (preferences_foreach_callback),
6941         (anjuta_preferences_register_property_raw):
6942         * libanjuta/anjuta-preferences.h:
6943         * plugins/build-basic-autotools/build-basic-autotools.c:
6944         (on_build_mesg_format):
6945         * plugins/document-manager/anjuta-document-manager.glade:
6946         * plugins/message-view/anjuta-message-manager-plugin.glade:
6947         
6948         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6949         broken message view preferences
6950         
6951         * plugins/message-view/message-view.c:
6952         (message_view_instance_init), (pref_change_color), (prefs_init),
6953         (imessage_view_append):
6954         Cleaned up message view (#458041)
6955         
6956         * src/shell.c: (on_preferences_activate),
6957         (anjuta_test_shell_instance_init),
6958         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6959         Fixed test shell to allow better debugging
6960         
6961 2007-08-31  Johannes Schmid <jhs@gnome.org>
6963         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6964         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6965         * plugins/gtodo/main.h:
6966         * plugins/gtodo/plugin.c: (activate_plugin):
6967         
6968         Fixed #423467 (View->Tasks menu items are not 
6969         checked on startup)
6971 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6973         reviewed by: Johannes Schmid <jhs@gnome.org>
6975         * COPYING:
6976         * data/welcome.txt.in:
6977         * launcher/anjuta_launcher.c:
6978         * libanjuta/anjuta-children.c:
6979         * libanjuta/anjuta-children.h:
6980         * libanjuta/anjuta-debug.h:
6981         * libanjuta/anjuta-encodings.c:
6982         * libanjuta/anjuta-encodings.h:
6983         * libanjuta/anjuta-glue-c.c:
6984         * libanjuta/anjuta-glue-c.h:
6985         * libanjuta/anjuta-plugin-description.c:
6986         * libanjuta/anjuta-plugin-description.h:
6987         * libanjuta/anjuta-plugin-handle.c:
6988         * libanjuta/anjuta-plugin-handle.h:
6989         * libanjuta/anjuta-plugin-manager.c:
6990         * libanjuta/anjuta-plugin-manager.h:
6991         * libanjuta/anjuta-plugin.c:
6992         * libanjuta/anjuta-plugin.h:
6993         * libanjuta/anjuta-preferences.c:
6994         * libanjuta/anjuta-preferences.h:
6995         * libanjuta/anjuta-profile-manager.c:
6996         * libanjuta/anjuta-profile-manager.h:
6997         * libanjuta/anjuta-profile.c:
6998         * libanjuta/anjuta-profile.h:
6999         * libanjuta/anjuta-save-prompt.c:
7000         * libanjuta/anjuta-save-prompt.h:
7001         * libanjuta/anjuta-serializer.c:
7002         * libanjuta/anjuta-serializer.h:
7003         * libanjuta/anjuta-session.c:
7004         * libanjuta/anjuta-session.h:
7005         * libanjuta/anjuta-shell.c:
7006         * libanjuta/anjuta-shell.h:
7007         * libanjuta/anjuta-status.c:
7008         * libanjuta/anjuta-status.h:
7009         * libanjuta/anjuta-ui.c:
7010         * libanjuta/anjuta-ui.h:
7011         * libanjuta/anjuta-utils-priv.h:
7012         * libanjuta/anjuta-utils.c:
7013         * libanjuta/anjuta-utils.h:
7014         * libanjuta/cell-renderer-captioned-image.c:
7015         * libanjuta/cell-renderer-captioned-image.h:
7016         * libanjuta/e-splash.c:
7017         * libanjuta/e-splash.h:
7018         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7019         * libanjuta/interfaces/libanjuta.idl:
7020         * libanjuta/libanjuta.h:
7021         * libanjuta/resources.c:
7022         * libanjuta/resources.h:
7023         * libegg/egg-cell-renderer-text.c:
7024         * libegg/egg-combo-action.c:
7025         * libegg/egg-entry-action.c:
7026         * libegg/egg-recent-action.c:
7027         * libegg/egg-recent-files-module.c:
7028         * libegg/egg-recent-item.c:
7029         * libegg/egg-recent-model.c:
7030         * libegg/egg-recent-view-gtk.c:
7031         * libegg/egg-recent-view.c:
7032         * libegg/egg-submenu-action.c:
7033         * libegg/eggaccelerators.c:
7034         * libegg/eggcellrendererpopup.c:
7035         * libegg/eggcomboselect.c:
7036         * libegg/eggtreemodelfilter.c:
7037         * libegg/eggtreemultidnd.c:
7038         * libegg/gtkcellview.h:
7039         * libegg/treeviewutils/egg-cell-renderer-text.h:
7040         * libegg/treeviewutils/eggaccelerators.h:
7041         * libegg/treeviewutils/eggcellrendererkeys.h:
7042         * libegg/treeviewutils/eggcellrendererpopup.h:
7043         * libegg/treeviewutils/eggtreemodelfilter.h:
7044         * libegg/treeviewutils/eggtreemultidnd.h:
7045         * libegg/treeviewutils/eggtreeviewstate.h:
7046         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
7047         * manuals/anjuta-faqs/Makefile.am:
7048         * manuals/anjuta-manual/C/anjuta-manual.xml:
7049         * manuals/anjuta-manual/C/license.xml:
7050         * manuals/anjuta-manual/es/es.po:
7051         * manuals/anjuta-manual/sv/sv.po:
7052         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
7053         ml:
7054         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
7055         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
7056         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
7057         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
7058         * manuals/old/ja/anjuta-manual/license.xml:
7059         * plugins/build-basic-autotools/build-basic-autotools.c:
7060         * plugins/build-basic-autotools/build-basic-autotools.h:
7061         * plugins/build-basic-autotools/executer.c:
7062         * plugins/build-basic-autotools/executer.h:
7063         * plugins/build/build_file.c:
7064         * plugins/build/build_file.h:
7065         * plugins/build/build_project.c:
7066         * plugins/build/build_project.h:
7067         * plugins/build/clean_project.c:
7068         * plugins/build/clean_project.h:
7069         * plugins/build/commands.c:
7070         * plugins/build/commands.h:
7071         * plugins/build/compile.c:
7072         * plugins/build/compile.h:
7073         * plugins/build/compiler_options.c:
7074         * plugins/build/compiler_options.h:
7075         * plugins/build/configurer.c:
7076         * plugins/build/configurer.h:
7077         * plugins/build/executer.c:
7078         * plugins/build/executer.h:
7079         * plugins/class-gen/cell-renderer-flags.c:
7080         * plugins/class-gen/cell-renderer-flags.h:
7081         * plugins/class-gen/combo-flags.c:
7082         * plugins/class-gen/combo-flags.h:
7083         * plugins/class-gen/element-editor.c:
7084         * plugins/class-gen/element-editor.h:
7085         * plugins/class-gen/generator.c:
7086         * plugins/class-gen/generator.h:
7087         * plugins/class-gen/plugin.c:
7088         * plugins/class-gen/plugin.h:
7089         * plugins/class-gen/transform.c:
7090         * plugins/class-gen/transform.h:
7091         * plugins/class-gen/validator.c:
7092         * plugins/class-gen/validator.h:
7093         * plugins/class-gen/window.c:
7094         * plugins/class-gen/window.h:
7095         * plugins/class-inheritance/class-callbacks.c:
7096         * plugins/class-inheritance/class-callbacks.h:
7097         * plugins/class-inheritance/class-inherit.c:
7098         * plugins/class-inheritance/class-inherit.h:
7099         * plugins/class-inheritance/plugin.c:
7100         * plugins/class-inheritance/plugin.h:
7101         * plugins/cvs-plugin/cvs-actions.c:
7102         * plugins/cvs-plugin/cvs-actions.h:
7103         * plugins/cvs-plugin/cvs-callbacks.c:
7104         * plugins/cvs-plugin/cvs-callbacks.h:
7105         * plugins/cvs-plugin/cvs-execute.c:
7106         * plugins/cvs-plugin/cvs-execute.h:
7107         * plugins/cvs-plugin/cvs-interface.c:
7108         * plugins/cvs-plugin/cvs-interface.h:
7109         * plugins/cvs-plugin/plugin.c:
7110         * plugins/cvs-plugin/plugin.h:
7111         * plugins/debug-manager/breakpoints.c:
7112         * plugins/debug-manager/breakpoints.h:
7113         * plugins/debug-manager/chunk_view.c:
7114         * plugins/debug-manager/chunk_view.h:
7115         * plugins/debug-manager/data_buffer.c:
7116         * plugins/debug-manager/data_buffer.h:
7117         * plugins/debug-manager/data_view.c:
7118         * plugins/debug-manager/data_view.h:
7119         * plugins/debug-manager/debug_tree.c:
7120         * plugins/debug-manager/debug_tree.h:
7121         * plugins/debug-manager/debugger.c:
7122         * plugins/debug-manager/debugger.h:
7123         * plugins/debug-manager/disassemble.c:
7124         * plugins/debug-manager/disassemble.h:
7125         * plugins/debug-manager/info.c:
7126         * plugins/debug-manager/info.h:
7127         * plugins/debug-manager/locals.c:
7128         * plugins/debug-manager/locals.h:
7129         * plugins/debug-manager/memory.c:
7130         * plugins/debug-manager/memory.h:
7131         * plugins/debug-manager/plugin.c:
7132         * plugins/debug-manager/plugin.h:
7133         * plugins/debug-manager/registers.c:
7134         * plugins/debug-manager/registers.h:
7135         * plugins/debug-manager/sexy-icon-entry.c:
7136         * plugins/debug-manager/sexy-icon-entry.h:
7137         * plugins/debug-manager/sharedlib.c:
7138         * plugins/debug-manager/sharedlib.h:
7139         * plugins/debug-manager/signals.c:
7140         * plugins/debug-manager/signals.h:
7141         * plugins/debug-manager/sparse_buffer.c:
7142         * plugins/debug-manager/sparse_buffer.h:
7143         * plugins/debug-manager/sparse_view.c:
7144         * plugins/debug-manager/sparse_view.h:
7145         * plugins/debug-manager/stack_trace.c:
7146         * plugins/debug-manager/stack_trace.h:
7147         * plugins/debug-manager/start.c:
7148         * plugins/debug-manager/start.h:
7149         * plugins/debug-manager/threads.c:
7150         * plugins/debug-manager/threads.h:
7151         * plugins/debug-manager/utilities.c:
7152         * plugins/debug-manager/utilities.h:
7153         * plugins/debug-manager/watch.c:
7154         * plugins/debug-manager/watch.h:
7155         * plugins/devhelp/htmlview.c:
7156         * plugins/devhelp/htmlview.h:
7157         * plugins/document-manager/action-callbacks.c:
7158         * plugins/document-manager/action-callbacks.h:
7159         * plugins/document-manager/anjuta-docman.c:
7160         * plugins/document-manager/anjuta-docman.h:
7161         * plugins/document-manager/editor-tooltips.c:
7162         * plugins/document-manager/editor-tooltips.h:
7163         * plugins/document-manager/file_history.c:
7164         * plugins/document-manager/file_history.h:
7165         * plugins/document-manager/indent-dialog.c:
7166         * plugins/document-manager/indent-dialog.h:
7167         * plugins/document-manager/indent-util.c:
7168         * plugins/document-manager/indent-util.h:
7169         * plugins/document-manager/plugin.c:
7170         * plugins/editor/aneditor-autocomplete.cxx:
7171         * plugins/editor/aneditor-calltip.cxx:
7172         * plugins/editor/aneditor-indent.cxx:
7173         * plugins/editor/aneditor-priv.h:
7174         * plugins/editor/aneditor.cxx:
7175         * plugins/editor/aneditor.h:
7176         * plugins/editor/lexer.h:
7177         * plugins/editor/plugin.c:
7178         * plugins/editor/plugin.h:
7179         * plugins/editor/print.c:
7180         * plugins/editor/print.h:
7181         * plugins/editor/properties.h:
7182         * plugins/editor/properties_cxx.h:
7183         * plugins/editor/style-editor.c:
7184         * plugins/editor/style-editor.h:
7185         * plugins/editor/text-editor-iterable.c:
7186         * plugins/editor/text-editor-iterable.h:
7187         * plugins/editor/text_editor.c:
7188         * plugins/editor/text_editor.h:
7189         * plugins/editor/text_editor_cbs.c:
7190         * plugins/editor/text_editor_cbs.h:
7191         * plugins/editor/text_editor_menu.c:
7192         * plugins/editor/text_editor_menu.h:
7193         * plugins/editor/text_editor_prefs.c:
7194         * plugins/editor/text_editor_prefs.h:
7195         * plugins/file-loader/dnd.c:
7196         * plugins/file-loader/dnd.h:
7197         * plugins/file-loader/plugin.c:
7198         * plugins/file-manager/an_file_view.c:
7199         * plugins/file-manager/plugin.c:
7200         * plugins/file-wizard/file.c:
7201         * plugins/file-wizard/file.h:
7202         * plugins/file-wizard/plugin.c:
7203         * plugins/file-wizard/plugin.h:
7204         * plugins/gdb/debugger.c:
7205         * plugins/gdb/debugger.h:
7206         * plugins/gdb/gdbmi-test.c:
7207         * plugins/gdb/gdbmi.c:
7208         * plugins/gdb/gdbmi.h:
7209         * plugins/gdb/global.h:
7210         * plugins/gdb/parser.c:
7211         * plugins/gdb/parser.h:
7212         * plugins/gdb/plugin.c:
7213         * plugins/gdb/plugin.h:
7214         * plugins/gdb/utilities.c:
7215         * plugins/gdb/utilities.h:
7216         * plugins/glade/plugin.c:
7217         * plugins/glade/plugin.h:
7218         * plugins/gtodo/egg-datetime.c:
7219         * plugins/gtodo/egg-datetime.h:
7220         * plugins/gtodo/eggtrayicon.c:
7221         * plugins/gtodo/eggtrayicon.h:
7222         * plugins/gtodo/plugin.c:
7223         * plugins/gvim/anjuta-vim.c:
7224         * plugins/gvim/anjuta-vim.h:
7225         * plugins/gvim/gtkvim.c:
7226         * plugins/gvim/gtkvim.h:
7227         * plugins/gvim/plugin.c:
7228         * plugins/gvim/plugin.h:
7229         * plugins/language-support-cpp-java/plugin.c:
7230         * plugins/language-support-cpp-java/plugin.h:
7231         * plugins/macro/macro-actions.c:
7232         * plugins/macro/macro-actions.h:
7233         * plugins/macro/macro-db.c:
7234         * plugins/macro/macro-db.h:
7235         * plugins/macro/macro-dialog.c:
7236         * plugins/macro/macro-dialog.h:
7237         * plugins/macro/macro-edit.c:
7238         * plugins/macro/macro-edit.h:
7239         * plugins/macro/macro-util.c:
7240         * plugins/macro/macro-util.h:
7241         * plugins/macro/plugin.c:
7242         * plugins/macro/plugin.h:
7243         * plugins/message-view/anjuta-msgman.c:
7244         * plugins/message-view/anjuta-msgman.h:
7245         * plugins/message-view/message-view.c:
7246         * plugins/message-view/message-view.h:
7247         * plugins/message-view/plugin.c:
7248         * plugins/message-view/plugin.h:
7249         * plugins/patch/patch-plugin.c:
7250         * plugins/patch/patch-plugin.h:
7251         * plugins/patch/plugin.c:
7252         * plugins/patch/plugin.h:
7253         * plugins/profiler/gprof-call-graph-block-entry.c:
7254         * plugins/profiler/gprof-call-graph-block-entry.h:
7255         * plugins/profiler/gprof-call-graph-block.c:
7256         * plugins/profiler/gprof-call-graph-block.h:
7257         * plugins/profiler/gprof-call-graph-view.c:
7258         * plugins/profiler/gprof-call-graph-view.h:
7259         * plugins/profiler/gprof-call-graph.c:
7260         * plugins/profiler/gprof-call-graph.h:
7261         * plugins/profiler/gprof-flat-profile-entry.c:
7262         * plugins/profiler/gprof-flat-profile-entry.h:
7263         * plugins/profiler/gprof-flat-profile-view.c:
7264         * plugins/profiler/gprof-flat-profile-view.h:
7265         * plugins/profiler/gprof-flat-profile.c:
7266         * plugins/profiler/gprof-flat-profile.h:
7267         * plugins/profiler/gprof-function-call-chart-view.c:
7268         * plugins/profiler/gprof-function-call-chart-view.h:
7269         * plugins/profiler/gprof-function-call-tree-view.c:
7270         * plugins/profiler/gprof-function-call-tree-view.h:
7271         * plugins/profiler/gprof-options.c:
7272         * plugins/profiler/gprof-options.h:
7273         * plugins/profiler/gprof-profile-data.c:
7274         * plugins/profiler/gprof-profile-data.h:
7275         * plugins/profiler/gprof-view-manager.c:
7276         * plugins/profiler/gprof-view-manager.h:
7277         * plugins/profiler/gprof-view.c:
7278         * plugins/profiler/gprof-view.h:
7279         * plugins/profiler/plugin.c:
7280         * plugins/profiler/plugin.h:
7281         * plugins/profiler/string-utils.c:
7282         * plugins/profiler/string-utils.h:
7283         * plugins/project-import/plugin.c:
7284         * plugins/project-import/plugin.h:
7285         * plugins/project-import/project-import.c:
7286         * plugins/project-import/project-import.h:
7287         * plugins/project-manager/plugin.c:
7288         * plugins/project-manager/plugin.h:
7289         * plugins/project-wizard/action.c:
7290         * plugins/project-wizard/action.h:
7291         * plugins/project-wizard/autogen.c:
7292         * plugins/project-wizard/autogen.h:
7293         * plugins/project-wizard/druid.c:
7294         * plugins/project-wizard/druid.h:
7295         * plugins/project-wizard/file.c:
7296         * plugins/project-wizard/file.h:
7297         * plugins/project-wizard/header.c:
7298         * plugins/project-wizard/header.h:
7299         * plugins/project-wizard/install.c:
7300         * plugins/project-wizard/install.h:
7301         * plugins/project-wizard/parser.c:
7302         * plugins/project-wizard/parser.h:
7303         * plugins/project-wizard/plugin.c:
7304         * plugins/project-wizard/plugin.h:
7305         * plugins/project-wizard/property.c:
7306         * plugins/project-wizard/property.h:
7307         * plugins/project-wizard/values.c:
7308         * plugins/project-wizard/values.h:
7309         * plugins/sample1/plugin.c:
7310         * plugins/search/plugin.c:
7311         * plugins/search/plugin.h:
7312         * plugins/search/search-replace_backend.c:
7313         * plugins/search/search-replace_backend.h:
7314         * plugins/search/search_preferences.c:
7315         * plugins/sourceview/anjuta-convert.c:
7316         * plugins/sourceview/anjuta-convert.h:
7317         * plugins/sourceview/anjuta-document-loader.c:
7318         * plugins/sourceview/anjuta-document-loader.h:
7319         * plugins/sourceview/anjuta-document-saver.c:
7320         * plugins/sourceview/anjuta-document-saver.h:
7321         * plugins/sourceview/anjuta-document.c:
7322         * plugins/sourceview/anjuta-document.h:
7323         * plugins/sourceview/anjuta-encodings.c:
7324         * plugins/sourceview/anjuta-encodings.h:
7325         * plugins/sourceview/anjuta-languages-manager.c:
7326         * plugins/sourceview/anjuta-languages-manager.h:
7327         * plugins/sourceview/anjuta-utils.c:
7328         * plugins/sourceview/anjuta-utils.h:
7329         * plugins/sourceview/anjuta-view.c:
7330         * plugins/sourceview/anjuta-view.h:
7331         * plugins/sourceview/assist-window.c:
7332         * plugins/sourceview/assist-window.h:
7333         * plugins/sourceview/sourceview-cell.c:
7334         * plugins/sourceview/sourceview-cell.h:
7335         * plugins/sourceview/sourceview-prefs.c:
7336         * plugins/sourceview/sourceview-prefs.h:
7337         * plugins/sourceview/sourceview-print.c:
7338         * plugins/sourceview/sourceview-print.h:
7339         * plugins/sourceview/sourceview-private.h:
7340         * plugins/sourceview/sourceview-tags.c:
7341         * plugins/sourceview/sourceview-tags.h:
7342         * plugins/sourceview/sourceview.c:
7343         * plugins/sourceview/sourceview.h:
7344         * plugins/subversion/plugin.c:
7345         * plugins/subversion/plugin.h:
7346         * plugins/subversion/subversion-actions.c:
7347         * plugins/subversion/subversion-actions.h:
7348         * plugins/subversion/subversion-callbacks.c:
7349         * plugins/subversion/subversion-callbacks.h:
7350         * plugins/subversion/svn-auth.c:
7351         * plugins/subversion/svn-auth.h:
7352         * plugins/subversion/svn-backend-priv.h:
7353         * plugins/subversion/svn-backend.c:
7354         * plugins/subversion/svn-backend.h:
7355         * plugins/subversion/svn-notify.c:
7356         * plugins/subversion/svn-notify.h:
7357         * plugins/subversion/svn-thread.c:
7358         * plugins/subversion/svn-thread.h:
7359         * plugins/symbol-browser/an_symbol.c:
7360         * plugins/symbol-browser/an_symbol.h:
7361         * plugins/symbol-browser/an_symbol_info.c:
7362         * plugins/symbol-browser/an_symbol_info.h:
7363         * plugins/symbol-browser/an_symbol_iter.c:
7364         * plugins/symbol-browser/an_symbol_iter.h:
7365         * plugins/symbol-browser/an_symbol_prefs.c:
7366         * plugins/symbol-browser/an_symbol_prefs.h:
7367         * plugins/symbol-browser/an_symbol_search.c:
7368         * plugins/symbol-browser/an_symbol_search.h:
7369         * plugins/symbol-browser/an_symbol_view.c:
7370         * plugins/symbol-browser/an_symbol_view.h:
7371         * plugins/symbol-browser/plugin.c:
7372         * plugins/symbol-browser/plugin.h:
7373         * plugins/terminal/terminal.c:
7374         * plugins/tools/dialog.c:
7375         * plugins/tools/dialog.h:
7376         * plugins/tools/editor.c:
7377         * plugins/tools/editor.h:
7378         * plugins/tools/execute.c:
7379         * plugins/tools/execute.h:
7380         * plugins/tools/fileop.c:
7381         * plugins/tools/fileop.h:
7382         * plugins/tools/plugin.c:
7383         * plugins/tools/plugin.h:
7384         * plugins/tools/scripts/find-fixmes.pl:
7385         * plugins/tools/scripts/translation-status.pl:
7386         * plugins/tools/tool.c:
7387         * plugins/tools/tool.h:
7388         * plugins/tools/variable.c:
7389         * plugins/tools/variable.h:
7390         * plugins/valgrind/ldd.c:
7391         * plugins/valgrind/ldd.h:
7392         * plugins/valgrind/list.c:
7393         * plugins/valgrind/list.h:
7394         * plugins/valgrind/menu-utils.c:
7395         * plugins/valgrind/menu-utils.h:
7396         * plugins/valgrind/parser.c:
7397         * plugins/valgrind/parser.h:
7398         * plugins/valgrind/plugin.c:
7399         * plugins/valgrind/plugin.h:
7400         * plugins/valgrind/preferences.c:
7401         * plugins/valgrind/preferences.h:
7402         * plugins/valgrind/process.c:
7403         * plugins/valgrind/process.h:
7404         * plugins/valgrind/symtab.c:
7405         * plugins/valgrind/symtab.h:
7406         * plugins/valgrind/vgactions.c:
7407         * plugins/valgrind/vgactions.h:
7408         * plugins/valgrind/vgcachegrindprefs.c:
7409         * plugins/valgrind/vgcachegrindprefs.h:
7410         * plugins/valgrind/vgdefaultview.c:
7411         * plugins/valgrind/vgdefaultview.h:
7412         * plugins/valgrind/vgerror.c:
7413         * plugins/valgrind/vgerror.h:
7414         * plugins/valgrind/vggeneralprefs.c:
7415         * plugins/valgrind/vggeneralprefs.h:
7416         * plugins/valgrind/vghelgrindprefs.c:
7417         * plugins/valgrind/vghelgrindprefs.h:
7418         * plugins/valgrind/vgio.c:
7419         * plugins/valgrind/vgio.h:
7420         * plugins/valgrind/vgmemcheckprefs.c:
7421         * plugins/valgrind/vgmemcheckprefs.h:
7422         * plugins/valgrind/vgrule-editor.c:
7423         * plugins/valgrind/vgrule-editor.h:
7424         * plugins/valgrind/vgrule-list.c:
7425         * plugins/valgrind/vgrule-list.h:
7426         * plugins/valgrind/vgrule.c:
7427         * plugins/valgrind/vgrule.h:
7428         * plugins/valgrind/vgrulepattern.c:
7429         * plugins/valgrind/vgrulepattern.h:
7430         * plugins/valgrind/vgsearchbar.c:
7431         * plugins/valgrind/vgsearchbar.h:
7432         * plugins/valgrind/vgstrpool.c:
7433         * plugins/valgrind/vgstrpool.h:
7434         * plugins/valgrind/vgtoolprefs.c:
7435         * plugins/valgrind/vgtoolprefs.h:
7436         * plugins/valgrind/vgtoolview.c:
7437         * plugins/valgrind/vgtoolview.h:
7438         * src/about.c:
7439         * src/about.h:
7440         * src/action-callbacks.c:
7441         * src/action-callbacks.h:
7442         * src/anjuta-actions.h:
7443         * src/anjuta-app.c:
7444         * src/anjuta-app.h:
7445         * src/anjuta-callbacks.c:
7446         * src/anjuta-callbacks.h:
7447         * src/anjuta.c:
7448         * src/anjuta.h:
7449         * src/anjuta_cbs.c:
7450         * src/bacon-message-connection.c:
7451         * src/bacon-message-connection.h:
7452         * src/getline.c:
7453         * src/main.c:
7454         * src/shell.c:
7455         * src/shell.h:
7456         * src/start-with.c:
7457         * src/start-with.h:
7458         * src/utilities.c:
7459         * src/utilities.h:
7460         * tagmanager/options.c:
7461         
7462         Change the address of FSF in various files
7464 2007-08-30  Johannes Schmid <jhs@gnome.org>
7466         * anjuta.glade:
7467         * anjuta.gladep:
7468         Removed because they are no longer in use
7469         
7470         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7471         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7472         Marked some strings as not translatable
7474         * plugins/search/search-replace.c: (list_max_items):
7475         Fixed a possible memory corruption
7477         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7478         Do not show menuitems for locked layout items
7480         * src/main.c: (main):
7481         Some minor style correction in gnome_init
7483 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7485         * plugins/debug-manager/debugger.c,
7486         plugins/debug-manager/breakpoints.c,
7487         plugins/gdb/plugin.c,
7488         plugins/gdb/debugger.c,
7489         libanjuta/interfaces/libanjuta.idl:
7490         Move all breakpoints functions from IAnjutaDebugger to a new
7491         IAnjutaBreakpointDebugger interface
7493 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7495         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7496         * plugins/debug-manager/plugin.c,
7497         plugins/debug-manager/breakpoints.c,
7498         plugins/tools/execute.c,
7499         plugins/project-wizard/plugin.c,
7500         plugins/build-basic-autotools/executer.c,
7501         plugins/gdb/debugger.c,
7502         plugins/profiler/gprof-options.h,
7503         plugins/sourceview/assist-window.h,
7504         plugins/class-gen/transform.c,
7505         libanjuta/anjuta-plugin-description.c,
7506         libanjuta/anjuta-status.c,
7507         libanjuta/anjuta-glue-c.c,
7508         libanjuta/anjuta-glue-cpp.c,
7509         plugins/symbol-browser/an_symbol_prefs.c:
7510         Fix warnings mostly "dereferencing type-punned pointer"
7511         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7513 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7515         * plugins/debug-manager/breakpoints.c,
7516         plugins/debug-manager/debugger.c:
7517         Avoid an endless loop if clearing all breakpoints while the programm
7518         is running
7520 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7522         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7523         * plugins/debug-manager/plugin.c:
7524         Fix a segmentation fault added in the previous patch
7526 2007-07-21  Johannes Schmid <jhs@gnome.org>
7528         * plugins/build-basic-autotools/executer.c:
7529         (get_program_parameters):
7530         
7531         Show an error dialog if no targets are availible instead of
7532         just returning
7534 2007-07-20  Johannes Schmid <jhs@gnome.org>
7536         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7537         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7538         * libanjuta/anjuta-shell.h:
7539         * plugins/document-manager/plugin.c: (activate_plugin):
7540         * plugins/glade/anjuta-design-document.c:
7541         * plugins/glade/plugin.c: (glade_update_ui):
7542         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7543         (anjuta_shell_iface_init):
7544         * src/shell.c: (anjuta_test_shell_add_widget),
7545         (anjuta_shell_iface_init):
7546         
7547         Make the document manager undockable (#458038)
7549 2007-07-20  Johannes Schmid <jhs@gnome.org>
7551         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7552         * plugins/glade/anjuta-design-document.c:
7553         * plugins/glade/plugin.c: (glade_update_ui):
7554         
7555         Fixed some save/dirty status bug in glade
7557 2007-07-20  Johannes Schmid <jhs@gnome.org>
7559         * libanjuta/anjuta-status.c:
7560         Fixed crasher on shutdown
7562 2007-07-20  Johannes Schmid <jhs@gnome.org>
7564         * configure.in:
7565         Minimum glade requirement is 3.2 now. It was before
7566         but we did not check...
7567         
7568         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7569         * libanjuta/anjuta-profile.c:
7570         (anjuta_profile_add_plugins_from_xml):
7571         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7572         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7573         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7574         * plugins/file-loader/plugin.c: (on_create_submenu):
7575         * plugins/file-manager/an_file_view.c: (compare_iter):
7576         * plugins/glade/plugin.c: (activate_plugin):
7577         * src/anjuta-app.c: (on_toolbar_view_toggled):
7578         * src/main.c: (main):
7579         
7580         Fixed lots of memory leaks (thansk valgrind)
7582 2007-07-19  Johannes Schmid <jhs@gnome.org>
7584         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7585         * plugins/document-manager/anjuta-docman.c:
7586         (anjuta_docman_set_busy):
7587         * plugins/document-manager/plugin.c: (on_editor_changed):
7588         * plugins/glade/plugin.c: (activate_plugin):
7589         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7590         (on_value_removed_current_editor):
7591         
7592         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7594 2007-07-18  Johannes Schmid <jhs.gnome.org>
7596         * plugins/build-basic-autotools/executer.c: (execute_program):
7597         Fixed some of the scratchbox stuff but the environment is
7598         still broken
7600 2007-07-18  Johannes Schmid <jhs@gnome.org>
7602         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7603         (on_plugin_deactivated), (get_plugin_loader_type):
7604         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7605         (activate_plugin), (deactivate_plugin),
7606         (glade_plugin_instance_init):
7607         
7608         Fixed glade plugin deactivation
7610 2007-07-18  Johannes Schmid <jhs@gnome.org>
7612         * plugins/document-manager/anjuta-docman.c:
7613         (anjuta_docman_add_document):
7614         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7615         
7616         Fixed path display in document manager with glade files
7618 2007-07-17  Johannes Schmid <jhs@gnome.org>
7620         * libanjuta/interfaces/Makefile.am.iface:
7621         * pixmaps/Makefile.am:
7622         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7623         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7624         (value_removed_current_editor):
7625         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7626         (anjuta_docman_set_current_document):
7627         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7628         (on_editor_added), (on_editor_changed):
7629         * plugins/glade/Makefile.am:
7630         * plugins/glade/anjuta-design-document.c:
7631         (anjuta_design_document_instance_init),
7632         (anjuta_design_document_set_property),
7633         (anjuta_design_document_get_property),
7634         (anjuta_design_document_class_init), (anjuta_design_document_new),
7635         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7636         * plugins/glade/anjuta-design-document.h:
7637         * plugins/glade/anjuta-glade-notebook.c:
7638         * plugins/glade/anjuta-glade-notebook.h:
7639         * plugins/glade/plugin.c: (value_added_current_editor),
7640         (value_removed_current_editor), (glade_update_ui),
7641         (on_close_activated), (on_glade_project_changed),
7642         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7643         (ifile_open):
7644         * plugins/language-support-cpp-java/plugin.c:
7645         (on_value_added_current_editor), (on_value_removed_current_editor):
7646         * plugins/macro/plugin.c: (value_added_current_editor):
7647         * plugins/project-manager/plugin.c: (value_added_current_editor):
7648         * plugins/subversion/plugin.c: (value_added_current_editor):
7649         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7651         Fixed lot of IAnjutaEditor stuff and completed glade integration
7652         with document manager
7653         
7654         * plugins/build-basic-autotools/build-basic-autotools.c:
7655         (value_added_current_editor):
7656         * plugins/build-basic-autotools/executer.c: (execute_program):
7657         
7658         Some initial code to execute projects inside scratchbox
7659         
7660 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7662         * plugins/project-import/project-import.c:
7663         Project import overwrites file on user request (bug #452579)
7665 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7667         * plugins/debug-manager/debugger.c,
7668         plugins/debug-manager/threads.c,
7669         plugins/debug-manager/plugin.c,
7670         plugins/debug-manager/registers.c,
7671         plugins/debug-manager/locals.c,
7672         plugins/debug-manager/stack_trace.c,
7673         plugins/gdb/plugin.c,
7674         plugins/gdb/debugger.c,
7675         plugins/gdb/debugger.h,
7676         libanjuta/interfaces/libanjuta.idl:
7677         Rename change-location to program-moved
7678         Store thread id as gint instead of guint
7679         Do not display registers list if not available
7680         Add intermediate debugger states if missing
7682 2007-07-11  Johannes Schmid <jhs@gnome.org>
7684         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7685         .glade:
7686         Reverted unnecessary changes (#455819)
7688 2007-07-10  Johannes Schmid <jhs@gnome.org>
7690         * plugins/glade/plugin.c:
7691         Fixed glade plugin with glade 3.2 and another crasher
7693 2007-07-09  Johannes Schmid <jhs@gnome.org>
7695         * libanjuta/interfaces/libanjuta.idl:
7696         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7697         .glade:
7698         * plugins/debug-manager/breakpoints.c:
7699         (breakpoint_item_update_in_ui),
7700         (breakpoints_dbase_edit_breakpoint),
7701         (on_toggle_breakpoint_activate):
7702         * plugins/debug-manager/plugin.c:
7703         (on_run_to_cursor_action_activate):
7704         * plugins/document-manager/action-callbacks.c:
7705         (on_editor_command_cut_activate),
7706         (on_editor_command_copy_activate),
7707         (on_editor_command_paste_activate),
7708         (on_editor_command_clear_activate):
7709         * plugins/document-manager/anjuta-docman.c:
7710         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7711         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7712         (anjuta_docman_goto_file_line_mark),
7713         (anjuta_docman_find_editor_with_path),
7714         (anjuta_docman_get_all_editors):
7715         * plugins/document-manager/anjuta-docman.h:
7716         * plugins/document-manager/plugin.c:
7717         (update_editor_ui_interface_items), (on_editor_update_ui),
7718         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7719         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7720         (ianjuta_document_manager_iface_init), (isaveable_save),
7721         (isavable_is_dirty):
7722         * plugins/editor/editor.glade:
7723         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7724         (idocument_paste), (idocument_clear), (idocument_iface_init),
7725         (iselection_iface_init):
7726         * plugins/glade/Makefile.am:
7727         * plugins/glade/anjuta-glade-notebook.c:
7728         (anjuta_glade_notebook_instance_init),
7729         (anjuta_glade_notebook_set_property),
7730         (anjuta_glade_notebook_get_property),
7731         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7732         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7733         (ifile_savable_save), (ifile_savable_save_as),
7734         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7735         (ifile_savable_iface_init), (idocument_can_redo),
7736         (idocument_can_undo), (idocument_begin_undo_action),
7737         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7738         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7739         (idocument_copy), (idocument_paste), (idocument_clear),
7740         (idocument_iface_init):
7741         * plugins/language-support-cpp-java/plugin.c:
7742         (on_value_added_current_editor), (on_value_removed_current_editor):
7743         * plugins/macro/macro-util.c: (get_current_editor):
7744         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7745         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7746         (on_next_occur), (on_incremental_entry_key_press),
7747         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7748         (on_toolbar_find_incremental_start),
7749         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7750         * plugins/search/search-replace.c: (search_start_over),
7751         (search_update_combos), (replace_update_combos),
7752         (anjuta_search_replace_activate):
7753         * plugins/search/search-replace_backend.c: (create_search_entries):
7754         * plugins/sourceview/sourceview.c: (idocument_cut),
7755         (idocument_copy), (idocument_paste), (idocument_clear),
7756         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7757         * plugins/tools/editor.c: (on_editor_response):
7758         * plugins/tools/execute.c: (get_current_editor),
7759         (atp_output_context_initialize), (atp_user_tool_execute):
7760         * plugins/tools/variable.c: (get_current_editor),
7761         (atp_variable_get_editor_variable):
7762         
7763         Some more IAnjutaEditor => IAnjutaDocument fixing!
7764         
7765         * plugins/glade/anjuta-glade-notebook.h:
7766         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7767         (glade_update_ui):
7768         * plugins/glade/plugin.h:
7769         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7770         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7771         be used for glade, too. It might still have some rough edges but already works.
7772         (Fixes #415547 – Glade usability problem)
7774 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7776         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7777           development release (I updated version of glade3 svn to 3.3.2).
7779 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7781         * plugins/symbol-browser/an_symbol_view.c:
7782         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7784 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7786         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7787         (on_system_tags_update_finished), (on_update_global_clicked),
7788         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7789         (symbol_browser_prefs_init),
7790         (symbol_browser_prefs_create_global_tags),
7791         (symbol_browser_load_global_tags):
7792         * plugins/symbol-browser/an_symbol_prefs.h:
7793         * plugins/symbol-browser/an_symbol_view.c:
7794         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7795         * plugins/symbol-browser/an_symbol_view.h:
7796         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7797         on global tags update because of delayed prefs merging. Happens when
7798         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7799         is opened.
7801 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7803         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7804         after install/uninstall.
7806         Patch from James Liggett:
7807         * scripts/glade2schemas.pl: Fixed creating schemas for list
7808         values.
7810 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7812         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7813           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7814           development release since glade svn version is also 3.3.1. In future, the
7815           solution would be for us to always increment the micro version when
7816           changing the API.
7818 2007-07-05  Johannes Schmid <jhs@gnome.org>
7820         * libanjuta/interfaces/libanjuta.idl:
7821         * plugins/build-basic-autotools/build-basic-autotools.c:
7822         (on_build_mesg_format):
7823         * plugins/debug-manager/breakpoints.c:
7824         (breakpoint_item_update_in_ui),
7825         (breakpoints_dbase_edit_breakpoint),
7826         (on_toggle_breakpoint_activate):
7827         * plugins/debug-manager/plugin.c:
7828         (on_run_to_cursor_action_activate):
7829         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7830         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7831         (get_current_editor), (on_save_activate), (on_save_as_activate),
7832         (on_save_prompt_save_editor), (on_close_file_activate),
7833         (on_close_all_file_activate), (on_reload_file_activate),
7834         (anjuta_print_cb), (anjuta_print_preview_cb),
7835         (on_editor_command_upper_case_activate),
7836         (on_editor_command_lower_case_activate),
7837         (on_editor_command_undo_activate),
7838         (on_editor_command_redo_activate),
7839         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7840         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7841         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7842         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7843         (on_zoom_out_text_activate), (on_force_hilite_activate),
7844         (on_indent1_activate), (on_swap_activate),
7845         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7846         * plugins/document-manager/anjuta-docman.c:
7847         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7848         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7849         (anjuta_docman_dispose), (on_notebook_switch_page),
7850         (anjuta_docman_page_from_widget), (on_editor_destroy),
7851         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7852         (anjuta_docman_get_current_document),
7853         (anjuta_docman_set_current_document),
7854         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7855         (anjuta_docman_update_page_label),
7856         (anjuta_docman_get_document_from_path),
7857         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7858         (anjuta_docman_order_tabs):
7859         * plugins/document-manager/anjuta-docman.h:
7860         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7861         (update_editor_ui_interface_items), (update_editor_ui),
7862         (on_editor_update_save_ui), (on_editor_update_ui),
7863         (on_editor_changed), (on_save_prompt_save_editor),
7864         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7865         (ianjuta_docman_get_current_document),
7866         (ianjuta_docman_set_current_document),
7867         (ianjuta_docman_remove_buffer),
7868         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7869         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7870         (idocument_get_filename), (idocument_can_undo),
7871         (idocument_can_redo), (idocument_undo),
7872         (idocument_begin_undo_action), (idocument_end_undo_action),
7873         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7874         * plugins/language-support-cpp-java/plugin.c:
7875         (on_editor_char_inserted_cpp), (on_auto_indent):
7876         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7877         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7878         * plugins/sample1/plugin.c: (on_sample_action_activate):
7879         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7880         (on_next_occur), (on_incremental_entry_key_press),
7881         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7882         (on_toolbar_find_incremental_start),
7883         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7884         * plugins/search/search-replace.c: (search_and_replace),
7885         (write_message_pane), (search_start_over), (search_update_combos),
7886         (replace_update_combos), (anjuta_search_replace_activate):
7887         * plugins/search/search-replace_backend.c:
7888         (file_buffer_new_from_path), (create_search_entries):
7889         * plugins/sourceview/sourceview-print.c: (create_print_job):
7890         * plugins/sourceview/sourceview.c:
7891         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7892         (idocument_can_redo), (idocument_can_undo),
7893         (idocument_begin_undo_action), (idocument_end_undo_action),
7894         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7895         (idocument_get_filename), (idocument_iface_init):
7896         * plugins/tools/editor.c: (on_editor_response):
7897         * plugins/tools/execute.c: (atp_output_context_initialize),
7898         (atp_user_tool_execute):
7899         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7900         
7901         Create IAnjutaDocument interface. This interface is a more general idea
7902         of documents being anything that can be modified, has undo/redo and
7903         may have operations like copy/paste.
7904         The primary goal is to integrate better by making it use the standard file
7905         and edit menu instead of it's own glade menu. Of course the downside is that
7906         you won't be able to view a source file and the designer at the same time. Anyway
7907         so many people have complained that they "can't save a glade file" that I think
7908         this is the much better solution.
7909         Work on the glade plugin is still to come but the most difficult things should be
7910         done now.
7912 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7914         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7915           version 3.0.3.
7917 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7919         * libanjuta/anjuta-plugin-manager.c:
7920         (anjuta_plugin_manager_get_plugins_page),
7921         (anjuta_plugin_manager_get_remembered_plugins_page):
7922         * libanjuta/anjuta-plugin-manager.h:
7923         * src/anjuta-app.c: (anjuta_app_install_preferences):
7924         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7925         and remembered plugins preferences pages in separate pages (avoid
7926         crowd).
7928 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7930         Patch from James Liggett  <jrliggett@cox.net>:
7931         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7932         Installed editor preferences schemas. Fixes bug #453463.
7934 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7936         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7937         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7939 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7941         * plugins/document-manager/anjuta-document-manager.ui:
7942         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7943         * src/action-callbacks.c:
7944         * src/action-callbacks.h:
7945         * src/anjuta-actions.h:
7946         * src/anjuta-app.c: (anjuta_app_instance_init),
7947         (anjuta_app_install_preferences):
7948         * src/anjuta.glade:
7949         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7950         General preferences page. Move preferences menu from Settings to
7951         Edit submenu. And got rid of Settings submenu.
7953 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7955         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7956         
7957 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7959         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7960         as discussed and agreed with James Liggett.
7962         Patch from James Liggett  <jrliggett@cox.net>:
7964         * configure.in:
7965         * libanjuta/anjuta-plugin-manager.c:
7966         (on_activated_plugin_objects_foreach),
7967         (anjuta_plugin_manager_get_active_plugin_objects):
7968         * libanjuta/anjuta-plugin-manager.h:
7969         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7970         (anjuta_plugin_deactivate):
7971         * libanjuta/anjuta-preferences-dialog.c:
7972         (anjuta_preferences_dialog_finalize),
7973         (anjuta_preferences_dialog_class_init), (add_category_columns),
7974         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7975         (anjuta_preferences_dialog_remove_page):
7976         * libanjuta/anjuta-preferences.c: (property_destroy),
7977         (unregister_preferences_key), (register_callbacks),
7978         (preferences_foreach_callback), (connect_prop_to_object),
7979         (anjuta_preferences_register_property_raw),
7980         (anjuta_preferences_register_property_custom),
7981         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7982         (anjuta_preferences_remove_page),
7983         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7984         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7985         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7986         (anjuta_preferences_class_init), (anjuta_preferences_new):
7987         * libanjuta/anjuta-preferences.h:
7988         * plugins/build-basic-autotools/Makefile.am:
7989         * plugins/build-basic-autotools/build-basic-autotools.c:
7990         (ipreferences_unmerge):
7991         * plugins/cvs-plugin/Makefile.am:
7992         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7993         * plugins/document-manager/Makefile.am:
7994         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7995         * plugins/editor/plugin.c: (ipreferences_unmerge):
7996         * plugins/file-manager/Makefile.am:
7997         * plugins/file-manager/plugin.c: (activate_plugin),
7998         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7999         * plugins/gtodo/plugin.c: (ipreferences_merge),
8000         (ipreferences_unmerge):
8001         * plugins/language-support-cpp-java/Makefile.am:
8002         * plugins/language-support-cpp-java/plugin.c:
8003         (ipreferences_unmerge):
8004         * plugins/message-view/Makefile.am:
8005         * plugins/message-view/plugin.c: (ipreferences_unmerge):
8006         * plugins/sourceview/Makefile.am:
8007         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
8008         * plugins/symbol-browser/Makefile.am:
8009         * plugins/symbol-browser/an_symbol_prefs.c:
8010         (symbol_browser_prefs_finalize):
8011         * plugins/terminal/Makefile.am:
8012         * plugins/terminal/terminal.c: (ipreferences_unmerge):
8013         * plugins/valgrind/plugin.c: (ipreferences_merge),
8014         (ipreferences_unmerge):
8015         * scripts/Makefile.am:
8016         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
8017         * src/Makefile.am:
8018         * src/action-callbacks.c: (on_set_preferences1_activate):
8019         * src/anjuta-app.c: (anjuta_app_instance_init),
8020         (anjuta_app_install_preferences):
8021         * src/anjuta-app.h:
8022         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
8023         task: Bug #445314: On demand preferences widgets creation. Thanks
8024         James for this great work.
8026 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
8028         * plugins/debug-manager/data_buffer.c,
8029         plugins/message-view/message-view.c: Fixed compiler warnings.
8031 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
8033         * src/action-callbacks.c: (help_activate),
8034         (on_help_manual_activate), (on_help_tutorial_activate),
8035         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
8037         Fixed help activation (bug #451557).
8039 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
8041         * AUTHORS: Added James Liggett. Forgot to add him before :(
8043 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
8045         * plugins/debug-manager/debugger.c,
8046         plugins/debug-manager/plugin.c,
8047         plugins/gdb/debugger.c,
8048         libanjuta/interfaces/libanjuta.idl:
8049         Add a GError* parameter to debugger-stopped signal
8051         * (added) libanjuta/anjuta-error.c,
8052         (added) libanjuta/anjuta-error.h,
8053         libanjuta/Makefile.am:
8054         Register GError as a boxed type
8056         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8057         Support GError* in signal, GError must be registered as a boxed type
8058         Accept NULL as strings
8060 === anjuta 2.2.0 ===
8062 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
8064         * configure.in: Bumped version to 2.2.0
8065         * NEWS: Updated for 2.2.0 stable release.
8066         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
8067         Reduce the idle priority to make the UI update before anything else.
8069 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
8071         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
8073         * libanjuta/interfaces/libanjuta.idl:
8074         * plugins/document-manager/action-callbacks.c:
8075         (on_editor_command_complete_word_activate):
8076         * plugins/document-manager/plugin.c:
8077         (update_editor_ui_interface_items):
8078         * plugins/editor/text_editor.c: (iautocomplete_activate),
8079         (iautocomplete_iface_init):
8080         * plugins/sourceview/sourceview.c: (iassist_iface_init):
8082         Moved autocomplete() method away from IAnjutaEditorAssist into
8083         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
8084         autocomplete and does not crash with sourceview. Fixes Bug #449620
8085         – The auto completion functionality not work. Also sets menuitem 
8086         insensitive when hiding them.
8088         * plugins/debug-manager/disassemble.c:
8089         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
8090         printf types.
8092 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
8094         * pixmaps/anjuta_splash.png: Updated.
8095         
8096         * plugins/search/search-replace.c
8097         (anjuta_search_replace_activate): Fixed "Find in Files" to select
8098         the right target (project).
8099         * ChangeLog: Added missing log.
8101 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
8103         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
8104         manuals/anjuta-manual/C/fileoperations.xml,
8105         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
8107         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
8109         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
8111 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
8113         * TODO.tasks: Added bounty for on-demand preferences.
8115         Patch from Thierry Moisan:
8116         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
8117         (bug #88824).
8119 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8121         Patch from tpgww@onepost.net:
8123         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
8124         * libegg/test-actions.c:
8125         * libegg/test-multi-drag.c: (main):
8126         * plugins/debug-manager/memory.c: (read_memory_block):
8127         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
8129         Fixes compile warnings. Fixes bug #427101.
8131 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8133         Patch from James Liggett:
8135         * plugins/profiler/gprof-options.c: (on_option_changed),
8136         (setup_widgets):
8137         * plugins/profiler/gprof-options.h:
8138         * plugins/profiler/gprof-profile-data.c:
8139         (gprof_profile_data_init_profile):
8140         * plugins/profiler/gprof-profile-data.h:
8141         * plugins/profiler/plugin.c: (profiler_get_data),
8142         (profiler_set_target), (register_options),
8143         (on_profile_data_browse_button_clicked),
8144         (on_profiling_options_button_clicked), (on_profiler_delete_data):
8145         * plugins/profiler/profiler.glade: implements independent targets.
8146         implements the ability to select arbitrary gmon.out files.
8147         Fixes bug #403502 – User should also be allowed to select an
8148         independent executable target.
8150 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8152         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
8154         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
8155         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
8157 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
8159         * plugins/debug-manager/plugin.c,
8160         plugins/debug-manager/breakpoints.c:
8161         Remove weak pointers when owner is destroyed
8162         Remove all breakpoints before loading new one
8164 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
8166         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
8167          
8168 2007-06-19  Naba Kumar  <naba@gnome.org>
8170         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
8171         Bug #448491 Empty Lines Problem.
8173         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
8174         
8175         * data/default.profile, plugins/message-view/plugin.c: Do not
8176         restore session for messages.
8177         Fixes bug #377461 – don't create new message window for each
8178         build/find.
8180         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
8181         Fixes a crash on exit/project-close if profiler plugin is loaded.
8183 2007-06-17  Naba Kumar  <naba@gnome.org>
8185         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
8186         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
8188         * plugins/file-loader/plugin.c: Fail on opening non existent files.
8189         Bug #448034 – Anjuta crashes on starting (when the last project
8190         directory was deleted).
8192         * plugins/document-manager/plugin.c: Set line markers for files
8193         opened via IAnjutaFile::open(). Fixes missing line markers while
8194         navigating symbols.
8196 2007-06-17  Naba Kumar  <naba@gnome.org>
8198         * plugins/sourceview/sourceview.glade: Set correct font
8199         default value and use monospace instead of sans. Fixes
8200         bug #448408 – crash in Anjuta IDE: Trying to change the
8201         editor
8203 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8205         * plugins/search/search-replace.c,
8206         plugins/search/search-replace.h,
8207         plugins/search/anjuta-search.glade:
8208         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
8209         Fixes bug #355166
8211 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8213         * plugins/debug-manager/plugin.c,
8214         plugins/debug-manager/breakpoints.c:
8215         Add weak references, fixes bug #448053 ?
8217 2007-06-16  Naba Kumar  <naba@gnome.org>
8219         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
8220         dialog to allow forgetting them if user chooses to select a different
8221         one.
8223 2007-06-13  Naba Kumar  <naba@gnome.org>
8225         * plugins/sourceview/sourceview-prefs.c: Initialize font
8226         on startup correctly if use_theme is set.
8228         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
8229         if available for default font. Fixes bug #447304.
8231         * plugins/sourceview/sourceview-prefs.c: Return value based
8232         on right data type. Fixes Bug #438878 – Using gtksourceview editor
8233         for the first time has black background
8234         
8235         * plugins/project-manager/plugin.c: Give a better error message
8236         when project could not be loaded.
8238         * libanjuta/anjuta-serializer.c: Added a comment.
8240 2007-06-13  Johannes Schmid <jhs@gnome.org>
8242         * configure.in:
8243         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8244         most warnings to avoid simple coding problems.
8245         
8246         * plugins/message-view/anjuta-msgman.c:
8247         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8248         * plugins/message-view/plugin.c: (on_view_changed),
8249         (ianjuta_msgman_add_view):
8250         
8251         Fixed #440866 by always presenting the message-manager when a tab is
8252         added because Gtk+ seems to have problems to add tabs to hidden widgets.
8253         
8254         * plugins/subversion/subversion-callbacks.c:
8255         (on_subversion_commit_response):
8256         Destroy dialog if user clicks "No"
8258 2007-06-12  Naba Kumar  <naba@gnome.org>
8260         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8261         read and use of uninitialized variable.
8263         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8264         because it is used in credits listing and packaging could compress
8265         it in docdir. Fixes bug #397881: The credits are empty
8267         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8268         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8269         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8270         plugins/symbol-browser/an_symbol_info.c,
8271         plugins/symbol-browser/plugin.c,
8272         plugins/symbol-browser/an_symbol_view.c,
8273         plugins/editor/aneditor-autocomplete.cxx:
8275         - Do not access TMTag
8276         member in TMSymbol when freeing it because by then the tags
8277         could have changed. Avoids dangerous memory corruptions by freeing
8278         someone else's memory (Could explain those random crashes when
8279         refreshing symbols or re-loading a different project or closing
8280         a project). Anything that tries to refresh symbols could trigger
8281         this corruptions.
8282         - Added a flag to also retrieve method definitions as part of
8283         the class's scope members. And used it to set both function prototype
8284         and definition in symbols. Fixes navigation to prototype and
8285         function definitions from symbol browser (bug #440370)
8287         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8288         memory. Could fix those bogus 'file changed' dialogs.
8290         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8292 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8294         * (added) libanjuta/anjuta-utils-priv.h,
8295         libanjuta/anjuta-utils.h,
8296         libanjuta/anjuta-launcher.c,
8297         libanjuta/Makefile.am:
8298         Fix bug #440801: do not use config.h in public include files
8300 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8302         * plugins/project-wizard/templates/mkfile.wiz:
8303         Fix bug #442038: missing project.sh file
8305         * configure.in,
8306         plugins/project-wizard/templates/Makefile.am,
8307         plugins/project-wizard/templates/translatable-strings.h,
8308         (added) plugins/project-wizard/templates/sdl.wiz,
8309         (added) plugins/project-wizard/templates/appwiz_sdl.png,
8310         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8311         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8312         (added) plugins/project-wizard/templates/sdl/Makefile.am,
8313         (added) plugins/project-wizard/templates/sdl/.cvsignore,
8314         (added) plugins/project-wizard/templates/sdl/src/main.c,
8315         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8316         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8317         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8318         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8319         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8320         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8321         Fix bug #315635: add a SDL project wizard
8323 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
8325         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8326         when SIGCHLD is triggered when main loop context is locked. Dead lock
8327         happens when child_exited callback also accesses main loop context.
8328         Happens particularly badly in debug target exiting.
8330 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8332         * manuals/anjuta-manual/C/debugger.xml:
8333         First update of the debugger documentation
8335 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
8337         * manuals/anjuta-manual/C/fileoperations.xml,
8338         manuals/anjuta-manual/C/projects.xml,
8339         manuals/anjuta-manual/C/anjuta-manual.xml,
8340         manuals/anjuta-manual/C/build.xml,
8341         manuals/anjuta-manual/C/execute.xml,
8342         manuals/anjuta-manual/Makefile.am: Updated more documentation.
8343         Added project properties documentation. Moved execution section
8344         inside project management. Removed dead documentation.
8346 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
8348         * src/anjuta.c, plugins/symbol-browser/plugin.c,
8349         plugins/symbol-browser/plugin.h,
8350         plugins/symbol-browser/an_symbol_prefs.c,
8351         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8352         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8353         progress bar instead of separate window for system tags
8354         generation. Renamed AnjutaStatus methods to a proper ones.
8356         * plugins/symbol-browser/plugin.c,
8357         plugins/symbol-browser/plugin.h,
8358         plugins/symbol-browser/an_symbol_prefs.c,
8359         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8360         global-tags/create_global_tags.sh.in: Get rid of message window
8361         for showing global tags creation and use a small window with
8362         progress bar.
8364 2007-05-30  Naba Kumar  <naba@gnome.org>
8366         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8367         Bug 442315 – After calling configure, the build menus are still insensitive,
8368         Bug 442314 – Autogeneration fails when there is no autogen.sh
8370         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8371         fails to remove target/source/group. Fixes bug #440196 – crash in
8372         Anjuta IDE: removing a target
8374 2007-05-29  Naba Kumar  <naba@gnome.org>
8376         * plugins/symbol-browser/an_symbol_view.c,
8377         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8378         tags generation. Fixed runtime warning.
8380 2007-05-28  Naba Kumar  <naba@gnome.org>
8382         Patch from James Liggett  <jrliggett@cox.net>:
8383         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8384         Fixed bug #403502 – User should also be allowed to select an
8385         independent executable target.
8387 2007-05-27  Johannes Schmid <jhs@gnome.org>
8389         * plugins/build-basic-autotools/build-basic-autotools.c:
8390         (get_real_directory), (on_build_mesg_format):
8391         
8392         Find correct files for error messages inside scratchbox
8394 2007-05-27  Naba Kumar  <naba@gnome.org>
8396         * manuals/anjuta-manual/C/projects.xml,
8397         manuals/anjuta-manual/C/projects.xml: Updated project
8398         management chapter more.
8400 2007-05-25  Johannes Schmid <jhs@gnome.org>
8402         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8403         * plugins/build-basic-autotools/build-basic-autotools.c:
8404         (on_sb_check_toggled), (build_execute_command),
8405         (ipreferences_merge), (ipreferences_unmerge):
8406         Added support for building inside scratchbox environment
8407         
8408         Patch from James Liggett <jrliggett@cox.net>:
8409         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8410         (anjuta_msgman_append_view):
8412         Fix 440866 
8413           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8415 2007-05-23  Naba Kumar  <naba@gnome.org>
8417         * manuals/anjuta-manual/C/projects.xml: Updated project
8418         management chapter.
8420 2007-05-22  Naba Kumar  <naba@gnome.org>
8422         * manuals/anjuta-manual/C/projects.xml: More updates.
8424         * manuals/anjuta-manual/C/introduction.xml,
8425         manuals/anjuta-manual/C/projects.xml,
8426         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8428 2007-05-22  Naba Kumar  <naba@gnome.org>
8430         Patch from Étienne Bersac:
8431         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8432         class in generated class.
8434 2007-05-22  Naba Kumar  <naba@gnome.org>
8436         * plugins/profiler/plugin.c: Fixed a compiler warning.
8437         * plugins/valgrind/Makefile.am: Added ldflags.
8439         Patch from James Liggett:
8440         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8441         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8442         specific options.
8444 2007-05-18  Johannes Schmid <jhs@gnome.org>
8446         * plugins/editor/text_editor.c:
8447         * plugins/language-support-cpp-java/plugin.c:
8448         (on_editor_language_changed), (on_value_added_current_editor),
8449         (on_value_removed_current_editor):
8450         
8451         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8452         Fix assist support in language-support-plugin.
8454 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8456         * libanjuta/interfaces/libanjuta.idl:
8457         Add a new interface allowing to implement plugin able
8458         to load other plugins (not written in C)
8460         * libanjuta/anjuta-plugin-handle.c,
8461         libanjuta/anjuta-plugin-handle.h:
8462         Add a language and a resident plugin properties
8464         * libanjuta/anjuta-glue-plugin.c,
8465         libanjuta/anjuta-glue-plugin.h,
8466         (added)libanjuta/anjuta-glue-c.c,
8467         (added)libanjuta/anjuta-glue-c.h,
8468         libanjuta/Makefile.am:
8469         Split code used to load a C plugin into a common part
8470         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8472         * libanjuta/anjuta-glue-factory.c,
8473         libanjuta/anjuta-glue-factory.h,
8474         libanjuta/anjuta-plugin-manager.c:
8475         Allow to load plugin not written in C and search for the
8476         additional needed code in another plugin
8478 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8480         * plugins/editor/text_editor.c:
8481         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8482         avoiding a crash if scintilla is used
8484 2007-05-14  Johannes Schmid <jhs@gnome.org>
8486         * libanjuta/interfaces/libanjuta.idl:
8487         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8488         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8489         (on_assist_chosen), (on_assist_update), (get_context),
8490         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8491         (install_assist), (uninstall_assist), (install_support),
8492         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8493         (cpp_java_plugin_instance_init):
8494         * plugins/language-support-cpp-java/plugin.h:
8495         Use IAnjutaEditorAssist to show language specific suggestions
8496         
8497         * plugins/sourceview/Makefile.am:
8498         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8499         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8500         * plugins/sourceview/anjuta-view.h:
8501         * plugins/sourceview/assist-window.c: (assist_window_expose),
8502         (assist_window_set_property), (assist_window_get_property),
8503         (assist_window_class_init), (assist_activated),
8504         (assist_window_init), (assist_window_finalize),
8505         (assist_window_select), (assist_window_first),
8506         (assist_window_last), (assist_window_up), (assist_window_down),
8507         (get_coordinates), (assist_window_move), (assist_window_update),
8508         (assist_window_filter_keypress), (assist_window_is_active),
8509         (assist_window_new), (assist_window_get_trigger),
8510         (assist_window_get_position):
8511         * plugins/sourceview/assist-window.h:
8512         * plugins/sourceview/sourceview-args.c (removed):
8513         * plugins/sourceview/sourceview-args.h (removed):
8514         * plugins/sourceview/sourceview-autocomplete.c (removed):
8515         * plugins/sourceview/sourceview-autocomplete.h (removed):
8516         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8517         * plugins/sourceview/sourceview-private.h:
8518         * plugins/sourceview/sourceview-scope.c(removed):
8519         * plugins/sourceview/sourceview-scope.h(removed):
8520         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8521         (on_assist_cancel), (on_document_char_added),
8522         (on_reload_dialog_response), (sourceview_class_init),
8523         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8524         (iassist_remove_trigger), (iassist_autocomplete),
8525         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8526         (iassist_react), (iassist_iface_init):
8527         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8528         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8529         
8530         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8531         - Mark files dirty if reload dialog is canceled.
8533 2007-05-12  Naba Kumar  <naba@gnome.org>
8535         * libanjuta/anjuta-launcher.h: Corrected include file.
8537 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8539         * libanjuta/anjuta-glue-plugin.c,
8540         libanjuta/anjuta-glue-plugin.h,
8541         libanjuta/anjuta-glue-factory.c,
8542         libanjuta/anjuta-glue-factory.h,
8543         ibanjuta/anjuta-plugin-manager.c:
8544         Move code used to load a C plugin from glue-factory to glue-plugin
8545         So loading a plugin written in another language could be done by
8546         just using another object derived from AnjutaGluePlugin
8548         * libanjuta/libanjuta.h:
8549         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8550         includes
8552 === anjuta 2.1.3 ===
8554 2007-05-11  Naba Kumar  <naba@gnome.org>
8556         * configure.in: Bumped version to 2.1.3
8557         * NEWS: Updated.
8558         * AUTHORS: Updated.
8559         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8561 2007-05-11  Naba Kumar  <naba@gnome.org>
8563         * configure.in:
8564         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8565         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8566         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8568 2007-05-10  Johannes Schmid <jhs@gnome.org>
8570         * plugins/search/plugin.c:
8571         Make incremental search behave less annoying
8572         
8573 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8575         * plugins/macro/macro-util.c:
8576         Fix bug #419008 and bug #419036
8577         When creating new header file, use name and email set in
8578         preferences and replace invalid C character by underscore
8579         in guards
8581 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8583         * plugins/search/search-replace.c,
8584         plugins/search/search-replace_backend.c:
8585         Disable search button if search expression is empty (bug #378193)
8587 2007-05-08  Naba Kumar  <naba@gnome.org>
8589         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8590         build error.
8592 2007-05-07  Naba Kumar  <naba@gnome.org>
8594         * configure.in:
8595         * plugins/project-wizard/templates/Makefile.am:
8596         * plugins/project-wizard/templates/minimal.wiz:
8597         * plugins/project-wizard/templates/minimal/.cvsignore:
8598         * plugins/project-wizard/templates/minimal/Makefile.am:
8599         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8600         * plugins/project-wizard/templates/minimal/autogen.sh:
8601         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8602         * plugins/project-wizard/templates/minimal/project.anjuta:
8603         Added 'minimal', a generic and flat, project template.
8604         
8605 2007-05-05  Naba Kumar  <naba@gnome.org>
8607         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8609         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8610         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8611         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8612         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8613         instead of a real one, fixes interdependency with libanjuta.
8614         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8615         * libanjuta/Makefile.am: 
8616         * libegg/Makefile.am:
8617         * plugins/build-basic-autotools/Makefile.am:
8618         * plugins/class-gen/Makefile.am:
8619         * plugins/class-inheritance/Makefile.am:
8620         * plugins/cvs-plugin/Makefile.am:
8621         * plugins/debug-manager/Makefile.am:
8622         * plugins/devhelp/Makefile.am:
8623         * plugins/document-manager/Makefile.am:
8624         * plugins/editor/Makefile.am:
8625         * plugins/file-loader/Makefile.am:
8626         * plugins/file-manager/Makefile.am:
8627         * plugins/file-wizard/Makefile.am:
8628         * plugins/gdb/Makefile.am:
8629         * plugins/glade/Makefile.am:
8630         * plugins/gtodo/Makefile.am:
8631         * plugins/language-support-cpp-java/Makefile.am:
8632         * plugins/macro/Makefile.am:
8633         * plugins/message-view/Makefile.am:
8634         * plugins/patch/Makefile.am:
8635         * plugins/profiler/Makefile.am:
8636         * plugins/project-import/Makefile.am:
8637         * plugins/project-manager/Makefile.am:
8638         * plugins/project-wizard/Makefile.am:
8639         * plugins/sample1/Makefile.am:
8640         * plugins/search/Makefile.am:
8641         * plugins/sourceview/Makefile.am:
8642         * plugins/subversion/Makefile.am:
8643         * plugins/symbol-browser/Makefile.am:
8644         * plugins/terminal/Makefile.am:
8645         * plugins/tools/Makefile.am:
8646         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8648 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8650         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8652 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8654         * libanjuta/anjuta-launcher.c,
8655         libanjuta/anjuta-launcher.h:
8656         Add some missing implementation
8658 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8660         Reviewed by Naba Kumar  <naba@gnome.org>:
8661         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8662         for uninstall-hook.
8664 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8666         Reviewed by Naba Kumar  <naba@gnome.org>:
8667         * plugins/editor/text_editor.c: Large memory addresses were being
8668         truncated, switched to glong (bug #422143).
8670 2007-04-24  Naba Kumar  <naba@gnome.org>
8672         * plugins/document-manager/plugin.c: (prefs_finalize):
8673         * plugins/editor/aneditor-autocomplete.cxx:
8674         * plugins/editor/text_editor_menu.c:
8675         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8676         * plugins/file-loader/plugin.c: (open_file_with),
8677         (create_open_with_submenu):
8678         * plugins/file-manager/plugin.c: (prefs_finalize):
8679         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8680         pointer type castings.
8682 2007-04-24  Naba Kumar  <naba@gnome.org>
8684         Patch from s|s  <supreet.sethi@gmail.com>:
8685         * (added) plugins/project-wizard/templates/django-logo.png:
8686         * (added) plugins/project-wizard/templates/django.wiz:
8687         * plugins/project-wizard/templates/Makefile.am:
8688         * plugins/project-wizard/templates/translatable-strings.h: Added
8689         django project template. http://www.djangoproject.com/
8691 2007-04-24  Naba Kumar  <naba@gnome.org>
8693         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8694         the log entry widget and made the dialog little larger.
8696 2007-04-24  Naba Kumar  <naba@gnome.org>
8698         Patch from Halton Huo:
8699         * configure.in:
8700         * plugins/project-wizard/property.c:
8701         * plugins/subversion/svn-auth.c:
8702         * plugins/subversion/svn-backend-priv.h:
8703         * plugins/subversion/svn-backend.c:
8704         * plugins/subversion/svn-backend.h:
8705         * plugins/subversion/svn-notify.h: Proper use of subversion
8706         headers. Fixes build issues in solaris (bug #426701).
8708 2007-04-24  Naba Kumar  <naba@gnome.org>
8710         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8711         
8712         * plugins/project-wizard/templates/cpp.wiz:
8713         * plugins/project-wizard/templates/gcj.wiz:
8714         * plugins/project-wizard/templates/gnome.wiz:
8715         * plugins/project-wizard/templates/gtk.wiz:
8716         * plugins/project-wizard/templates/gtkmm.wiz:
8717         * plugins/project-wizard/templates/java.wiz:
8718         * plugins/project-wizard/templates/python.wiz:
8719         * plugins/project-wizard/templates/terminal.wiz:
8720         * plugins/project-wizard/templates/wxwin.wiz:
8721         * plugins/project-wizard/templates/xlib-dock.wiz:
8722         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8723         project option and set it ON by default (since gnome-build, can't
8724         enabled configure shared lib support later when a sharedlib target
8725         is added).
8727 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8729         * plugins/debug-manager/stack_trace.c:
8730         Fix a missing case in the previous changes
8732 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8734         * plugins/debug-manager/plugin.c:
8735         Fix bug #430401
8737         * plugins/debug-manager/breakpoints.c,
8738         plugins/gdb/plugin.c:
8739         Fix adding breakpoint on a function
8741         * plugins/debug-manager/stack_trace.c:
8742         Highlight changed stack frame
8744 2007-04-18  Naba Kumar  <naba@gnome.org>
8746         * plugins/document-manager/anjuta-docman.c:
8747         (anjuta_docman_dispose), (on_editor_destroy),
8748         (anjuta_docman_remove_editor): Remove the editor widget from
8749         the parent container before calling destroy, otherwise container
8750         removal happens after TextEditor is disposed resulting in call
8751         to value-remove for a TextEditor which is half-dead (crash).
8753 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8755         * plugins/debug-manager/data_buffer.c
8756         plugins/debug-manager/data_view.c,
8757         plugins/debug-manager/memory.c:
8758         Fixes for bug #418523, bug #427090 and bug #428174
8760 2007-04-11 Halton Huo <halton.huo@sun.com>
8762         reviewed by: <jhs@gnome.org>
8764         * configure.in:
8765         * libanjuta/Makefile.am:
8766         * libanjuta/anjuta-utils.c:
8767         * libanjuta/anjuta-utils.h:
8768         * manuals/reference/libanjuta/Makefile.am:
8769         
8770         Fixed compilation on sun by deploying the libutil methods
8771         in anjuta-utils.h and building them on condition.
8773 2007-04-11  Johannes Schmid <jhs@gnome.org>
8775         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8776         (anjuta_docman_add_editor):
8777         Hold a reference on the editor as long as we use it.
8778         
8779         * plugins/document-manager/plugin.c: (on_editor_changed):
8780         Destroy GValue to fix a memoery leak.
8782 2007-04-11  Johannes Schmid <jhs@gnome.org>
8784         * plugins/document-manager/plugin.c: (on_editor_changed):
8785         Fixed reference counting for editor by using g_value_take_object instead
8786         of g_value_set_object. The editors are now correctly finalized and thus
8787         we do not lack so much memory anymore.
8788         
8789         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8790         (anjuta_view_finalize), (anjuta_view_focus_out),
8791         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8792         * plugins/sourceview/anjuta-view.h:
8793         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8794         * plugins/sourceview/sourceview-prefs.c:
8795         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8796         * plugins/sourceview/sourceview-prefs.h:
8797         * plugins/sourceview/sourceview-private.h:
8798         * plugins/sourceview/sourceview.c: (on_document_loaded),
8799         (timeout_unref), (on_document_saved), (sourceview_finalize),
8800         (sourceview_new), (ifile_open), (ifile_savable_save),
8801         (ifile_savable_save_as):
8803         Several changes to fix things when the editor is correctly destroyed.
8804         Fixed preferences (which led me to the refcounting issue, #409412)
8805         and removed deprecated completition code that will be replace by
8806         IAnjutaAssist interface soon. 
8808 2007-04-11  Johannes Schmid <jhs@gnome.org>
8810         * libanjuta/anjuta-launcher.c:
8811         (anjuta_launcher_execution_done_cleanup),
8812         (anjuta_launcher_child_terminated):
8813         Possible fix for #428363 and added a g_return_if_fail
8815         * plugins/message-view/plugin.c: (activate_plugin):
8816         Fixed a Gtk/Gdl-Critical
8817         
8818         Patches from Étienne Bersac <bersace03@laposte.net>
8819         * plugins/class-gen/templates/go-source.tpl:
8820         * plugins/macro/macros.xml:
8821         Use better template for GObjects (#417875 and #417918)
8822         
8823         Patches from Halton Huo <halton.huo@sun.com>
8824         * libanjuta/anjuta-launcher.h:
8825         * libanjuta/anjuta-preferences.c:
8826         * libanjuta/anjuta-utils.c:
8827         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8828         (cg_window_set_add_to_repository):
8829         * plugins/class-inheritance/class-inherit.c:
8830         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8832 2007-04-09  Johannes Schmid <jhs@gnome.org>
8834         * plugins/editor/print.c: (anjuta_print_show_header):
8835         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8836         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8838   Some string changes (#427395 and #427399)
8840 2007-04-06  Johannes Schmid <jhs@gnome.org>
8842         * plugins/build-basic-autotools/build-basic-autotools.c:
8843         (on_build_mesg_format), (on_build_mesg_parse):
8844         Fixed full path detection
8846 2007-04-05  Naba Kumar  <naba@gnome.org>
8848         Patch from Halton Huo:
8849         * libanjuta/Makefile.am:
8850         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8851         * libanjuta/anjuta-glue-cpp.h:
8852         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8853         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8854         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8855         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8856         (load_plugin), (anjuta_glue_factory_get_object_type):
8857         * libanjuta/anjuta-glue-factory.h:
8858         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8859         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8860         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8861         (anjuta_glue_plugin_new):
8862         * libanjuta/anjuta-glue-plugin.h:
8863         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8864         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8865         * libanjuta/anjuta-plugin.h:
8866         * libanjuta/glue-cpp.c:
8867         * libanjuta/glue-cpp.h:
8868         * libanjuta/glue-factory.c:
8869         * libanjuta/glue-factory.h:
8870         * libanjuta/glue-plugin.c:
8871         * libanjuta/glue-plugin.h:
8872         * plugins/build-basic-autotools/build-basic-autotools.h:
8873         * plugins/class-gen/plugin.h:
8874         * plugins/class-inheritance/plugin.h:
8875         * plugins/cvs-plugin/plugin.h:
8876         * plugins/debug-manager/plugin.h:
8877         * plugins/devhelp/plugin.h:
8878         * plugins/document-manager/plugin.h:
8879         * plugins/editor/plugin.h:
8880         * plugins/file-loader/plugin.h:
8881         * plugins/file-manager/plugin.h:
8882         * plugins/file-wizard/plugin.h:
8883         * plugins/gdb/plugin.h:
8884         * plugins/glade/plugin.h:
8885         * plugins/gtodo/plugin.h:
8886         * plugins/language-support-cpp-java/plugin.h:
8887         * plugins/macro/plugin.h:
8888         * plugins/message-view/plugin.h:
8889         * plugins/patch/plugin.h:
8890         * plugins/profiler/plugin.h:
8891         * plugins/project-import/plugin.h:
8892         * plugins/project-manager/plugin.h:
8893         * plugins/project-wizard/plugin.h:
8894         * plugins/sample1/plugin.h:
8895         * plugins/search/plugin.h:
8896         * plugins/sourceview/plugin.h:
8897         * plugins/subversion/plugin.h:
8898         * plugins/symbol-browser/plugin.h:
8899         * plugins/terminal/terminal.c:
8900         * plugins/tools/plugin.h:
8901         * plugins/tools/scripts/tools-2.xml.in:
8902         * plugins/valgrind/plugin.h:
8904         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8906 2007-04-05  Naba Kumar  <naba@gnome.org>
8908         * anjuta.spec.in, configure.in: Removed dead codes.
8909         
8910         Patch from Jos Dehaes:
8911         * configure.in, plugins/project-wizard/templates/Makefile.am,
8912         plugins/project-wizard/templates/mkfile.wiz,
8913         plugins/project-wizard/templates/translatable-strings.h: Enabled
8914         makefile-based project creation and import. Fixes bug #355145
8916 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8918         * plugins/debug-manager/debugger.c,
8919         plugins/debug-manager/plugin.c,
8920         plugins/gdb/anjuta-gdb.plugin.in:
8921         Code cleaning (remove unused code, rename this into self)
8922         Add information about supported format in debugger plugin
8923         Activate debugger plugin according to the target format
8925 2007-04-01  Naba Kumar  <naba@gnome.org>
8927         * plugins/message-view/message-view.c:
8928         (message_view_instance_init): Fixed message icons to appear.
8930 2007-03-31  Johannes Schmid <jhs@gnome.org>
8932         * plugins/message-view/anjuta-msgman.c:
8933         (anjuta_msgman_append_view):
8934         * plugins/message-view/plugin.c: (on_view_changed),
8935         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8936         
8937         Fixed #424845
8939 2007-03-31  Johannes Schmid <jhs@gnome.org>
8941         * plugins/message-view/message-view.c:
8942         (message_view_instance_init), (imessage_view_append):
8943         Show nice icons beside the messages for info, warning and error. This is a completly
8944         cosmetic change so if someone dislikes it he is free to remove it.
8946 2007-03-31  Johannes Schmid <jhs@gnome.org>
8947         
8948         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8949         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8950         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8951         * plugins/message-view/anjuta-msgman.h:
8952         * plugins/message-view/message-view.h:
8953         * plugins/message-view/plugin.c: (on_view_changed),
8954         (activate_plugin):
8955         Fixed #359399 and made next/previous insensitive when not availible
8956         
8957         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8958         (tag_style_to_string):
8959         Fixed namespace Problem with gdk >= 2.11
8960         
8961         * plugins/sourceview/sourceview-autocomplete.c:
8962         (sourceview_autocomplete_init):
8963         Removed structure, follow-up of #423682
8965 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8967         * plugins/debug-manager/debug_tree.c,
8968         plugins/debug-manager/debug_tree.h,
8969         plugins/debug-manager/watch.c,
8970         plugins/debug-manager/anjuta-debug-manager.glade:
8971         Inspect variable at cursor
8972         Fix buttons in inspect dialog
8974 2007-03-27  Halton Huo  <halton.huo@sun.com>
8976         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8978         * plugins/sourceview/sourceview-autocomplete.c
8979         plugins/debug-manager/disassemble.c,
8980         libanjuta/interfaces/libanjuta.idl:
8981         Remove array with 0 size and empty structure as it is not
8982         supported by sun cc, Fixes bug #423682
8984         * plugins/debug-manager/debugger.c:
8985         Remove anonymous union as it is not supported by sun cc,
8986         Fixes bug #423680
8988 === anjuta 2.1.2 ===
8990 2007-03-28  Naba Kumar  <naba@gnome.org>
8992         * configure.in: Bumped version to 2.1.2
8993         * NEWS: Updated for release.
8994         
8995         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8996         Improved breakpoint marker icon.
8997         
8998         * plugins/editor/anjuta-editor.plugin.in,
8999         plugins/sourceview/sourceview.plugin.in: Made editor plugins
9000         non user activable since they are now remembered properly.
9002 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
9004         * plugins/tools/editor.c:
9005         Fix bug #423270
9007 2007-03-27  Naba Kumar  <naba@gnome.org>
9009         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
9010         word when autocompleting without leaving any trailing part of
9011         the word.
9013 2007-03-27  Kamil Páral  <ripper42@gmail.com>
9015         Reviewed by Naba Kumar  <naba@gnome.org>:
9016         * anjuta.desktop.in.in: Remove "Application" category from desktop
9017         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
9018         
9019 2007-03-27  Naba Kumar  <naba@gnome.org>
9020         
9021         * configure.in, plugins/document-manager/anjuta-docman.c:
9022         (anjuta_docman_add_editor): Conditionally compile notebook tab
9023         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
9025         Patch from Halton Huo:
9026         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
9027         non gcc compiler flags. Fixes bug #423089.
9028         
9029 2007-03-26  Naba Kumar  <naba@gnome.org>
9030         
9031         * AUTHORS, NEWS, TODO.tasks: Updated.
9032         
9033         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
9034         close menuitem.
9035         
9036         * plugins/symbol-browser/plugin.c: (on_editor_saved),
9037         (update_editor_symbol_model), (iter_matches),
9038         (on_editor_update_ui), (value_added_current_editor),
9039         (activate_plugin), (dispose),
9040         (symbol_browser_plugin_instance_init):
9041         * plugins/symbol-browser/plugin.h: update line on editor save
9042         and editor change. Code clean up and fixed warnings.
9044 2007-03-26  Naba Kumar  <naba@gnome.org>
9046         * plugins/project-wizard/templates/java/project.anjuta,
9047         plugins/project-wizard/templates/python/project.anjuta,
9048         plugins/project-wizard/templates/python/project.anjuta:
9049         Removed version control plugins from default selection.
9051         * plugins/tools/scripts/prepare-changelog.pl,
9052         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
9053         script to a better one (that works on both cvs and svn).
9055 2007-03-26  Naba Kumar  <naba@gnome.org>
9057         * (added) plugins/project-wizard/templates/translatable-strings.pl,
9058         Makefile.am: Added the generated translatable file (required for
9059         translations for svn checkouts).
9061         * (added)
9062         plugins/project-wizard/templates/extract-translatable-strings.pl
9063         plugins/project-wizard/templates/Makefile.am, Makefile.am,
9064         po/POTFILES.in: Generated translatable strings for .wiz files and
9065         added them in POTFILES.in for translation. Fixes bug #398035
9067 2007-03-25  Naba Kumar  <naba@gnome.org>
9069         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
9070         
9071         * src/anjuta-app.c: Removed dead codes.
9072         
9073         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
9074         global tags generation starts.
9075         
9076         * plugins/debug-manager/chunk_view.c,
9077         plugins/debug-manager/start.h,
9078         plugins/debug-manager/chunk_view.h,
9079         plugins/debug-manager/utilities.c,
9080         plugins/debug-manager/utilities.h,
9081         plugins/debug-manager/debugger.c,
9082         plugins/debug-manager/threads.c,
9083         plugins/debug-manager/disassemble.c,
9084         plugins/debug-manager/info.c,
9085         plugins/debug-manager/sharedlib.c,
9086         plugins/debug-manager/threads.h,
9087         plugins/debug-manager/disassemble.h,
9088         plugins/debug-manager/signals.c,
9089         plugins/debug-manager/info.h,
9090         plugins/debug-manager/sharedlib.h,
9091         plugins/debug-manager/data_buffer.c,
9092         plugins/debug-manager/data_view.c,
9093         plugins/debug-manager/signals.h,
9094         plugins/debug-manager/debug_tree.c,
9095         plugins/debug-manager/watch.c,
9096         plugins/debug-manager/registers.c,
9097         plugins/debug-manager/data_buffer.h,
9098         plugins/debug-manager/data_view.h,
9099         plugins/debug-manager/memory.c,
9100         plugins/debug-manager/debug_tree.h,
9101         plugins/debug-manager/watch.h,
9102         plugins/debug-manager/registers.h,
9103         plugins/debug-manager/memory.h,
9104         plugins/debug-manager/locals.c,
9105         plugins/debug-manager/sexy-icon-entry.c,
9106         plugins/debug-manager/breakpoints.c,
9107         plugins/debug-manager/locals.h,
9108         plugins/debug-manager/sexy-icon-entry.h,
9109         plugins/debug-manager/stack_trace.c,
9110         plugins/debug-manager/breakpoints.h,
9111         plugins/debug-manager/sparse_buffer.c,
9112         plugins/debug-manager/sparse_view.c,
9113         plugins/debug-manager/stack_trace.h,
9114         plugins/debug-manager/sparse_buffer.h,
9115         plugins/debug-manager/sparse_view.h,
9116         plugins/debug-manager/start.c,
9117         plugins/gdb/utilities.c,
9118         plugins/gdb/utilities.h,
9119         plugins/gdb/debugger.c,
9120         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
9121         setup.
9123 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9125         * plugins/gdb/debugger.c:
9126         Avoid empty debugger log window by limiting line to 90 characters
9128 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9130         * plugins/debug-manager/plugin.c,
9131         plugins/debug-manager/plugin.h,
9132         plugins/debug-manager/threads.c,
9133         plugins/debug-manager/threads.h,
9134         plugins/debug-manager/breakpoints.c,
9135         plugins/debug-manager/breakpoints.h,
9136         plugins/debug-manager/stack_trace.c,
9137         plugins/debug-manager/stack_trace.h:
9138         View code action now changes location in disassembly view too
9140         * plugins/debug-manager/anjuta-debug-manager.ui:
9141         Rename breakpoint actions
9143 2007-03-24  Naba Kumar  <naba@gnome.org>
9145         * configure.in, src/anjuta-app.c: Use the new docking algorithm
9146         in gdl 0.7.3 (svn trunk).
9147         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
9148         
9149 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9151         * plugins/debug-manager/threads.c,
9152         plugins/debug-manager/debug_tree.c,
9153         plugins/debug-manager/debug_tree.h,
9154         plugins/debug-manager/locals.c,
9155         plugins/debug-manager/registers.c,
9156         plugins/debug-manager/stack_trace.c:
9157         Allow to change current thread updating register, stack and locals
9158         Allow to change current stack frame updating locals
9160         * plugins/gdb/debugger.c:
9161         Read argument of selected stack frame
9163         * plugins/debug-manager/data_view.c:
9164         Fix an unrelated bug
9166 2007-03-23  Naba Kumar  <naba@gnome.org>
9168         * plugins/document-manager/anjuta-docman.c,
9169         plugins/document-manager/plugin.c: Fixed many memory leaks.
9170         (ianjuta_file_get_uri() returns a new string).
9172         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
9173         widget for save dialogs.
9174         
9175         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
9176         svn and fixed to get function/prototype/member args list. Call tips
9177         also work fine now.
9179 2007-03-22  Naba Kumar  <naba@gnome.org>
9181         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
9182         and calltips would work again for functions from global tags (Needs
9183         regenerating global tags).
9185         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
9186         ctags svn version and reopened bug #395362. Fixes tags parsing that
9187         seemed to have stopped working recently.
9189 2007-03-21  Naba Kumar  <naba@gnome.org>
9191         * tagmanager/tm_source_file.c, tagmanager/options.c,
9192         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
9193         extend .. more needs to be investigated and fixed). Enabled some
9194         debugging.
9196 2007-03-16  Naba Kumar  <naba@gnome.org>
9198         * src/anjuta.c: Fixed project loading from command line.
9200 2007-03-16  Naba Kumar  <naba@gnome.org>
9202         Patch from James Liggett <jrliggett@cox.net>:
9203         plugins/profiler/gprof-profile-data.c: Fixed a crash.
9204         
9205 2007-03-15  Naba Kumar  <naba@gnome.org>
9207         * libanjuta/anjuta-profile-manager.c,
9208         libanjuta/anjuta-profile-manager.h: Added method to get current
9209         profile.
9211         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
9212         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
9213         is exiting.
9215         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9216         plugins/file-loader/plugin.c: Moved to functions as utility functions.
9217         Also, not load project files in session load in loader plugin.
9218         
9219         * plugins/project-manager/plugin.c, src/anjuta.c:
9220         Emit "exiting" signal in shell when exiting anjuta. project manager
9221         listens to exiting signal and saves session. anjuta.c saves session
9222         only when current projfile is 'user'. Load project saved in session
9223         differently then the rest of the session. This should fix all the
9224         session restoration bugs.
9225         
9226         src/main.c: Present anjuta window when becon message is received.
9228 2007-03-14  Naba Kumar  <naba@gnome.org>
9230         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
9231         not randomly save (it was a wrong looping).
9232         
9233 2007-03-12  Naba Kumar  <naba@gnome.org>
9235         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
9237 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9239         * plugins/debug-manager/anjuta-debug-manager.ui,
9240         libanjuta/interfaces/libanjuta.idl,
9241         plugins/debug-manager/debugger.c,
9242         (added) plugins/debug-manager/threads.c,
9243         (added) plugins/debug-manager/threads.h,
9244         plugins/debug-manager/plugin.c,
9245         plugins/debug-manager/Makefile.am,
9246         plugins/gdb/plugin.c,
9247         plugins/gdb/debugger.c,
9248         plugins/gdb/debugger.h:
9249         Add a window displaying all threads
9250         Add needed functions
9251         Switching to a different thread is still not done
9253         * plugins/debug-manager/debug_tree.c,
9254         plugins/debug-manager/locals.c,
9255         plugins/debug-manager/stack_trace.c:
9256         Small cosmetic changes
9258         * plugins/gdb/gdbmi.c:
9259         Keep all elements in gdbmi hash
9260         Even if using the same key like in -threads-list-ids
9262 2007-03-11  Naba Kumar  <naba@gnome.org>
9264         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9265         
9266         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9267         
9268         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9269         manuals/reference/libanjuta/libanjuta-sections.txt,
9270         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9271         interfaces.
9273 2007-03-11  Naba Kumar  <naba@gnome.org>
9275         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9276         gtk-doc properly. Bumped gtk-doc requirement to 1.4
9278         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9279         manuals/reference/libanjuta/libanjuta.types,
9280         manuals/reference/libanjuta/libanjuta-sections.txt,
9281         manuals/reference/libanjuta/.cvsignore,
9282         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9283         infrastructure. Got rid of tmpl/ directory and moved all section
9284         documenation to source code (requires gtk-doc >= 1.4).
9285         
9286         * libanjuta/anjuta-plugin-description.c,
9287         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
9288         libanjuta/cell-renderer-captioned-image.c,
9289         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9290         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9291         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9292         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9293         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9294         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9295         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9296         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9297         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9298         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9299         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9300         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9301         documentation from templates to source code.
9303 2007-03-10  Johannes Schmid <jhs@gnome.org>
9305         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9306         Added some debug output but could not figure out why 
9307         some plugins are not kept.
9308         
9309         * libanjuta/interfaces/libanjuta.idl:
9310         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9311         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9312         Added IAnjutaEditorGoto::matching_brace
9313         
9314         * plugins/document-manager/action-callbacks.c:
9315         (on_editor_command_match_brace_activate):
9316         * plugins/document-manager/plugin.c:
9317         (update_editor_ui_interface_items):
9318         * plugins/editor/text_editor.c: (igoto_matching_brace),
9319         (igoto_iface_init):
9320         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9321         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9323 2007-03-09  Johannes Schmid <jhs@gnome.org>
9325         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9326         Hide correct column
9327         
9328         * plugins/sourceview/sourceview-private.h:
9329         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9330         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9331         (sourceview_new), (ifile_savable_save_as):
9332         Tweaked vfs monitoring
9334 2007-03-09  Johannes Schmid <jhs@gnome.org>
9336         * libanjuta/interfaces/Makefile.am.iface:
9337         Fixed installtion of header files
9338         
9339         * plugins/sourceview/sourceview.c: (set_select):
9340         do not scroll to much in interactive search
9342 2007-03-09  Naba Kumar  <naba@gnome.org>
9344         * src/anjuta.c: Fixed session restoration.
9345         
9346         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9347         signal handlers after symbol browser plugin is deactivated.
9348         
9349         * plugins/editor/editor.glade,
9350         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9351         Fixed indentation confustion in preferences.
9353 2007-03-08  Johannes Schmid <jhs@gnome.org>
9355         * plugins/search/search-replace.c: (search_set_combo),
9356         (search_set_action), (search_set_target), (search_set_direction),
9357         (create_dialog), (search_disconnect_set_toggle_connect),
9358         (on_search_match_whole_word_toggled),
9359         (on_search_match_whole_line_toggled),
9360         (on_search_match_word_start_toggled),
9361         (search_set_toggle_direction):
9362         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9363         it's somehow ugly and uses many deprecated widgets
9364         
9365         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9366         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9367         Fix #394709
9368         
9369 2007-03-07  Naba Kumar  <naba@gnome.org>
9371         * src/anjuta.c: Make launching projects work from command line. Also
9372         fixes gnome session restart command.
9373         
9374 2007-03-07  Johannes Schmid <jhs@gnome.org>
9376         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9377         * plugins/class-gen/plugin.c: (iwizard_activate):
9378         Fixed #408218
9379         
9380         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9381         Fixed #402774
9382         
9383         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9384         Fixed #377483 (It's not possible to know if directories have
9385         a version in CVS. Show version column only if there are version
9386         informations availible
9388         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9389         Fixed memory leak
9391 2007-03-07  Johannes Schmid <jhs@gnome.org>
9393         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9394         Fixed #409408
9395         * plugins/symbol-browser/an_symbol_prefs.c:
9396         (on_update_global_clicked):
9397         Fixed ##409176
9399 2007-03-07  Johannes Schmid <jhs@gnome.org>
9401         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9402         (anjuta_save_prompt_new):
9403         * plugins/project-import/project-import.c:
9404         (project_import_finalize):
9405         Fixed Gtk-Criticals (maybe #409408)
9407 2007-03-07  Naba Kumar  <naba@gnome.org>
9409         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9410         when we are at just beginning of string or comment. Fixes bug #397981.
9412 2007-03-07  Johannes Schmid <jhs@gnome.org>
9414         * plugins/language-support-cpp-java/plugin.c:
9415         (initialize_indentation_params):
9416         Removed annoying DEBUG_PRINT
9417         
9418         * plugins/sourceview/sourceview-cell.c:
9419         (sourceview_cell_instance_init), (icell_get_character),
9420         (icell_get_length), (icell_get_char), (icell_get_attribute):
9421         Improved code to be faster
9422         Implemented attribute handling so that indentation really works in any case
9424 2007-03-06  Johannes Schmid <jhs@gnome.org>
9426         * configure.in:
9427         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9428         
9429         * plugins/document-manager/anjuta-docman.c:
9430         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9431         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9432         instead (required GTK >= 2.10)
9433         
9434         * plugins/sourceview/sourceview-private.h:
9435         * plugins/sourceview/sourceview.c:
9436         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9437         (sourceview_finalize), (sourceview_new), (imark_mark),
9438         (imark_unmark), (imark_is_marker_set),
9439         (imark_location_from_handle), (imark_delete_all_markers):
9440         Fixed marker handling and worked a bit more on vfs monitoring
9442 2007-03-05  Johannes Schmid <jhs@gnome.org>
9444         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9445         Added method to select specific iter
9446         
9447         * plugins/sourceview/sourceview-private.h:
9448         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9449         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9450         (sourceview_add_monitor), (on_document_saved),
9451         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9452         Fixed vfs monitoring (mostly ported code from text_editor.c)
9453         
9454         * plugins/symbol-browser/an_symbol_view.c:
9455         * plugins/symbol-browser/an_symbol_view.h:
9456         * plugins/symbol-browser/plugin.c: (iter_matches),
9457         (on_editor_update_ui), (value_added_current_editor):
9458         Select the current tag in locals window and symbol toolbar. If there
9459         is no tag at the current line, reserve backward for the next tag. This will
9460         select the correct tag if inside a function.
9462 2007-03-05  Naba Kumar  <naba@gnome.org>
9464         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9465         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9466         compiler warnings.
9467         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9468         (Bug #412186)
9469         
9470 2007-03-04  Johannes Schmid <jhs@gnome.org>
9472         * data/Makefile.am:
9473         * po/POTFILES.in:
9474         Fixed distcheck (well, partly)
9476 2007-03-04  Johannes Schmid <jhs@gnome.org>
9478         * plugins/document-manager/anjuta-document-manager.ui:
9479         Move "Swap .c/.h from Main to Browser toolbar
9481         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9482         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9483         (fv_prefs_free), (fv_add_tree_entry):
9484         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9485         * plugins/file-manager/plugin.c: (prefs_init):
9486         
9487         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9489 2007-03-04  Naba Kumar  <naba@gnome.org>
9491         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9492         plugins/project-manager/plugin.c:
9493         Restored default profile and renamed it from "default.anjuta" to
9494         "default.profile".
9495         
9496 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9498         * plugins/debug-manager/debugger.c,
9499         plugins/debug-manager/plugin.c,
9500         plugins/gdb/debugger.c,
9501         libanjuta/interfaces/libanjuta.idl,
9502         plugins/debug-manager/stack_trace.c:
9503         Add a dialog box when a signal is received (except SIGINT)
9504         Display stack frame even if arguments are not available
9506 2007-03-03  Naba Kumar  <naba@gnome.org>
9508         * TODO.tasks: Icons bounty added.
9510         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9511         choise selection.
9512         
9513         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9514         and descoping.
9516         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9517         plugins/Makefile.am, (removed) plugins/profile-default/*,
9518         plugins/project-manager/anjuta-project-manager.plugin.in,
9519         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9520         profile implementation to load user profile and projects. Store and
9521         restore remembered plugins. Use profile scoping and descoping for
9522         saving and loading sesstions.
9523         
9524         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9525         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9526         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9527         DEBUG_PRINTs.
9529 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9531         * plugins/debug-manager/debug_tree.c
9532         plugins/debug-manager/debug_tree.h:
9533         Bug fix, deleting wrong variable
9535         * plugins/gdb/debugger.c:
9536         Bug fix, remove forgotten debugging code
9538 2007-03-02  Johannes Schmid <jhs@gnome.org>
9540         * plugins/document-manager/anjuta-document-manager.ui:
9541         * plugins/search/anjuta-search.ui:
9542         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9543         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9544         ToolbarFind
9546         * src/anjuta-app.c: (on_toolbar_view_toggled),
9547         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9548         Save toolbar positions, don't use fixed toolbar style
9549         
9550         All in all this will allow more complex toolbar configurations and
9551         might gain some space on smaller displays because the user can disable
9552         toolbar parts he does not use. Also allows to use any toolbar style
9553         without looking too ugly.
9555 2007-03-01  Naba Kumasr  <naba@gnome.org>
9557         * TODO.tasks: Added a bounty for creating icons.
9559         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9560         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9561         profile-changed signal. Do not sync non-user-activatable plugins.
9563 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9565         * plugins/debug-manager/disassemble.c,
9566         plugins/debug-manager/sparse_view.c,
9567         plugins/gdb/debugger.c,
9568         libanjuta/interfaces/libanjuta.idl:
9569         Display function name in disassembly view
9571 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9573         * (added) plugins/debug-manager/bookmark.png,
9574         (added) plugins/debug-manager/breakpoint-disabled.png,
9575         (added) plugins/debug-manager/breakpoint-enabled.png,
9576         (added) plugins/debug-manager/program-counter.png,
9577         (added) plugins/debug-manager/linemarker.png,
9578         plugins/debug-manager/Makefile.am,
9579         plugins/debug-manager/disassemble.c,
9580         plugins/debug-manager/disassemble.h,
9581         plugins/debug-manager/sparse_buffer.c,
9582         plugins/debug-manager/sparse_buffer.h,
9583         plugins/debug-manager/sparse_view.c,
9584         plugins/debug-manager/sparse_view.h,
9585         plugins/debug-manager/plugin.c,
9586         plugins/debug-manager/breakpoints.c,
9587         libanjuta/interfaces/libanjuta.idl:
9588         Add markers in the disassembly view
9589         Display program counter and breakpoints in disassembly view
9591         * plugins/gdb/debugger.c:
9592         Fix a bug added with my previous patch, setting and clearing
9593         breakpoints was not working
9595 2007-02-28  Johannes Schmid <jhs@gnome.org>
9597         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9598         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9599         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9600         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9601         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9602         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9603         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9604         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9605         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9606         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9607         Updated (why do they need to be under version control?)
9608         
9609         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9610         (create_tab_popup_menu), (on_msgman_popup_menu),
9611         (on_tab_button_press_event), (anjuta_msgman_page_new),
9612         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9613         Added "Close all message tabs" popup menu
9615 2007-02-26  Naba Kumar  <naba@gnome.org>
9617         * plugins/profiler/gprof-flat-profile-entry.c,
9618         plugins/profiler/gprof-flat-profile.c,
9619         plugins/profiler/gprof-flat-profile-entry.h,
9620         plugins/profiler/gprof-flat-profile.h,
9621         plugins/profiler/gprof-flat-profile-view.c,
9622         plugins/profiler/gprof-flat-profile-view.h,
9623         plugins/profiler/gprof-call-graph-block-entry.c,
9624         plugins/profiler/gprof-call-graph-block.c,
9625         plugins/profiler/gprof-function-call-chart-view.c,
9626         plugins/profiler/gprof-call-graph-block-entry.h,
9627         plugins/profiler/gprof-profile-data.c,
9628         plugins/profiler/gprof-call-graph-block.h,
9629         plugins/profiler/gprof-view.c,
9630         plugins/profiler/gprof-call-graph.c,
9631         plugins/profiler/gprof-function-call-chart-view.h,
9632         plugins/profiler/gprof-profile-data.h,
9633         plugins/profiler/gprof-call-graph.h,
9634         plugins/profiler/gprof-view.h,
9635         plugins/profiler/gprof-view-manager.c,
9636         plugins/profiler/gprof-call-graph-view.c,
9637         plugins/profiler/plugin.c,
9638         plugins/profiler/gprof-view-manager.h,
9639         plugins/profiler/gprof-call-graph-view.h,
9640         plugins/profiler/gprof-function-call-tree-view.c,
9641         plugins/profiler/gprof-function-call-tree-view.h,
9642         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9643         gnome-vfs. Fixes bug #411377.
9645 2007-02-26  Naba Kumar  <naba@gnome.org>
9647         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9649         Patch from James Liggett  <jrliggett@cox.net>:
9650         * plugins/profiler/gprof-flat-profile-view.c,
9651         plugins/profiler/gprof-flat-profile-view.h,
9652         plugins/profiler/gprof-function-call-chart-view.c,
9653         plugins/profiler/gprof-function-call-chart-view.h,
9654         plugins/profiler/gprof-view.c,
9655         plugins/profiler/gprof-view.h,
9656         plugins/profiler/gprof-call-graph-view.c,
9657         plugins/profiler/plugin.c,
9658         plugins/profiler/gprof-call-graph-view.h,
9659         plugins/profiler/gprof-function-call-tree-view.c,
9660         plugins/profiler/gprof-function-call-tree-view.h: Implements
9661         double click navigation. Fixes bug #403514.
9663 2007-02-25  Naba Kumar  <naba@gnome.org>
9665         * libanjuta/anjuta-plugin-manager.c,
9666         libanjuta/anjuta-plugin-handle.[ch],
9667         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9668         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9669         dependency on glib 2.8. Fixes bug #411623.
9671 2007-02-24  Naba kumar  <naba@gnome.org>
9673         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9674         
9675         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9676         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9677         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9678         (added) libanjuta/anjuta-profile-manager.c,
9679         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9680         manager.
9681         Implemented profile pushing and popping. Implemented profile xml
9682         synchronization. Implemented error handling in profiles. Implemented
9683         activation and deactivation signals in plugin manager.
9684         
9685         * libanjuta/Makefile.am: Added libanjuta log domain.
9686         
9687         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9688         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9689         in AnjutaShell interface and implemented it in AnjutaApp.
9690         
9691         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9693 2007-02-23  Naba kumar  <naba@gnome.org>
9695         src/main.c: Fixed missing end quote.
9697 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9699         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9702 2007-02-20  Naba Kumar  <naba@gnome.org>
9704         * plugins/subversion/plugin.c: Added "..." menuitems.
9705         * ROADMAP, README: Updated.
9706         * libanjuta/anjuta-profile.c: Fixed bugs.
9708         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9709         plugins/gtodo/Makefile.am: Removed dead code.
9711         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9712         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9713         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9714         plugins/gtodo/list_tooltip.c,
9715         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9716         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9717         not contain markups. Fixes Bug #360462.
9719 2007-02-16  Naba Kumar  <naba@gnome.org>
9721         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9722         unnecessary sub-sections.
9723         
9724 2007-02-15  Naba Kumar  <naba@gnome.org>
9726         * (removed) plugins/document-manager/bookmark-prev-16.png,
9727         plugins/document-manager/bookmark-last.png,
9728         (removed)plugins/document-manager/bookmark-first-16.png,
9729         plugins/document-manager/bookmark-prev.png,
9730         (added) plugins/document-manager/bookmark-toggle.png,
9731         (removed)plugins/document-manager/bookmark_toggle.xpm,
9732         (removed)plugins/document-manager/bookmark-last-16.png,
9733         plugins/document-manager/plugin.c,
9734         plugins/document-manager/anjuta-document-manager.ui,
9735         (removed)plugins/document-manager/bookmark-next-16.png,
9736         plugins/document-manager/bookmark-next.png,
9737         plugins/document-manager/Makefile.am,
9738         (added) plugins/document-manager/bookmark-clear.png,
9739         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9740         icons (stolen from monodevelop). Added clear bookmarks toolbar
9741         button.
9743         * plugins/document-manager/plugin.c,
9744         (added) plugins/document-manager/swap.png,
9745         (removed) plugins/document-manager/undock.png,
9746         plugins/document-manager/Makefile.am: Fixed swap icon.
9748 2007-02-13  Naba Kumar  <naba@gnome.org>
9750         * plugins/class-gen/element-editor.c: Fixed typo.
9751         
9752         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9753         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9754         Implementing plugin profiles loading.
9756 2007-02-13  Naba Kumar  <naba@gnome.org>
9758         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9759         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9760         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9761         pixmaps/open_project.png, pixmaps/close_project.png:
9762         Removed more old icons.
9763         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9764         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9765         anjuta_logo.png
9766         
9767 2007-02-13  Naba Kumar  <naba@gnome.org>
9769         * plugins/class-gen/element-editor.c: Included missing headers to
9770         prevent build failures in some cases.
9771         
9772 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9774         * plugins/debug-manager/stack_trace.c:
9775         Fix bug #407115
9777         * plugins/debug-manager/watch.c,
9778         plugins/debug-manager/breakpoints.c:
9779         Same bug than above, wrong use of gtk_ui_manager_get_widget
9781 === anjuta 2.1.1 ===
9783 2007-02-11  Naba Kumar  <naba@gnome.org>
9785         * cofigure.in: Bumped version to 2.1.1
9786         * NEWS: Updated for 2.1.1 release.
9787         
9788 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9790         * plugins/debug-manager/plugin.c,
9791         plugins/debug-manager/sparse_view.c,
9792         plugins/debug-manager/sparse_view.h:
9793         Reorder some code
9795         * plugins/gdb/debugger.c,
9796         plugins/debug-manager/debugger.c,
9797         plugins/debug-manager/memory.c,
9798         plugins/debug-manager/sparse_buffer.c
9799         plugins/gdb/debugger.h,
9800         libanjuta/interfaces/libanjuta.idl:
9801         Clean up, remove some warnings
9802         Use guint everywhere for addresses
9803         Rewrite code parsing position in debugger
9805 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9807         * plugins/debug-manager/debug_tree.c:
9808         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9809         Fix bug #406113
9811 2007-02-08  Naba Kumar  <naba@gnome.org>
9813         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9814         Delay showing the 'file modified on disk' dialog for one sec
9815         from the last notification to insure multiple notifications for
9816         the same file are treated as one. Do not same multiple dialogs
9817         for the same file. Make sure to destory the dialog if later
9818         the conent is no longer different.
9819         
9820 2007-02-08  Naba Kumar  <naba@gnome.org>
9822         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9823         Prevented spurious 'file modified' dialogs in scintilla editor
9824         when the file is saved.
9826 2007-02-09  Johannes Schmid <jhs@gnome.org>
9828         * scripts/glade2schema.pl:
9829         Added script to convert glade preferences into gconf schema files.
9830         See #406061
9832 2007-02-08  Naba Kumar  <naba@gnome.org>
9834         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9835         itself is destroyed. Fixes bug #355160.
9836         
9837 2007-02-08  Johannes Schmid <jhs@gnome.org>
9839         * plugins/profiler/profiler.plugin: 
9840         removed from version control (only .in file needed)
9841         
9842         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9843         * plugins/sourceview/sourceview.c: (sourceview_new):
9844         Code cleanup
9845         
9846         * plugins/subversion/svn-thread.c: (svn_thread_start):
9847         * src/main.c: (main):
9848         
9849         Fixed #395875 about initialisation of threads too late
9851 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9853         Reviewed by Naba Kumar  <naba@gnome.org>:
9854         * plugins/class-gen/plugin.c:
9855         * plugins/class-gen/window.c: Removed browse button related code, load
9856         generated output directly into new buffers when not adding to project.
9858         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9859         buttons from user interface.
9861 2007-02-07  Naba Kumar  <naba@gnome.org>
9863         * po/POTFILES.in: Fixed distcheck.
9865 2007-02-07  Daniel Nylander <po@danielnylander.se>
9867         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9869 2007-02-07  Johannes Schmid <jhs@gnome.org>
9871         * anjuta.desktop.in.in:
9872         Fixed spelling
9874 2007-02-07  Johannes Schmid <jhs@gnome.org>
9876         * configure.in:
9877         * manuals/anjuta-manual/*
9878         * manuals/anjuta-faqs/*:
9879         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9880         
9881         * plugins/document-manager/anjuta-document-manager.plugin.in:
9882         Removed duplicate application-xml mime-type (review patches properly ;-)
9883         
9884 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9886         * plugins/gdb/debugger.c,
9887         libanjuta/interfaces/libanjuta.idl:
9888         Fix bug #404755
9889         Fix handling of missing source file
9891 2007-02-06  Naba Kumar  <naba@gnome.org>
9893         Patch from James Liggett  <jrliggett@cox.net>:
9894         * plugins/profiler/gprof-flat-profile.c,
9895         plugins/profiler/gprof-profile-data.c,
9896         plugins/profiler/gprof-call-graph.c,
9897         plugins/profiler/gprof-profile-data.h,
9898         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9899         Show profiler view when target selected bug #403515.
9901 2007-02-05  Naba Kumar  <naba@gnome.org>
9903         * configure.in: Enabled devhelp plugin by default now that
9904         it works.
9905         
9906         Patch from parmigio@2ainfo.it:
9907         * plugins/document-manager/anjuta-document-manager.plugin.in:
9908         Added xml file type in supported mime types list.
9909         
9910 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9912         * plugins/debug-manager/debugger.c,
9913         plugins/debug-manager/plugin.c:
9914         Add a field in status bar displaying debugger state
9915         Change cursor shape when debugger is busy
9916         Fix bug #378600
9918         * plugins/debug-manager/watch.c,
9919         plugins/debug-manager/locals.c,
9920         libanjuta/interfaces/libanjuta.idl:
9921         Clean up, remove debugging messages and unused signals
9923 2007-02-03  Johannes Schmid <jhs@gnome.org>
9925         * configure.in:
9926         Fixed AC_INIT and seperated version to major, minor, micro
9928         * anjuta.anjuta:
9929         Load Subversion instead of CVS
9930         
9931         * anjuta.desktop.in.in:
9932         Fixed bug-buddy component
9934         Original patch from Rob Bradfort <robster@debian.org>:
9935         * src/main.c: (get_command_line_args), (main):
9936         Bug #335981 – Migration from popt to GOption
9938 2007-02-03  Naba Kumar  <naba@gnome.org>
9940         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9941         path variable. Fixed bug #341170.
9942         * plugins/profiler/Makefile.am: Fixed indentation.
9943         
9944 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9946         * libanjuta/interfaces/libanjuta.idl,
9947         plugins/sourceview/sourceview.c,
9948         plugins/editor/text-editor.c,
9949         plugins/symbol-browser/plugin.c,
9950         plugins/search/search-replace.c,
9951         plugins/document-manager/goto_line.c,
9952         plugins/document-manager/action-callbacks.c,
9953         plugins/document-manager/anjuta-docman.c:
9954         Rename markers of anjuta interface
9955         IANJUTA_MARKABLE_NONE has been removed
9956         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9957         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9958         IANJUTA_MARKABLE_ATTENTIVE renamed in
9959                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9960         IANJUTA_MARKABLE_INTENSE renamed in
9961                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9962         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9964         * (removed) plugins/sourceview/marker-light.png,
9965         (removed) plugins/sourceview/marker-basic.png,
9966         (removed) plugins/sourceview/marker-attentive.png,
9967         (removed) plugins/sourceview/marker-intense.png,
9968         plugins/sourceview/bookmark.png,
9969         (added) plugins/sourceview/breakpoint-disabled.png,
9970         (added) plugins/sourceview/breakpoint-enabled.png,
9971         (added) plugins/sourceview/program-counter.png,
9972         (added) plugins/sourceview/linemarker.png,
9973         plugins/sourceview/Makefile.am,
9974         (added) plugins/editor/bookmark.xpm,
9975         (added) plugins/editor/breakpoint-disabled.xpm,
9976         (added) plugins/editor/breakpoint-enabled.xpm,
9977         (added) plugins/editor/program-counter.xpm,
9978         (added) plugins/editor/linemarker.xpm,
9979         plugins/editor/Makefile.am:
9980         Add or change marker pixmaps in scintilla and sourceview editor
9982         * plugins/document-manager/plugin.c,
9983         libanjuta/interfaces/libanjuta.idl,
9984         plugins/debug-manager/plugin.c,
9985         plugins/debug-manager/breakpoints.c
9986         plugins/gdb/debugger.c:
9987         Fix bug #376404, program counter marker is not displayed when debugger
9988         Return the selected editor or NULL (if file does not exist) with 
9989         ianjuta_document_manager_goto_file_line* functions
9990         Emit a change-location signal even if the program counter is in an
9991         unknown file
9993 2007-02-02  Naba Kumar  <naba@gnome.org>
9995         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9996         older bounties 'Done'.
9997         
9998 2007-02-02  Naba Kumar  <naba@gnome.org>
10000         * TODO.tasks: Fixed typop.
10002         Patch from James Liggett  <jrliggett@cox.net>:
10003         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
10004         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
10005         profiler plugin by James Liggett. Completes bounty bug #359478
10006         'Gprof performance profiler plugin'
10008 2007-02-01  Naba Kumar  <naba@gnome.org>
10010         * src/main.c: Renamed option name.
10012         * TODO.tasks: Marked "Test and fix all project wizards templates"
10013         bounty completed.
10014         
10015 2007-01-29  Johannes Schmid <jhs@gnome.org>
10017         * plugins/document-manager/plugin.c: (on_editor_changed):
10018         Added DEBUG_PRINT(...)
10019         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
10020         implemented
10021         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
10022         Fix language support plugin for sourceview editor (add some new
10023         language names)
10024         
10025         * plugins/sourceview/sourceview.c: (iindic_clear):
10026         Clear all indicators
10028 2007-01-29  Johannes Schmid <jhs@gnome.org>
10030         * TODO.tasks:
10031         Minor task currentions
10032         
10033         * libanjuta/interfaces/libanjuta.idl:
10034         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
10035         (itext_editor_iface_init):
10036         * plugins/language-support-cpp-java/plugin.c: (install_support):
10037         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
10038         (ieditor_get_attributes), (ieditor_iface_init):
10039         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
10040         plugins.
10041         
10042         * plugins/sourceview/sourceview.glade:
10043         Fixed sourceview preference window
10045 2007-01-28  Naba Kumar  <naba@gnome.org>
10046         
10047         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
10048         Implemented --no-files and --no-session command line options and
10049         corresponding preferernces checkboxes in General tab.
10051 2007-01-28  Johannes Schmid <jhs@gnome.org>
10053         * plugins/subversion/plugin.c:
10054         * plugins/subversion/plugin.h:
10055         * plugins/subversion/svn-notify.c: (svn_show_info),
10056         (show_svn_error), (on_svn_notify):
10057         * plugins/subversion/svn-notify.h:
10058         * plugins/subversion/svn-thread.c: (create_message_view),
10059         (svn_thread_start):
10060         Fixed error handling and fixed #394216 – No indication of subversion commands running
10061         
10062         * plugins/tools/execute.c: (atp_output_context_print):
10063         Show name of tool in message pane
10065 2007-01-28  Naba Kumar  <naba@gnome.org>
10066         
10067         * configure.in, plugins/glade/plugin.c: Make it work with
10068         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
10069         
10070         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
10071         from devhelp (won't work untill devhelp is fixed: bug #341170).
10072         
10073         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
10074         
10075 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
10077         Reviewed by Naba Kumar  <naba@gnome.org>:
10078         * libanjuta/interfaces/libanjuta.idl, 
10079         plugins/debug-manager/debugger.c,
10080         plugins/debug-manager/start.c,
10081         plugins/gdb/plugin.c,
10082         plugins/gdb/debugger.c,
10083         plugins/gdb/debugger.h:
10084         Fix a bug when launching gdb
10085         Set the terminal for the debugged program on the command line.
10087 2007-01-26  Johannes Schmid <jhs@gnome.org>
10089         * plugins/sourceview/anjuta-document-saver.c:
10090         (anjuta_document_saver_save):
10091         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
10092         * plugins/sourceview/sourceview.c: (save_if_modified),
10093         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
10094         Proper error handling, for example if a file was modified externally. Use backup files
10095         to avoid data-loss on disk full.
10097 2007-01-24  Naba Kumar  <naba@gnome.org>
10098         
10099         * plugins/devhelp/htmlview.c: Fixed crash during project load.
10100         Fixed mem leak and source leak.
10101         
10102 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
10104         Reviewed by Naba Kumar  <naba@gnome.org>:
10105         * plugins/debug-manager/debug_tree.c,
10106         plugins/debug-manager/debug_tree.h,
10107         plugins/debug-manager/watch.c:
10108         Partial rewrite of the variable object code, find and fix a few bugs
10109         Fix bug #395808: gdb can still crash but children are listed
10110         on request only so you can avoid the crash
10112 2007-01-24  Naba Kumar  <naba@gnome.org>
10113         
10114         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
10115         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
10116         plugins/symbol-browser/plugin.h,
10117         plugins/symbol-browser/plugin.c,
10118         plugins/symbol-browser/Makefile.am: Added current file (local)
10119         symbols view (Seriously getting bored with the browse toolbar).
10121 2007-01-22  Naba Kumar  <naba@gnome.org>
10122         
10123         Patch from Gabor Kelemen:
10124         * po/POTFILES.in: Added .plugin.in files.
10126 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
10128         Reviewed by Naba Kumar  <naba@gnome.org>:
10129         * plugins/document-manager/anjuta-docman.c,
10130         plugins/message-view/anjuta-msgman.c
10131         Set right alignment to the label widget in the tab title.
10133 2007-01-21  Naba Kumar  <naba@gnome.org>
10134         
10135         * libegg/egg-combo-action.c: Fixed mode line.
10136         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10137         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
10139 2007-01-21  Armin Burgmeier  <armin@arbur.net>
10141         Reviewed by Naba Kumar  <naba@gnome.org>:
10142         * plugins/class-gen/plugin.c: Prompt for target before actually
10143         generating the class files. This ensures that the files are created in
10144         the correct directory. Fixes bug #397406.
10146         * plugins/class-gen/window.c: Set browse buttons to insensitive when
10147         the class is added to the project.
10149 2007-01-21  Naba Kumar  <naba@gnome.org>
10151         * libanjuta/anjuta-plugin-description.c,
10152         libanjuta/anjuta-ui.h,
10153         libanjuta/anjuta-status.c,
10154         libanjuta/anjuta-plugin-description.h,
10155         libanjuta/cell-renderer-captioned-image.c,
10156         libanjuta/anjuta-plugin-handle.c,
10157         libanjuta/anjuta-status.h,
10158         libanjuta/resources.c,
10159         libanjuta/cell-renderer-captioned-image.h,
10160         libanjuta/glue-cpp.c,
10161         libanjuta/anjuta-plugin-handle.h,
10162         libanjuta/anjuta-plugin.c,
10163         libanjuta/anjuta-preferences-dialog.c,
10164         libanjuta/libanjuta.h,
10165         libanjuta/resources.h,
10166         libanjuta/glue-cpp.h,
10167         libanjuta/anjuta-plugin.h,
10168         libanjuta/anjuta-preferences-dialog.h,
10169         libanjuta/anjuta-plugin-manager.c,
10170         libanjuta/anjuta-shell.c,
10171         libanjuta/anjuta-plugin-manager.h,
10172         libanjuta/anjuta-shell.h,
10173         libanjuta/anjuta-save-prompt.c,
10174         libanjuta/anjuta-save-prompt.h,
10175         libanjuta/anjuta-children.c,
10176         libanjuta/anjuta-utils.c,
10177         libanjuta/anjuta-profile.c,
10178         libanjuta/anjuta-preferences.c,
10179         libanjuta/anjuta-launcher.c,
10180         libanjuta/anjuta-utils.h,
10181         libanjuta/anjuta-profile.h,
10182         libanjuta/anjuta-launcher.h,
10183         libanjuta/anjuta-ui.c: Updated file headers.
10185         * po/POTFILES.in: Updated.
10187         * libanjuta/anjuta-marshal.list,
10188         (added) libanjuta/anjuta-plugin-handle.c,
10189         (added) libanjuta/anjuta-plugin-handle.h,
10190         (added) libanjuta/anjuta-plugin-manager.c,
10191         (added) libanjuta/anjuta-plugin-manager.h,
10192         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
10193         (added) libanjuta/anjuta-profile.c,
10194         (added) libanjuta/anjuta-profile.h,
10195         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
10196         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
10197         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
10198         src/action-callbacks.c: Implemented AnjutaPluginManager
10199         class based on old plugins.[ch]. Implemented AnjutaProfile as
10200         prelimanary profiles implementation. Implemented AnjutaPluginHandle
10201         class to represent plugins (not to be confused with plugin objects).
10202         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
10203         implemented it in AnjutaApp and AnjutaTestShell.
10204         De-globalized plugin management and several clean ups.
10206         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
10207         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
10208         plugins/search/search-replace.c, plugins/terminal/terminal.c,
10209         plugins/project-import/project-import.c,
10210         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
10211         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
10212         Fixed plugins for the change in API.
10214         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
10215         file.
10216         
10217         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
10219 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
10221         Reviewed by Naba Kumar  <naba@gnome.org>:
10222         * libanjuta/anjuta-launcher.c,
10223         libanjuta/anjuta-launcher.h:
10224         Add a new function anjuta_set_terminate_on_exit to close the i/o
10225         channel when the child exit
10226         Return directly the status and not the exit code in child-exited
10227         signal
10229         * plugins/gdb/debugger.c:
10230         Use new function in debugger plugin
10232 2007-01-18  Johannes Schmid <jhs@gnome.org>
10234         * src/about.c: Do not show empty license information instead hide the button (#397883)
10236 2007-01-15  Johannes Schmid <jhs@gnome.org>
10238         * plugins/project-manager/plugin.c:
10239         * plugins/project-wizard/templates/python.wiz
10240         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
10241         
10242         Fixed #335235 python programs are not executeable/ do not start when pressing F3
10243         You will also need latest gnome-build svn       
10245 === anjuta 2.1.0 ===
10247 2007-01-14  Naba Kumar  <naba@gnome.org>
10249         * configure.in: Removed reference of mkfile project
10250         template to fix distcheck build error.
10251         * AUTHORS: Updated.
10252         * NEWS: Updated.
10253         * configure.in: Bumped version to 2.1.0 for beta release.
10254         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10255         crashes as soon as editing starts in normal text files.
10257 2007-01-14  Johannes Schmid <jhs@gnome.org>
10259         * configure.in
10260         * po/LINGUAS:
10261         Applied http://live.gnome.org/GnomeGoals/PoLinguas
10263         * tagmanager/c.c:
10264         Patch from Massimo Cora' to hopefully fix #395362
10266         * plugins/project-wizard/templates/*:
10268         Fixed and tested all project-wizards. Deactivated mkfile project because
10269         it was totally broken and I don't see any real use for it.
10270         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10272 2007-01-14  Naba Kumar  <naba@gnome.org>
10274         * NEWS: Updated for release.
10275         
10276         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10277         
10278         * libanjuta/interfaces/libanjuta.idl,
10279         plugins/editor/text_editor_cbs.c,
10280         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10281         interface and implemented it for scintilla.
10282         
10283         * plugins/editor/text-editor.c: Fixed highlighing issues when
10284         used with indicators (particularly when the file is just opened).
10285         Fixes bug #377477 – when debugging, scintilla editor grays out all
10286         lines before current line.
10287         
10288         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10289         Maintain a separate list of indicated edtitors for separate contexts.
10290         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10291         
10292 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10294         Reviewed by Naba Kumar  <naba@gnome.org>:
10295         * plugins/debug-manager/plugin.c:
10296         Bug fix: breakpoints cannot be added after stopping the debugger
10298 2007-01-13  Naba Kumar  <naba@gnome.org>
10300         * NEWS: Updated for release.
10302 2007-01-12  Johannes Schmid <jhs@gnome.org>
10304         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10305         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10306         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10307         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10308         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10309         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10310         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10311         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10312         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10313         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10314         
10315         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10316         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10317         
10318         * plugins/sourceview/sourceview.c:
10319         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10320         on character positions.
10321         
10322 2007-01-12  Naba Kumar  <naba@gnome.org>
10324         * src/anjuta-app.c,
10325         plugins/project-manager/plugin.c,
10326         plugins/profile-default/plugin.c,
10327         libanjuta/anjuta-status.c,
10328         libanjuta/anjuta-status.h: Introduced an API for application title
10329         in AnjutaStatus. Set application title to project name.
10331 2007-01-11  Massimo Cora' <maxcvs@email.i>
10333         Reviewed by Naba Kumar  <naba@gnome.org>:
10334         * tagmanager/Makefile.am,
10335         plugins/symbol-browser/Makefile.am: removed installation for 
10336         test programs.
10338 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10340         Reviewed by Naba Kumar  <naba@gnome.org>:
10341         * plugins/debug-manager/start.h,
10342         plugins/debug-manager/start.c,
10343         plugins/debug-manager/anjuta-debug-manager.ui,
10344         plugins/debug-manager/plugin.c:
10345         Partial fix for bug #392537
10347         * plugins/debug-manager/disassemble.c:
10348         Fix bug #392543
10350 2007-01-11  Naba Kumar  <naba@gnome.org>
10352         * src/anjuta.c: Load project seperately from session,
10353         so that project session is also loaded.
10354         
10355         * plugins/profile-default/plugin.c: Load project in new
10356         anjuta if there already is one loaded currently (disabled
10357         code for now).
10358         
10359         * plugins/editor/aneditor.cxx: Disconnect focus in/out
10360         signals when editor is destroyed. Fixes a crash bug.
10361         
10362         * plugins/editor/text_editor.c: Do not mark line in
10363         ianjuta_editor_goto_line() implementation.
10364         
10365         * plugins/search/search-replace.c: Always check for markable
10366         interface availablility because its optional for an editor.
10367         
10368         * plugins/document-manager/goto_line.c,
10369         plugins/document-manager/action-callbacks.c: Mark lines for
10370         goto line commands (from dialog and from menu entry box).
10371         
10372         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10373         plugins/file-manager/an_file_view.c: Expand file manager
10374         nodes in idle loop, one at a time. Did as a possible work
10375         around for bug #361763, but it didn't make any difference.
10376         However, it could still be useful in situations where there
10377         are lots to expand.
10378         
10379         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10381 2007-01-11  Naba Kumar  <naba@gnome.org>
10383         * plugins/editor/scintilla/LineMarker.h,
10384         plugins/editor/scintilla/LexBasic.cxx,
10385         plugins/editor/scintilla/LexHTML.cxx,
10386         plugins/editor/scintilla/include/SciLexer.h,
10387         plugins/editor/scintilla/include/Scintilla.h,
10388         plugins/editor/scintilla/include/Scintilla.iface,
10389         plugins/editor/scintilla/include/ScintillaWidget.h,
10390         plugins/editor/scintilla/LexBash.cxx,
10391         plugins/editor/scintilla/PlatGTK.cxx,
10392         plugins/editor/scintilla/ViewStyle.h,
10393         plugins/editor/scintilla/Editor.cxx,
10394         plugins/editor/scintilla/StyleContext.h,
10395         plugins/editor/scintilla/LexCPP.cxx,
10396         plugins/editor/scintilla/Converter.h,
10397         plugins/editor/scintilla/LexAU3.cxx,
10398         plugins/editor/scintilla/Editor.h,
10399         plugins/editor/scintilla/LexPerl.cxx,
10400         plugins/editor/scintilla/LexVB.cxx,
10401         plugins/editor/scintilla/ScintillaGTK.cxx,
10402         plugins/editor/scintilla/ViewStyle.cxx,
10403         plugins/editor/scintilla/PropSet.cxx,
10404         plugins/editor/scintilla/LexSQL.cxx,
10405         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10406         version 1.71
10408 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10410         Reviewed by Naba Kumar  <naba@gnome.org>:
10411         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10412         selected for editing. This fixes bug #394218.
10414         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10415         name if said URI is not known.
10417         * plugins/class-gen/window.c: When stripping function prefix away,
10418         include the trailing underscore because it is already set by the
10419         template.
10421         * plugins/class-gen/transform.c: Include "const char*" and "const
10422         gchar*" in the list for transforming a default C type to a GType.
10423         Don't access invalid memory when writing pointer_str in
10424         cg_transform_first_argument.
10426 2007-01-11  Naba Kumar  <naba@gnome.org>
10428         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10429         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10430         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10431         libegg/test-actions.c, anjuta.desktop.in.in,
10432         anjuta.prj: Renamed application icon to 'anjuta.png' from
10433         'anjuta_icon.png'. Added more fields in desktop file.
10435         * mime/anjuta.xml: Added magic section.
10436         
10437         * (removed) mime/anjuta.applications,
10438         (removed) mime/anjuta.mime, mime/Makefile.am,
10439         (removed) mime/anjuta.keys,
10440         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10441         registeration and added scalable icon. Also fixes bug #393680
10443 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10445         Reviewed by Naba Kumar  <naba@gnome.org>:
10446         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10447         and anjuta_status_progress_add_ticks() to check for progressbar 
10448         being realized before trying to update it.
10450 2007-01-10  Naba Kumar  <naba@gnome.org>
10452         * tagmanager/tm_workspace.c,
10453         po/POTFILES.in,
10454         plugins/debug-manager/Makefile.am,
10455         plugins/tools/scripts/Makefile.am,
10456         plugins/class-gen/plugin.c,
10457         plugins/class-gen/Makefile.am,
10458         global-tags/Makefile.am: Fixed make distcheck.
10460         * plugins/debug-manager/attach_process.c,
10461         plugins/debug-manager/attach_process.h,
10462         plugins/class-gen/action-callbacks.h,
10463         plugins/class-gen/action-callbacks.c,
10464         plugins/class-gen/class_gen.h,
10465         plugins/class-gen/class_gen.c: Deleted unused/old files.
10467         * (removed) scintilla, (added) plugins/editor/scintilla,
10468         plugins/editor/scintilla/lexers.make,
10469         plugins/editor/scintilla/Makefile.am,
10470         plugins/editor/Makefile.am
10471         configure.in, manuals/reference/libanjuta/Makefile.am
10472         Makefile.am: Moved scintilla to its right place.
10474 2007-01-09  Naba Kumar  <naba@gnome.org>
10476         * plugins/profile-default/plugin.c: Save project session before
10477         a new one is opened.
10479         * plugins/project-manager/plugin.c,
10480         plugins/project-manager/plugin.h,
10481         plugins/project-manager/anjuta-project-manager.ui,
10482         plugins/profile-default/plugin.c,
10483         plugins/profile-default/plugin.h,
10484         plugins/profile-default/Makefile.am,
10485         (added) plugins/profile-default/anjuta-default-profile.ui,
10486         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10487         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10488         multiple projects support.
10489         
10490 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10492         Reviewed by Naba Kumar  <naba@gnome.org>
10493         * plugins/class-gen/combo-flags.h:
10494         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10495         enum, added a type parameter to selected signal. Select highlighted
10496         entry when pressing enter (but not unselect it if it was already
10497         selected) before closing the popup. Also accept input when clicking
10498         not into the popup.
10500         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10501         according to selection type.
10503         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10504         VOID:BOXED,ENUM.
10506 2007-01-08  Johannes Schmid <jhs@gnome.org>
10508   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10509   * plugins/project-wizard/templates/gtkmm/Makefile.am
10510   * plugins/project-wizard/templates/python/configure.ac.tpl
10511   * plugins/project-wizard/templates/python/configure.in.tpl
10512   * plugins/project-wizard/templates/python/Makefile.am
10513   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10514   * plugins/project-wizard/templates/cpp/configure.in.tpl
10515   * plugins/project-wizard/templates/cpp/Makefile.am
10516   * plugins/project-wizard/templates/terminal.wiz
10517   * plugins/project-wizard/templates/xlib-dock.wiz
10518   * plugins/project-wizard/templates/wxwin.wiz
10519   * plugins/project-wizard/templates/java.wiz
10520   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10521   * plugins/project-wizard/templates/xlib/configure.in.tpl
10522   * plugins/project-wizard/templates/xlib/Makefile.am
10523   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10524   * plugins/project-wizard/templates/gcj/configure.in.tpl
10525   * plugins/project-wizard/templates/gcj/Makefile.am
10526   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10527   * plugins/project-wizard/templates/terminal/configure.in.tpl
10528   * plugins/project-wizard/templates/terminal/Makefile.am
10529   * plugins/project-wizard/templates/terminal/autogen.sh
10530   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10531   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10532   * plugins/project-wizard/templates/wxwin/Makefile.am
10533   * plugins/project-wizard/templates/gnome.wiz 
10534   * plugins/project-wizard/templates/java/configure.ac.tpl
10535   * plugins/project-wizard/templates/java/configure.in.tpl
10536   * plugins/project-wizard/templates/java/Makefile.am
10537   * plugins/project-wizard/templates/anjuta-plugin.wiz
10538   * plugins/project-wizard/templates/gtkmm.wiz
10539   * plugins/project-wizard/templates/python.wiz
10540   * plugins/project-wizard/templates/cpp.wiz
10541   * plugins/project-wizard/templates/gtk.wiz
10542   * plugins/project-wizard/templates/gcj.wiz
10543   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10544   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10545   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10547   Starting fixing of all project wizards:
10548   - rename configure.in to configure.ac
10549   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10550   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10551   (See #394184)
10552   
10553   * TODO.task: Added bug number to bounty
10555 2007-01-07  Johannes Schmid <jhs@gnome.org>
10557   *  plugins/build-basic-autotools.c:
10558   Fixed #392290 – Missed install as root option in project manager
10560 2007-01-07  Johannes Schmid <jhs@gnome.org>
10562   * plugins/sourceview/sourceview.c:
10563   Fixed #388731 – Odd editor behaviour after performing block-text operations
10564   Fixed #388727 – Block-tab does not work
10565   
10566   * plugins/sourceview/anjuta-document.h/c:
10567   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10568   
10569   * configure.in:
10570   Require Gtk+ >= 2.10 for sourceview plugin
10572 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10574         * libanjuta/anjuta-status.c:
10575         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10577 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10579         * configure.in,
10580         plugins/terminal/terminal.c:
10581         Fix bug #377027
10582         remove support for VTE < 0.9
10584 2007-01-06  Naba Kumar  <naba@gnome.org>
10586         * po/POTFILES.in: Updated
10588 2007-01-05  Adam Dingle  <adam@medovina.org>
10590         Reviewed by Naba Kumar  <naba@gnome.org>:
10591         * plugins/message-view/anjuta-message-manager-plugin.glade:
10592         Fixed bug #377903 (improve message color defaults).
10594 2007-01-05  Naba Kumar  <naba@gnome.org>
10596         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10597         
10598 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10600         Reviewed by  Naba Kumar  <naba@gnome.org>:
10601         * plugins/symbol-browser/test-class.h: Fixed block ends.
10603         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10604         C-style-block comment.
10606         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10607         allow lists when writing autogen definition files. This is required
10608         for the new class generator. Also fixed a wrong return value in
10609         npw_autogen_write_definition_file and set a GError in
10610         npw_autogen_execute when the output file could not be opened.
10612         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10613         user interface.
10615         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10616         goc_template_header and goc_template_source, added top_srcdir to
10617         includes, link against project wizard (also hopefully temporarily),
10618         removed class_gen.h, class_gen.c, action-callbacks.h,
10619         action-callbacks.c.
10621         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10623         * plugins/class-gen/cell-renderer-flags.h:
10624         * plugins/class-gen/cell-renderer-flags.c:
10625         * plugins/class-gen/combo-flags.h:
10626         * plugins/class-gen/combo-flags.c:
10627         * plugins/class-gen/element-editor.c:
10628         * plugins/class-gen/element-editor.h:
10629         * plugins/class-gen/generator.c:
10630         * plugins/class-gen/generator.h:
10631         * plugins/class-gen/plugin.h:
10632         * plugins/class-gen/plugin.c:
10633         * plugins/class-gen/transform.c:
10634         * plugins/class-gen/transform.h:
10635         * plugins/class-gen/validator.c:
10636         * plugins/class-gen/validator.h:
10637         * plugins/class-gen/window.c:
10638         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10639         adding of several class elements and uses autogen.
10641         * plugins/class-gen/templates/cc-header.tpl:
10642         * plugins/class-gen/templates/cc-source.tpl:
10643         * plugins/class-gen/templates/go-header.tpl:
10644         * plugins/class-gen/templates/go-source.tpl:
10645         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10646         for the class generator.
10648         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10650 2007-01-04  Naba Kumar  <naba@gnome.org>
10652         Patch from Nick Treleaven:
10653         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10654         all matching symbols.
10655         
10656         Patches from  Maik Beckmann and Sébastien Granjoux:
10657         * plugins/profile-default/plugin.c,
10658         plugins/project-manager/plugin.c: Unescape project name. Fixes
10659         Bug #357151
10661 2007-01-04  Naba Kumar  <naba@gnome.org>
10663         * plugins/glade/plugin.c: Fixed compilation with
10664         older glade-3 version.
10665         
10666         Patch from Roland Illig:
10667         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10668         plugins/sourceview/anjuta-document-saver.c,
10669         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10670         are necessary to build anjuta on NetBSD 3.0
10672         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10673         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10674         window manager in gnome.
10675         
10676 2007-01-02  Naba Kumar  <naba@gnome.org>
10677         
10678         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10679         
10680 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10682         Reviewed by Naba Kumar  <naba@gnome.org>:
10683         * libanjuta/interfaces/libanjuta.idl,
10684         plugins/debug-manager/Makefile.am,
10685         plugins/debug-manager/anjuta-marshal.list,
10686         plugins/debug-manager/debugger.c,
10687         plugins/debug-manager/sparse_buffer.c,
10688         plugins/debug-manager/sparse_buffer.h,
10689         plugins/debug-manager/sparse_view.c,
10690         plugins/debug-manager/sparse_view.h,
10691         plugins/debug-manager/disassemble.h,
10692         plugins/debug-manager/disassemble.c,
10693         plugins/debug-manager/anjuta-marshal.list,
10694         plugins/debug-manager/plugin.c,
10695         plugins/gdb/debugger.c,
10696         plugins/gdb/debugger.h,
10697         plugins/gdb/plugin.c:
10698         Add a disassembly view window
10700         * plugins/debug-manager/breakpoints.c,
10701         plugins/debug-manager/chunk_view.c,
10702         plugins/debug-manager/locals.c,
10703         plugins/debug-manager/memory.c,
10704         plugins/debug-manager/registers.c,
10705         plugins/debug-manager/stack_trace.c:
10706         Add some debugging information 
10708 2006-12-18  Naba Kumar  <naba@gnome.org>
10710         * configure.in, plugins/glade/plugin.c: Allow building against both
10711         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10713 2006-12-03  Naba Kumar  <naba@gnome.org>
10714         
10715         * TODO.tasks: Marked a bounty completed.
10717 2006-11-24  Adam Dingle <adam@medovina.org>
10719         Reviewed by Naba Kumar  <naba@gnome.org>:
10720         * plugins/build-basic-autotools/build-basic-autotools.c,
10721         plugins/debug-manager/watch.c,
10722         plugins/document-manager/plugin.c, 
10723         plugins/patch/plugin.c,
10724         plugins/project-manager/plugin.c:
10725         Fixed bug #378879 (several command names need ellipses).
10727 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10729         Reviewed by: Naba Kumar  <naba@gnome.org>
10730         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10731         GCC 4.1.2 (there are only two warnings remaining now when compiling
10732         plugins).
10734         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10736         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10737         macro so that the generated function support a NULL plugin parameter.
10739         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10740         in debug_tree_find_expression by freeing memory returned by the call
10741         to gtk_tree_model_get instead of the parameter string.
10743 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10745         * plugins/debug-manager/breakpoints.c:
10746         Fix bug #378850
10748         * plugins/debug-manager/anjuta-debug-manager.ui,
10749         plugins/debug-manager/debugger.c,
10750         plugins/debug-manager/plugin.c:
10751         Fix bug #378871
10753 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10755         * libanjuta/anjuta-launcher.c,
10756         plugins/gdb/debugger.c:
10757         Fix bug #377061
10759 2006-11-21  Naba Kumar  <naba@gnome.org>
10761         * plugins/search/search_preferences.c: Fixed build break.
10762         
10763 2006-11-20  Naba Kumar  <naba@gnome.org>
10764         
10765         Patch from Kjartan Maraas:
10766         * plugins/cvs-plugin/cvs-interface.c,
10767         plugins/document-manager/plugin.c,
10768         plugins/gtodo/interface.c,
10769         plugins/gtodo/libgtodo.h,
10770         plugins/message-view/anjuta-msgman.c,
10771         plugins/project-wizard/druid.c,
10772         plugins/search/search_preferences.c,
10773         plugins/sourceview/sourceview-prefs.c,
10774         plugins/terminal/terminal.c,
10775         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10777         Patch from Przemysław Grzegorczyk:
10778         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10779         plugins/subversion/anjuta-subversion.glade: Enable files in
10780         fileselection dialog. Fixes bug #376031.
10781         
10782 2006-11-17  Adam Dingle <adam@medovina.org>
10784         Reviewed by: Naba Kumar  <naba@gnome.org>
10785         * plugins/build-basic-autotools/build-basic-autotools.c
10786         * plugins/class-gen/anjuta-class-gen.plugin.in
10787         * plugins/debug-manager/breakpoints.c
10788         * plugins/debug-manager/plugin.c
10789         * plugins/devhelp/plugin.c
10790         * plugins/document-manager/plugin.c
10791         * plugins/gdb/debugger.c
10792         * plugins/glade/anjuta-glade.plugin.in
10793         * plugins/gtodo/plugin.c
10794         * plugins/language-support-cpp-java/plugin.c
10795         * plugins/message-view/plugin.c
10796         * plugins/project-import/anjuta-project-import.glade
10797         * plugins/project-import/anjuta-project-import.plugin.in
10798         * plugins/search/plugin.c
10799         * plugins/tools/scripts/tools-2.xml.in
10800         * plugins/valgrind/plugin.c
10801         * src/anjuta-actions.h:
10802         Fixed bug #376335 "menu items should be capitalized".  Minor
10803         grammar edits.
10805 2006-11-20  Naba Kumar  <naba@gnome.org>
10806         
10807         * configure.in: Fixed build.
10809         Patch from: Arjan Timmerman
10810         *configure.in: Make subvesion plugin build for apr 1.x.
10811         Fixes: Bug #364754.
10812         
10813 2006-11-20  Johannes Schmid <jhs@gnome.org>
10815         * configure.in
10816         * plugins/*/*.[ch]:
10817         Removed patches from Sylvain and Günther. They caused not problems but
10818         Naba was against them.
10820 2006-11-20  Johannes Schmid <jhs@gnome.org>
10822         * Removed me from MAINTAINERS
10824 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10826         * configure.in:
10827         Use apr-1 instead of apr-0
10829 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10831         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10832         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10833         and another bug occuring when parsing .pc file containing quotes.
10835 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10837         * plugins/*/*.[ch]: Use class macro for type casting.
10839         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10840         GCC 4.1.2 (there are only two warnings remaining now when compiling
10841         plugins).
10843         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10844         a memory leak in debug_tree_find_expression; g_free was called on
10845         the parameter instead of the memory allocated by gtk_tree_model_get.
10847         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10848         to declare and initialize the global type variable of the plugin.
10850 2006-10-31  Naba Kumar  <naba@gnome.org>
10852         * global-tags/create_global_tags.sh.in: Added an end message.
10853         
10854         * libanjuta/anjuta-launcher.h: Fixed indentation.
10855         
10856         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10857         creation to a) append the messages in right way, b) Connect signals
10858         to the view properly and c) Recreate the system-tags.cache at the
10859         end of the generation.
10861         * plugins/symbol-browser: Fixed action path (double
10862         click on sysmbols was not working).
10864         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10865         Fixed typedef and removed dead code.
10867         * tagmanager/c.c: Took the latest version from ctags source
10868         repository, because the one we had (from ctags 5.6) was broken.
10869         
10870         * global_tags/create_global_tags.sh.in: Reverted the patch from
10871         Sylvain because it was not right fix (and added a helpful comment).
10872         Used /bin/bash to fix the bashism and generated separate log files
10873         for each tag files in the same directory.
10874         
10875 2006-10-29  Naba Kumar  <naba@gnome.org>
10877         * plugins/editor/text_editor.c: Use a temporary file
10878         to save the editor and move it at the end to original
10879         file. This will prevent data corruption if file save
10880         failed for any reason. Also report proper errors when
10881         file save fails. Fixes bug #346575.
10882         
10883 2006-10-26  Naba Kumar  <naba@gnome.org>
10885         * plugins/document-manager/anjuta-docman.c: Do not load
10886         the same files with different path more than once (happens
10887         with symlinked files). Fixes Bug #323591.
10889 2006-10-25  Naba Kumar  <naba@gnome.org>
10891         * plugins/valgrind/vgactions.c: Fixed a warning.
10893 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10895         Reviewed by Naba Kumar  <naba@gnome.org>:
10897         * plugins/valgrind/vgtoolview.c:
10898         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10900         * plugins/valgrind/bugged-prg-test.c:
10901         No more warning during compilation with GCC 4.1.
10902         Program is still buggy in order to be used as a test of the
10903         plugin.
10905         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10906         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10907         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10908         plugins/valgrind/vgrule.c:
10909         No more warning during compilation with GCC 4.1.
10911         * plugins/valgrind/plugin.c:
10912         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10913         prototype (was missing from previous patch).
10915 2006-10-24  Naba Kumar  <naba@gnome.org>
10917         * plugins/glade/plugin.c: Show glade tree view, not list view.
10918         
10919         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10920         exited with glade plugin still loaded. Fixes Bug #364755.
10922         * plugins/document-manager/anjuta-document-manager.plugin.in:
10923         Added application/x-reject in accepted mime-types.
10924         
10925         * Changelog: Fixed changelog alignments.
10927 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10929         Reviewed by: Naba Kumar  <naba@gnome.org>
10930         
10931         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10932         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10933         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10934         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10935         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10936         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10937         plugins/valgrind/vgsearchbar.c:
10938         Use class macro for type casting.
10940         * plugins/valgrind/plugin.h:
10941         Don't force cast a GtkActionGroup to a GtkAction.
10943         * plugins/valgrind/plugin.c:
10944         Use correct API to get path of the preoject root when building
10945         the list of targets for the run action.
10946         Correct ordering of the construction of the preferences widgets.
10947         Only remove the valgrind widget if it is currently displayed.
10949         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10950         Return if check_valgrind_binary() fails.
10951         The ValgrindPluginPrefs object is initialized after the call to
10952         vg_action_new. Take a handle to the location of the pointer to
10953         the future object.
10955 2006-10-24  Naba Kumar  <naba@gnome.org>
10957         * HACKING: Updated coding sample.
10958         
10959         Patch from: Armin Burgmeier  <armin@arbur.net>
10960         * plugins/symbol-browser/test-class.h,
10961         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10962         
10963 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10965         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10966         * plugins/valgrind/vgtoolview.h:
10967         Correctly handle the argv / srcdir of vg_tool_view object. Do
10968         not leak memory associated with those arrays.
10970         * plugins/symbol-browser/an_symbol_prefs.c:
10971         Support unloading / reloading of the module (for example when
10972         closing a project and opening another one).
10974         * plugins/project-manager/plugin.c:
10975         Remove plugin widget before removing plugin itself, preventing
10976         a crash with valgrind plugin.
10978         * libanjuta/anjuta-preferences-dialog.c:
10979         Do not use the page_num returned by gtk_notebook_append_page to
10980         remove the page as it cause bugs when pages removal is not done
10981         in LIFO.
10983         * plugins/document-manager/anjuta-docman.c:
10984         Fix some GTK+ warnings.
10986         * global-tags/create_global_tags.sh.in:
10987         Rewrite script to remove bash-ism and use pkg-config directly
10988         instead of parsing the *.pc file by hand. This solve problems
10989         that occurred when one of the directory in PKG_CONFIG_PATH is
10990         empty.
10992 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10994         * plugins/glade/plugin.c: Fix build (#363884)
10996 2006-10-22  Johannes Schmid <jhs@gnome.org>
10998         * plugins/file-manager/an_file_view.c:
10999         * plugins/file-manager/plugin.c:
11000         * plugins/file-manager/plugin.h:
11001         Fix possible crasher when changing project-root uri when we try to restore open nodes
11002         * AUTHORS: Updated
11004 2006-10-19  Naba Kumar  <naba@gnome.org>
11006         Patch from: Juan Pablo Ugarte
11007         * plugins/glade/plugin.c: Include glade header
11008         correctly.
11009         
11010 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
11011         
11012         * plugins/debug-manager/Makefile.am,
11013         plugins/debug-manager/sexy-icon-entry.h,
11014         plugins/debug-manager/sexy-icon-entry.c,
11015         plugins/debug-manager/dataview.c:
11016         Fix bug #358134 (Goto memory prompt)
11017         Use sexy-icon-entry from libsexy 0.1.10
11019         * plugins/debug-manager/debugger.c,
11020         plugins/debug-manager/plugin.c,
11021         plugins/debug-manager/start.c,
11022         plugins/gdb/debugger.c,
11023         plugins/gdb/plugin.c:
11024         Better error handling when starting and stopping debugger
11026 2006-10-13  Maik Beckmann <maik@eigenco.de>
11028         * src/action_callbacks.c:
11029         Fixed bug #361830 (AboutDialog does not close) which is caused 
11030         due to a change in Gtk+ 2.10  
11031   
11032 2006-10-12  Adam Dingle <adam@medovina.org>
11034         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
11036         * plugins/search/search-replace.c:
11037         Fixed bug #358068 (indicate when Find in Files is complete)
11039         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11041         * plugins/sourceview/sourceview-prefs.c:
11042         * plugins/sourceview/sourceview.glade:
11043         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
11045         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
11047         * plugins/devhelp/plugin.c:
11048         * plugins/search/plugin.c: 
11049         Fixed bug #359750 (fix find/replace shortcut keys).
11051         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
11052         use Alt+key for shortcuts)
11054         *  plugins/debug-manager/debug_tree.c:
11055         *  plugins/debug-manager/debugger.c:
11056         Fixed bug #359317 (can't load debug manager)
11058         * /plugins/document-manager/plugin.c:
11059         Fixed bug #359259 (highlight modes listed in reverse 
11060         alphabetical order).
11062 2006-10-10  Johannes Schmid <jhs@gnome.org>
11064         * plugins/glade/plugin.c:
11065         Add scrollbars to glade project window
11067 2006-10-10  Johannes Schmid <jhs@gnome.org>
11069         * libanjuta/interfaces/Makefile.am.iface:
11070         Fixed Makefile with broke build
11072 2006-10-07  Johannes Schmid <jhs@gnome.org>
11074         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11075         * libanjuta/interfaces/Makefile.iface.am:
11076         Fixed enum types generation
11078         * libanjuta/interfaces/libanjuta.idl:
11079         Fixed some strange typo
11081 2006-10-06  Johannes Schmid <jhs@gnome.org>
11083         * libanjuta/interfaces/Makefile.iface.am:
11084         Fixed enum-types.h generation
11085         * libanjuta/interfaces/libanjuta.idl:
11086         char* => gchar*
11087         IAnjutaTODO::load should take const gchar* argument
11088         Remove include to libanjuta/e-splash.h which is not installed as header file
11089         Disable get_attributes for now
11090         
11091         * pluings/sourceview/sourceview.c: Disabled get_attributes
11092         
11093         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
11095 2006-10-05  Naba Kumar  <naba@gnome.org>
11097         * TODO.tasks: Set 'Improve class widzard' task to assigned.
11098         Set bug id for 'Profiler plugin' task.
11100 2006-10-03  Naba Kumar  <naba@gnome.org>
11102         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
11103         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
11105         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
11106         plugins/project-manager/plugin.c: Added a new API in
11107         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
11108         Added some documentation. On project close, close all editors that
11109         has files opened for the project.
11110         
11111         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
11112         from the containers on anjuta_shell_remove_widget(). Do not destroy
11113         glade widgets once created.
11114         
11115 2006-10-03  Johannes Schmid <jhs@gnome.org>
11117         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11118         * libanjuta/interfaces/libanjuta.idl:
11119         const-List<> => const List<>
11120         List-free<> => List<>
11121         
11122         * Makefile.am: Reenabled launcher
11124 2006-10-03  Johannes Schmid <jhs@gnome.org>
11126         * libanjuta/interfaces/Makefile.am.iface:
11127         Install libanjuta.idl
11129 2006-10-02  Adam Dingle <adam@medovina.org>
11131         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11133 2006-10-02  Adam Dingle <adam@medovina.org>
11135         * plugins/editor/style-editor.c: fixed bug #357534
11136         * plugins/gdb/utilities.h: removed 2 unused declarations
11138 2006-10-02  Johannes Schmid <jhs@gnome.org>
11140         * Makefile.am: disabled anjuta-launcher
11141         * libanjuta/Makefile.am:
11142         
11143         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
11144         * libanjuta/glue-factory.c: (glue_factory_add_path),
11145         (glue_factory_get_path):
11146         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
11147         * libanjuta/glue-factory.h:
11148         * libanjuta/glue-cpp.h:
11149         * libanjuta/glue-cpp.c:
11150         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
11151         
11152         * libanjuta/interfaces/Makefile.am.iface:
11153         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11154         * libanjuta/interfaces/libanjuta.idl:
11155         Add a new features to idl compiler:
11156         List<Type> => List of Type
11157         List-free<Type> => List of Type, it is up to the caller to free items and list
11158         const-List(-free)<Type> = const List of Types
11159         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
11160         
11161         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
11162         (generic_cpp_class_create_code):
11163         Adapted to new project_manager interface
11164         
11165         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
11166         * plugins/debug-manager/debugger.c:
11167         (ivariable_debugger_iface_init):
11168         Do not use C++ keyword "delete" for interface name
11169         
11170         * plugins/document-manager/anjuta-document-manager.plugin.in:
11171         Added m4 to mime-types
11172         
11173         * plugins/project-manager/plugin.c:
11174         (iproject_manager_add_source_multi):
11175         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
11177 2006-10-01  Naba Kumar  <naba@gnome.org>
11179         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
11180         UI file used when out-of-process devhelp is used instead of
11181         embedded devhelp.
11182         
11183         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
11184         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
11185         plugins/profile-default/default.anjuta: Build devhelp plugin,
11186         but use out-of-process devhelp if devhelp plugin is disabled
11187         (either by user or devhelp is not installed). Disabled devhelp
11188         plugin by default. Added it in default profile.
11190 2006-10-01  Naba Kumar  <naba@gnome.org>
11192         * plguins/project-manager/plugin.c: Possible fix for crash
11193         bug #358583.
11194         
11195         * configure.in, plugins/Makefile.am: Enabled glade plugin and
11196         set dep to last version 3.0.2.
11197         
11198         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
11199         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
11200         plugins/symbol-browser/plugin.c: Use the right action group
11201         for getting popup actions (Fixes lots of assertion failures).
11203         * plugins/project-manager/plugin.c,
11204         plugins/project-manager/plugin.h: use separate action group
11205         for profie actions.
11206         
11207         * plugins/message-view/plugin.c: Disconnect session load
11208         signal on plugin deactivation (fixes a crash).
11210 2006-09-30  Naba Kumar  <naba@gnome.org>
11212         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
11213         * TODO.tasks: Assigned a bounty to Massimo.
11215 2006-09-29  Naba Kumar  <naba@gnome.org>
11217         * src/anjuta-app.c, src/shell.c: Fixed build errors.
11219 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
11221         * plugins/debug-manager/debugger.c,
11222         plugins/debug-manager/plugin.c,
11223         libanjuta/interfaces/libanjuta.idl:
11224         Add a new abort command to quit debugger without waiting
11226         * plugins/gdb/debugger.c,
11227         plugins/gdb/debugger.h,
11228         plugins/gdb/plugin.c:
11229         Send a signal directly to the debugged program
11230         Implement abort command
11232         * plugins/debug-manager/debug_tree.c:
11233         Fix bug #358163
11235         * plugins/debug-manager/stack-trace.c:
11236         Fix bug #358009
11238 2006-09-29  Naba Kumar  <naba@gnome.org>
11240         * TODO.tasks: Updated.
11241         
11242         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11243         dialog.
11244         
11245         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11246         
11247         * TODO.tasks: Updated in light of the word wrapping fix
11248         in Tasks Manager. Added a test bounty entry.
11250         * TODO.tasks: Added four bounties.
11251         
11252 2006-09-28  Naba Kumar  <naba@gnome.org>
11254         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11255         Added 'customizable' parameter to
11256         anjuta_ui_add_action_group_entries() and similar functions to
11257         allow user configuration of the actions. Filter out actions that
11258         are not configurable items (such as submenu items). Now the
11259         'Customize shortcuts' dialog is much better listed.
11261         * plugins/build-basic-autotools/build-basic-autotools.c,
11262         plugins/build-basic-autotools/build-basic-autotools.h,
11263         plugins/cvs-plugin/plugin.c,
11264         plugins/cvs-plugin/plugin.h,
11265         plugins/debug-manager/breakpoints.c,
11266         plugins/debug-manager/plugin.c,
11267         plugins/debug-manager/stack_trace.c,
11268         plugins/debug-manager/watch.c,
11269         plugins/devhelp/plugin.c,
11270         plugins/document-manager/plugin.c,
11271         plugins/file-loader/plugin.c,
11272         plugins/file-manager/plugin.c,
11273         plugins/glade/plugin.c,
11274         plugins/gtodo/interface.c,
11275         plugins/gtodo/plugin.c,
11276         plugins/language-support-cpp-java/plugin.c,
11277         plugins/macro/plugin.c,
11278         plugins/macro/plugin.h,
11279         plugins/message-view/plugin.c,
11280         plugins/patch/plugin.c,
11281         plugins/profile-default/default.anjuta,
11282         plugins/project-manager/plugin.c,
11283         plugins/project-manager/plugin.h,
11284         plugins/sample1/plugin.c,
11285         plugins/search/plugin.c,
11286         plugins/subversion/plugin.c,
11287         plugins/subversion/plugin.h,
11288         plugins/symbol-browser/plugin.c,
11289         plugins/symbol-browser/plugin.h,
11290         plugins/tools/plugin.c,
11291         plugins/valgrind/plugin.c,
11292         plugins/valgrind/plugin.h: Fixed to take care of above change
11293         in API of AnjutaUI. Properly added/removed action groups in some
11294         plugins. Split action groups into customization and non-customizable
11295         groups and added them separately.
11297         * plugins/document-manager/plugin.c: Close files belonging to
11298         project when project is closed (not complete).
11299         
11300         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11301         vertical aligned cell entries.
11302         
11303         * src/anjuta-app.c: Define macros for the placeholder names.
11304         Set default widths and heights of the default placeholders,
11305         so that newly docked widgets are correclty sized.
11306         
11307         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11308         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11309         Fixed to generated correct actions addition/removal code.
11311 2006-09-25  Naba Kumar  <naba@gnome.org>
11313         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11314         libanjuta/anjuta-serializer.[ch]: Implemented serialization
11315         class.
11316         
11317         * plugins/message-view/anjuta-msgman.c,
11318         plugins/message-view/anjuta-msgman.h,
11319         plugins/message-view/message-view.c,
11320         plugins/message-view/message-view.h,
11321         plugins/message-view/plugin.c: Serialize messages panes in
11322         session save and deserialize them in session load so that
11323         build messages persistant.
11324         
11325 2006-09-24  Johannes Schmid <jhs@gnome.org>
11327         * libanjuta/anjuta-utils.c:
11328         * plugins/message-view/message-view.c:
11329         Really fixed #355407
11331 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11333         * libanjuta/interfaces/libanjuta.idl:
11334         Change one variable sign
11336         * plugins/debug-manager/anjuta-debug-manager.glade,
11337         plugins/debug-manager/anjuta-debug-manager.ui:
11338         Few small interface changes     
11340         * plugins/debug-manager/debug_tree.h,
11341         plugins/debug-manager/watch.c,
11342         plugins/debug-manager/debugger.c,
11343         plugins/debug-manager/plugin.c
11344         plugins/gdb/debugger.c,
11345         plugins/gdb/plugin.c:
11346         Big rewrite of debugger queue
11347         Allow to cancel command
11349         * plugins/debug-manager/memory.c:
11350         Fix a bug if a command is cancelled
11352 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
11354         * plugins/gdb/debugger.c,
11355         plugins/debug-manager/debug_tree.c,
11356         plugins/debug-manager/locals.c:
11357         Restore tree representation for local variable
11358         Add argument in local variable list
11359         Use gdb variable object to get all informations
11361 2006-09-19  Naba Kumar  <naba@gnome.org>
11363         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11364         that implements AnjutaSavePrompt class.
11366         * ChangeLog: Fixed indentation.
11367         
11368         * libanjuta/Makefile.am,
11369         libanjuta/anjuta-marshal.list,
11370         libanjuta/anjuta-shell.c,
11371         libanjuta/anjuta-shell.h,
11372         plugins/document-manager/action-callbacks.c,
11373         plugins/document-manager/action-callbacks.h,
11374         plugins/document-manager/anjuta-docman.c,
11375         plugins/document-manager/anjuta-docman.h,
11376         plugins/document-manager/plugin.c,
11377         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11378         unsaved items during exit. A new signal is added in shell
11379         interface called 'save-prompt' to collect all unsaved items.
11380         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11381         Fixed document manager to use the new save-prompt signal in shell
11382         and AnjutaSavePrompt object for unsaved files. Cleaned up
11383         AnjutaDocman to synchronously save new files. Fixed function
11384         names.
11386 2006-09-18  Johannes Schmid <jhs@gnome.org>
11388         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11389         gdl requirement to 0.7.0
11391 2006-09-18  Johannes Schmid <jhs@gnome.org>
11393         * global-tags/.cvsignore:
11394         * global-tags/Makefile.am:
11395         * global-tags/create_global_tags.sh (removed):
11396         * global-tags/create_global_tags.sh.in (added):
11397         Fixed #355407
11398         
11399         * libanjuta/anjuta-launcher.c:
11400         Fixed #349374
11401         
11402         * plugins/project-manager/plugin.c:
11403         (project_manager_plugin_close_project):
11404         Fixed crasher
11405         
11406         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11407         Fixed gtk critical
11408         
11409         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11410         More reasonable toolbar creation/deletition though it does
11411         not completly work!
11413 2006-09-15  Johannes Schmid <jhs@gnome.org>
11415         * libanjuta/anjuta-utils.c/.h:
11416         Fixed #355168
11418 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11420         * scintilla/ScintillaGTK.cxx
11421         Fixed doulbe freeing in Scintilla
11423 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11425         * plugins/symbol-browser/an_symbol_prefs.c:
11426         Support unloading / reloading of the module (for example when
11427         closing a project and opening another one).
11429         * plugins/project-manager/plugin.c:
11430         Really fixed #355148 (Show project name in title bar)
11432 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11434         * libanjuta/plugins.c:
11435         Fixed #355156 (Show plugins in alphabetical order)
11437 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11439         * plugins/project-manager/plugin.c:
11440         Fixed #355148 (Show project name in title bar)
11442 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11444         * plugins/project-manager/plugin.c:
11445         (value_removed_project_root_uri):
11446         Fixed crasher if project cannot be opened
11448 2006-08-30 Naba Kumar  <naba@gnome.org>
11450         * plugins/language-support-cpp-java/plugin.[c,h],
11451         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11452         Impletemnted UI for auto indent.
11453         
11454 2006-08-28 Naba Kumar  <naba@gnome.org>
11455         
11456         * plugins/gvim/.cvsignore,
11457         plugins/gvim/Makefile.am,
11458         plugins/gvim/anjuta-vim-plugin.png,
11459         plugins/gvim/anjuta-vim.c,
11460         plugins/gvim/anjuta-vim.h,
11461         plugins/gvim/anjuta-vim.plugin.in,
11462         plugins/gvim/gtkvim.c,
11463         plugins/gvim/gtkvim.h,
11464         plugins/gvim/plugin.c,
11465         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11466         in build yet.
11468 2006-08-28 Naba Kumar  <naba@gnome.org>
11470         Patch from: Massimo Corà  <maxcvs@email.it>
11471         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11472         possible infinite loop.
11474 2006-08-22 Adam Dingle <adam@medovina.org>
11475         
11476         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11477         to edit are shown in the preferences dialog in anjuta").
11478         Removed unused widgets from the style editor dialog.
11480 2006-08-21  Johannes Schmid <jhs@gnome.org>
11482         * plugins/symbol-browser/test-class.[cpp/h]
11483         Added missing files
11485 2006-08-18  Naba Kumar  <naba@gnome.org>
11487         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11488         end of document loading.
11490         * plugins/language-support-cpp-java/plugin.c,
11491         plugins/sourceview/sourceview.c: Fixed plugin loading.
11493 2006-08-17  Naba Kumar  <naba@gnome.org>
11495         * plugins/language-support-cpp-java/plugin.c,
11496         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11497         mode line parsing. Indentation parameters initialized based on
11498         mode line parameters.
11500 2006-08-16  Naba Kumar  <naba@gnome.org>
11502         * Makefile.am, plugins/editor/text_editor.c,
11503         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11504         comments.
11506 2006-08-16 Naba Kumar  <naba@gnome.org>
11508         Patch from  Massimo Cora'  <maxcvs@email.it>:
11509         
11510         * plugins/editor/aneditor-autocomplete.cxx,
11511         plugins/editor/aneditor-calltip.cxx,
11512         plugins/symbol-browser/Makefile.am,
11513         plugins/symbol-browser/an_symbol.c,
11514         plugins/symbol-browser/an_symbol_view.c,
11515         plugins/symbol-browser/plugin.c,
11516         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11517         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11518         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11519         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11520         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11521         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11522         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11523         tagmanager/get.h, tagmanager/html.c,
11524         tagmanager/include/tm_source_file.h,
11525         tagmanager/include/tm_tag.h,
11526         tagmanager/include/tm_workspace.h,
11527         tagmanager/jscript.c, tagmanager/keyword.c,
11528         tagmanager/keyword.h, tagmanager/lisp.c,
11529         tagmanager/lregex.c, tagmanager/lua.c,
11530         tagmanager/main.h, tagmanager/make.c,
11531         tagmanager/options.c, tagmanager/options.h,
11532         tagmanager/parse.c, tagmanager/parse.h,
11533         tagmanager/parsers.h, tagmanager/pascal.c,
11534         tagmanager/perl.c, tagmanager/php.c,
11535         tagmanager/python.c, tagmanager/read.c,
11536         tagmanager/read.h, tagmanager/readtags.c,
11537         tagmanager/readtags.h, tagmanager/rexx.c,
11538         tagmanager/routines.c, tagmanager/routines.h,
11539         tagmanager/ruby.c, tagmanager/scheme.c,
11540         tagmanager/sh.c, tagmanager/slang.c,
11541         tagmanager/sml.c, tagmanager/sort.c,
11542         tagmanager/sort.h, tagmanager/sql.c,
11543         tagmanager/strlist.c, tagmanager/strlist.h,
11544         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11545         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11546         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11547         tagmanager/vim.c, tagmanager/vstring.c,
11548         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11549         5.6 and namespace completion fixed.
11551         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11552         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11554 2006-08-15 Naba Kumar  <naba@gnome.org>
11556         * libanjuta/interfaces/libanjuta.idl,
11557         plugins/editor/text-editor-iterable.c,
11558         plugins/editor/text_editor.c,
11559         plugins/sourceview/sourceview-cell.c,
11560         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11561         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11562         ianjuta_editor_end_action().
11563         
11564         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11566 2006-08-13 Naba Kumar  <naba@gnome.org>
11568         * plugins/debug-manager/breakpoints.c,
11569         plugins/debug-manager/memory.c,
11570         plugins/debug-manager/registers.c,
11571         src/layout.xml: Fixed debugger widgets layout.
11573 2006-08-12 Naba Kumar  <naba@gnome.org>
11575         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11576         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11577         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11578         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11579         codes and dead codes. Removed automatic indentation prefs.
11581 2006-08-12  Johannes Schmid <jhs@gnome.org>
11583         * libanjuta/Makefile.am:
11584         * libanjuta/anjuta-launcher.c:
11585         * libanjuta/anjuta-launcher.h:
11586         * libanjuta/anjuta-plugin.c:
11587         * libanjuta/anjuta-plugin.h:
11588         * libanjuta/anjuta-preferences.c:
11589         * libanjuta/anjuta-preferences.h:
11590         * libanjuta/anjuta-shell.c:
11591         * libanjuta/anjuta-shell.h:
11592         * libanjuta/libanjuta.h:
11593         
11594         Made wrapper friendly:
11595         - no inline in header files (preferences_set/get)
11596         - correct signal names
11597         - correct GError** argument in anjuta_shell_freeze/thaw
11598         - include correct files in libanjuta.h
11599         
11600         * plugins/project-manager/plugin.c: 
11601         Fixed two crashers
11603 2006-08-11 Naba Kumar  <naba@gnome.org>
11605         * plugins/editor/aneditor-priv.h,
11606         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11607         
11608         * plugins/editor/text_editor_cbs.c,
11609         plugins/sourceview/anjuta-view.c: Pass the right position for char
11610         added signal.
11611         
11612         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11613         
11614         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11616 2006-08-11 Naba Kumar  <naba@gnome.org>
11618         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11619         return the right character at the iter position and get_char() to
11620         not leak memory.
11622         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11623         to set to character offset and not byte index.
11625         * plugins/language-support-cpp-java/plugin.c: Improved
11626         auto-indentation login. Indents opening and closing braces correctly.
11628 2006-08-10  Johannes Schmid <jhs@gnome.org>
11630         * INSTALL:
11631         * autogen.sh:
11632         Required automake = 1.9
11634         * libanjuta/anjuta-children.c:
11635         * libanjuta/anjuta-children.h:
11636         * libanjuta/anjuta-encodings.h:
11637         * libanjuta/anjuta-launcher.h:
11638         * libanjuta/anjuta-plugin-description.h:
11639         * libanjuta/anjuta-preferences-dialog.h:
11640         * libanjuta/anjuta-preferences.h:
11641         * libanjuta/anjuta-session.h:
11642         * libanjuta/anjuta-status.h:
11643         * libanjuta/anjuta-ui.h:
11644         * libanjuta/anjuta-utils.c:
11645         * libanjuta/anjuta-utils.h:
11646         * libanjuta/e-splash.h:
11647         * libanjuta/glue-factory.h:
11648         * libanjuta/glue-plugin.h:
11649         * libanjuta/plugins.h:
11650         * libanjuta/resources.h:
11651         Fixed libanjuta to be able to wrap it
11652         - G_BEGIN_DECLS, G_END_DECLS
11653         - include all necessary files in libanjuta.h
11655         * plugins/gtodo/tray-icon.c:
11656         * plugins/terminal/terminal.c:
11657         Some build fixes for freebsd
11659         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11660         * plugins/sourceview/sourceview.glade:
11661         Remove auto-indent feature as it is now in language-support
11663 2006-08-09 Naba Kumar  <naba@gnome.org>
11665         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11666         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11667         Added missing files.
11669         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11670         get_use_spaces(), set_tabsize() and set_use_spaces().
11672 2006-08-09 Naba Kumar  <naba@gnome.org>
11674         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11675         succeeded in activating.
11677         * plugins/document-manager/plugin.c: Added debug message.
11679         * libanjuta/interfaces/libanjuta.idl,
11680         plugins/editor/text_editor.c: Implemented get_tabsize(),
11681         get_use_spaces(), set_tabsize() and set_use_spaces().
11683         * plugins/language-support-cpp-java/Makefile.am,
11684         plugins/language-support-cpp-java/plugin.c,
11685         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11686         for indentation. Added preferences page for paramenters.
11688         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11690 2006-08-08 Naba Kumar  <naba@gnome.org>
11692         * libanjuta/interfaces/libanjuta.idl,
11693         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11694         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11695         plugins/editor/text_editor.c,
11696         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11697         and implemented it for both scintilla and sourceview.
11699         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11700         focus back to editor (happens when pressing esc in incremental
11701         search box).
11703 2006-08-08 Naba Kumar  <naba@gnome.org>
11705         * libanjuta/interfaces/libanjuta.idl,
11706         plugins/editor/text_editor.c,
11707         plugins/editor/text_editor.h,
11708         plugins/editor/text-editor-iterable.c,
11709         plugins/sourceview/sourceview-cell.c,
11710         plugins/sourceview/sourceview.c: Implemented editor attributes
11711         methods.
11712         
11713         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11714         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11715         code (not complete yet).
11717         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11718         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11719         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11720         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11721         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11722         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11724 2006-08-04 Naba Kumar  <naba@gnome.org>
11726         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11727         implementation.
11728         
11729 2006-08-03  Johannes Schmid <jhs@gnome.org>
11731         * configure.in: Add a more informative text to valgrind plugin
11733         * TODO.tasks:
11734         Modified Preferences tasl
11735         * libanjuta/anjuta-plugin.c: 
11736         * libanjuta/anjuta-preferences-dialog.c: 
11737         * libanjuta/anjuta-preferences-dialog.h:
11738         * libanjuta/anjuta-preferences.c:
11739         * libanjuta/anjuta-preferences.h:
11740         * libanjuta/interfaces/Makefile.am.iface:
11741         * libanjuta/interfaces/libanjuta.idl:
11742         Added IAnjutaPreferences interface which every plugin that has preferences should
11743         implement. Call merge() and unmerge() at plugin activation/deactivation.
11744         Fixed preferences_page_remove()
11745         
11746         * plugins/build-basic-autotools/build-basic-autotools.c:
11747         * plugins/cvs-plugin/plugin.c: 
11748         * plugins/document-manager/plugin.c:
11749         * plugins/editor/plugin.c:
11750         * plugins/editor/plugin.h:
11751         * plugins/file-manager/plugin.c: 
11752         * plugins/gtodo/main.h:
11753         * plugins/gtodo/plugin.c: 
11754         * plugins/gtodo/preferences.c: 
11755         * plugins/message-view/anjuta-msgman.c: 
11756         * plugins/message-view/anjuta-msgman.h:
11757         * plugins/message-view/plugin.c:
11758         * plugins/sourceview/plugin.c: 
11759         * plugins/sourceview/plugin.h:
11760         * plugins/symbol-browser/an_symbol_prefs.c:
11761         * plugins/symbol-browser/plugin.c: 
11762         * plugins/terminal/terminal.c: 
11763         * plugins/valgrind/plugin.c
11764         * src/anjuta-app.c:
11765         
11766         Updated preference loading/unloading for all plugins
11768 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11769         
11770         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11771         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11772     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11773         recommended by the autoconf manual. 
11774         - Fixes compiling with autoconf 2.60.
11775         
11776         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11778 2006-08-02      Johanes Schmid <jhs@gnome.org>
11780         * plugins/profile-default/plugin.c:
11781         Fixed session handling
11783 2006-08-01  Johannes Schmid <jhs@gnome.org>
11785         * configure.in
11786         * plugins/Makefile.am:
11787         Disabled devhelp and glade for now as they do not work (#341073
11788         and #341170)
11789         
11790         * plugins/profile-default/anjuta-default-profile.ui (removed):
11791         * plugins/profile-default/plugin.c:
11792         * plugins/profile-default/plugin.h:
11793         * plugins/project-manager/anjuta-project-manager.ui:
11794         * plugins/project-manager/plugin.c:
11795         * plugins/project-manager/plugin.h:
11796         Limted multiple project support #315043
11798         * libanjuta/interfaces/libanjuta.idl:
11799         Added ianjuta_profile_unload
11801 2006-07-31 Naba Kumar  <naba@gnome.org>
11803         * libanjuta/interfaces/libanjuta.idl,
11804         plugins/editor/text-editor-iterable.c,
11805         plugins/editor/text_editor.c,
11806         plugins/sourceview/anjuta-view.c,
11807         plugins/sourceview/anjuta-view.h,
11808         plugins/sourceview/sourceview.c: Fixed text iteration and 
11809         IAnjutaEditor implementations in both scintilla
11810         and sourceview. Cleand up libanjuta API: Removed redundant
11811         erase_range() method from IAnjutaEditor interface, fixed
11812         ianjuta_editor_get_text to take length instead of range (consistency).
11813         autoindentation in both sourceview and scintilla more or less works,
11814         but still disabled for now because there are still some anomalies
11815         in text iteration.
11817         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11819         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11820         API changes.
11822 2006-07-30  Johannes Schmid <jhs@gnome.org>
11824         * plugins/sourceview/anjuta-document.c:
11825         * plugins/sourceview/anjuta-document.h:
11826         * plugins/sourceview/anjuta-view.c: 
11827         * plugins/sourceview/sourceview.c:
11828         Wrote a new "char_added" implementation, I hope this one is good
11830         * plugins/sourceview/sourceview-cell.c:
11831         Fixed typo: "text_iter" instead of "iter"
11833 2006-07-30 Naba Kumar  <naba@gnome.org>
11835         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11837 2006-07-30  Johannes Schmid <jhs@gnome.org>
11839         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11840         
11841         * plugins/debug-manager/plugin.c: 
11842         * plugins/patch/plugin.c:
11843         Use IAnjutaIndicable to mark debugger position
11845         * plugins/sourceview/sourceview.c:
11846         Define colors for IAnjutaIndicable
11848 2006-07-29  Johannes Schmid <jhs@gnome.org>
11850         * plugins/debug-manager/anjuta-debug-manager.ui:
11851         * plugins/debug-manager/breakpoints.c:
11852         * plugins/debug-manager/images/Makefile.am:
11853         * plugins/debug-manager/images/run-to-cursor.png:
11854         * plugins/debug-manager/plugin.c:
11855         Added toolbar and some icons
11857         * plugins/patch/anjuta-patch.ui:
11858         * plugins/patch/patch-plugin.c:
11859         * plugins/patch/patch-plugin.glade:
11860         * plugins/patch/plugin.c:
11861         * plugins/patch/plugin.h:
11862         Improved patch plugin (GUI and function)
11864         * plugins/sourceview/sourceview.c:
11865         Fixed another Gtk-Critical
11867         * plugins/tools/anjuta-tools.ui:
11868         * plugins/tools/plugin.h:
11869         Put Patch plugin in tools menu and changed ui file
11871 2006-07-29  Johannes Schmid <jhs@gnome.org>
11873         * plugins/document-manager/plugin.c:
11874         Fixed accelator Gtk-Warning
11876         * plugins/message-view/anjuta-msgman.c: 
11877         Fixed Gtk-Warning
11879         * plugins/sourceview/anjuta-document.c:
11880         * plugins/sourceview/anjuta-document.h:
11881         * plugins/sourceview/anjuta-marshal.list:
11882         Wrote a better emitter for the char-added signal
11884         * plugins/sourceview/sourceview.c:
11885         Fixed Redo/Undo to void Gtk-Criticals
11886         
11887         * plugins/sourceview/sourceview-args.c:
11888         * plugins/sourceview/sourceview-cell.c:
11889         * plugins/sourceview/sourceview-scope.c:
11890         * plugins/sourceview/sourceview-tags.c: 
11891         Adapted to new IAnjutaIterator API
11893 2006-07-28 Naba Kumar  <naba@gnome.org>
11895         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11897         * plugins/symbol-browser/an_symbol.c,
11898         plugins/symbol-browser/an_symbol_iter.c,
11899         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11900         subclass of AnjutaSymbol so that the symbol is accessible from
11901         the iter in light of changes in IAnjutaIterable.
11903         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11904         implementation of IAnjutaIterable.
11906 2006-07-28 Naba Kumar  <naba@gnome.org>
11908         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11909         IAnjutaIterable. They were kind of useless since the interface is
11910         defined on the data object itself. Added set_position() method
11911         in IAnjutaIterable to allow setting arbitrary current index to the
11912         iter.
11913         Added erase() and erase_range() in IAnjutaEditor.
11915         * plugins/editor/text-editor-iterable.c: Fixed 
11916         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11917         methods in editor. Fixed get_line_from_position() method.
11919         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11920         code. It's disabled for now.
11922         * plugins/sourceview/sourceview-cell.c,
11923         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11924         implementation.
11926 2006-07-27  Johannes Schmid <jhs@gnome.org>
11928         * plugins/sourceview/sourceview-cell.c:
11929         Fixed IAnjutaEditorCell to work only on a single line
11930         Fixed crasher in finalize
11932         * plugins/symbol-browser/an_symbol_prefs.c:
11933         * global-tags/Makefile.am:
11934         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11935         script installation     
11937 2006-07-26 Naba Kumar  <naba@gnome.org>
11939         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11940         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11941         
11942         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11943         
11944         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11945         support plugins
11946         
11947         * plugins/editor/text-editor-iterable.c,
11948         plugins/editor/text_editor.c,
11949         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11950         method to work correctly, it was ignoring start and end parameters.
11951         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11952         emission.
11953         
11954         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11955         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11957 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11959         * plugins/symbol-browser/an_symbol_view.c,
11960         plugins/symbol-browser/an_symbol_view.h,
11961         plugins/symbol-browser/plugin.c:
11962     fix a matching case into sv_extract_type_qualifier_from_expr ()
11963     and some minor issues.
11965 2006-07-26  Johannes Schmid <jhs@gnome.org>
11967         * plugins/language-support-cpp-java/plugin.c:
11968         Fixed to work kind of with sourceview editor
11969         * plugins/sourceview/anjuta-document.c: 
11970         * plugins/sourceview/anjuta-view.c: 
11971         * plugins/sourceview/sourceview-cell.c:
11972         * plugins/sourceview/sourceview.c:
11973         Fixed IAnjutaEditorCell and "char-added" signal
11975 2006-07-24 Naba Kumar  <naba@gnome.org>
11977         * plugins/document-manager/plugin.c,
11978         plugins/document-manager/plugin.h: Initial implementedion for loading
11979         support plugins.
11980         
11981         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11982         implementation.
11983         
11984         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11985         indicators are cleared (that leaved grey texts).
11987 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11989         * libanjuta/interfaces/libanjuta.idl,
11990         plugins/debug-manager/breakpoints.c,
11991         plugins/debug-manager/memory.c,
11992         plugins/debug-manager/registers.c,
11993         plugins/debug-manager/debug_tree.c,
11994         plugins/debug-manager/debugger.c,
11995         plugins/gdb/debugger.c,
11996         plugins/gdb/debugger.h,
11997         plugins/gdb/plugin.c:
11998         Add a parameter for reporting error
11999         Add a new interface for using gdb variable object
12000         Allow to cancel commands
12001         Rewrite handling of debugger state
12003         * plugins/debug-manager/plugin.c,
12004         plugins/debug-manager/locals.c,
12005         plugins/debug-manager/locals.h,
12006         plugins/debug-manager/register.c,
12007         plugins/debug-manager/stack_trace.c,
12008         plugins/debug-manager/stack_trace.h:
12009         Create and destroy local and stack trace windows when needed
12011 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
12013         * plugins/document-manager/plugin.c:
12014         Fixed "Automatic" highlighting
12016 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
12018         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
12020         * plugins/sourceview/anjuta-view.c:
12021         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
12023 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
12024         
12025         * configure.in: Check for C/C++-Compiler correctly
12027 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
12029         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12031         * plugins/debug-manager/stack_trace.c:
12032         Destroy stack window when debuuger is disabled (#347414)
12033         
12034         * plugins/sourceview/anjuta-view.c:
12035         Fix a crash with popup-menu (#347412)
12037 2006-07-13 Naba Kumar  <naba@gnome.org>
12039         * plugins/editor/Makefile.am,
12040         plugins/editor/text_editor.h,
12041         plugins/editor/text-editor-iterable.h,
12042         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
12043         tested yet).
12044         
12045         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
12046         code.
12047         
12048         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
12050 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
12052         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
12053         Bug #342937
12054         
12055 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
12057         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12059         * libanjuta/anjuta-preferences-dialog.c:
12060         Do not use the page_num returned by gtk_notebook_append_page to
12061         remove the page as it cause bugs when pages removal is not done
12062         in LIFO.
12064         * plugins/document-manager/anjuta-docman.c:
12065         * src/anjuta-app.c:
12066         makes Anjuta display dock_items which have previously been hidden
12068 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
12070         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12072         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
12073         * plugins/sourceview/sourceview.c: (imark_unmark):
12074         
12075         Patches for bugs #346450 and #346295
12076         
12077         * AUTHORS: Added Fredrik
12079 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
12081         * plugins/message-view/anjuta-msgman.c: 
12082         Fixed close button/icon size (like in docman)
12084 2006-06-10 Naba Kumar <naba@gnome.org>
12086         * plugins/editor/text_editor.c: Fixed goto line to mark the line
12087         being set.
12088         
12089 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
12091         * libanjuta/interfaces/libanjuta.idl:
12092         Move inspect_memory function in IAnjutaCpuDebugger interface
12093         Rename Boolean type to State
12095         * plugins/debug-manager/breakpoint.c:
12096         Rename Boolean type to State
12098         * plugins/debug-manager/Makefile.am,
12099         plugins/debug-manager/anjuta-marshal.list,
12100         plugins/debug-manager/data_view.c,
12101         plugins/debug-manager/data_view.h,
12102         plugins/debug-manager/data_buffer.c,
12103         plugins/debug-manager/data_buffer.h,
12104         plugins/debug-manager/chunk_view.c,
12105         plugins/debug-manager/chunk_view.h,
12106         plugins/debug-manager/anjuta-debug-manager.ui,
12107         plugins/debug-manager/debugger.c,
12108         plugins/debug-manager/memory.c,
12109         plugins/debug-manager/memory.h,
12110         plugins/debug-manager/plugin.c,
12111         plugins/gdb/debugger.c,
12112         plugins/gdb/debugger.h,
12113         plugins/gdb/plugin.c:
12114         Rewrite memory window using a special widget
12115         Rename Boolean type to State
12117 2006-06-08 Naba Kumar <naba@gnome.org>
12119         * plugins/editor/text_editor.c (itext_editor_get_current_word):
12120         Do not return garbage characters and return NULL when there is no
12121         current word.
12122         
12123         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
12124         work correctly.
12125         
12126         * plugins/search/search-replace.c: Fixed a mem leak.
12128 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
12130         * libanjuta/anjuta-launcher.c:
12131         Added debug message (see #343522)
12132         
12133         * plugins/build-basic-autotools/build-basic-autotools.c:
12134         Patch from Günther Brammer to fix #344015
12136         * plugins/sourceview/sourceview.c:
12137         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
12138         automatic highlight of build messages)
12140 2006-06-06 Naba Kumar <naba@gnome.org>
12142         * configure.in,
12143         libanjuta/interfaces/libanjuta.idl,
12144         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12145         plugins/Makefile.am,
12146         plugins/document-manager/action-callbacks.c,
12147         plugins/document-manager/plugin.c,
12148         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
12149         interface for language highlight selection and langauge change
12150         signal.
12151         
12152         * plugins/language-support-cpp-java: Added language support
12153         plugin for cpp and java.
12155 2006-05-27  Naba Kumar  <naba@gnome.org>
12157         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
12158         plugins/debug-manager/*, data/Makefile.am,
12159         manuals/reference/libanjuta/libanjuta.types,
12160         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12161         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12162         merged anjuta-new-debugger branch into trunck.
12163         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
12165 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
12166         
12167         * libanjuta/interfaces/libanjuta.idl,
12168         plugins/debug-manager/debugger.c,
12169         plugins/debug-manager/debugger.h,
12170         plugins/gdb/anjuta-gdb.plugin.in,
12171         plugins/gdb/debugger.c,
12172         plugins/gdb/debugger.h,
12173         plugins/gdb/plugin.c:
12174         Add new IAnjutaCpuDebugger interface to access cpu register
12175         Run gdb instead of /usr/local/bin/gdb
12176         
12177         * plugins/debug-manager/plugin.c,
12178         plugins/debug-manager/registers.c,
12179         plugins/debug-manager/registers.h:
12180         Rewrite register window
12181         Rename Load target menu item to Run target
12183 2006-05-07  Naba Kumar  <naba@gnome.org>
12185         * plugins/gdb.init
12186         
12187 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
12189         * plugins/debug-manager/watch.c,
12190         plugins/debug-manager/breakpoint.c,
12191         plugins/debug-manager/breakpoint.h:
12192         Fix crash: disconnect save and load session signals
12194 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
12196         * libanjuta/interface/libanjuta.idl,
12197         plugins/debug-manager/debugger.c,
12198         plugins/gdb/plugin.c:
12199         Add a value parameter for evaluate command
12201         * plugins/debug-manager/anjuta-debug-manager.glade:
12202         Create new dialog box for watches using glade
12204         * plugins/debug-manager/anjuta-debug-manager.ui:
12205         Move watch menu items near the end
12206         Move breakpoint menu items outside the sub menu
12208         * plugins/debug-manager/debug_tree.c,
12209         plugins/debug-manager/debug_tree.h,
12210         plugins/debug-manager/debug_tree.h,
12211         plugins/debug-manager/watch.c:
12212         Move all GUI code from watch.c to debug_tree.c
12213         Add an auto update property to watches
12214         
12215         * plugins/debug-manager/locals.c,
12216         plugins/debug-manager/locals.h,
12217         plugins/debug-manager/stack_trace.c,
12218         plugins/debug-manager/stack_trace.h,
12219         plugins/debug-manager/plugin.c:
12220         Register actions before starting debugger
12222         * plugins/gdb/debugger.c:
12223         Do not call callback function if not present
12225 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
12227         * libanjuta/interfaces/libanjuta.idl,
12228         plugins/debug-manager/stack_trace.c,
12229         plugins/debug-manager/stack_trace.h,
12230         plugins/debug-manager/anjuta-debug-manager.ui,
12231         plugins/gdb/debugger.c:
12232         Add a popup menu in stack frame window
12233         Add a new frame-changed event
12234         Use MI command for getting stack informations
12235         Get filename with full path (need gdb > 6.3)
12237         * libanjuta/interfaces/libanjuta.idl,
12238         plugins/debug-manager/debug_tree.c,
12239         plugins/debug-manager/debugger.c,
12240         plugins/debug-manager/locals.c,
12241         plugins/debug-manager/locals.h,
12242         plugins/debug-manager/plugin.c,
12243         plugins/gdb/debugger.c,
12244         plugins/gdb/debugger.h,
12245         plugins/gdb/parser.c,
12246         plugins/gdb/parser.h,
12247         plugins/gdb/plugin.c,
12248         plugins/gdb/Makefile.am:
12249         Pass watch data with string instead of Watch structures
12250         Use debug_tree in local window
12251         Remove info local
12252         Remove parser.{ch}
12254         * plugins/debug-manager/breakpoints.c,
12255         plugins/debug-manager/utilities.c,
12256         plugins/debug-manager/utilities.h:
12257         Use a GtkListStore instead of a GtkTreeStore
12258         move goto_location_in_editor in utilities.c
12259         
12260 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12262         * libanjuta/interfaces/libanjuta.idl,
12263         plugins/debug-manager/anjuta-debug-manager.ui,
12264         plugins/debug-manager/breakpoints.c,
12265         plugins/debug-manager/plugin.c,
12266         plugins/gdb/debugger.c:
12267         Add a breakpoint type
12268         Add new popup menu in breakpoint window
12269         Add toggle breakpoint in editor popup menu
12270         Save and restore breakpoint enable
12271         Fix bug in clear all breakpoints
12272         Remove old useless code
12274         * plugins/debug-manager/debugger.c:
12275         Fix some problem with debugger states
12277         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12278         Update documentation
12279         
12280 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12282         * data/Makefile.am,
12283         plugins/gdb/Makefile.am,
12284         plugins/gdb/gdb.init:
12285         Move gdb.init crom data to plugins/gdb
12287         * plugins/gdb/gdb.init,
12288         libanjuta/interfaces/libanjuta.idl,
12289         plugins/debug-manager/breakpoints.c,
12290         plugins/debug-manager/debugger.c,
12291         plugins/debug-manager/plugin.c,
12292         plugins/gdb/debugger.c,
12293         plugins/gdb/plugin.c:
12294         Support pending breakpoints
12295         Rewrite debugger states
12296         Split ianjuta_debugger_log into _enable_log and _disable_log
12298         * plugins/debug-manager/start.c,
12299         plugins/debug-manager/debug_tree.c,
12300         plugins/gdb/parser.c:
12301         Remove some useless lines
12303         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12304         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12305         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12306         Update documentation
12308 2006-03-12 Naba Kumar <naba@gnome.org>
12310         * manuals/references/libanjuta/libanjuta.types: Fixed
12311         debug-manager name.
12312         
12313 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12315         * libanjuta/anjuta-debugger.c,
12316         libanjuta/anjuta-debugger.h:
12317         Remove those files
12318         
12319         * libanjuta/interfaces/libanjuta.idl,
12320         plugins/debug-mananger/breakpoints.c,
12321         plugins/debug-manager/debug_tree.c,
12322         plugins/debug-manager/debugger.c,
12323         plugins/debug-manager/plugin.c,
12324         plugins/debug-manager/registers.c,
12325         plugins/debug-manager/sharedlib.c,
12326         plugins/debug-manager/signal.c,
12327         plugins/debug-manager/stack_trace.c,
12328         plugins/debug-manager/start.c,
12329         plugins/debug-manager/watch.c,
12330         plugins/gdb/debugger.c,
12331         plugins/gdb/debugger.h,
12332         plugins/gdb/parser.c,
12333         plugins/gdb/parser.h,
12334         plugins/gdb/plugin.c:
12335         Move types definitions from libanjuta/anjuta-debugger.{ch}
12336         Rename types from AnjutaDebugger* to IAnjutaDebugger*
12337         
12338         * plugins/gdb/Makefile.am:
12339         Remove user interface from gdb plugin
12341 2006-03-12 Naba Kumar <naba@gnome.org>
12343         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12345 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
12347         Modified Patch from Marc Maurer <uwog@uwog.net>:
12348         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12349         Fixes #342447
12350         
12351         * plugins/sourceview/Makefile.am:
12352         * plugins/sourceview/sourceview-cell.c:
12353         * plugins/sourceview/sourceview-cell.h:
12354         * plugins/sourceview/sourceview.c: 
12355         
12356         Implemented IAnjutaEditorCell
12358 2006-05-21  Naba Kumar  <naba@gnome.org>
12360         * libanjuta/interfaces/libanjuta.idl,
12361         plugins/document-manager/action-callbacks.c,
12362         plugins/document-manager/plugin.c,
12363         plugins/editor/print.c, plugins/editor/text_editor.c,
12364         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12365         Fixed zooming and added icons and shortcuts for zoom menu items.
12367 2006-05-21  Naba Kumar  <naba@gnome.org>
12369         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12370         whitespaces.
12372 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12374         * plugins/document-manager/anjuta-docman.c:
12375         Fixed close button reaction by setting the correct current editor
12377 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12379         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12380         * plugins/document-manager/anjuta-docman.c
12381         - Fix close button, you can close any tab as you wish now.
12382         - Fadeout mime icon as the same as close image  
12384 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12386         Patch from Marc Maurer <uwog@uwog.net>
12387         * main.c: Compile fix when NLS is enabled
12388         
12389         AUTHORS: Added Marc
12391 2006-05-20  Naba Kumar  <naba@gnome.org>
12393         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12394         while loading abiword-2.4.4/abi project).
12396 2006-05-18 Naba Kumar  <naba@gnome.org>
12398         * libanjuta/interfaces/libanjuta.idl,
12399         plugins/document-manager/action-callbacks.c,
12400         plugins/editor/print.c,
12401         plugins/editor/text_editor.c,
12402         plugins/editor/text_editor.h,
12403         plugins/editor/text_editor_prefs.c: Fixed zooming.
12404         
12405         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12406         interface for character iteration and IAnjutaEditorAssist interface
12407         for autocompletions and editor tips.
12409 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12411         Patch from Günther Brammer <GBrammer@gmx.de>:
12412         * plugins/document-manager/anjuta-docman.c:
12413         Make tabs smaller but keep nice closing icon
12415         * plugins/document-manager/anjuta-docman.c:
12416         * plugins/document-manager/Makefile.am:
12417         
12418         Added nice mime-icons to the editor tabs
12420 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12422         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12423         
12424         * plugins/symbol-browser/an_symbol_view.c:
12425         - Fixed crasher
12426         - Fixed symbol searching (Yang Hong (#341997))
12427         
12428         * plugins/devhelp/htmlview.c:
12429         Fixed devhelp plugin
12430         
12431         * plugins/build-basic-autotools/build-basic-autotools.c:
12432         * plugins/search/search-replace.c:
12433         * plugins/document-manager/anjuta-docman.c:
12434         
12435         Only add a marker to a line where it makes sense!
12437 === anjuta 2.0.2 ===
12439 2006-05-15  Naba Kumar  <naba@gnome.org>
12441         * configure.in: set required versions for
12442         gdl and glade3.
12443         
12444 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12446         * plugins/glade/plugin.c:
12447         Fixed signal connection for "gtk-doc-search"
12449 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12451         * NEWS: Set release date, add known issues
12452         
12453         * libanjuta/anjuta-shell.c:
12454         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12455         and debug other gtk-warnings/criticals)
12456         
12457         * plugins/build-basic-autotools/build-basic-autotools.c:
12458         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12459         
12460         * plugins/sourceview/anjuta-view.c:
12461         * plugins/sourceview/sourceview-args.c:
12462         * plugins/sourceview/sourceview-scope.c:
12463         * plugins/sourceview/sourceview-tags.c:
12464         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12466 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12468         * pixmaps/Makefile.am:
12469         Add preferences_general.png
12470         
12471         * plugins/devhelp/plugin.c:
12472         Fixed some more realise things
12473         
12474         * plugins/message-view/anjuta-msgman.c:
12475         Support stock icons for message panes
12476         
12477         * plugins/search/search-replace.c:
12478         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12479          
12480         * plugins/search/search-replace_backend.c:
12481         Fixed #341359
12482         
12483         * plugins/sourceview/anjuta-document.c:
12484         * plugins/sourceview/sourceview.c:
12485         Fixed finalise and tag completion
12486         
12487         * src/anjuta-app.c:
12488         Use preferences_general icon
12490 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12492         * pixmaps/Makefile.am:
12493         Fixed EXTRA_DIST
12495 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12497         * plugins/sourceview/sourceview-prefs.c:
12498         Fixed font & color handling
12499         
12500         * plugins/symbol-browser/an_symbol_view.c:
12501         Fixed crasher
12503 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12505         * plugins/macro/macros.xml:
12506         Fixed bug #341583 (Address of FSF)
12508 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12510         * src/main.c:
12511         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12512         Update: Do it the cool way...
12513         
12514 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12516         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12517         Implement gtk-api-help signals of glade3
12518         * configure.in: Bump to glade3 2.91.2
12519         
12520         * plugins/devhelp/plugin.c:
12521         Fixed some realize stuff in the devhelp plugin
12522         
12523         * plugins/sourceview/anjuta-document.c:
12524         fixed bug with scope completion
12526 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12528         * plugins/symbol-browser/an_symbol_view.c
12529         * plugins/symbol-browser/an_symbol_prefs.c
12530         * plugins/symbol-browser/an_symbol_prefs.h
12531         * global_tags/create_global_tags.sh:
12532         
12533         Automaticly create global tags on first startup
12535 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12537         * configure.in:
12538         * plugins/project-wizard/templates/Makefile.am:
12539         * (added) plugins/project-wizard/templates/cpp-logo.png:
12540         * (added) plugins/project-wizard/templates/cpp.wiz:
12541         * (added) plugins/project-wizard/templates/cpp/*:
12543         Added a generic c++ template. It's a simple hello world.
12545 2006-05-07  Massimo Cora' <maxcvs@email.it>
12547         * plugins/symbol-browser/an_symbol_view.c:
12548         fixed a stupid crasher.
12550 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12552         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12553         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12554         
12555         Fixed WxWidgets project type
12557 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12559         * plugins/devhelp/htmlview.c: 
12560         * plugins/devhelp/plugin.c:
12561         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12562         
12563         * plugins/project-wizard/install.c:
12564         Don't set a message - thanks to seb
12566 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12568         * plugins/devhelp/htmlview.c: 
12569         * plugins/symbol-browser/an_symbol_view.c:
12570         
12571         There is a weird crash in gtk_idle which I still did not completly fix!
12572         
12573         * plugins/project-wizard/install.c:
12574         Default to success instead of failure
12576 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12578         * plugins/devhelp/htmlview.c:
12579         * plugins/devhelp/plugin.c:
12580         Fixed bug and libdevhelp issue!
12582         * plugins/project-wizard/install.c:
12583         Fixed message string!
12585 2006-05-03  Massimo Cora' <maxcvs@email.it>
12586        
12587         * plugins/symbol-browser/an_symbol_view.c:
12588         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12590 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12592         * pixmaps/Makefile.am:
12593         * src/main.c:
12594         * anjuta.desktop.in.in
12595         
12596         GNOME Goal #2.1: Install theme-friendly icons
12598 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12600         * plugins/devhelp/htmlview.c: Reload page on reparent
12601         * plugins/document-manager/anjuta-docman.c:
12602         Present document-manager when document is selected in file-manager
12604 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12606         * plugins/symbol-broser/an_symbol_view.c:
12607         Fixed crasher in namespace exploration
12609 2006-05-01  Massimo Cora' <maxcvs@email.it>
12611         * configure.in:
12612         * plugins/valgrind/Makefile.am:
12614         Optional compiling of Valgrind plugin
12616 2006-05-01  Massimo Cora' <maxcvs@email.it>
12618         * plugins/symbol-browser/an_symbol_view.c:
12619         - modularized code. Marked with FIXME the parts which need improvement.
12620         - More comments.
12621     - Added basic namespace completion for Gtkmm type project:
12622     - namespace1::MyClass *class;
12623     - class-> [display]
12624     - Namespaces must be anyway improved.
12626 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12628         * plugins/devhelp/plugin.c: 
12629         Fixed up plugin unloading and show html widget on link selected
12630         
12631         * NEWS: Updated
12632         
12633 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12635         * plugins/devhelp/Makefile.am:
12636         * plugins/devhelp/anjuta-devhelp.plugin.in:
12637         * plugins/devhelp/htmlview.c:
12638         * plugins/devhelp/htmlview.h:
12639         * plugins/devhelp/plugin.c: 
12640         * plugins/devhelp/plugin.h:
12641         Reimplemeted devhelp plugin from scratch
12642         
12643         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12644         Fixed crasher
12646 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12648         * plugins/sourceview/sourceview-tags.c:
12649         complete some more tag types
12650         
12651         * plugins/valgrind/plugin.c:
12652         * plugins/valgrind/preferences.c:
12653         * plugins/valgrind/vggeneralprefs.c:
12654         
12655         Fixed lots of gtk warnings
12657 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12659         * plugins/sourceview/sourceview-scope.c:
12660         Implemented type-ahead for scope completion
12662 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12664         * manuals/C/Makefile.am:
12665         * manuals/Makefile.am:
12666         * plugins/document-manager/Makefile.am:
12667         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12668         * plugins/sourceview/Makefile.am:
12669         * tagmanager/c.c:
12670         
12671         Fixed distcheck
12672         
12673         * plugins/class-gen/goc_template_header: G_END_DECLS
12675 2006-05-27  Naba Kumar <naba@gnome.org>
12677         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12678         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12679         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12680         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12681         scintilla/include/Scintilla.iface,
12682         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12683         cvs. Fixed compile flags. Removed outdated patches.
12685 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12687         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12689         * plugins/sourceview/anjuta-document.c:
12690         * plugins/sourceview/sourceview-args.c:
12691         * plugins/sourceview/sourceview-scope.c:
12692         
12693         Add End/Home keypresses and support completion if symbol start with '!' for example
12694         in an if statement
12696 2006-04-27 Massimo Cora' <maxcvs@email.it>
12698         * libanjuta/interfaces/libanjuta.idl:
12700         * plugins/sourceview/sourceview-scope.c:
12701         * plugins/sourceview/tag-window.c: 
12702         * plugins/sourceview/tag-window.h:
12703         * plugins/symbol-browser/an_symbol_view.c:
12704         * plugins/symbol-browser/an_symbol_view.h:
12705         * plugins/symbol-browser/plugin.c:
12706         
12707         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12708         interface.
12709         Code and ideas for C/C++ new completion engine comes from IComplete written by
12710         Martin Stubenschrott <stubenschrott@gmx.net>.
12711         Currently the interface works only with GtkSourceView plugin.   
12712         
12713         * tagmanager/Makefile.am:
12714         * tagmanager/c.c: 
12715         * tagmanager/entry.h:
12716         * tagmanager/get.c:
12717         * tagmanager/get.h:
12718         * tagmanager/include/tm_file_entry.h:
12719         * tagmanager/include/tm_project.h:
12720         * tagmanager/include/tm_source_file.h:
12721         * tagmanager/include/tm_symbol.h:
12722         * tagmanager/include/tm_tagmanager.h:
12723         * tagmanager/include/tm_work_object.h:
12724         * tagmanager/include/tm_workspace.h:
12725         * tagmanager/parse.c:
12726         * tagmanager/read.c: 
12727         * tagmanager/read.h:
12728         * tagmanager/tm_project.c: 
12729         * tagmanager/tm_source_file.c: 
12730         * tagmanager/tm_workspace.c:
12731         
12732         Tagmanager can now parse a memory buffer and generate/update 
12733         tags into tm_workspace/tm_project on the fly, without using files.
12734         C/C++ is supported now.
12735         
12736 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12738         * plugins/sourceview/anjuta-document.c:
12739         * plugins/sourceview/sourceview-args.c:
12740         * plugins/sourceview/sourceview-scope.c:
12741         * plugins/sourceview/sourceview.c:
12742         
12743         Fixed some memory leaks and argument completion
12745 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12747         * plugins/glade/plugin.c:
12748         
12749         Fixed glade plugin build because of API changes in glade3
12751 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12753         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12754         Updated editor section
12755         
12756         * manuals/C/anjuta-manual/interface.xml:
12757         * manuals/C/anjuta-manual/preferences.xml:
12758         * manuals/C/anjuta-manual/projects.xml:
12759         Updated manual
12760         
12761         * plugins/editor/anjuta-editor.plugin.in:
12762         Better plugin name
12764 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12766         * configure.in:
12767         * plugins/editor/anjuta-editor.plugin.in:
12768         * plugins/sourceview/sourceview.plugin.in:
12770         Build both editors and let the user decide a runtime!
12771         
12772         * plugins/sourceview/sourceview-scope.c:
12773         Fixed bug in regex to allow test()-> completions
12775 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12777         * plugins/sourceview/anjuta-document.c:
12778         * plugins/sourceview/sourceview-args.c: 
12779         * plugins/sourceview/sourceview-scope.c:
12780         * plugins/sourceview/sourceview-tags.c:
12781         * plugins/sourceview/tag-window.c: 
12782         
12783         Improved callltip windows
12785 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12787         * src/anjuta-app.c: (on_session_save):
12788         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12789         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12791 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12793         * libanjuta/anjuta-utils.c: 
12794         * plugins/cvs-plugin/cvs-execute.c:
12795         Off-by-one...
12797         * scintilla/LexInno.cxx:
12798         * scintilla/LexOpal.cxx:
12799         * scintilla/LexTCL.cxx:
12801         Added missing files from scintilla-update
12803 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12805         * configure.in:
12806         * manuals/C/Makefile.am:
12807         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12808         * manuals/C/anjuta-manual/Makefile.am:
12809         * manuals/C/anjuta-manual/anjuta-manual.xml:
12810         * manuals/C/anjuta-manual/build.xml:
12811         * manuals/C/anjuta-manual/debugger.xml:
12812         * manuals/C/anjuta-manual/execute.xml:
12813         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12814         * manuals/C/anjuta-manual/figures/arguments.png:
12815         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12816         * manuals/C/anjuta-manual/figures/file_menu.png:
12817         * manuals/C/anjuta-manual/figures/menu_main.png:
12818         * manuals/C/anjuta-manual/figures/menubar.png:
12819         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12820         * manuals/C/anjuta-manual/figures/project_info.png:
12821         * manuals/C/anjuta-manual/figures/scrshot.png:
12822         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12823         * manuals/C/anjuta-manual/figures/tool-editor.png:
12824         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12825         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12826         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12827         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12828         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12829         * manuals/C/anjuta-manual/fileoperations.xml:
12830         * manuals/C/anjuta-manual/interface.xml:
12831         * manuals/C/anjuta-manual/introduction.xml:
12832         * manuals/C/anjuta-manual/preferences.xml:
12833         * manuals/C/anjuta-manual/projects.xml:
12834         * manuals/C/anjuta-manual/tools.xml:
12835         * manuals/Makefile.am:
12836         
12837         Updated manual and faq
12839         * scintilla/CallTip.cxx:
12840         * scintilla/CallTip.h:
12841         * scintilla/CellBuffer.cxx:
12842         * scintilla/CellBuffer.h:
12843         * scintilla/ContractionState.cxx:
12844         * scintilla/Document.cxx:
12845         * scintilla/Document.h:
12846         * scintilla/DocumentAccessor.cxx:
12847         * scintilla/Editor.cxx:
12848         * scintilla/Editor.h:
12849         * scintilla/ExternalLexer.cxx:
12850         * scintilla/Indicator.cxx:
12851         * scintilla/KeyMap.cxx:
12852         * scintilla/KeyWords.cxx:
12853         * scintilla/LexAU3.cxx:
12854         * scintilla/LexBash.cxx:
12855         * scintilla/LexCPP.cxx:
12856         * scintilla/LexCaml.cxx:
12857         * scintilla/LexCsound.cxx:
12858         * scintilla/LexEiffel.cxx:
12859         * scintilla/LexGui4Cli.cxx:
12860         * scintilla/LexHTML.cxx:
12861         * scintilla/LexLua.cxx:
12862         * scintilla/LexMSSQL.cxx:
12863         * scintilla/LexOthers.cxx:
12864         * scintilla/LexPOV.cxx:
12865         * scintilla/LexPython.cxx:
12866         * scintilla/LexRuby.cxx:
12867         * scintilla/LexSQL.cxx:
12868         * scintilla/LexVB.cxx:
12869         * scintilla/Makefile.am:
12870         * scintilla/PlatGTK.cxx:
12871         * scintilla/PropSet.cxx:
12872         * scintilla/RESearch.cxx:
12873         * scintilla/RESearch.h:
12874         * scintilla/ScintillaBase.cxx:
12875         * scintilla/ScintillaGTK.cxx:
12876         * scintilla/StyleContext.h:
12877         * scintilla/ViewStyle.cxx:
12878         * scintilla/ViewStyle.h:
12879         * scintilla/XPM.cxx:
12880         * scintilla/include/KeyWords.h:
12881         * scintilla/include/Platform.h:
12882         * scintilla/include/PropSet.h:
12883         * scintilla/include/SciLexer.h:
12884         * scintilla/include/Scintilla.h:
12885         * scintilla/include/Scintilla.iface:
12886         * scintilla/include/ScintillaWidget.h:
12887         * scintilla/lexers.make:
12889         Update to scintilla 1.68
12891         * src/anjuta-app.c:
12892         Only show help items which are really availible
12894         * plugins/cvs-plugin/cvs-callbacks.c
12895         * plugins/cvs-plugin/cvs-execute.c
12896         * plugins/cvs-plugin/subversion-callbacks.c:
12897         * libanjuta/anjuta-utils.c:
12898         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12900 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12902         * plugins/project-wizard/install.c,
12903         * plugins/project-wizard/autogen.c:
12904         Add error messages if using a read only directory
12905         Improve fix for bug #339296
12907 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12909         * libanjuta/interfaces/libanjuta.idl:
12910         * plugins/document-manager/action-callbacks.c:
12911         * plugins/document-manager/plugin.c:
12912         * plugins/editor/text_editor.c:
12913         Added IAnjutaEditorGoto 
12915         * plugins/editor/aneditor.cxx:
12916         * plugins/editor/aneditor.h:
12917         * plugins/editor/text_editor.h:
12918         * plugins/editor/text_editor_prefs.c:
12919         
12920         Fixed #305076
12922 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12924         * libanjuta/interfaces/libanjuta.idl:
12925         * plugins/document-manager/action-callbacks.c:
12926         * plugins/document-manager/anjuta-docman.c:
12927         * plugins/document-manager/plugin.c:
12928         * plugins/editor/text_editor.c: 
12929         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12930         
12931         * plugins/sourceview/sourceview.c:
12932         * plugins/sourceview/sourceview.glade:
12933         Fixed some uft-8 issues and added a preference option
12934         to enable/disable gnome-vfs monitoring
12935         
12936         * scintilla/Makefile.am:
12937         * scintilla/include/Makefile.am:
12938         Fixed build
12940 2006-04-20  Massimo Cora' <maxcvs@email.it>
12942         * libanjuta/interfaces/libanjuta.idl:
12943         Remove get_current_pos () because we have get_position()
12945 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12947         * NEWS: Updated
12948         * plugins/sourceview/tag-window.c:
12949         Don't close window on PageUp/PageDown
12951 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12953         * data/Makefile.am:
12954         * manuals/reference/libanjuta/Makefile.am:
12955         
12956         Some build fixes
12957         
12958         * src/Makefile.am:
12959         * src/bacon-message-connection.c: 
12960         * src/bacon-message-connection.h: (both from gedit)
12961         * src/main.c:
12962         
12963         Fixed #312319 (Opening files when Anjuta is already open)
12965 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12967         * TODO.tasks: Updated
12968         * plugins/sourceview/anjuta-view.c: 
12969         * plugins/sourceview/anjuta-view.h:
12970         * plugins/sourceview/sourceview.c: 
12971         
12972         * configure.in: Fix --enable-plugin-scintilla
12973         
12974         Added char_added signal
12976 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12978         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12979         
12980         Fixed diff for utf8
12981         
12982         * plugins/sourceview/sourceview.c:
12983         Fixed VFS monitoring (still a bit buggy)
12984         
12985         * plugins/sourceview/sourceview-args.c:
12986         * plugins/sourceview/tag-window.c: 
12987         
12988         Better sizing for the popup-window
12990 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12992         * plugins/project-wizard/templates/gnome/src/main.c:
12993         * plugins/project-wizard/templates/gnome/src/project.glade:
12994         * plugins/project-wizard/templates/gtk/src/main.c: 
12995         * plugins/project-wizard/templates/gtk/src/project.glade:
12996         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12997         
12998         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12999         
13000 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
13002         * configure.in: More removal of obsoleteness.
13003         * po/no.po:
13005 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
13007         * ROADMAP:
13008         * libanjuta/anjuta-preferences.c: 
13009         * libanjuta/anjuta-utils.c: 
13010         * libanjuta/anjuta-utils.h:
13011         * plugins/message-view/message-view.c:
13012         
13013         Changed color functions and moved convert_color to anjuta-utils.h
13014         
13015         * plugins/message-view/anjuta-message-manager-plugin.glade:
13016         GnomeColorPicker -> GtkColorButton (bug #309154)
13017         
13018         * plugins/sourceview/plugin.c:
13019         * plugins/sourceview/sourceview-prefs.c:
13020         * plugins/sourceview/sourceview.glade:
13021         Added color and font preferences
13023         * plugins/sourceview/sourceview-tags.c:
13024         Only show as much choices as configured in preferences
13026 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
13028         * ROADMAP, NEWS: Updated (we are far behind ;-)
13029         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
13031 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
13033         * configure.in:
13034         * plugins/editor/Makefile.am:
13035         * scintilla/Makefile.am
13036         
13037         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
13038         
13039         * global-tags/Makefile.am:
13040         * global-tags/create_global_tags.sh:
13041         * plugins/symbol-browser/an_symbol_prefs.c:
13042         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
13043         * plugins/symbol-browser/plugin.h:
13044         * tagmanager/include/tm_workspace.h:
13045         * tagmanager/tm_workspace.c:
13046         
13047         Fixed symbol-browser prefs and move global tags generation from installtion to
13048         preferences to make the life easier for distributers and to allow updates after installtion
13050         * plugins/document-manager/action-callbacks.c: 
13051         * plugins/document-manager/action-callbacks.h:
13052         * plugins/document-manager/anjuta-document-manager.ui:
13053         * plugins/document-manager/indent-util.c:
13054         * plugins/document-manager/plugin.c:
13055         * plugins/editor/text_editor.c:
13056         
13057         Moved indent stuff to document-manager
13058         
13059         * plugins/sourceview/anjuta-view.c: 
13060         * plugins/sourceview/sourceview-args.c: 
13061         * plugins/sourceview/sourceview-scope.c:
13062         * plugins/sourceview/sourceview-tags.c: 
13063         * plugins/sourceview/sourceview.c:
13064         
13065         Fixed several bugs
13066         
13067         * plugins/sourceview/sourceview.plugin (removed):
13068         * plugins/sourceview/sourceview.plugin.in:
13069         Editor is not user-activatible
13070         
13071         * plugins/sourceview/sourceview.png:
13072         Updated icon
13074 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
13076         * src/anjuta-app.c: Fixed crasher on plugin unloading
13078 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
13080         * plugins/sourceview/sourceview.c
13081         * plugins/sourceview/sourceview-args.c
13082         * plugins/sourceview/sourceview-args.h:
13083         
13084         Polished argument completion
13086 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
13088         * plugins/message-view/anjuta-msgman.c:
13089         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
13090         
13091         Show message pane on switch (does not work, anjuta_shell needs a fix)
13092         
13093         * plugins/sourceview/Makefile.am:
13094         * plugins/sourceview/anjuta-view.c: (find_tag_window),
13095         * plugins/sourceview/sourceview-args.c: 
13096         * plugins/sourceview/sourceview-args.h:
13097         * plugins/sourceview/sourceview-private.h:
13098         * plugins/sourceview/sourceview-scope.c: 
13099         (sourceview_scope_update), (sourceview_scope_filter_keypress):
13100         * plugins/sourceview/sourceview-tags.c:
13101         * plugins/sourceview/sourceview.c:
13102         * plugins/sourceview/tag-window.c:
13103         * plugins/sourceview/tag-window.h:
13104         
13105         Added scope and argument completion
13107 2006-04-03  Johannes Schmid <jhs@gnome.org>
13109         * TODO.tasks
13110         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
13111         (on_widget_remove):
13112         Save toolbar state
13114         * plugins/sourceview/sourceview.c: (iselect_clear):
13115         Make "Delete"-key working
13117         * configure.in: #336389
13119 2006-04-03  Johannes Schmid <jhs@gnome.org>
13121         * plugins/sourceview/Makefile.am:
13122         * plugins/sourceview/anjuta-view.c:
13123         * plugins/sourceview/plugin.c: 
13124         * plugins/sourceview/sourceview-private.h:
13125         * plugins/sourceview/sourceview-scope.c:
13126         * plugins/sourceview/sourceview-scope.h:
13127         * plugins/sourceview/sourceview-tags.c: 
13128         * plugins/sourceview/sourceview-tags.h:
13129         * plugins/sourceview/sourceview.c:
13130         * plugins/sourceview/sourceview.h:
13131         * plugins/sourceview/tag-window.c:
13132         
13133         - fixed goto_file_line
13134         - scroll to cursor on undo/redo
13135         - show correct popup-menu
13136         - scope completion (not ready yet)
13138 2006-04-03  Johannes Schmid <jhs@gnome.org>
13140         * plugins/sourceview/plugin.c: 
13141         * plugins/sourceview/sourceview-tags.c:
13142         * plugins/sourceview/sourceview.c: 
13143         * plugins/sourceview/sourceview.h:
13144         * plugins/sourceview/tag-window.c:
13145         
13146         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
13148 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13150         * plugins/sourceview/sourceview.c:
13151         Fixed next/previous bookmark.
13152         Toggled bookmark (set/unset).
13154 2006-04-03  Johannes Schmid <jhs@gnome.org>
13156         * plugins/document-manager/action-callbacks.c:
13157         Fixed Gtk-Warning in goto_line
13158         
13159         * plugins/sourceview/Makefile.am:
13160         * plugins/sourceview/anjuta-document.c:
13161         * plugins/sourceview/anjuta-view.c: 
13162         * plugins/sourceview/anjuta-view.h:
13163         * plugins/sourceview/sourceview-autocomplete.c:
13164         * plugins/sourceview/sourceview-autocomplete.h:
13165         * plugins/sourceview/sourceview-private.h:
13166         * plugins/sourceview/sourceview-tags.c:
13167         * plugins/sourceview/sourceview-tags.h:
13168         * plugins/sourceview/sourceview.c:
13169         * plugins/sourceview/tag-window.c:
13170         * plugins/sourceview/tag-window.h:
13171         Created a nice API for tag and completion windows
13172         
13173         * plugins/sourceview/sourceview-print.h:
13174         * plugins/sourceview/sourceview-print.c:
13175         Added printing
13176                 
13177 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13179         * plugins/sourceview/sourceview.c:
13180         Fixed typo (Sort bookmarks).
13181         
13182 2006-04-01  Johannes Schmid <jhs@gnome.org>
13184         * plugins/sourceview/anjuta-document.c:
13185         * plugins/sourceview/anjuta-document.h:
13186         * plugins/sourceview/anjuta-view.c:
13187         * plugins/sourceview/anjuta-view.h:
13188         * plugins/sourceview/sourceview-autocomplete.c:
13189         * plugins/sourceview/sourceview-autocomplete.h:
13190         * plugins/sourceview/sourceview-prefs.c:
13191         * plugins/sourceview/sourceview-prefs.h:
13192         * plugins/sourceview/sourceview-private.h:
13193         * plugins/sourceview/sourceview-tags.c:
13194         * plugins/sourceview/sourceview-tags.h:
13195         * plugins/sourceview/sourceview.c:
13196         * plugins/sourceview/sourceview.glade:
13197         * plugins/sourceview/tag-window.c: 
13198         * plugins/sourceview/tag-window.h:
13199         
13200         Improved code complete and autocomplete
13202 2006-04-01  Johannes Schmid <jhs@gnome.org>
13204         * plugins/sourceview/Makefile.am:
13205         * plugins/sourceview/bookmark.png:
13206         * plugins/sourceview/marker-attentive.png:
13207         * plugins/sourceview/marker-basic.png:
13208         * plugins/sourceview/marker-intense.png:
13209         * plugins/sourceview/marker-light.png:
13210         * plugins/sourceview/sourceview.c: 
13211         
13212         Added pixmaps for all marker types and show bookmarks
13213         
13214         * configure.in
13215         * plugins/sourceview/Makefile.am:
13216         Build sourceview on 2.14 only
13218 2006-03-31  Johannes Schmid <jhs@gnome.org>
13220         * plugins/sourceview/Makefile.am:
13221         * plugins/sourceview/anjuta-document.c:
13222         * plugins/sourceview/anjuta-view.c:
13223         * plugins/sourceview/anjuta-view.h:
13224         * plugins/sourceview/sourceview-autocomplete.c:
13225         * plugins/sourceview/sourceview-private.h:
13226         * plugins/sourceview/sourceview-tags.c:
13227         * plugins/sourceview/sourceview-tags.h:
13228         * plugins/sourceview/sourceview.c: 
13229         * plugins/sourceview/tag-window.c:
13230         * plugins/sourceview/tag-window.h:
13231         
13232         Added code completion with tag manager to the editor and fixed a save_as bug
13234 2006-03-31  Johannes Schmid <jhs@gnome.org>
13236         * src/main.c: Revert patch from Rob to allow building with
13237         Gnome 2.12
13238         * configure.in: Require at least 2.12 libraries
13240 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
13242         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13244         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13245         Improve anjuta-plugin project template: Added missed files dist tarball
13246         (make dist)
13248         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13249         typo
13251 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
13253         reviewed by: Johannes Schmid <jhs@gnome.org>
13255         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13256         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13257         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13258         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13259         
13260         Improve anjuta-plugin project template. Also fix for #322744
13262 2006-03-27  Johannes Schmid <jhs@gnome.org>
13264         * plugins/sourceview/sourceview-private.h:
13265         plugins/sourceview/sourceview.c:
13266         
13267         Added basic bookmark support
13269 2006-03-27  Johannes Schmid <jhs@gnome.org>
13271         * TODO.tasks:
13272         Updated
13273         
13274         Patch from Rob Bradfort <robster@debian.org>:
13275         * src/main.c: (get_command_line_args), (main):
13276         Migration from popt to GOption
13277         
13278 2006-03-26 Naba Kumar  <naba@gnome.org>
13280         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13281         size to scale itself with theme.
13283 2006-03-26 Naba Kumar  <naba@gnome.org>
13285         * plugins/file-manager/an_file_view.c,
13286         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13287         when symbolview and fileview objects are destroyed to avoid crashes
13288         after the plugins are disabled.
13290 2006-03-26 Naba Kumar <naba@gnome.org>
13292         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13293         Deleted unused file.
13294         
13295         * plugins/glade/plugin.c: Be able to close glade plugin when there
13296         there is no glade project loaded.
13297         
13298         * plugins/sourceview/sourceview.plugin,
13299         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13301 2006-03-23  Naba Kumar  <naba@gnome.org>
13303         * plugins/editor/print.c: Fixed a bug where some sections of
13304         printed/previewed text is not highlighted.
13305         
13306 2006-03-20  Johannes Schmid <jhs@gnome.org>
13308         * libanjuta/interfaces/libanjuta.idl:
13309         Added IAnjutaPrint
13310         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13311         as we do not use private apis. Show help window and startup because it does 
13312         not survive gdl
13313         
13314         * plugins/document-manager/action-callbacks.c:
13315         plugins/editor/Makefile.am:
13316         plugins/editor/text_editor.c:
13317         plugins/editor/print.c:
13318         plugins/editor/print.h:
13319         
13320         Fixed printing (nobody has missed it BTW ;-)
13321         
13322         * plugins/sourceview/sourceview.c:
13323         Fixed a crasher
13325 2006-03-20 Naba Kumar <naba@gnome.org>
13327         * configure.in, plugins/devhelp/plugin.c: Be able to build with
13328         devhelp >= 0.9 < 0.11 versions.
13329         
13330 2006-03-20  Johannes Schmid <jhs@gnome.org>
13332         * plugins/sourceview/anjuta-document-loader.c
13333         plugins/sourceview/sourceview.c:
13334         
13335         Fixed encoding bugs
13337 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13339         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13340         Fixed bug (line position)
13341         Give the good line position whatever the active editor.
13343 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
13345         * configure.in: Added fi to ALL_LINGUAS
13347 2006-03-19  Johannes Schmid <jhs@gnome.org>
13349         * plugins/sourceview/anjuta-document-loader.c:
13350         replace gnome_vfs_get_mime_type_for_name_and data
13352         * plugins/build-basic-autotools/build-basic-autotools.c:
13353         Fixed #335142
13355 2006-03-17  Johannes Schmid <jhs@gnome.org>
13357         * plugins/editor/editor.glade:
13358         Added style-editor again after it got lost somehow
13360 2006-03-17  Johannes Schmid <jhs@gnome.org>
13362         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13363         configure.in: require devhelp 0.11
13364         
13365         Post 0.11 devhelp versions (CVS) do not work because of an API change...
13367         plugins/build-basic-autotools/build-basic-autotools.c:
13368         forgot a an installtion callback for the "install as root"-feature
13370 2006-03-17  Massimo Cora' <maxcvs@email.it>
13372         reviewed by: Johannes Schmid <jhs@gnome.org>
13374         * plugins/class-gen/anjuta-class-gen-plugin.glade
13375         plugins/class-gen/class_gen.c 
13376         plugins/class-gen/goc_template_header
13377         plugins/class-gen/goc_template_source
13378         
13379         Fixed bug #334663
13381 2006-03-16  Johannes Schmid <jhs@gnome.org>
13383         * plugins/sourceview/sourceview.c:
13384         Fixed "save-point" signal for undo actions
13386 2006-03-16  Massimo Cora' <maxcvs@email.it>
13387         
13388         reviewed by: Johannes Schmid <jhs@gnome.org>
13389         
13390         * plugins/document-manager/anjuta-docman.c:
13391         Implement tab drag and drop
13393 2006-03-16  Johannes Schmid <jhs@gnome.org>
13395         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13396         plugins/build-basic-autotools/build-basic-autotools.c:
13397         
13398         Implemented "install as root"-feature (#321455)
13400 2006-03-16  Johannes Schmid <jhs@gnome.org>
13402         * mime/.cvsignore
13403         plugins/sourceview/.cvsignore
13404         plugins/tools/scripts/.cvsignore:
13405         Added/extended .cvsignore files
13406         
13407         * plugins/sourceview/sourceview-autocomplete.c:
13408         plugins/sourceview/sourceview-autocomplete.h:
13409         plugins/sourceview/sourceview-prefs.c:
13410         plugins/sourceview/sourceview-private.h:
13411         plugins/sourceview/sourceview.glade:
13412         Autcomplete just works(tm) now and respects preferences
13413         
13414         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13415         Use better algorithm from autocomplete
13417 2006-03-15  Johannes Schmid <jhs@gnome.org>
13419         * src/anjuta-app.c:
13420         Fixed bug #304495
13422 2006-03-15  Johannes Schmid <jhs@gnome.org>
13424         * libanjuta/interfaces/libanjuta.idl:
13425         plugins/class-gen/class_gen.c:
13426         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13427         plugins/project-manager/plugin.c:
13428         
13429         Allow to add multiple source files (#320191)
13430         
13431         * configure.in: Require gnome-build 0.1.3
13433 2006-03-14  Johannes Schmid <jhs@gnome.org>
13435         * plugins/macro/macro-utils.c: Fixed bug #333606
13436         * plugins/file-wizard/file.c: Fixed bug #333601
13438 2006-03-13  Johannes Schmid <jhs@gnome.org>
13440         * plugins/sourceview/sourceview_autocomplete.c
13441         plugins/sourceview/sourceview_autocomplete.h
13442         plugins/sourceview/sourceview.c
13443         plugins/sourceview/sourceview-private.h
13444         plugins/sourceview/sourceview-prefs.c:
13445         
13446         Cleaned up and fixed several issues
13447         
13448 2006-03-13  Johannes Schmid <jhs@gnome.org>
13450         * plugins/sourceview/Makefile.am:
13451         plugins/sourceview/sourceview-autocomplete.c
13452         plugins/sourceview/sourceview-autocomplete.h:
13453         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13454         plugins/sourceview/sourceview-private.h:
13455         plugins/sourceview/sourceview.c:
13456         
13457         Added (buggy) autocomplete feature to sourceview
13458         
13459 2006-03-12 Naba Kumar <naba@gnome.org>
13461         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13462         libanjuta/anjuta-session.c: Added API docs.
13464 2006-03-12 Naba Kumar <naba@gnome.org>
13466         * TODO.tasks: Added couple of tasks.
13467         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13468         Register private class as early as possible so that members could
13469         point to self class. Code clean up.
13471 2006-03-12 Naba Kumar <naba@gnome.org>
13473         * po/POTFILES.in, po/POTFILES.skip: Updated.
13475 2006-03-11 Naba Kumar <naba@gnome.org>
13477         * libanjuta/anjuta-shell.c,
13478         plugins/document-manager/anjuta-docman.c,
13479         plugins/document-manager/plugin.c,
13480         plugins/symbol-browser/an_symbol_search.c,
13481         plugins/valgrind/vgrule-list.c: Use correct signal names while
13482         creating them.
13483         
13484         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13485         signal names and fixed enum IANJUTA_TYPE_* macro.
13487 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13489         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13490         plugins/search/search-replace.c :
13491         Fixed bug (Bookmark the good line).
13492         Search & Replace (Mark all matched strings).
13493         
13494 2006-03-09  Johannes Schmid <jhs@gnome.org>
13496         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13497         Completed changes from yesterday
13498         
13499         * plugins/document-manager/anjuta-document-manager.glade:
13500         plugins/editor/editor.glade
13501         plugins/editor/plugin.c: (activate_plugin)
13502         plugins/editor/text_editor.c
13503     plugins/sourceview/Makefile.am
13504         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13505         plugins/sourceview/sourceview.glade:
13506         Completed preference changes
13508 2006-03-08  Johannes Schmid <jhs@gnome.org>
13510         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13511         plugins/search/plugin.c: (activate_plugin):
13512         
13513         Removed Gtk-Criticals
13514         
13515         * plugins/document-manager/anjuta-document-manager.glade:
13516         plugins/document-manager/plugin.c: (on_docman_auto_save),
13517         (on_gconf_notify_timer), (prefs_init):
13518     plugins/document-manager/plugin.h:
13519         plugins/editor/text_editor.c: (text_editor_instance_init),
13520         (text_editor_dispose):
13521         plugins/editor/text_editor.h:
13522         plugins/editor/text_editor_cbs.c:
13523         plugins/editor/text_editor_cbs.h:
13524         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13525         plugins/glade/plugin.c: (activate_plugin):
13526         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13527         plugins/sourceview/sourceview-private.h:
13528         plugins/sourceview/sourceview.c: (on_menu_popup),
13529         (sourceview_new), (ifile_open), (ifile_savable_save),
13530         (ifile_savable_save_as), (ieditor_set_popup_menu),
13531         (ieditor_get_filename), (imark_mark):
13533     Moved autosave from editor to document manager and fixed some things in 
13534     Sourceview plugin
13536 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13538         * plugins/search/anjuta-search.glade :
13539         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13540         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13541         plugins/search/search-replace.c : Fixed bug.
13542         
13543 2006-03-08  Johannes Schmid <jhs@gnome.org>
13545     * plugins/search/anjuta-search.glade
13546     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13548 2006-03-07  Johannes Schmid <jhs@gnome.org>
13550         * plugins/document-manager/action-callbacks.c
13551         plugins/document-manager/anjuta-document-manager.glade
13552         plugins/document-manager/plugin.c: (prefs_init),
13553         (activate_plugin):
13554         plugins/editor/Makefile.am:
13555         plugins/editor/editor.glade:
13556         plugins/editor/plugin.c: (on_style_button_clicked),
13557         (activate_plugin), (dispose):
13558         plugins/editor/style-editor.c:
13559         
13560         Startet to seperate document-manager and editor preferences
13562         * plugins/search/Makefile.am:
13563         plugins/search/anjuta-search.glade:
13564         plugins/search/search-replace.c:
13565         
13566         Moved search GUI to search-plugin
13567                 
13568         * plugins/sourceview/sourceview-prefs.c:
13569         plugins/sourceview/sourceview-prefs.h:
13570         plugins/sourceview/sourceview-private.h:
13571         plugins/sourceview/sourceview.c: 
13572         plugins/sourceview/sourceview.h:
13573         plugins/sourceview/Makefile.am:
13574         plugins/sourceview/anjuta-document.h:
13575         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13576         plugins/sourceview/plugin.c: 
13577         
13578         Added some preferences to sourceview and fixed vfs_monitor
13579         
13580         * tagmanager/c.c: (parseParens): 
13581         Removed annoying debug message
13582         
13583         * libanjuta/interfaces/libanjuta.idl: 
13584         Removed IAnjutaEditorFactory::create_style_editor()
13586 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13588         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13589         Search : Bookmark all matched lines.
13591 2006-03-06  Johannes Schmid <jhs@gnome.org>
13593         * plugins/class-gen/anjuta-class-gen.plugin.in
13594         plugins/file-loader/plugin.c: (sort_wizards)
13595         (on_create_submenu), (activate_plugin)
13596         plugins/file-wizard/anjuta-file-wizard.plugin.in
13597         plugins/glade/anjuta-glade.plugin.in
13598         plugins/project-import/anjuta-project-import.plugin.in
13599         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13600         
13601         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13602         sorted alphabeticly
13603         
13604         * plugins/project-wizard/templates/mkfile.wiz:
13605         Use configured project directory instead of ~/myproject
13606         
13607         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13608         (ifile_open):
13609         Show markers (again) and monitor uri
13611 2006-03-06  Naba Kumar  <naba@gnome.org>
13613         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13614         typedefs separately so that forward linking would work.
13615         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13617 2006-03-05  Naba Kumar  <naba@gnome.org>
13619         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13620         passing Enums and Structs in signals. Define struct _Name in
13621         generated code, so that forward referencing.
13622         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13623         
13624         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13625         
13626 2006-03-05  Naba Kumar  <naba@gnome.org>
13628         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13629         support. Generate GType definitions for enums in generated codes
13630         so that enums could be passed as signal params.
13631         
13632 2006-03-04  Naba Kumar  <naba@gnome.org>
13634         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13635         Restored cvs-moved revision files. They were originally marked
13636         deleted at their older locations. Now they are restored at
13637         their new locations. The changeset is one that was committed
13638         as part of document-manager, editor, search and print plugins
13639         separation from editor plugin.
13640         
13641 2006-03-03  Johannes Schmid <jhs@gnome.org>
13643         * plugins/sourceview/*:
13644         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13645         poiting this out!
13647 2006-03-04  Naba Kumar  <naba@gnome.org>
13649         * plugins/gdb/*: Deleted removed files (see previous changlog
13650         entry for files list).
13651         
13652 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13654         * plugins/debug-mananger/breakpoints.c,
13655         plugins/debug-manager/breakpoints.h,
13656         plugins/debug-manager/debug_tree.c,
13657         plugins/debug-manager/debug_tree.h,
13658         plugins/debug-manager/info.c,
13659         plugins/debug-manager/info.h,
13660         plugins/debug-manager/locals.c,
13661         plugins/debug-manager/locals.h,
13662         plugins/debug-manager/memory.c,
13663         plugins/debug-manager/memory.h,
13664         plugins/debug-manager/registers.c,
13665         plugins/debug-manager/registers.h,
13666         plugins/debug-manager/sharedlib.c,
13667         plugins/debug-manager/sharedlib.h,
13668         plugins/debug-manager/signal.c,
13669         plugins/debug-manager/signal.h,
13670         plugins/debug-manager/stack_trace.c,
13671         plugins/debug-manager/stack_trace.h,
13672         plugins/debug-manager/watch.c,
13673         plugins/debug-manager/watch.h,
13674         plugins/debug-manager/Makefile.am:
13675         Move from gdb plugin to debug manager plugin
13677         * plugins/debug-manager/anjuta-debug-manager.glade,
13678         plugins/debug-manager/anjuta-debug-manager.ui:
13679         Move all user interface from gdb to debug manager
13681         * plugins/debug-manager/utilities.c,
13682         plugins/debug-manager/utilities.h:
13683         Remove some unused code
13684         Add useful code from gdb plugin
13686         * plugins/debug-manager/start.c,
13687         plugins/debug-manager/start.h:
13688         Include code of attach_process
13689         Add more code to start the debugger
13691         * plugins/debug-manager/plugin.c,
13692         plugins/debug-manager/plugin.h,
13693         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13694         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13696         * plugins/debug-manager/debugger.c,
13697         plugins/debug-manager/debugger.h:
13698         Implement a queue of debugger command
13700         * plugins/gdb/actions.c,
13701         plugins/gdb/actions.h,
13702         plugins/gdb/watch_cbs.c,
13703         plugins/gdb/watch_cbs.h,
13704         plugins/gdb/watch_gui.c,
13705         plugins/gdb/watch_gui.h:
13706         Removed 
13708         * plugins/gdb/debugger.c,
13709         plugins/gdb/debugger.h,
13710         plugins/gdb/gdbmi.c,
13711         plugins/gdb/gdbmi.h,
13712         plugins/gdb/utilities.c,
13713         plugins/gdb/utilities.h,
13714         plugins/gdb/Makefile.am,
13715         plugins/gdb/anjuta-gdb.plugin.in:
13716         Implement necessary functions
13718         * plugins/gdb/parser.c,
13719         plugins/gdb/parser.h:
13720         Code for parsing variable previously in debug_tree.c
13722         * plugins/gdb/anjuta-gdb.glade,
13723         plugins/gdb/anjuta-gdb.ui:
13724         Remove user interface
13726         * plugins/gdb/gdbmi-test.c:
13727         Need update
13729         * plugins/gdb/anjuta-gdb.plugin.png:
13730         Try an improved icon for gdb (archer fish)
13732         * libanjuta/anjuta-debugger.c,
13733         libanjuta/anjuta-debugger.h,
13734         libanjuta/interfaces/libanjuta.idl,
13735         libanjuta/interfaces/anjuta-idl-compiler.pl,
13736         libanjuta/Makefile.am:
13737         Add declaration used in new IAnjutaDebugger interface
13739         * manuals/reference/libanjuta.types,
13740         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13741         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13742         Update documentation
13744 2006-03-02  Naba Kumar  <naba@gnome.org>
13746         * manuals/reference/libanjuta/Makefile.am,
13747         manuals/reference/libanjuta/libanjuta-docs.sgml,
13748         manuals/reference/libanjuta/libanjuta-sections.txt,
13749         manuals/reference/libanjuta/libanjuta.types,
13750         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13751         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13752         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13753         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13754         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13755         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13756         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13757         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13758         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13759         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13760         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13761         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13762         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13763         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13764         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13765         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13766         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13767         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13768         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13769         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13770         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13771         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13772         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13773         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13774         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13775         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13776         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13777         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13778         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13779         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13780         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13781         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13782         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13783         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13784         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13785         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13786         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13787         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13788         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13789         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13790         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13791         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13792         manuals/reference/libanjuta/tmpl/plugins.sgml,
13793         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13794         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13795         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13796         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13797         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13798         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13799         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13800         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13801         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13802         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13803         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13804         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13805         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13806         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13807         documentation.
13809 2006-02-28  Naba Kumar <naba@gnome.org>
13811         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13812         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13813         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13814         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13815         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13816         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13817         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13818         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13819         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13820         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13821         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13822         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13823         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13824         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13826 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13828         * plugins/sourceview/sourceview.c:
13829         Select to brace, select block.
13831 2006-02-28  Johannes Schmid <jhs@gnome.org>
13833         * plugins/file-wizard/Makefile.am
13834         plugins/file-wizard/action-callbacks.c (removed)
13835         plugins/file-wizard/action-callbacks.h (removed)
13836         plugins/file-wizard/anjuta-file-wizard.ui
13837         plugins/file-wizard/plugin.c: (activate_plugin),
13838         (deactivate_plugin)
13839         plugins/file-wizard/plugin.h:
13840         Removed Edit->Insert Text submenu (replace by macros plugin)
13841         
13842         * plugins/sourceview/sourceview.c: (sourceview_new),
13843         (ieditor_set_popup_menu):
13844         Fixed some more bugs
13845         
13846         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13848 2006-02-28  Naba Kumar <naba@gnome.org>
13850         * plugins/file-manager/an_file_view.c,
13851         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13852         rows also and with delay 1 sec (the color and timout value should
13853         probably be picked up from some system wide preference key).
13855 2006-02-28  Naba Kumar <naba@gnome.org>
13857         * libanjuta/interfaces/libanjuta.idl,
13858         plugins/document-manager/action-callbacks.c,
13859         plugins/document-manager/plugin.c,
13860         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13861         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13862         Added interface checks in document manager and enable/disable
13863         menus based on supported interface.
13864         
13865         * plugins/project-import/anjuta-project-import.glade: Set some
13866         resonable size for the import dialog.
13868  2006-02-27  Naba Kumar  <naba@gnome.org>
13870         * libanjuta/interfaces/libanjuta.idl,
13871         plugins/document-manager/action-callbacks.c,
13872         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13873         and eol conversion actions.
13875 2006-02-27  Johannes Schmid <jhs@gnome.org>
13876         
13877         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13878         * plugins/file-manager/an_file_view.c
13879         plugins/file-manager/plugin.h:  Added tooltips
13880         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13882 2006-02-26  Naba Kumar  <naba@gnome.org>
13884         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13885         plugins/build-basic-autotools/build-basic-autotools.c,
13886         plugins/build-basic-autotools/build-basic-autotools.h,
13887         plugins/build-basic-autotools/executer.c,
13888         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13889         disable indicator highlights preferences from message manager to
13890         build plugin. Implemented message indicator highlights in build tool.
13891         
13892         * plugins/editor/text_editor.c: Fixed indicators.
13894 2006-02-26  Johannes Schmid <jhs@gnome.org>
13896         * plugins/sourceview/sourceview.c:
13897         - Fixed some bugs
13898         - Added markers
13899         * plugins/subversion/svn_auth.c:
13900         Fixed username/password authentification but there might be a memory corruption
13902 2006-02-26  Naba Kumar  <naba@gnome.org>
13904         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13905         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13906         libanjuta/anjuta-launcher.h: Added documentation.
13908 2006-02-24  Naba Kumar  <naba@gnome.org>
13910         * plugins/editor/text_editor.c: Fixed change in API in
13911         IAnjutaEditorSelection::set().
13912         
13913 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13915         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13916         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13917         libanjuta/interfaces/libanjuta.idl :
13918         Search in sourceview editor (Select in buffer).
13921 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13923         * plugins/sourceview/sourceview.c :
13924         Fixed Replace, to_upper, to_lower.
13925         
13926         * plugins/search/search-replace_backend.c :
13927         Renamed header name.
13929 2006-02-22  Naba Kumar  <naba@gnome.org>
13931         * libanjuta/anjuta-plugin-description.c,
13932         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13933         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13934         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13935         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13936         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13937         
13938         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13939         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13940         
13941 2006-02-21  Naba Kumar  <naba@gnome.org>
13943         * libanjuta/interfaces/libanjuta.idl,
13944         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13945         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13946         interface for editor.
13948 2006-02-21  Naba Kumar  <naba@gnome.org>
13950         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13952         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13953         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13955 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13957         * GTKSOURCEVIEW EDITOR
13958         plugins/sourceview/sourceview.c :
13959         Fixed copy and Goto Line.
13960         
13961         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13962         plugins/macro/plugin.c :
13963         Fixed Insert key word and Insert macro.
13965 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13967         * plugins/document-manager/anjuta-docman.c:
13968         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13969         
13970         * configure.in:
13971         plugins/Makefile.am:
13972         plugins/sourceview/.cvsignore:
13973         plugins/sourceview/Makefile.am:
13974         plugins/sourceview/plugin.c: :
13975         plugins/sourceview/plugin.h:
13976         plugins/sourceview/sourceview.c: 
13977         plugins/sourceview/sourceview.h:
13978         plugins/sourceview/sourceview.plugin:
13979         plugins/sourceview/sourceview.plugin.in:
13980         plugins/sourceview/sourceview.png:
13982         Added sourceview editor plugin
13984 2006-02-19 Naba Kumar  <naba@gnome.org>
13986         * libanjuta/interfaces/libanjuta.idl,
13987         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13988         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13989         plugins/cvs-plugin/cvs-interface.c,
13990         plugins/document-manager/action-callbacks.c,
13991         plugins/document-manager/action-callbacks.h,
13992         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13993         plugins/search/plugin.c, plugins/search/search-replace.c,
13994         plugins/search/search-replace_backend.c,
13995         plugins/subversion/subversion-actions.c,
13996         plugins/subversion/subversion-callbacks.c,
13997         plugins/tools/editor.c, plugins/tools/execute.c,
13998         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13999         few fatal warnings.
14001 2006-02-15 Naba Kumar  <naba@gnome.org>
14003         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
14004         within another.
14005         
14006         * libanjuta/interfaces/libanjuta.idl,
14007         plugins/document-manager/anjuta-docman.c,
14008         plugins/document-manager/plugin.c,
14009         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
14010         unnecessary parameters from IAnjutaEditor interface and used proper
14011         types instead of 'gpointer'. Fixed various compiler warnings.
14012         
14013         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
14014         file
14016 2006-02-12 Naba Kumar  <naba@gnome.org>
14018         * po/POTFILES.in: Updated.
14019         
14020 2006-02-11 Naba Kumar  <naba@gnome.org>
14022         * plugins/editor/properties.[cxx,h],
14023         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
14024         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
14025         to sci_prop_*(), because they were conflicting with external
14026         functions (in some ssl library).
14027         
14028 2006-02-08 Naba Kumar  <naba@gnome.org>
14030         Patch from Massimo Cora  <maxcvs@email.it>:
14031         * plugins/valgrind/anjuta-valgrind.schemas,
14032         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
14033         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
14034         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
14035         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
14036         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
14037         plugins/valgrind/vgtoolview.c,
14038         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
14039         before running the debugging session. I've added also a
14040         preference in Anjuta Preferences where you can specify
14041         the path to the valgrind binary. The default is /usr/bin/valgrind.
14042         Now it displays a dialog with the error. [it can be -program
14043         exited- or -file loaded or end of input-]. Some valgrind 3.x
14044         compatibility.
14045         
14046 2006-01-29 Naba Kumar  <naba@gnome.org>
14048         Patch from Massimo Cora  <maxcvs@email.it>:
14049         * configure.in, plugins/Makefile.am,
14050         plugins/valgrind/*: Valgrind plugin (requires
14051         binutils-dev and valgrind to be installed.
14053 2005-01-24 Johannes Schmid <jhs@gnome.org>
14055         * Patch from Eric Greveson <ejg45@cam.ac.uk>
14056         plugins/tools/variables.c:
14057         Added current directory to possible variables
14059         * Patch from Günther Brammer <gbrammer@gmx.de>
14060         plugins/document-manager/anjuta-docman.c:
14061         Fix a crash on opening a file
14063         AUTHORS: Added Günther Brammer
14065 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
14067         * libanjuta/anjuta-launcher.c:
14068         Fix a bug in AnjutaLauncher when output is bigger than buffer
14069         Probably fix bug #315188 and #305134
14071 2005-12-28      Johannes Schmid <jhs@gnome.org>
14072         
14073         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
14074         * src/about.c: Use new gtk about dialog
14075         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
14076         Updated anjuta_ui_add_action_group_entries call
14077         
14078         Patch from Jean Breford <jean.breford@normalesup.org>
14079         and Markus Habermehl <bmh1980de@yahoo.de>:
14080         
14081         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
14082         * AUTHORS: Added Jean and Markus
14084 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14085         * plugins/search/search-replace.c :
14086         Bookmark all matched lines.
14087         * plugins/search/search-replace_backend.c :
14088         Fixed bug (Search in all project files).
14090 2005-12-21      Johannes Schmid <jhs@gnome.org>
14091         
14092         * plugins/search/plugin.c:
14093         Fixed signal names
14094         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
14095         investigation needed.
14096         
14097         AUTHORS: Added Ross Goldner
14099 2005-12-19  Ross Golder  <ross@golder.org>
14101         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
14102         application/xml MIME type.
14104 2005-12-18  Johannes Schmid <jhs@gnome.org>
14105         
14106         po/POTFILES.in: Updated files after directory changes
14107         HACKING: Removed outdated section 3 (anoncvs)
14109 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
14111         * plugins/build-basic-autotools/build-basic-autotools.c:
14112         Save all files in editor before running a command
14114         * plugins/tools/execute.c:
14115         Use document manager plugin instead of each editor for
14116         saving all files
14118 2005-12-15  Johannes Schmid <jhs@gnome.org>
14120         * plugins/document-manager/action-callbacks.c:
14121         (on_save_all1_activate), (on_swap_activate)
14122         plugins/document-manager/anjuta-docman.c:
14123         (on_save_as_filesel_response), (on_notebook_switch_page):
14124         
14125         Fixed some remaining issues in document-manger
14127 2005-12-15      Johannes Schmid <jhs@gnome.org>
14129         * plugins/profile-default/default.anjuta:
14130         Load Search plugin and Message Manager by default
14132 2005-12-14  Johannes Schmid <jhs@gnome.org>
14133         
14134         * plugins/editor/text_editor.c
14135         libanjuta/anjuta-utils.c:
14136         
14137         Check if files differ when gnome-vfs monitoring is used.
14138         (Bug #309688)
14140 2005-12-13  Johannes Schmid <jhs@gnome.org>
14142         * plugins/document-manager/plugin.c:
14143         Only save modified files in ianjuta_file_savable_save() for document-manager
14144         as discussed on mailing list.
14145         
14146         * plugins/cvs-plugin/cvs-callbacks.c:
14147         Fixed dialog handling for empty log message
14149 2005-12-13  Johannes Schmid <jhs@gnome.org>
14151         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
14152         
14153         * plugins/project-manager/* Removed ununsed files
14154         
14155         * plugins/symbol-browser/an_symbol_iter.c
14156         plugins/build-basic-autotools/build-basic-autotools.c
14157         plugins/build-basic-autotools/executer.c
14158         plugins/class-gen/class_gen.c
14159         plugins/class-inheritance/class-inherit.c
14160         plugins/cvs-plugin/cvs-actions.c
14161         plugins/cvs-plugin/cvs-interface.c
14162         plugins/debug-manager/attach_process.
14163         plugins/devhelp/plugin.c
14164         plugins/document-manager/plugin.c
14165         plugins/document-manager/indent_util.c
14166         plugins/editor/properties.cxx
14167         plugins/editor/aneditor.cxx
14168         plugins/editor/style-editor.c
14169         plugins/editor/text_editor.c
14170         plugins/macro/macro_db.c
14171         tagmanager/c.c:
14172         
14173         Use DEBUG_PRINT for debug messages
14175         libanjuta/anjuta-debug.h: Include config.h
14176         
14177         HACKING: Updated (BTW: does anyone read this?)
14178         
14179 2005-12-12  Johannes Schmid <jhs@gnome.org>
14181         Patch from Johan Ersvik <jersvik@fastmail.fm>:
14182         * plugins/gdb/debugger.c
14183         
14184         Fix a crasher in gdb plugin
14185         
14186         * plugins/gtodo/plugin.c
14187         plugins/search/plugin.c
14188         
14189         Fixed bug #305301
14190         
14191         * plugins/document-manager/anjuta-docman.c:
14192         
14193         Fixed error markers 
14194         
14195         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
14196         
14197         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
14198         
14199         * plugins/document-manager/anjuta-docman.c:
14200         highlight changed files in docman popup-menu
14201         * plugins/gdb/debug-tree.c:
14202         plugins/gdb/debugger.c
14203         Do not corupt entire "locals" tree when variable pointer have
14204         additional info and arrays/strucs/unions correctly.
14205         
14207 2005-12-11  Johannes Schmid <jhs@gnome.org>
14209         * plugins/document-manager/anjuta-docman.c
14210         plugins/document-manager/plugin.c
14211         plugins/editor/text_editor.c:
14212         
14213         AUTHORS: Added Johan Ersvik
14215         Fixed "is-dirty" bug and tab ordering
14217 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
14218         
14219         * plugins/editor/aneditor-autocomplete.cxx
14220         plugins/editor/aneditor-calltip.cxx
14221         plugins/editor/aneditor-priv.h
14222         plugins/symbol-browser/an_symbol.c
14223         plugins/symbol-browser/an_symbol_view.c
14224         tagmanager/entry.h
14225         tagmanager/tm_symbol.c
14226         tagmanager/tm_tag.c
14227         tagmanager/include/tm_symbol.h
14228         tagmanager/include/tm_tag.h
14229         tagmanager/c.c
14231         Better pointer recognition in tagmanager and symbol browser
14233 2005-12-11  Johannes Schmid <jhs@gnome.org>
14235         * plugins/search/*: New search plugin derived from search code in old editor
14236         plugin.
14237         
14238         * plugins/document-manager/*: new document-manger which is now seperated from
14239         editor to allow implementation of other editor widgets. Code is mostly derived
14240         from old editor plugin
14242         * plugins/print/* new print plugin which is not fully implemented in the
14243         moment
14245         * plugins/editor/text_editor.c: Added lots of interface code
14246         
14247         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14248         IAnjutaEditorFactory and extended IAnjutaEditor
14249         
14250         * configure.in, plugins/Makefile.am updated build system for new
14251         plugins
14253         This is a huge commit which might still contain some bugs and also has
14254         some fixmes. Things that are not working are the search toolbar because it
14255         does not use the same backend as any other searching function and printing
14256         (easy to fix) because it did not yet implement IAnjutaPrintable.
14258 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14260         * plugins/project-wizard/property.c:
14261         Use newer GtkFileChooser instead of GtkFileSelection with
14262         GnomeFileEntry to avoid a bug
14264         * plugins/project-wizard/install.c:
14265         Avoid an endless loop if project directory is not writable
14266         
14267         * plugins/project-wizard/druid.c:
14268         Allow creating project in empty directory without a
14269         warning
14271 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
14272         
14273         Patch from Massimo Cora <maxcvs@email.it>
14274         * plugins/class-inheritence/class-inherit.c
14275         plugins/class-inheritence/plugin.c
14276         plugins/class-inheritence/plugin.h
14277         configure.in
14278         
14279         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
14280         no longer supported!
14282 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
14283         
14284         Patch from Johan Ersvik <jersvik@fastmail.fm>
14285         * plugins/message-view/message-view.c
14286         plugins/build-basic-autotools/build-basic-autotools.c
14287         plugins/build-basic-autotools/automake-c.filters
14289         This patch correct regex-filters for newer automake
14290         versions
14292 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14294        * plugins/tools/execute.c:
14295        Detect variables inside a word
14297 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14299         * libanjuta/anjuta-status.[ch],
14300         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14301         plugins/editor/anjuta-docman.c :
14302         New anjuta-status procedure.
14304 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14306         *Modified Files:
14307         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14308         plugins/editor/Makefile.am
14309         plugins/editor/anjuta-document-manager.glade
14310         plugins/editor/plugin.c plugins/editor/plugin.h
14311         plugins/editor/text_editor.c plugins/editor/text_editor.h
14312         *Added Files:
14313         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14314         plugins/editor/indent-util.c plugins/editor/indent-util.h
14315         plugins/editor/indent_test.c :
14316         Set and Preview indent preferences parameters.
14317         Saved indent user parameters.
14319 2005-10-27  Naba Kumar  <naba@gnome.org>
14321         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
14322         * plugins/editor/anjuta-docman.c: Restore tab color to normal
14323         theme color for saved documents.
14324         
14325 2005-10-26  Naba Kumar  <naba@gnome.org>
14327         * libanjuta/anjuta-encodings.c: Save changed supported encodings
14328         list. Fixed bug #316731.
14329         
14330 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14332         * tagmanager/tm_symbol.c: Fixed bug #315218
14334 2005-10-23  Adam Weinberger  <adamw@gnome.org>
14336         * plugins/build/build_file.c
14337           plugins/build-basic-autotools/build-basic-autotools.c
14338           plugins/tools/execute.c
14339           plugins/build/compile.c
14340           plugins/build/configurer.c
14341           plugins/debug-manager/plugin.c
14342           plugins/editor/plugin.c
14343           plugins/editor/print.c
14344           plugins/editor/text_editor.c
14345           plugins/file-loader/plugin.c
14346           plugins/file-manager/an_file_view.c
14347           plugins/symbol-browser/an_symbol_view.c
14348           plugins/gdb/debugger.c
14349           plugins/gdb/plugin.c
14350           plugins/glade/plugin.c
14351           plugins/macro/macro-actions.c
14352           plugins/macro/plugin.c
14353           plugins/profile-default/plugin.c
14354           plugins/project-manager/plugin.c
14355           plugins/project-manager/project_import.c
14356           plugins/symbol-browser/plugin.c
14357           plugins/tools/execute.c
14358           src/anjuta.c
14359           src/anjuta-actions.h
14360           src/shell.c:
14361           Correct spacing errors before and after "...".
14363 2005-10-20  Naba Kumar  <naba@gnome.org>
14365         * plugins/gdb/debugger.c: Fixed attach/detach process to
14366         updated UI properly.
14367         
14368 2005-10-18  Naba Kumar  <naba@gnome.org>
14370         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14371         #171314 too).
14372         
14373 2005-10-13  Naba Kumar  <naba@gnome.org>
14374         
14375         * plugins/project-mkfile-import/*: Removed separate import wizard for
14376         makefile based projects (because single widzard handles all wizards).
14378         * plugins/project-import/project-import.c: Made wizard window
14379         transient to main window.
14381         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14382         
14383         * AUTHORS: Added Eric's name in contributors list.
14384         
14385         * configure.in, plugins/Makefile.am,
14386         plugins/project-import/Makefile.am,
14387         plugins/project-import/anjuta-project-import.glade,
14388         plugins/project-import/project-import.c,
14389         plugins/project-import/project-import.h: Import wizard now detects
14390         both makefile and automake projects together instead of separate wizard.
14391         
14392         * plugins/project-wizard/templates/java/project.anjuta,
14393         plugins/project-wizard/templates/mkfile/project.anjuta,
14394         plugins/project-wizard/templates/python/project.anjuta,
14395         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14396         name to make it appropriate.
14398 2005-10-11  Naba Kumar  <naba@gnome.org>
14400         * configure.in: Fixed glade3 version requirement.
14402 2005-09-29  Alexander Shopov  <ash@contact.bg>
14404         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14406 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14408         * plugins/subversion/svn_auth.c
14409         plugins/subversion/anjuta_subversion.glade:
14410         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14412 2005-09-22  Naba Kumar  <naba@gnome.org>
14414         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14416         * configure.in,  plugins/Makefile.am
14417         plugins/project-manager/anjuta-project-manager.plugin.in,
14418         plugins/project-manager/plugin.c,
14419         (added) plugins/project-mkfile-import/.cvsignore,
14420         (added) plugins/project-mkfile-import/Makefile.am,
14421         (added) plugins/project-mkfile-import/
14422             anjuta-project-mkfile-import-plugin.png,
14423         (added) plugins/project-mkfile-import/
14424             anjuta-project-mkfile-import.glade,
14425         (added) plugins/project-mkfile-import/
14426             anjuta-project-mkfile-import.plugin.in,
14427         (added) plugins/project-mkfile-import/plugin.c,
14428         (added) plugins/project-mkfile-import/plugin.h,
14429         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14430         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14431         plugins/project-wizard/templates/Makefile.am,
14432         (added) plugins/project-wizard/templates/mkfile-logo.png,
14433         (added) plugins/project-wizard/templates/mkfile.wiz,
14434         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14435         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14436         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14437         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14438         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14439         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14440         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14441         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14442         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14443         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14444         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14445         Added makefile based project import wizard and wizard template.
14447 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14449         * libanjuta/anjuta-launcher.c: Reduced false password detections
14451 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14453         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14454         messages correctly.a
14456 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14457         
14458         * scintilla/Makefile.am: Changed scintilla library to noinst
14459         * pixmaps/Makefile.am: Install password.png
14460         * libanjuta/anjuta-launcher.c: Changed password detection
14461         to be able to access GNOME CVS with ssh.
14462         
14463 2005-08-31  Naba Kumar  <naba@gnome.org>
14465         * plugins/glade/plugin.c: Set transient window for the widget
14466         dialogs.
14467         
14468 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14470         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14472 2005-08-10  Naba Kumar  <naba@gnome.org>
14474         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14475         as shortcut key for execute.
14477         * src/about.c: Clean up.
14478         
14479         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14480         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14481         entry boxes.
14482         
14483 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14485         * plugins/editor/search-replace_backend.c :
14486         Fixed search in File Patterns.
14488 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14490         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14491         
14492 2005-08-04  Naba Kumar  <naba@gnome.org>
14494         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14495         for pango-1.8 rendering bug.
14496         
14497 2005-08-03  Naba Kumar  <naba@gnome.org>
14499         * plugins/glade/plugin.c: Proper names for plugin widgets.
14500         
14501         * plugins/subversion/anjuta-subversion.glade,
14502         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14503         string allocations. Use passed default values when available.
14504         Set proper focus and dialog default response. Destroy dialog after use.
14505         Return error when appropriate.
14507 2005-08-02  Naba Kumar  <naba@gnome.org>
14509         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14510         for pango-1.8 rendering bug.
14511         
14512 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14514         * scintilla/Makefile.am: Fixed a make -j x bug
14515         
14516 2005-08-02  Johannes Schmid <jhs@gnome.org>
14517         
14518         * plugins/subversion/svn-auth.c: Added username/password 
14519         auto function.
14521 2005-08-01  Naba Kumar  <naba@gnome.org>
14523         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14524         checks for character width calculations.
14525         
14526 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14528         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14530 2005-07-31  Naba Kumar  <naba@gnome.org>
14532         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14533         messup with pango 1.8. Fixed bug #311846.
14535 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14537         * plugins/gdb/memory.c : Fixed bug 305082.
14538         
14539         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14540         plugins/project-wizard/templates/gcj.wiz,
14541         plugins/project-wizard/templates/gnome.wiz,
14542         plugins/project-wizard/templates/gtk.wiz,
14543         plugins/project-wizard/templates/java.wiz,
14544         plugins/project-wizard/templates/python.wiz,
14545         plugins/project-wizard/templates/wxwin.wiz,
14546         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14548 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14550         * plugins/tools/execute.c:
14551         Correct a crash if editor is closed while a tool still use it.
14553 2005-07-28  Naba Kumar  <naba@gnome.org>
14555         * scintilla/*: Updated scintilla from their latest CVS.
14557 2005-07-27  Naba Kumar  <naba@gnome.org>
14559         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14560         plugins/build-basic-autotools/build-basic-autotools.c,
14561         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14562         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14563         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14564         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14565         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14566         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14567         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14568         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14569         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14570         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14571         argument to anjuta_ui_add_action_group_entries() and
14572         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14573         Fixed all plugins to pass translation domain. This fixes untranslated
14574         UI bugs. 
14576 2005-07-27  Naba Kumar  <naba@gnome.org>
14578         * plugins/class-inheritance/class-callbacks.c,
14579         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14580         proper system colors.
14582 2005-07-26  Naba Kumar  <naba@gnome.org>
14584         * ROADMAP: Updated and added more tasks.
14586 2005-07-25  Naba Kumar  <naba@gnome.org>
14588         * ROADMAP: Updated and added more tasks.
14589         
14590 2005-07-24  Naba Kumar  <naba@gnome.org>
14592         * HACKING: Fixed format.
14594 2005-07-24  Naba Kumar  <naba@gnome.org>
14596         * ROADMAP: Fixed format.
14597         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14599 2005-07-24  Naba Kumar  <naba@gnome.org>
14601         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14602         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14604 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14606         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14607         Correct wrong sensitivity setting
14608         
14609         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14610         
14611         * plugins/tools/variable.c:     Add variables for project manager
14613 2005-07-23  Naba Kumar  <naba@gnome.org>
14615         * ROADMAP: updated.
14617 2005-07-23 Naba Kumar  <naba@gnome.org>
14619         * plugins/subversion/Makefile.am,
14620         plugins/subversion/svn-auth.c,
14621         plugins/subversion/svn-auth.h: Added subversion authentication code
14622         stubs.
14623         
14624         * plugins/subversion/subversion-callbacks.c,
14625         plugins/subversion/subversion-callbacks.h,
14626         plugins/subversion/svn-backend-priv.h,
14627         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14628         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14629         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14630         Added file mode line.
14632 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14634         * configure.in: Added 'gl' to ALL_LINGUAS.
14636 2005-07-21 Naba Kumar  <naba@gnome.org>
14638         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14639         the active sources and kill the running process without emitting
14640         signals (which could be fatal because the object is being destroyed).
14641         Incidentally, fixed the crash that happens when stopping an active
14642         debugger session. Disabled debug prints and code clean up.
14643         Fixed bug #305587.
14644         
14645         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14646         message view object, because that prevents many unprocessed outputs
14647         from the cvs command from being appended in view. Does not set NULL
14648         to mesg_view private member (not required) so that any pending outputs
14649         to view is processed.Fixed bug #172666.
14651         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14652         type in supported list.
14653         
14654 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14656         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14657           grammar/spelling fixes.
14659 2005-07-17 Naba Kumar  <naba@gnome.org>
14661         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14662         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14663         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14664         plugins/project-wizard/templates/anjuta-plugin.wiz,
14665         plugins/project-wizard/templates/gcj.wiz,
14666         plugins/project-wizard/templates/gnome.wiz,
14667         plugins/project-wizard/templates/gtk.wiz,
14668         plugins/project-wizard/templates/gtkmm.wiz,
14669         plugins/project-wizard/templates/java.wiz,
14670         plugins/project-wizard/templates/python.wiz,
14671         plugins/project-wizard/templates/terminal.wiz,
14672         plugins/project-wizard/templates/terminal/Makefile.am,
14673         plugins/project-wizard/templates/terminal/po/Makefile.am,
14674         plugins/project-wizard/templates/terminal/src/Makefile.am,
14675         plugins/project-wizard/templates/wxwin.wiz,
14676         plugins/project-wizard/templates/xlib-dock.wiz,
14677         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14678         wizards and updated .wiz files to install them in newly created
14679         projects.
14681 2005-07-16 Naba Kumar  <naba@gnome.org>
14683         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14684         
14685         * plugins/file-manager/an_file_view.c,
14686         plugins/file-manager/plugin.c: Added file manager preferences to
14687         show/hide files ignored by version control (e.g. cvsignore).
14688         
14689         * plugins/editor/text_editor.c: Initialize vfs info struct.
14690         
14691         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14692         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14693         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14694         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14695         omf-install/.cvsignore, pixmaps/.cvsignore,
14696         plugins/file-manager/anjuta-file-manager-plugin.glade,
14697         scintilla/.cvsignore, scintilla/include/.cvsignore,
14698         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14699         tagmanager/python.c: Updated.
14701 2005-07-16 Naba Kumar  <naba@gnome.org>
14703         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14704         Fixed python parser to parser class methods.
14706 2005-07-15 Naba Kumar  <naba@gnome.org>
14708         * plugins/project-wizard/property.c: Used parenthesis to remove
14709         ambiguty.
14710         
14711         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14712         plugins/project-wizard/templates/gcj.wiz,
14713         plugins/project-wizard/templates/gnome.wiz,
14714         plugins/project-wizard/templates/gtk.wiz,
14715         plugins/project-wizard/templates/gtkmm.wiz,
14716         plugins/project-wizard/templates/java.wiz,
14717         plugins/project-wizard/templates/python.wiz,
14718         plugins/project-wizard/templates/terminal.wiz,
14719         plugins/project-wizard/templates/wxwin.wiz,
14720         plugins/project-wizard/templates/xlib-dock.wiz,
14721         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14722         and names.
14724 2005-07-15 Naba Kumar  <naba@gnome.org>
14726         * plugins/project-wizard/templates/java.wiz,
14727         plugins/project-wizard/templates/java/Makefile.am,
14728         plugins/project-wizard/templates/java/project.anjuta,
14729         plugins/project-wizard/templates/python.wiz,
14730         plugins/project-wizard/templates/python/Makefile.am,
14731         plugins/project-wizard/templates/python/project.anjuta: Use different
14732         project files for java and python module where debugger is not
14733         included in the list of plugins.
14735 2005-07-15 Naba Kumar  <naba@gnome.org>
14737         * configure.in, plugins/project-wizard/templates/Makefile.am,
14738         plugins/project-wizard/templates/gcj-logo.png,
14739         plugins/project-wizard/templates/gcj.wiz,
14740         plugins/project-wizard/templates/gcj/.cvsignore,
14741         plugins/project-wizard/templates/gcj/Makefile.am,
14742         plugins/project-wizard/templates/gcj/configure.in.tpl,
14743         plugins/project-wizard/templates/gcj/src/.cvsignore,
14744         plugins/project-wizard/templates/gcj/src/Makefile.am,
14745         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14746         plugins/project-wizard/templates/java-logo.png,
14747         plugins/project-wizard/templates/java.wiz,
14748         plugins/project-wizard/templates/java/configure.in.tpl,
14749         plugins/project-wizard/templates/java/po/Makefile.am,
14750         plugins/project-wizard/templates/java/po/POTFILES.in,
14751         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14752         plugins/project-wizard/templates/java/src/main.java,
14753         plugins/project-wizard/templates/python-logo.png,
14754         plugins/project-wizard/templates/python.wiz,
14755         plugins/project-wizard/templates/python/.cvsignore,
14756         plugins/project-wizard/templates/python/Makefile.am,
14757         plugins/project-wizard/templates/python/configure.in.tpl,
14758         plugins/project-wizard/templates/python/po/.cvsignore,
14759         plugins/project-wizard/templates/python/po/Makefile.am,
14760         plugins/project-wizard/templates/python/po/POTFILES.in,
14761         plugins/project-wizard/templates/python/src/.cvsignore,
14762         plugins/project-wizard/templates/python/src/Makefile.am,
14763         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14764         plugins/project-wizard/templates/python/src/main.py: Added Generic
14765         gcj and python project wizards. Fixed Generic java project to
14766         use _JAVA primary. Update gnome-build from cvs for them to work
14767         correctly.
14769 2005-07-12 Naba Kumar  <naba@gnome.org>
14771         * plugins/project-manager/plugin.c: Automatically determine
14772         project backend by probing.
14773         
14774 2005-07-04 Naba Kumar  <naba@gnome.org>
14776         * Makefile.am: Do not install old anjuta.glade file which conflicts
14777         with newer src/anjuta.glade.
14779 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14781         * plugins/an_symbol_prefs.c:
14782         Sort list of available symbol files
14784 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14786         * plugins/build-basic-autotools.c:
14787         Fixed #307810
14788         
14789         * plugins/gtodo/libgtodo.c:
14790         Possible fix for #307800
14792         * libanjuta/anjuta-encodings.c
14793         libanjuta/anjuta-launcher.c
14794         libanjuta/anjuta-preference-dialog.c
14795         libanjuta/anjuta-preferences.c
14796         libanjuta/anjuta-ui.c
14797         libanjuta/anjuta-util.c
14798         libanjuta/cell-renderer-captioned-image.c
14799         libanjuta/plugin.c:
14800         
14801         Patch from de_lupus@pandora.be (Kristof Vansant):
14802         Replaced deprecated gnome-i18n.h
14803         Closed #309153
14805 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14806         
14807         * plugins/subversion/anjuta-subversion.glade
14808         plugins/subversion/anjuta-subversion.ui
14809         plugins/subversion/plugin.c
14810         plugins/subversion/subversion-actions.c
14811         plugins/subversion/subversion-callbacks.h
14812         plugins/subversion/subversion-callbacks.c
14813         plugins/subversion/svn-backend-priv.h
14814         plugins/subversion/svn-backend.h
14815         plugins/subversion/svn-backend.c
14816         plugins/subversion/svn-thread.h
14817         plugins/subversion/svn-thread.c:
14818         
14819         Implemented Subversion diff
14820         
14821 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14822         
14823         * plugins/build-basic-autotools/build-basic-autotools.c:
14824         Fixed crash bug! Might be useful to release 2.0.2 soon
14825         because this bug will crash any build which produces errors
14826         or warnings
14828 === Anjuta 2.0.1 ===
14830 2005-06-27 Naba Kumar  <naba@gnome.org>
14832         * plugins/tools/execute.c: Formated code.
14833         
14834 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14836         * plugins/build-basic-autotools/build-basic-autotools.c:
14837         Remove two memory leaks
14838         Check command output versus untranslated strings too
14840         * plugins/tools/execute.c:
14841         Remove two memory leaks
14842         Check command output versus untranslated strings too
14843         Remove description message
14845         * plugins/tools/fileop.c:
14846         Escape tool name in xml configuration file
14848 2005-05-26 Naba Kumar  <naba@gnome.org>
14850         * configure.in: Bumped version to 2.0.1
14851         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14853         * plugins/tools/execute.c: Fixed clickable messages.
14854         * NEWS: Updated.
14856         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14857         Deactivate glade plugin when last glade project is closed. Reorder
14858         glade widgets in layout. Change glade project when user selects a
14859         new project. Removed project from the list when user closes it. Fixed
14860         glade project file loading from URI. Save and restored loaded glade
14861         projects in/from session.
14863         * plugins/class-gen/action-callbacks.c,
14864         plugins/class-gen/anjuta-class-gen-plugin.glade,
14865         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14866         plugins/file-wizard/anjuta-file-wizard.glade,
14867         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14868         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14869         "Add to project" correctly. Use the source file path returned after
14870         adding to project. Fixed memory leaks. Deactivate wizard plugins
14871         after use.
14872         
14873         * plugins/project-manager/plugin.c,
14874         plugins/project-wizard/anjuta-project-wizard.glade,
14875         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14876         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14877         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14878         project-wizard preference page to anjuta app, because they are
14879         more appropriated as general preferences. Renamed username and
14880         useremail properties keys.
14881         
14882         * po/POTFILES.in: Updated.
14884         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14885         saved at closing.
14886         
14887         * plugins/file-loader/plugin.c: Do not use static variable to store
14888         created submenu in factory. Fixed crash in anjuta exit.
14889         
14890 2005-05-24 Naba Kumar  <naba@gnome.org>
14892         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14893         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14894         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14895         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14896         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14897         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14898         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14899         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14900         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14901         
14902         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14903         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14904         plugins/build-basic-autotools/build-basic-autotools.c,
14905         plugins/build-basic-autotools/build-basic-autotools.h,
14906         plugins/build-basic-autotools/executer.c,
14907         plugins/build-basic-autotools/executer.h,
14908         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14909         plugins/tools/variable.c: Added an extra argument to
14910         anuta_util_dialog_input() to pass default value. Save/load project
14911         configure and execution parameters in/from session.
14913         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14914         symbol browser is loaded.
14915         
14916         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14917         freeze/thaw.
14919         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14920         deactivate would not start shell.
14922 2005-05-24 Naba Kumar  <naba@gnome.org>
14924         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14925         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14926         libegg/egg-submenu-action.c, libegg/test-actions.c,
14927         plugins/build-basic-autotools/build-basic-autotools.c,
14928         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14929         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14930         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14931         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14932         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14933         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14934         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14935         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14936         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14937         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14939 2005-05-24 Naba Kumar  <naba@gnome.org>
14941         * data/properties/styles.properties: Fixed defalt font.
14943         * plugins/editor/search-replace.c,
14944         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14945         project openness wihtout activating project-manager plugin (i.e.
14946         using anjuta_shell_get()).
14947         
14948         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14949         - Completed add_source(), add_group() and add_target() methods of
14950         IAnjutaProjectManager.
14951         - Change their definition to return the added element (or NULL).
14952         - Used interface API for project main menus and 'add to project'
14953         from file-manager context menu.
14954         - Select proper default target/group when prompting for adding
14955         source/target/group.
14956         - Do not expand all nodes in selection tree when default selection
14957         are given (eases navigation in big projects).
14958         - Code clean ups.
14959         - Marked strings for translation.
14961 2005-05-23 Naba Kumar  <naba@gnome.org>
14963         * src/anjuta-app.c: Save menu accelerators on change.
14964         * NEWS: Updated.
14965         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14966         save-as dialog (leading to crash later).
14968 2005-05-22 Naba Kumar  <naba@gnome.org>
14970         * NEWS: Updated.
14971         * AUTHORS: Added developers for other projects. Updated.
14972         * TODO.tasks: Updated.
14973         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14974         
14975 2005-05-22 Naba Kumar  <naba@gnome.org>
14977         * plugins/tools/execute.c: Make parsable lines distinct by adding
14978         a "Click me" description in the message. Allow tools to open arbibrary
14979         file in editory using gdb-styled annotation (The line starts with two
14980         \032 characters followed by the file:line).
14981         
14982         * plugins/tools/scripts/prepare-changelog.pl,
14983         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14984         ChangeLog file itself and open it.
14986 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14988         * plugins/tools/execute.c:
14989         Parse output in message pane
14990         Correct a crash on plugin deactivation
14992         * plugins/tools/fileop.c,
14993         plugins/tools/tool.c,
14994         plugins/tools/tool.h:
14995         Load only valid tools
14997 2005-06-21  Naba Kumar  <naba@gnome.org>
14999         * anjuta.spec.in: Fixed devel package requirement.
15001         * plugins/message-view/message-view.c: Scroll message on next/previous.
15003         * TODO.tasks: Updated.
15005         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15006         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15007         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15008         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15009         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15010         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15011         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15012         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15014         * libanjuta/anjuta-preferences.c,
15015         plugins/build-basic-autotools/build-basic-autotools.c,
15016         plugins/build-basic-autotools/executer.c,
15017         plugins/class-gen/action-callbacks.c,
15018         plugins/class-gen/action-callbacks.h,
15019         plugins/class-gen/class_gen.c,
15020         plugins/cvs-plugin/cvs-interface.c,
15021         plugins/debug-manager/attach_process.c,
15022         plugins/debug-manager/plugin.c,
15023         plugins/debug-manager/utilities.c,
15024         plugins/debug-manager/utilities.h,
15025         plugins/editor/aneditor-autocomplete.cxx,
15026         plugins/editor/aneditor.cxx,
15027         plugins/editor/search-replace.c,
15028         plugins/editor/search-replace_backend.c,
15029         plugins/gdb/breakpoints.c,
15030         plugins/gdb/registers.c,
15031         plugins/patch/plugin.c,
15032         plugins/project-wizard/druid.c,
15033         plugins/project-wizard/install.c,
15034         plugins/subversion/plugin.c,
15035         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
15036         codes.
15038         * plugins/class-gen/action-callbacks.c,
15039         plugins/project-wizard/parser.c,
15040         plugins/project-wizard/property.c,
15041         plugins/project-wizard/values.c,
15042         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
15044         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
15045         alphabetically
15047 2005-06-20  Naba Kumar  <naba@gnome.org>
15049         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
15050         manuals/reference/libanjuta/tmpl/e-splash.sgml,
15051         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15052         
15053         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
15054         exit idle function.
15055         
15056         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
15057         Fixed possible memory corruption.
15059         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
15060         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
15061         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
15062         progress bar increment and added progress status for symbol refresh
15063         and project loading.
15064         
15065         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
15066         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
15067         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
15068         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
15069         bar.
15071         * TODO.tasks: Updated.
15073 2005-06-19  Naba Kumar  <naba@gnome.org>
15075         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
15076         Fixed warning.
15077         
15078         * plugins/project-import/project-import.c: Deactivate plugin when done.
15079         
15080 2005-06-18  Naba Kumar  <naba@gnome.org>
15082         * plugins/profile-default/plugin.c: Fixed error when loading another
15083         project while a project is still loaded.
15084         
15085         * plugins/project-manager/plugin.c: Used (newly added) group-activated
15086         signal from gnome-build to popup group properties.
15087         
15088         * src/anjuta.c: Load default session by default.
15090         * po/POTFILES.in: Added missing files.
15091         
15092         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
15093         activate plugin on load (activate it separately). Connect to activate
15094         and deactivate signals for housekeeping, so that if plugins are
15095         activated or deactivate externally, they are properly recorded.
15096         
15097         * plugins/profile-default/plugin.c: Save profile before a project
15098         is loaded so that it could be restored when project is closed.
15099         
15100         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
15102 2005-06-17  Naba Kumar  <naba@gnome.org>
15104         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
15105         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
15106         for project. The plugins loaded for the project is restored when project
15107         is loaded next time.
15108         
15109         * TODO.tasks: Updated.
15110         
15111 2005-06-15  Naba Kumar  <naba@gnome.org>
15113         * plugins/tools/scripts/find-fixmes.pl,
15114         (new) plugins/tools/scripts/translation-status.pl,
15115         plugins/tools/scripts/tools-2.xml.in,
15116         plugins/tools/scripts/Makefile.am,
15117         plugins/tools/scripts/prepare-changelog.pl: Added translation
15118         status script. Completed find-fixmes.pl script. Fixed bugs.
15120         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
15121         tool path.
15123 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15125         * plugins/message-view/anjuta-message-manager-plugin.glade :
15126         renamed "messages.tag.position" to "messages.tab.position".
15127         plugins/message-view/anjuta-msgman.c : 
15128         Messages tab position prefrences.
15129         
15130 2005-06-14  Naba Kumar  <naba@gnome.org>
15132         * (new) plugins/tools/scripts/find-fixmes.pl,
15133         (new) plugins/tools/scripts/tools-2.xml.in,
15134         (new) plugins/tools/scripts/Makefile.am,
15135         (new) plugins/tools/scripts/prepare-changelog.pl,
15136         plugins/tools/plugin.h, plugins/tools/fileop.c,
15137         plugins/tools/Makefile.am, configure.in: Added system tools.
15139 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
15141         * plugins/tools/editor.c:
15142         Take care of creating .anjuta directory if missing
15144 2005-06-10  Naba Kumar  <naba@gnome.org>
15146         * configure.in: Increased gnome-build required to version 0.1.2.
15147         
15148         * plugins/project-manager/plugin.c: Fixed target/group removal.
15149         Fixed memory leaks.
15150         
15151 2005-06-10  Naba Kumar  <naba@gnome.org>
15153         * plugins/project-manager/plugin.c: Implemented target/group
15154         configuration (update gnome-build module from cvs).
15155         
15156 2005-06-07  Naba Kumar  <naba@gnome.org>
15158         Patch from: Massimo Cora'  <maxcvs@email.it>:
15159         * plugins/class-inheritance/Makefile.am,
15160         plugins/class-inheritance/class-inherit.c,
15161         plugins/class-inheritance/class-inherit.h,
15162         plugins/class-inheritance/plugin.c,
15163         plugins/class-inheritance/plugin.h,
15164         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
15165         expanded view of classes in hierarchy canvas (collapsable again).
15166         
15167 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
15169         * scintilla/patches/scintilla-64-bit.diff (added)
15170         * plugins/patch/patch-plugin.c:
15171         Conditional build for GTK 2.4 and GTK 2.6
15173 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
15175         * plugins/tools/anjuta-tools.glade,
15176         plugins/tools/editor.c,
15177         plugins/tools/plugin.h,
15178         plugins/tools/fileop.c:
15179         Add a check box to edit an user script
15180         Correct a few memory leak
15182         * plugins/tools/execute.c,
15183         plugins/tools/tool.c,
15184         plugins/tools/tool.h:
15185         Move utility remove_mnemonic function in tool.c
15186         Small fix
15188 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
15190         Patch from sbrabec@suse.cz:
15191         * configure.in
15192         scintilla/include/Scintilla.h:
15193         
15194         Fix 64-Bit warnings in gcc 4
15196 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
15197         
15198         * plugins/patch/patch_plugin.c
15199         plugins/patch/patch.h
15200         plugin/patch/patch-plugin.glade
15201         plugin/patch/Makefile.am:
15202         
15203         Changed patch plugin to use libglade and new gtk 2.6 widgets
15205 2005-05-31  Naba Kumar  <naba@gnome.org>
15207         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15208         * plugins/editor/text_editor.c: Don't show error
15209         for empty files.
15210         
15211 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
15212         
15213         * plugins/message-view/anjuta-message-manager.ui,
15214         plugins/message-view/anjuta-msgman.c,
15215         plugins/message-view/anjuta-msgman.h,
15216         plugins/message-view/message-view.c,
15217         plugins/message-view/message-view.h,
15218         plugins/message-view/plugin.c:
15219         Add a popup menu in messages panes
15220         Move save message pane option in it
15222 2005-05-28  Naba Kumar  <naba@gnome.org>
15224         * data/properties/styles.properties: Fixed default font
15225         names and sizes.
15227         * plugins/editor/style-editor.c: cleanup.
15228         
15229 2005-05-25  Naba Kumar  <naba@gnome.org>
15231         * plugin/gdb/plugin.c: Start gdb even if the program does
15232         not exists. Fixes bug #305074
15233         
15234 2005-05-24  Naba Kumar  <naba@gnome.org>
15236         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
15237         * configure.in: graphviz pkgconfig path.
15239 2005-05-24  Naba Kumar  <naba@gnome.org>
15241         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
15242         * TODO.tasks: Updated.
15243         
15244 2005-05-22  Naba Kumar  <naba@gnome.org>
15246         * anjuta.spec.in: Fixed spec file
15247         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15249 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
15250         
15251         * TODO.tasks: Updated.
15253         * plugins/message-view/anjuta-message-manager.ui,
15254         plugins/message-view/message-view.c,
15255         plugins/message-view/message-view.h,
15256         plugins/message-view/plugin.c:
15257         Add shortcut for next and previous message
15258         Add a save message menu item
15259         Fix a bug in previous message
15261 2005-05-21  Naba Kumar  <naba@gnome.org>
15263         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15264         doc/Makefile.am, global-tags/create_global_tags.sh,
15265         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15266         and rpm package creation. Fixed installation paths.
15267         
15268         * plugins/editor/anjuta-document-manager.glade,
15269         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15270         and indent options.
15271         
15272         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15274 2005-05-21  Naba Kumar  <naba@gnome.org>
15276         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15277         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15278         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15279         tagmanager/Makefile.am: Fixed paths configure variables to take
15280         automake configure variables instead of hardcoding.
15282         * global-tags/tm_global_tags.c: Formated code.
15284         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15285         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15286         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15287         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15288         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15289         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15290         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15291         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15292         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15294 2005-05-20  Naba Kumar  <naba@gnome.org>
15296         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15297         and fixed rpm spec file (more testing required).
15298         
15299         * data/gdb.init: Don't set gdb prompt.
15300         
15301         * mime/Makefile.am: run update-mime-data only on system-wide install.
15302         
15303         * plugins/gdb/Makefile.am: Install plugin at correct paths.
15305 2005-05-19  Naba Kumar  <naba@gnome.org>
15307         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15308         while it's not visible.
15310         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
15311         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15312         
15313 2005-05-19  Naba Kumar <naba@gnome.org>
15315         * configure.in: Fixed subversion checks. Added
15316         --disable-plugin-subversion and --disable-plugin-glade
15317         configure flags to manually turn off their plugin builds.
15319         * plugins/editor/plugin.c: Save and restore current editor line
15320         positions in session.
15322 2005-05-18  Naba Kumar  <naba@gnome.org>
15324         * AUTHORS: Fixed email address.
15325         
15326         * libanjuta/anjuta-utils.c,
15327         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15328         when the projectmanager toplevel is not a window. Check for valid
15329         gtkwindow type before using the passed window as parent for anjuta
15330         dialogs.
15332 2005-05-17  Naba Kumar  <naba@gnome.org>
15334         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15335         
15336         * plugins/cvs-plugin/Makefile.am,
15337         plugins/devhelp/plugin.c,
15338         plugins/file-loader/Makefile.am,
15339         plugins/macro/Makefile.am,
15340         plugins/message-view/Makefile.am,
15341         plugins/patch/Makefile.am,
15342         plugins/project-manager/Makefile.am,
15343         plugins/subversion/Makefile.am,
15344         plugins/symbol-browser/Makefile.am: Removed -module flags
15345         from libtool flags
15347         * MAINTAINERS: Added file so that I could recieve bugzilla
15348         reports.
15350         * plugins/glade/plugin.c: Fixed compile error.
15352 === Anjuta 2.0.0 ===
15354 2005-05-15  Naba Kumar  <naba@gnome.org>
15356         * configure.in: Adjusted gdl version requirement. Bumped anjuta
15357         version to 2.0.0.
15359         * plugins/symbol-browser/an_symbol_view.c,
15360         plugins/symbol-browser/plugin.c,
15361         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15362         symbols have been updated. Reset file symbols when update
15363         occurs. Fixed memory leaks.
15365         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15366         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15367         
15368 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15370         * plugins/tools/anjuta-tools.glade:
15371         Remove unused parameter dialog
15373         * plugins/tools/dialog.c,
15374         plugins/tools/fileop.c,
15375         plugins/tools/fileop.h,
15376         plugins/tools/tool.c,
15377         plugins/tools/tool.h,
15378         plugins/tools/variable.c:
15379         Add a few comments and cleanups
15381         * plugins/tools/editor.c,
15382         plugins/tools/editor.h:
15383         Remove code from previous plugin and add comments
15384         Use main window as parent (instead of tool list)
15386         * plugins/tools/execute.c,
15387         plugins/tools/execute.h:
15388         Remove code from previous plugin and add comments
15389         Fix warnings
15391 2005-05-14  Naba Kumar  <naba@gnome.org>
15393         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15394         release.
15395         
15396         * configure.in: Fixed
15397         
15398         * plugins/class-inheritance/class-inheritance.png: New icon.
15399         
15400         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15401         screws up when reparented.
15403 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15405         * plugins/editor/search-replace.c,
15406         plugins/editor/search-replace_backend.c
15407         plugins/project-manager/plugin.c : Clear find pane if searching same 
15408         expression. Clean code.
15410 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15412         * configure.in: Added ne in ALL_LINGUAS
15413         
15414 2005-05-13  Naba Kumar  <naba@gnome.org>
15416         * configure.in: Fixed glade-3 version.
15417         
15418         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15419         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15420         plugins/gdb/watch.c: Update locals, watch and frame document on
15421         frame change.
15423 2005-05-12  Naba Kumar  <naba@gnome.org>
15425         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15426         scope autocompletion when the function definition is incomplete.
15427         
15428         * plugins/class-gen/anjuta-class-gen.plugin.in,
15429         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15430         plugins/gdb/plugin.c,
15431         plugins/glade/anjuta-glade.plugin.in,
15432         plugins/project-import/anjuta-project-import.plugin.in,
15433         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15434         titles for the wizards.
15436 2005-05-11  Naba Kumar  <naba@gnome.org>
15438         * configure.in, plugins/debug-manager/Makefile.am,
15439         plugins/debug-manager/plugin.c,
15440         (added) plugins/debug-manager/images/.cvsignore,
15441         (added) plugins/debug-manager/images/Makefile.am,
15442         (added) plugins/debug-manager/images/detach-16.png,
15443         (added) plugins/debug-manager/images/detach.png,
15444         (added) plugins/debug-manager/images/step-into-16.png,
15445         (added) plugins/debug-manager/images/step-into.png,
15446         (added) plugins/debug-manager/images/step-out-16.png,
15447         (added) plugins/debug-manager/images/step-out.png,
15448         (added) plugins/debug-manager/images/step-over-16.png,
15449         (added) plugins/debug-manager/images/step-over.png,
15450         plugins/gdb/Makefile.am,
15451         plugins/gdb/breakpoints.c,
15452         plugins/gdb/plugin.c,
15453         (added) plugins/gdb/images/.cvsignore,
15454         (added) plugins/gdb/images/Makefile.am,
15455         (added) plugins/gdb/images/breakpoint.png,
15456         (added) plugins/gdb/images/locals.png,
15457         (added) plugins/gdb/images/stack.png,
15458         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15459         'remove all'. Added debugger icons.
15461         * plugins/editor/text_editor.c: Fixed file monitor.
15463         Patch from: Massimo Cora'  <maxcvs@email.it>
15464         * plugins/patch/anjuta-patch-plugin.png,
15465         plugins/class-gen/Makefile.am,
15466         plugins/class-gen/action-callbacks.c,
15467         plugins/class-gen/class_gen.c,
15468         plugins/class-gen/class_logo.xpm: Implemented vcs
15469         file addions. New icons by Fabio Zecchini
15471 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15473         * libanjuta/interfaces/libanjuta.idl
15474         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15475         plugins/editor/search-replace_backend.c
15476         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15478 2005-05-11  Naba Kumar  <naba@gnome.org>
15479         
15480         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15481         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15482         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15483         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15484         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15485         memory leaks.
15486         
15487         * plugins/symbol-browser/an_symbol_prefs.c,
15488         plugins/symbol-browser/an_symbol_search.c,
15489         plugins/symbol-browser/an_symbol_view.c,
15490         plugins/symbol-browser/an_symbol_view.h,
15491         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15493 2005-05-11  Naba Kumar  <naba@gnome.org>
15495         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15496         
15497         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15498         progress bar location at create time, instead of hardcoding.
15499         
15500         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15501         Added mini splash screen.
15502         
15503         * plugins/editor/text_editor.c: Do not produce warning when file
15504         monitor could not be created.
15505         
15506         * plugins/profile-default/plugin.c: Save project session on exit.
15507         Show mini splash with progress bar at profile load.
15509 2005-05-10  Naba Kumar  <naba@gnome.org>
15511         * configure.in, manuals/Makefile.am: Fixed compile flags.
15512         Disable outdated manuals builds.
15513         
15514         * global-tags/Makefile.am: Uninstall tags files on
15515         'make uninstall'
15516         
15517         * libegg/Makefile.am: Use configured deprecated flags.
15518         
15519         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15520         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15521         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15522         Updated.
15523         
15524         * mime/Makefile.am: Take DESTDIR into account.
15525         
15526         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15527         
15528         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15529         on scope autocompletion.
15530         
15531         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15532         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15533         shared libs and static libs paths for debugging. Order them
15534         correctly.
15535         
15536         * po/POTFILES.in: Updated.
15538 2005-05-09  Naba Kumar  <naba@gnome.org>
15540         * libanjuta/interfaces/libanjuta.idl,
15541         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15542         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15543         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15544         Implemented debugger source directory search and emits location changed
15545         signal with absolute path of the file.
15547         * plugins/tools/tool.c: Fixed compile errors.
15548         
15549 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15551         * plugins/tools/anjuta-tools.glade,
15552         plugins/tools/dialog.h,
15553         plugins/tools/dialog.c,
15554         plugins/tools/plugin.c,
15555         plugins/tools/editor.c:
15556         Improve graphical user interface
15557         Remove old code
15558         Correct an error on close
15559         Some cleanups
15561         * plugins/tools/fileop.c,
15562         plugins/tools/tool.h,
15563         plugins/tools/tool.c:
15564         Change the tool internal structure
15565         Support having tools configuration in several places
15567 2005-05-08  Naba Kumar  <naba@gnome.org>
15569         * plugins/gdb/actions.c,
15570         (removed) plugins/gdb/registers_cbs.c,
15571         (removed) plugins/gdb/registers_cbs.h,
15572         (removed) plugins/gdb/registers_gui.c,
15573         (removed) plugins/gdb/sharedlib_cbs.c,
15574         (removed) plugins/gdb/sharedlib_cbs.h,
15575         (removed) plugins/gdb/sharedlib_gui.c,
15576         (removed) plugins/gdb/signals_cbs.c,
15577         (removed) plugins/gdb/signals_cbs.h,
15578         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15580 2005-05-08  Naba Kumar  <naba@gnome.org>
15582         * plugins/build-basic-autotools/executer.c: Fixed programs
15583         listing dialog.
15584         
15585         * plugins/debug-manager/Makefile.am,
15586         plugins/debug-manager/anjuta-debug-manager.glade,
15587         plugins/debug-manager/plugin.c,
15588         plugins/gdb/Makefile.am: Used libglade for programs listing
15589         dialog.
15590         
15591         * (added) plugins/gdb/pointer.png: Stack pointer image.
15592         
15593         * libanjuta/anjuta-marshal.list,
15594         pixmaps/Makefile.am,
15595         plugins/gdb/actions.c,
15596         plugins/gdb/actions.h,
15597         plugins/gdb/anjuta-gdb-plugin.ui,
15598         plugins/gdb/anjuta-gdb.glade,
15599         plugins/gdb/breakpoints.c,
15600         plugins/gdb/breakpoints.h,
15601         plugins/gdb/debug_tree.c,
15602         plugins/gdb/debug_tree.h,
15603         plugins/gdb/debugger.c,
15604         plugins/gdb/debugger.h,
15605         plugins/gdb/gdbmi-test.c,
15606         plugins/gdb/gdbmi.c,
15607         plugins/gdb/gdbmi.h,
15608         plugins/gdb/info.c,
15609         plugins/gdb/info.h,
15610         plugins/gdb/locals.c,
15611         plugins/gdb/locals.h,
15612         plugins/gdb/memory.c,
15613         plugins/gdb/memory.h,
15614         plugins/gdb/plugin.c,
15615         plugins/gdb/plugin.h,
15616         plugins/gdb/registers.c,
15617         plugins/gdb/registers.h,
15618         plugins/gdb/registers_cbs.c,
15619         plugins/gdb/registers_cbs.h,
15620         plugins/gdb/registers_gui.c,
15621         plugins/gdb/sharedlib.c,
15622         plugins/gdb/sharedlib.h,
15623         plugins/gdb/sharedlib_cbs.c,
15624         plugins/gdb/sharedlib_cbs.h,
15625         plugins/gdb/sharedlib_gui.c,
15626         plugins/gdb/signals.c,
15627         plugins/gdb/signals.h,
15628         plugins/gdb/signals_cbs.c,
15629         plugins/gdb/signals_cbs.h,
15630         plugins/gdb/signals_gui.c,
15631         plugins/gdb/stack_trace.c,
15632         plugins/gdb/stack_trace.h,
15633         plugins/gdb/utilities.c,
15634         plugins/gdb/utilities.h,
15635         plugins/gdb/watch.c,
15636         plugins/gdb/watch.h,
15637         plugins/gdb/watch_cbs.c,
15638         plugins/gdb/watch_cbs.h,
15639         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15640         it for all debugger component updates and listing. Implemented
15641         user custom debugger command window. Fixed all debugger components
15642         to work correctly. Implemented debugger as GObject. Removed
15643         deprecated codes.
15644         
15645 2005-05-06  Naba Kumar  <naba@gnome.org>
15646         
15647         * TODO.tasks: Updated.
15648         
15649         * plugins/build-basic-autotools/Makefile.am,
15650         plugins/file-loader/Makefile.am,
15651         plugins/profile-default/Makefile.am,
15652         plugins/sample1/Makefile.am,
15653         plugins/symbol-browser/images/Makefile.am,
15654         src/Makefile.am: Fixed 'make distcheck' errors.
15656         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15657         updates.
15659         * tagmanager/tm_workspace.c: Include prototypes in getting
15660         scope members.
15662 2005-05-06  Naba Kumar  <naba@gnome.org>
15664         * TODO.tasks: Updated.
15665         
15666         * configure.in, plugins/cvs-plugin/Makefile.am,
15667         plugins/debug-manager/Makefile.am,
15668         plugins/devhelp/Makefile.am,
15669         plugins/editor/Makefile.am,
15670         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15671         
15672         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15673         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15674         interfaces.
15675         
15676         * tagmanager/tm_workspace.c,
15677         tagmanager/include/tm_workspace.h,
15678         plugins/editor/aneditor-autocomplete.cxx,
15679         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15680         to return all matching tag types when no name is given instead of
15681         returning empty array.
15682         
15683         * plugins/symbol-browser/Makefile.am,
15684         (added) plugins/symbol-browser/an_symbol.c,
15685         (added) plugins/symbol-browser/an_symbol.h,
15686         plugins/symbol-browser/an_symbol_info.c,
15687         plugins/symbol-browser/an_symbol_info.h,
15688         (added) plugins/symbol-browser/an_symbol_iter.c,
15689         (added) plugins/symbol-browser/an_symbol_iter.h,
15690         plugins/symbol-browser/an_symbol_search.c,
15691         plugins/symbol-browser/an_symbol_view.c,
15692         plugins/symbol-browser/an_symbol_view.h,
15693         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15694         plugins/symbol-browser/plugin.c,
15695         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15696         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15697         plugin and implemented IAnjutaIterable interface for symbol search
15698         and iteration.
15700         * plugins/class-inheritance/Makefile.am,
15701         plugins/class-inheritance/class-inherit.c,
15702         plugins/class-inheritance/class-inherit.h,
15703         plugins/class-inheritance/plugin.h: Use the newly added
15704         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15705         get rid of libanjuta-ctags.la dependencies.
15707 2005-05-02  Naba Kumar  <naba@gnome.org>
15709         * plugins/class-inheritance/class-inherit.c,
15710         plugins/class-inheritance/plugin.c,
15711         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15712         be found for a class. Formated code.
15714         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15715         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15716         of editor tabs.
15717         
15718 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15720         * libanjuta/anjuta-launcher.c:
15721         Keep trying sending data until all bytes have been written
15723         * plugins/tools/anjuta-tools.glade,
15724         plugins/tools/editor.c:
15725         Add a combo box to defined data from stdin
15727         * plugins/tools/execute.c:
15728         Send data in stdin if needed
15729         Code cleanups
15731         * plugins/tools/fileop.c,
15732         plugins/tools/tool.h,
15733         plugins/tools/tool.c:
15734         Store, load and save stdin data
15735         Use tools-2.xml instead of tools.xml
15737         * plugins/tools/plugin.c,
15738         plugins/tools/plugin.h:
15739         Code cleanups
15741         * plugins/tools/dialog.c,
15742         plugins/tools/dialog.h:
15743         Few code cleanups
15745         * plugins/tools/variable.c,
15746         plugins/tools/variable.h:
15747         Add editor related variables
15748         Code cleanups
15750 2005-04-29  Naba Kumar  <naba@gnome.org>
15752         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15754         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15755         
15756         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15757         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15758         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15759         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15760         working on gdb MI interface. Completed MI parser interface.
15762         Patch from  Massimo Cora <maxcvs@email.it>:
15763         * plugins/class-inheritance/Makefile.am,
15764         plugins/class-inheritance/class-inherit.c,
15765         plugins/class-inheritance/class-inherit.h,
15766         plugins/class-inheritance/plugin.c,
15767         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15768         Used system theme for colors. Display class members on mouse click.
15769         
15770 2005-04-28  Naba Kumar  <naba@gnome.org>
15772         * plugins/symbol-browser/an_symbol_prefs.c
15773         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15774         implementation to create/add/remove custom tags files in symbol
15775         brower preferences.
15777         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15778         EXTRA_DIST.
15780         * plugins/project-import/project-import.c: Fixed memory leaks and
15781         use correct debug prints.
15782         
15783         * TODO.tasks: Updated.
15784         
15785 2005-04-27  Naba Kumar  <naba@gnome.org>
15787         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15788         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15789         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15791         * plugins/editor/anjuta-docman.c,
15792         plugins/editor/anjuta-docman.h,
15793         plugins/editor/plugin.c: Emit editor-added signal from docman
15794         and connect signals to new editor correctly.
15796         * plugins/class-inheritance/plugin.c,
15797         plugins/symbol-browser/plugin.c: Added stock icons.
15798         
15799         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15800         plugins/build-basic-autotools/executer.c,
15801         plugins/build-basic-autotools/executer.h: Added missing files
15802         for the execute programs implementation.
15804 2005-04-26  Naba Kumar  <naba@gnome.org>
15805         
15806         * TODO.tasks: Updated.
15808         * plugins/file-loader/plugin.c,
15809         plugins/project-import/anjuta-project-import.plugin.in,
15810         plugins/project-import/plugin.c,
15811         plugins/project-import/project-import.c,
15812         plugins/project-import/project-import.h: Be able to import older
15813         anjuta projects.
15815 2005-04-26  Naba Kumar  <naba@gnome.org>
15817         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15818         removing it from the shell.
15820         * libanjuta/anjuta-shell.c,
15821         libanjuta/anjuta-shell.h,
15822         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15823         so that widget additions are freezed or thaw using a pending queue.
15824         Fixded UI flicker while loading projects.
15826 2005-04-26  Naba Kumar  <naba@gnome.org>
15828         * TODO.tasks: Updated.
15829         
15830         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15831         IAnjutaBuildable interface.
15832         
15833         * plugins/build-basic-autotools/Makefile.am,
15834         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15835         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15836         plugins/build-basic-autotools/build-basic-autotools.c,
15837         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15838         interface and UI for executing project/file programs. Implemented
15839         IAnjutaFile interface so that executables could be opened directly.
15840         
15841         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15842         Authors line (Reserved for external plugins, which do not have a way to
15843         show their credits).
15844         
15845         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15846         [File Loader] group for menu labels (default to "Name" if it is not
15847         defined.
15848         
15849         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15850         for executing external commands.
15852 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15854         * plugins/project-wizard/property.c:
15855         Correct a memory leak
15857         * libanjuta/interfaces/libanjuta.idl,
15858         plugins/editor/text_editor.c:
15859         Add erase_all and replace_selection function to IAnjutaEditor
15861         * plugins/tools/anjuta-tools.glade,
15862         plugins/tools/fileop.c,
15863         plugins/tools/editor.c,
15864         plugins/tools/tool.c
15865         plugins/tools/tool.h:
15866         Add shortcut and icon 
15868         * plugins/tools/variable.c,
15869         plugins/tools/variable.h:
15870         Add a variable asking parameters at run time
15872         * plugins/tools/execute.c:
15873         Add a warning message for missing document manager
15874         Add replace buffer and replace selection output
15875         Correct an error in popup output
15877         * plugins/tools/plugin.c,
15878         plugins/tools/plugin.h,
15879         plugins/tools/anjuta-tools.ui,
15880         src/anjuta.ui:
15881         Few clean up
15882         Attach tools menu to a new place
15884 2005-04-25  Naba Kumar  <naba@gnome.org>
15886         * libanjuta/plugins.c, src/about.c, src/about.h,
15887         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15888         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15889         plugins (about box for plugins) menu.
15891 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15893         *  plugins/editor/search-replace.c :
15894         Displayed full path in Search pane window. 
15895         Bug 300231 : Selected line in Search pane window .
15896                 
15897 2005-04-23  Naba Kumar  <naba@gnome.org>
15899         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15901 2005-04-22  Naba Kumar  <naba@gnome.org>
15903         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15904         
15905         * plugins/project-wizard/templates/java.wiz,
15906         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15907         to create bytecodes (.class) files.
15908         
15909         * plugins/symbol-browser/an_symbol_info.c,
15910         plugins/symbol-browser/an_symbol_info.h,
15911         plugins/symbol-browser/an_symbol_search.c,
15912         plugins/symbol-browser/an_symbol_view.c,
15913         plugins/symbol-browser/plugin.c,
15914         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15915         in file symbol list.
15917 2005-04-22  Naba Kumar  <naba@gnome.org>
15919         * TODO.tasks: Updated.
15920         
15921         * plugins/class-inheritance/Makefile.am,
15922         plugins/subversion/Makefile.am: Do not install plugin files when
15923         plugin build condition is false.
15924         
15925         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15926         plugins/build-basic-autotools/build-basic-autotools.c,
15927         plugins/build-basic-autotools/build-basic-autotools.h,
15928         plugins/file-loader/anjuta-loader-plugin.ui,
15929         plugins/file-loader/dnd.c,
15930         plugins/file-loader/plugin.c,
15931         plugins/file-loader/plugin.h,
15932         plugins/project-manager/anjuta-project-manager.ui,
15933         plugins/project-manager/plugin.c: Added open file and build context
15934         menu in project manager context menu.
15936 2005-04-22  Naba Kumar  <naba@gnome.org>
15938         * configure.in: Added message output showing conditional plugins to
15939         build or not.
15940         
15941         * src/layout.xml: Added layout for class-inheritance plugin widget.
15942         
15943         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15944         plugin name to remove redundant terms.
15945         
15946         * TODO.tasks: Updated.
15947         
15948         * configure.in,
15949         plugins/symbol-browser/Makefile.am,
15950         plugins/symbol-browser/an_symbol_view.c,
15951         (removed) plugins/symbol-browser/sv_class.xpm,
15952         (removed) plugins/symbol-browser/sv_function.xpm,
15953         (removed) plugins/symbol-browser/sv_macro.xpm,
15954         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15955         (removed) plugins/symbol-browser/sv_private_var.xpm,
15956         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15957         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15958         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15959         (removed) plugins/symbol-browser/sv_public_var.xpm,
15960         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15961         (removed) plugins/symbol-browser/sv_static_var.xpm,
15962         (removed) plugins/symbol-browser/sv_struct.xpm,
15963         (removed) plugins/symbol-browser/sv_unknown.xpm,
15964         (removed) plugins/symbol-browser/sv_variable.xpm,
15965         (added) plugins/symbol-browser/images/.cvsignore,
15966         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15967         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15968         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15969         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15970         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15971         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15972         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15973         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15974         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15975         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15976         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15977         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15978         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15979         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15980         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15981         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15982         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15983         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15984         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15985         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15986         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15987         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15988         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15989         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15990         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15991         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15992         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15993         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15994         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15995         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15996         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15997         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15998         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15999         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
16000         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
16001         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
16002         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
16003         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
16004         pixmaps and added new icons (taken from monodevelop).
16006 2005-04-21  Naba Kumar  <naba@gnome.org>
16008         Patch from  Massimo Cora <maxcvs@email.it>:
16010         * configure.in, plugins/Makefile.am
16011         (new) plugins/class-inheritance/.cvsignore,
16012         (new) plugins/class-inheritance/Makefile.am,
16013         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
16014         (new) plugins/class-inheritance/class-inherit.c,
16015         (new) plugins/class-inheritance/class-inherit.h,
16016         (new) plugins/class-inheritance/plugin.c,
16017         (new) plugins/class-inheritance/plugin.h,
16018         (new) plugins/class-inheritance/class-inheritance.png: Added class
16019         inheritance plugin.
16020         
16021         Changes by naba: Added pkgconfig check for graphviz and conditionally
16022         build graphviz.
16023         
16024         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
16026 2005-04-20  Naba Kumar  <naba@gnome.org>
16028         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
16029         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16030         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16031         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16032         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16033         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16034         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16035         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16036         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16037         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16038         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16039         
16040         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
16041         message view management.
16043         * libanjuta/anjuta-children.[ch],
16044         plugins/build-basic-autotools/build-basic-autotools.c,
16045         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
16046         Removed anjuta_children_init() function,
16047         because it is done automatically when first invoked. Introduced
16048         anjuta_children_recover() to recover the child signalling. Fixed
16049         child exit management to correctly recover the exit status.
16050         
16051         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
16052         to properly shutdown the launcher and to kill the running process
16053         (without emitting any signal).
16054         
16055         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16056         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
16057         gdb and program instance.
16059 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16061         * plugins/editor/search-replace.c :
16062         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
16064 2005-04-18  Naba Kumar  <naba@gnome.org>
16066         * TODO.tasks: Marked completed items.
16067         
16068         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
16069         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16070         plugins/project-manager/plugin.c: Prompt user for the debugging
16071         target (select from a list of project's executable targets) and
16072         correctly start debugger. Take care of libtool wrapping when the
16073         target selected is libtool target. Fixed debugger menu items
16074         sensitivity.
16076 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
16078         * plugins/tools/execute.c,
16079         plugins/tools/execute.h:
16080         Implement save all files before running a command
16081         Implement all options for stdout and stderr except replace buffer
16082         Allow running several tools
16084         * plugins/tools/plugin.c:
16085         Move anjuta launcher in execute.c
16087         * plugins/tools/tools.h,
16088         plugins/tools/variable.c:
16089         Small changes
16091 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
16093         * plugins/tools/anjuta-tools.glade:
16094         Add new properties in tool editor dialog
16095         Cosmetic improvements
16096         
16097         * plugins/tools/anjuta-tools.ui:
16098         Attach tool menu as a build menu
16100         * plugins/tools/dialog.c:
16101         Set tool menu item sensitivity in tool list
16102         Fix bugs
16104         * plugins/tools/editor.c,
16105         plugins/tools/editor.h,
16106         plugins/tools/fileop.c,
16107         plugins/tools/tool.c,
16108         plugins/tools/tool.h:
16109         Add new properties (active, save file...)
16110         Most of them are still not implemented
16112         * plugins/tools/execute.c,
16113         plugins/tools/execute.h:
16114         Reorganize code to support multiple run
16115         Support run in terminal
16116         
16117         * plugins/tools/plugin.c
16118         plugins/tools/plugin.h:
16119         Move message handling in execute.c
16121         * plugins/tools/variable.h,
16122         plugins/tools/variable.c:
16123         Add useful variables
16124         
16125 2005-04-13  Naba Kumar  <naba@gnome.org>
16127         * plugins/editor/text_editor.c: Fixed file monitoring condition.
16128         * plugins/editor/Makefile.am: Added gnome-vfs flags.
16129         
16130 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16132         * plugins/tools/dialog.c plugins/tools/tool.c :
16133         Fixed bugs.
16135 2005-04-06  Naba Kumar  <naba@gnome.org>
16137         * src/anjuta.c: Load default session only when
16138         "anjuta.session.load.last" preference is enabled.
16139         
16140 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
16142         * plugins/tools/Makefile.am,
16143         plugins/tools/variable.c,
16144         plugins/tools/variable.h:
16145         Add new code for handling variables
16147         * plugins/tools/anjuta-tools.glade:
16148         Improve tool editor dialog
16149         Add variable selection dialog
16151         * plugins/tools/dialog.c,
16152         plugins/tools/dialog.h,
16153         plugins/tools/plugin.c,
16154         plugins/tools/plugin.h:
16155         Add variable object
16156         Add a function to get it
16158         * plugins/tools/editor.c:
16159         Add gui code for variable selection dialog
16161         * plugins/tools/execute.c:
16162         Use variables for executing command
16163         
16164         * Naba: Compile warning fixes.
16166 2005-04-06  Naba Kumar  <naba@gnome.org>
16168         * TODO.tasks: Marked completed items.
16169         
16170 2005-04-06  Naba Kumar  <naba@gnome.org>
16172         * plugins/subversion/svn-backend.c: Fixed subversion plugin
16173         compile error.
16174         
16175         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
16177 2005-04-04  Naba Kumar  <naba@gnome.org>
16179         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
16180         inside Main window.
16181         
16182 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
16184         * plugins/tools/Makefile.am,
16185         plugins/tools/anjuta-tools.plugin.in,
16186         plugins/tools/anjuta-tools.ui,
16187         plugins/tools/anjuta-tools.gladei,
16188         plugins/tools/anjuta-tools-plugin.png,
16189         plugins/tools/plugin.c,
16190         plugins/tools/plugin.h,
16191         plugins/tools/dialog.c,
16192         plugins/tools/dialog.h,
16193         plugins/tools/fileop.c,
16194         plugins/tools/fileop.h,
16195         plugins/tools/tool.c,
16196         plugins/tools/tool.h,
16197         plugins/tools/editor.c,
16198         plugins/tools/editor.h,
16199         plugins/tools/execute.c,
16200         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
16201         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
16202         Not fully working
16204         * anjuta-tools.[ch]: Removed old tools code.
16205         
16206 2005-04-01  Steve Murphy  <murf@e-tools.com>
16208         * configure.in: Added "rw" to ALL_LINGUAS.
16210 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16212         * Modified Files:
16213         manuals/C/anjuta-manual/fileoperations.xml
16214         Added Files:
16215         manuals/C/anjuta-manual/figures/search_expr.png
16216         manuals/C/anjuta-manual/figures/search_expr_basic.png
16217         manuals/C/anjuta-manual/figures/search_file_list.png
16218         manuals/C/anjuta-manual/figures/search_file_pattern.png
16219         manuals/C/anjuta-manual/figures/search_replace.png
16220         manuals/C/anjuta-manual/figures/search_setting.png
16221         manuals/C/anjuta-manual/figures/search_target.png
16222         manuals/C/anjuta-manual/figures/search_target_action.png
16223         manuals/C/anjuta-manual/figures/search_target_in.png
16224         Removed Files:
16225         manuals/C/anjuta-manual/figures/find_files.png
16226         manuals/C/anjuta-manual/figures/find_replace.png
16227         manuals/C/anjuta-manual/figures/find_text.png :
16228         Updated Anjuta manual (File Operations)
16230 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16232         * manuals/C/anjuta-manual/fileoperations.xml,
16233         manuals/C/anjuta-manual/figures/open_file.png,
16234         manuals/C/anjuta-manual/figures/open_file_multiple.png,
16235         manuals/C/anjuta-manual/figures/prefs_print.png,
16236         manuals/C/anjuta-manual/figures/print_dlg.png,
16237         manuals/C/anjuta-manual/figures/print_preview.png.
16238         * Added Files:
16239         manuals/C/anjuta-manual/figures/add_edit_macro.png,
16240         manuals/C/anjuta-manual/figures/display_macro.png,
16241         manuals/C/anjuta-manual/figures/insert_text.png,
16242         manuals/C/anjuta-manual/figures/keyword_macro.png,
16243         manuals/C/anjuta-manual/figures/new_file_wizard.png,
16244         manuals/C/anjuta-manual/figures/save_as_file.png :
16245         Updated Anjuta Manual (File Operations)
16247 2005-03-23  Adam Weinberger  <adamw@gnome.org>
16249         * plugins/editor/action-callbacks.c,
16250           plugins/file-loader/plugin.c,
16251           plugins/gtodo/main.c,
16252           plugins/project-wizard/druid.c:
16253           Fix spelling/grammar errors. Fixes bugs
16254           169068, 169137, 169138, and 169139.
16256 2005-03-21  Naba Kumar  <naba@gnome.org>
16258         Patch from: Massimo Cora' <maxcvs@email.it>:
16259         
16260         * plugins/editor/Makefile.am
16261         plugins/editor/anjuta-docman.c,
16262         (added) plugins/editor/editor-tooltips.c,
16263         (added) plugins/editor/editor-tooltips.h: Added tooltips to
16264         editor tabs to show full path.
16266 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
16267         
16268         * plugins/subversion/svn-backend.c:
16269         Removed "apr-0/" from include because this is 
16270         already included in SVN_INCLUDE and broke building if
16271         apr >= 1.0 was installed.
16273 2005-03-18  Naba Kumar  <naba@gnome.org>
16275         Patch from: Massimo Cora' <maxcvs@email.it>:
16277         * plugins/editor/action-callbacks.c,
16278         plugins/editor/aneditor-calltip.cxx,
16279         plugins/editor/aneditor-priv.h,
16280         plugins/editor/aneditor.cxx,
16281         plugins/editor/aneditor.h,
16282         plugins/editor/anjuta-document-manager.ui: Added calltip
16283         activation from menu.
16285 2005-03-16  Naba Kumar  <naba@gnome.org>
16287         Patch from: Massimo Cora' <maxcvs@email.it>:
16288         
16289         * plugins/class-gen/action-callbacks.c,
16290         plugins/class-gen/anjuta-class-gen-plugin.glade,
16291         plugins/class-gen/class_gen.c,
16292         plugins/class-gen/class_gen.h,
16293         plugins/class-gen/class_logo.xpm,
16294         plugins/class-gen/plugin.c: Create files without project
16295         being open. Add to project support. And other enhancements.
16297 2005-03-15  Adam Weinberger  <adamw@gnome.org>
16299         * anjuta.glade,
16300           plugins/debug-manager/utilities.c,
16301           plugins/file-loader/plugin.c,
16302           plugins/gdb/utilities.c,
16303           plugins/profile-default/plugin.c,
16304           plugins/project-import/project-import.c,
16305           src/anjuta-actions.h:
16306           Spelling/grammar fixes.
16308 2005-03-13  Naba Kumar  <naba@gnome.org>
16309         
16310         * plugins/editor/action-callbacks.c,
16311         plugins/editor/action-callbacks.h,
16312         plugins/editor/anjuta-document-manager.ui,
16313         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16314         submenu. Moved menuitems from Format to View->Editor.
16315         
16316         * src/action-callbacks.c, src/action-callbacks.h,
16317         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16318         layout and lock layout menus in View submenu. Get rid of
16319         Settings->Layout Manager menu.
16320         
16321         * plugins/project-import/anjuta-project-import.plugin.in:
16322         Fixed icon name
16324         * global-tags/Makefile.am,
16325         global-tags/create_global_tags.sh,
16326         plugins/editor/aneditor-autocomplete.cxx,
16327         plugins/editor/aneditor-priv.h,
16328         plugins/editor/aneditor.cxx,
16329         tagmanager/tm_workspace.c: Fixed scope members autocompletion
16330         in editor and made it work in global symbols also.
16331         
16332         * src/anjuta-app.c: Always use priority texts besides icons style
16333         for toolbars, because other styles look horible for Anjuta (fixme).
16335 2005-03-11  Naba Kumar  <naba@gnome.org>
16337         * configure.in: Removed test for iconv.
16339         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16340         before scintilla widget is realized.
16341         
16342         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16343         for Update menuitem.
16344         
16345         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16346         already applied in scintilla main stream.
16347         
16348         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16349         and notified scintilla developer.
16350         
16351 2005-03-10  Naba Kumar  <naba@gnome.org>
16353         * src/action-callbacks.c: Removed reference to src/help.h (dead
16354         file).
16356         * plugins/editor/text_editor.c: Removed reference to
16357         src/launcher.h (a dead file).
16359         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16360         src/controls.c, src/controls.h, src/fileselection.c,
16361         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16362         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16363         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16364         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16365         src/session.h, src/support.c, src/support.h, src/toolbar.c,
16366         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16367         Removed these dead files from CVS.
16370 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16372         * plugins/file-wizard/action-callbacks.c : Added error message.
16373         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16376 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16377         
16378         * plugins/cvs-plugin/cvs-callbacks.c
16379         plugins/cvs-plugin/plugin.c:
16380         Fixed preferences page init and busy handling
16381         
16382         * plugins/subversion/plugin.c:
16383         Fixed preferences page init
16385 2005-03-09  Naba Kumar  <naba@gnome.org>
16387         * plugins/Makefile.am, plugins/glade/Makefile.am,
16388         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16389         enabled glade plugin in Anjuta. The plugin is built only when
16390         glade3 is installed.
16391         
16392 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16394         * plugins/project-wizard/templates/java.wiz
16395         plugins/project-wizard/templates/java-logo.png (*)
16396         plugins/project-wizard/templates/java/*
16397         plugins/project-wizard/templates/Makefile.am
16398         configure.in:
16399         
16400         Add Java project type. It generates a autoconf/automake
16401         project which is compiled using gcj. It requires automake 
16402         > 1.4 (1.9 is known to work) to work!
16403         
16404         (*) still awaiting response from the gcj team if we
16405         may use their logo.
16406         
16407 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16408         
16409         * plugins/project-import/*
16410         plugins/Makefile.am
16411         configure.in:
16412         Added project import plugin. Might be a bit buggy and limited
16413         but works for now.
16414         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16415         Icon from old pixmaps dir
16417 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16419         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16420         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16421         Added C Custom_Indent line macro.
16422         Cleaned macros.xml
16424 2005-03-09  Naba Kumar  <naba@gnome.org>
16426         * TODO.tasks: Added new message-manager tasks.
16427         
16428         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16429         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16430         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16431         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16432         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16433         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16434         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16435         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16436         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16437         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16438         
16439         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16440         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16441         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16442         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16443         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16444         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16445         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16446         Removed debugger widgets from shell on debugger shutdown. Added
16447         scrolled windows for docked widgets. Removed unnecessary widget refs
16448         and unrefs. Destroy widgets correctly on debugger shutdown.
16449         
16450         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16451         with project description title. Removed frame shadow.
16452         
16453         * plugins/project-wizard/druid.c: Initializes tooltips.
16454         
16455         * scintilla/Makefile.am: Fixed comiple error.
16457 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16459         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16460           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16462 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16464         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16465         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16466         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16467         plugins/macro/macros.xml, plugins/macro/plugin.c :
16468         Moved cursor at the '|' position defined in macros.
16470 2005-03-07  Naba Kumar  <naba@gnome.org>
16472         * plugins/subversion/Makefile.am: Fixed build error.
16474         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16475         types (perl, python, shellscript).
16476         
16477         * plugins/editor/plugin.c: Fixed to show all highlight options.
16478         
16479 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16481         * TODO.tasks : updated tasks.
16482         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16484 2005-03-07  Naba Kumar  <naba@gnome.org>
16486         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16487         or disable subversion file-manager submenu. If "Subvesion" is also
16488         valid directory, we should also check for it.
16490         * configure.in: Disable cygwin macro until someone fixes the
16491         autoconf warnings.
16492         
16493         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16494         backward compatibility.
16495         
16496 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16498         * src/about.c : Cleaned code.
16499         * plugins/macro/macros.xml : Added "do_while" C macro.
16500         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16501         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16502         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16503         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16504         
16505 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16507         * plugins/class-gen/plugin.c:
16508         Removed "return" to activate project_root_uri watching.
16510 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16512         * plugins/Makefile.am
16513         plugins/subversion/*:
16514         Added subversion plugin. Add, Remove, Commit and Update work
16515         everything else needs work.
16516         
16517         * plugins/terminal/terminal.c
16518         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16519         we still have focus problems with the editor.
16521 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16523         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16524         
16525 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16527         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16529 2005-03-04  Naba Kumar  <naba@gnome.org>
16531         Patch from Massimo Cora' <maxcvs@email.it>:
16533         * plugins/class-gen/Makefile.am,
16534         plugins/class-gen/action-callbacks.c,
16535         plugins/class-gen/action-callbacks.h,
16536         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16537         plugins/class-gen/anjuta-class-gen.plugin.in,
16538         plugins/class-gen/class_gen.c,
16539         plugins/class-gen/class_gen.h,
16540         (removed) plugins/class-gen/clsGen.c,
16541         (added) plugins/class-gen/goc_template_header,
16542         (added) plugins/class-gen/goc_template_source,
16543         plugins/class-gen/plugin.c,
16544         plugins/class-gen/plugin.h: Refactored class gen code.
16545         Added GOCBuilder code. Fixed UI. Implemented plugin.
16547 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16549         * plugins/project-wizard/property.c
16550         plugins/project-wizard/install.c
16551         plugins/project-wizard/druid.c
16552         plugins/editor/goto_line.c
16553         plugins/editor/plugin.c
16554         plugins/gtodo/add_edit_item.c
16555         plugins/gtodo/ligtodo.c
16556         plugins/gtodo/main.c
16557         plugins/gtodo/preferences.c:
16558         Fixed #167559, #167534, #167266, #167357
16559         (Bad English in strings...)
16560         
16561         Thanks to Adam Weinberger and Thierry Moisan for
16562         reporting!
16564 2005-03-03  Naba Kumar  <naba@gnome.org>
16566         * libegg/Makefile.am, libegg/menu/Makefile.am,
16567         (added) libegg/egg-submenu-action.c,
16568         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16569         submenu (used for wizard listing).
16570         
16571         * plugins/file-loader/anjuta-loader-plugin.ui
16572         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16573         and toolbar.
16574         
16575         * plugins/editor/action-callbacks.c,
16576         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16577         ctrl+tabbing because it was interfaring with focus navigation.
16578         Focus editor on "Esc" in incremental search entry. Cleanups.
16579         
16580         * plugins/file-manager/an_file_view.c,
16581         plugins/symbol-browser/plugin.c,
16582         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16583         Cleanups.
16584         
16585         * plugins/profile-default/plugin.c,
16586         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16587         for sesssion load.
16588         
16589         * (removed) scintilla/patches/a64-crash-fix.patch,
16590         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16591         scintilla patches.
16593 2005-03-03  Naba Kumar  <naba@gnome.org>
16595         * HACKING: Fixed typos.
16596         
16597         * plugins/editor/aneditor-indent.cxx: Clean up.
16598         
16599         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16600         Enable/disable save, undo and redo actions depending on state
16601         of the editor.
16602         
16603 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16605         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16606         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16607         Displayed search_incremental status.
16609         * Removed plugins/editor/search_incremental.[ch]
16611 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16612         
16613         * plugins/cvs-plugin/cvs-execute.c
16614         plugins/cvs-plugin/cvs-callbacks.c:
16615         - Use weak reference on mesg_view and reuse tab if
16616         it still exists to avoid cluttering message manager.
16617         - Fixed bug in cvs remove
16618         
16619         README, HACKING: Updated
16620         
16621         configure.in: Added check for libsvn
16623 2005-02-29  Naba Kumar  <naba@gnome.org>
16624         
16625         * plugins/file-manager/an_file_view.c,
16626         plugins/symbol-browser/an_symbol_view.c,
16627         plugins/symbol-browser/plugin.c: Hide column headers (they
16628         are redundant).
16630 2005-02-29  Naba Kumar  <naba@gnome.org>
16632         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16633         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16634         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16635         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16636         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16637         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16638         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16639         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16640         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16641         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16643         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16644         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16645         (added) libanjuta/anjuta-session.[hc],
16646         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16647         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16648         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16649         src/main.c:
16650         
16651         Implemented session management. Implemented session
16652         container class. Added session notifications from shell. Implemented
16653         session save/load in editor, file-loader, default-profile-plugin
16654         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16655         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16656         and maximized states in session. Implemented project session
16657         management.
16659 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16661         * plugins/class-gen/action-callbacks.[ch],
16662         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16663         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16664         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16665         with Escape key.
16667 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16668         
16669         * plugins/project-wizard/anjuta-project-wizard.glade,
16670         plugins/project-wizard/druid.c:
16671         Add some padding in tab label in project selection page
16672         
16673         * plugins/project-wizard/druid.c,
16674         plugins/project-wizard/parser.c:
16675         Search for project template recursively
16676         Add ~/.anjuta/project to the search paths
16678 2005-02-26  Naba Kumar  <naba@gnome.org>
16680         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16681         * plugins/file-loader/plugin.c: Fixed crash bug.
16682         * libanjuta/plugins.c: Fixed memory leak.
16683         
16684 2005-02-26  Naba Kumar  <naba@gnome.org>
16685         
16686         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16687         "UserActivatable" attribute for plugins. This attribute if set to
16688         "no" will prevent users from activating/deactivating it from
16689         plugins dialog. Added a toggle button in plugins dialog to toggle
16690         the plugins list between list of activatable plugins (default) to
16691         list of all plugins. anjuta_plugin_select() now only selects the
16692         plugin. Added anjuta_plugins_select_and_activate() method that will
16693         select and activate it.
16694         
16695         * plugins/profile-default/Makefile.am,
16696         plugins/profile-default/anjuta-default-profile.ui,
16697         plugins/profile-default/plugin.c,
16698         plugins/profile-default/plugin.h,
16699         plugins/project-manager/anjuta-project-manager.ui,
16700         plugins/project-manager/plugin.c,
16701         plugins/project-manager/plugin.h:
16702         
16703         Anjuta projects (*.anjuta) files define the profile of respective
16704         projects. Profile is a set of related plugins required for the
16705         project to open. Moved "close project" action from Project Manager
16706         to Profile Manager plugin. Implemented loading and unloading of
16707         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16708         (instead of Project Manager) now handles opening of *.anjuta files.
16709         Close Project menuitem is now moved to File submenu (being
16710         consistent with Anjuta 1.x versions and avoiding creating Project
16711         submenu when project manager is not loaded).
16712         
16713         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16714         
16715         * src/anjuta.ui: Fixed place holder for projects.
16716         
16717         * (new) plugins/profile-default/default.anjuta: default startup
16718         profile. Removed the hardcoded plugins loading in
16719         DefaultProfilePlugin.
16721         * anjuta.anjuta,
16722         plugins/project-wizard/templates/terminal/project.anjuta:
16723         Implemented project format in newly created projects.
16725         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16726         plugins/class-gen/anjuta-class-gen.plugin.in,
16727         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16728         plugins/editor/anjuta-document-manager.plugin.in,
16729         plugins/file-loader/anjuta-loader.plugin.in,
16730         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16731         plugins/gdb/anjuta-gdb.plugin.in,
16732         plugins/glade/anjuta-glade.plugin.in,
16733         plugins/message-view/anjuta-message-manager.plugin.in,
16734         plugins/profile-default/anjuta-default-profile.plugin.in,
16735         plugins/project-manager/anjuta-project-manager.plugin.in,
16736         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16737         Defined UserActivatable attributes. Added supported types attribute.
16739         * plugins/project-wizard/anjuta-project-wizard.glade
16740         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16741         "Project Wizard" in preferences title.
16743         * TODO.tasks: Updated.
16744         
16745         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16746         Updated.
16747         
16748 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16750         * plugins/file-wizard/anjuta-file-wizard.glade
16751         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16752         
16753         Integrated License macros, cleaned file.c.
16754         
16755 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16756         
16757         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16758         username can not be found correctly.
16760 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16762         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16763         plugins/macro/macros.xml :
16764         
16765         Added Headers macros. Cleaned file.c
16767 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16769         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16770         plugins/macro/macros.xml :
16771         
16772         Fixed a bug. Added Header macro.
16774         
16775 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16777         * plugins/file-wizard/action-callbacks.c, 
16778         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16779         plugins/macro/macros.xml :
16780         
16781         Added FileName, Header template macros.
16782         
16783 2005-02-24  Naba Kumar  <naba@gnome.org>
16784         
16785         * plugins/patch/patch-plugin.c: Fixed a function call.
16786         
16787         * src/anjuta.c, src/main.c: Save and load default session.
16788         
16789 2005-02-24  Naba Kumar  <naba@gnome.org>
16791         * libanjuta/interfaces/libanjuta.idl,
16792         plugins/message-view/anjuta-msgman.c,
16793         plugins/message-view/anjuta-msgman.h,
16794         plugins/message-view/plugin.c: Added and implemented
16795         set_view_title() method.
16796         
16797         * plugins/build-basic-autotools/build-basic-autotools.c,
16798         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16799         build context pooling. Maximum 3 contexts are reused. Additional
16800         contexts are created when all are busy.
16802 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16804         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16805         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16806         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16807         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16809         Added Copyright, Changelog macros.
16810                 
16811 2005-02-23  Naba Kumar  <naba@gnome.org>
16813         Patch from Massimo Cora' <maxcvs@email.it>:
16814         * plugins/Makefile.am,
16815         plugins/patch/Makefile.am,
16816         (added) plugins/patch/anjuta-patch-plugin.png,
16817         (added) plugins/patch/anjuta-patch.plugin.in,
16818         (added) plugins/patch/anjuta-patch.ui,
16819         plugins/patch/patch-plugin.c,
16820         (added) plugins/patch/patch-plugin.h,
16821         (added) plugins/patch/plugin.c,
16822         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16823         architecture.
16825 2005-02-23  Naba Kumar  <naba@gnome.org>
16827         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16828         file-loader/plugin.c, profile-default/plugin.c:
16829         Implemented "activated" and "deactivated" signals for plugin class.
16830         Renamed *_location() functions to *_id(), because location is
16831         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16832         anjuta_plugins_unload_plugin().
16833         
16834         * class-gen/plugin.c: Fixed complier warning and utility function call.
16835         
16836         * debug-manager/plugin.c: Unload debugger plugin correctly.
16837         
16838         * project-manager/plugin.c:     Fixed compiler warnings.
16839         
16840         * plugins/project-wizard/templates/gnome/.cvsignore,
16841         plugins/project-wizard/templates/gnome/po/.cvsignore,
16842         plugins/project-wizard/templates/gnome/src/.cvsignore,
16843         plugins/project-wizard/templates/gtk/po/.cvsignore,
16844         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16845         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16846         
16847         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16848         build (we need to fix this thing).
16849         
16850 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16852         * plugins/macro/macro-action.[ch]
16853         plugins/macro/macro-edit.c
16854         plugins/macro/macro-dialog.c
16855         plugins/macro/macro-db.[ch]
16856         plugins/macro/plugin.[ch]
16857         plugins/macro/macro-util.[ch] (added)
16858         
16859         Cleaned up macro plugin and preview expanded macros.
16861 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16863         * plugins/cvs-plugin/cvs-interface.c:
16865         Fixed option setting when using no compression and not 
16866         ignoring .cvsrc
16868 2005-02-23  Naba Kumar  <naba@gnome.org>
16869         
16870         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16871         geometry on exit and startup (only if there is no geometry from the
16872         session).
16874         * TODO.tasks: Updated.
16875         
16876         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16877         
16878         * manuals/reference/libanjuta/Makefile.am,
16879         manuals/reference/libanjuta/libanjuta-docs.sgml,
16880         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16881         documentation for writing project templates.
16883 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16885         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16886         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16887         
16888         Expansion keywords in macros. 
16890 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16892         * plugins/file-wizard/action-callbacks.c,
16893         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16894         plugins/macro/macros.xml :
16895         
16896         Inserting text by macro plugin
16897         In progress ...
16899 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16901         * plugins/macro/plugin.c
16902         plugins/cvs-plugin/plugin.c:
16903         
16904         Fixed interfaces (use static)
16906 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16907         
16908         * plugins/macro/macro-actions.[ch]
16909         plugins/macro/plugin.c
16910         libanjuta/interfaces/libanjuta.idl:
16911         
16912         Implemented IAnjutaMacro interface to be used by file-wizard
16913         
16914         * plugins/cvs-plugin/plugin.c
16915         libanjuta/interfaces/libanjuta.idl:
16916         
16917         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16918         for all version control systems and not only for cvs.
16920 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16922         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16923         insert_macro.
16924         
16925         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16928 2005-02-21  Naba Kumar  <naba@gnome.org>
16930         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16931         IAnjutaDebugger interface.
16932         
16933         * plugins/debug-manager/anjuta-debug-manager.ui,
16934         plugins/debug-manager/attach_process.c,
16935         plugins/debug-manager/attach_process.h,
16936         plugins/debug-manager/plugin.c,
16937         plugins/debug-manager/plugin.h,
16938         plugins/gdb/actions.c,
16939         plugins/gdb/actions.h,
16940         plugins/gdb/anjuta-gdb-plugin.ui,
16941         plugins/gdb/breakpoints.c,
16942         plugins/gdb/breakpoints.h,
16943         plugins/gdb/debugger.c,
16944         plugins/gdb/debugger.h,
16945         plugins/gdb/memory.c,
16946         plugins/gdb/plugin.c,
16947         plugins/gdb/plugin.h,
16948         plugins/gdb/sharedlib.h,
16949         plugins/gdb/sharedlib_cbs.c,
16950         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16951         correctly between debug-manager and debugger. Implemented debugger
16952         interface in gdb plugin. Fixed action names. Added UI updating.
16953         Start and stop debugger (does not work yet). Fixed UI merging.
16954         Fixed debugger plugin handling in debug-manager.
16956 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16958         * plugins/editor/aneditor-autocomplete.cxx:
16959         
16960         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16961         crash with C++ "template" keyword.
16963 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16965         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16966         Fixed bug (Closed macro dialogs with Esc key).
16967         
16968 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16969         
16970         * plugins/project-wizard/xlib.wiz,
16971         plugins/project-wizard/xlib-logo.png,
16972         plugins/project-wizard/xlib/*:
16973         Port old xlib anjuta project on new project wizard
16974         
16975         * plugins/project-wizard/xlib-dock.wiz,
16976         plugins/project-wizard/xlib-dock/*:
16977         Port old xlib dock anjuta project on new project wizard
16978         
16979         * plugins/project-wizard/wxwin.wiz,
16980         plugins/project-wizard/wxwin-logo.png,
16981         plugins/project-wizard/wxwin/*:
16982         Port old wxwin anjuta project on new project wizard
16983         
16984         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16985         necessary changes for the new templates.
16986         
16987 2005-02-18  Naba Kumar  <naba@gnome.org>
16989         * plugins/Makefile.am: Added class-gen
16990         
16991 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16993         * plugins/project-wizard/header.c:
16994         Fix a bug in sorting of project categories
16996 2005-02-18  Naba Kumar  <naba@gnome.org>
16998         Patch from Massimo Cora  <maxcvs@email.it>:
16999         
17000         * plugins/class-gen/.cvsignore,
17001         plugins/class-gen/Makefile.am,
17002         (added) plugins/class-gen/action-callbacks.c,
17003         (added) plugins/class-gen/action-callbacks.h,
17004         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
17005         (added) plugins/class-gen/class_gen.c,
17006         (added) plugins/class-gen/class_gen.h,
17007         (added) plugins/class-gen/plugin.c,
17008         (added) plugins/class-gen/plugin.h: Ported class wizard to the
17009         new architecture.
17010         
17011         * plugins/project-manager/plugin.c: implemented add_source().
17013 2005-02-17  Naba Kumar  <naba@gnome.org>
17015         * plugins/file-loader/plugin.c: Fixed possible crash.
17016         
17017         * src/action-callbacks.c, src/action-callbacks.h,
17018         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
17020 2005-02-17  Naba Kumar  <naba@gnome.org>
17021         
17022         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17023         plugins/project-wizard/templates/gnome.wiz,
17024         plugins/project-wizard/templates/gtk.wiz,
17025         plugins/project-wizard/templates/gtkmm.wiz,
17026         plugins/project-wizard/templates/terminal.wiz,
17027         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17028         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17029         plugins/project-wizard/templates/gnome/src/callbacks.c,
17030         plugins/project-wizard/templates/gnome/src/callbacks.h,
17031         plugins/project-wizard/templates/gnome/src/main.c,
17032         plugins/project-wizard/templates/gtk/src/callbacks.c,
17033         plugins/project-wizard/templates/gtk/src/callbacks.h,
17034         plugins/project-wizard/templates/gtk/src/main.c,
17035         plugins/project-wizard/templates/gtkmm/src/main.cc,
17036         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
17037         to generate licence correctly (without any extra newlines). Removed
17038         IncludeGNUHeader macro definition and added proper licence property.
17039         Fixed project directory paths in file contents.
17041 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17043         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
17044         Closed macro dialogs with Esc key.
17046 2005-02-16  Naba Kumar  <naba@gnome.org>
17048         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17049         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17050         plugins/project-wizard/templates/gnome/src/callbacks.c,
17051         plugins/project-wizard/templates/gnome/src/callbacks.h,
17052         plugins/project-wizard/templates/gnome/src/main.c,
17053         plugins/project-wizard/templates/gtk/src/main.c,
17054         plugins/project-wizard/templates/gtkmm/src/main.cc,
17055         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
17056         macros to avoid blank newlines.
17058 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
17060         * plugins/project-wizard/autogen.c:
17061         Correct a problem when having property value in UTF-8
17063         * plugins/project-wizard/druid.c:
17064         Correct a bug when reselecting a new project (all pages
17065         must be removed)
17067         * plugins/project-wizard/property.c:
17068         Avoid having default invalid properties
17070         * plugins/project-wizard/templates/terminal.wiz,
17071         plugins/project-wizard/templates/terminal/po/ChangeLog,
17072         plugins/project-wizard/templates/terminal/src/main.c:
17073         Remove command for testing run function
17074         Move destination directory to second page and include
17075         project name. Add exist tag. Remove unused properties.
17077 2005-02-16  Naba Kumar  <naba@gnome.org>
17079         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
17080         plugins/debug-manager/anjuta-debug-manager.ui,
17081         plugins/debug-manager/plugin.c,
17082         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
17083         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
17084         plugins/gdb/plugin.h, plugins/gdb/registers.c,
17085         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
17086         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
17087         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
17088         (removed) src/anjuta_info.c,
17089         (removed) src/anjuta_info.h,
17090         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
17091         (added) plugins/gdb/anjuta-gdb-plugin.ui,
17092         (added) plugins/gdb/actions.c,
17093         (added) plugins/gdb/actions.h: Completed initial
17094         porting of debugger to new architecture. Fixed many of the debugger
17095         functions.
17097         * plugins/file-loader/plugin.c: Detect some important mime ourself
17098         to avoid inconsistencies when mime system isn't working.
17099         
17100 2005-02-16  Naba Kumar  <naba@gnome.org>
17102         * plugins/editor/Makefile.am,
17103         (added) plugins/editor/aneditor-autocomplete.cxx,
17104         (added) plugins/editor/aneditor-calltip.cxx,
17105         (added) plugins/editor/aneditor-indent.cxx,
17106         (added) plugins/editor/aneditor-priv.h,
17107         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
17108         different smaller chunks to make it easy to maintain.
17110 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17112         * plugins/project-wizard/druid.c :
17113         
17114         Found system Email address if not defined in Preferences.
17116 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
17117         
17118         * plugins/project-wizard/gtkmm.wiz
17119         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
17120         plugins/project-wizard/gtkmm/*
17121         
17122         Added GTKmm (C++) project type
17124 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
17126         * plugins/message-view/plugin.c
17127         plugins/message-view/message-view.c
17128         TODO.gtodo:
17129         Implemented next/prev action
17131 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17133         * plugins/project-wizard/templates/libglade2.* :
17134         Removed libglade2 project.
17135         
17136         * plugins/project-wizard/templates/gtk* :
17137         Removed interface.[ch] & support.[ch].
17138         
17139 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17141         * plugins/project-wizard/anjuta-project-wizard.glade,
17142         plugins/project-wizard/property.[ch],
17143         plugins/project-wizard/templates/anjuta-plugin.wiz :
17144         Added a new property ("iconfile").
17146 2005-02-14  Naba Kumar  <naba@gnome.org>
17148         * plugins/project-wizard/install.c,
17149         plugins/project-wizard/plugin.c,
17150         plugins/project-wizard/templates/anjuta-plugin.wiz,
17151         plugins/project-wizard/templates/gnome.wiz,
17152         plugins/project-wizard/templates/gtk.wiz,
17153         plugins/project-wizard/templates/libglade2.wiz,
17154         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
17155         newly created projects and open them. Fixed message buffering in
17156         wizard.
17158 2005-02-14  Naba Kumar  <naba@gnome.org>
17160         * src/about.c, pixmaps/Makefile.am,
17161         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
17162         
17163         * mime/gnome-mime-application-x-anjuta.png,
17164         pixmaps/anjuta_icon.png,
17165         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
17166         done by 9-speed at:
17167         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
17168         
17169 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17171         * configure.in,
17172         plugins/project-wizard/templates/libglade2-logo.png,
17173         plugins/project-wizard/templates/libglade2.wiz,
17174         plugins/project-wizard/templates/libglade2/* :
17175         Add Glade2 project
17178 2005-02-14  Naba Kumar  <naba@gnome.org>
17180         * TODO.tasks: Updated.
17181         
17182         * plugins/editor/anjuta-docman.c,
17183         plugins/editor/text_editor.c,
17184         plugins/editor/text_editor.h,
17185         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
17186         for file modification, but it is still not functioning.
17188 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
17190         * plugins/project-wizard/values.c,
17191         plugins/project-wizard/values.h,
17192         plugins/project-wizard/property.c,
17193         plugins/project-wizard/property.h,
17194         plugins/project-wizard/druid.c:
17195         Rewrite mandatory property check
17196         Add check of exist property
17197         Rewrite handling of cached property page
17199 2005-02-13  Naba Kumar  <naba@gnome.org>
17201         Patch from Igor Kovalenko  <garrison@mail.ru>:
17202         * tagmanager/tm_workspace.c: Improved performance.
17204 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17206         *plugins/project-wizard/templates/*.wiz,
17207         plugins/project-wizard/druid.c,
17208         plugins/project-wizard/templates/terminal/src/main.c,
17209         plugins/project-wizard/templates/gtk/src/*.[ch],
17210         plugins/project-wizard/templates/gtk/src/Makefile.am,
17211         plugins/project-wizard/templates/gnome/src/*.[ch],
17212         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
17213         Add Copyright date & Email address,
17214         Correct terminal project.
17215         
17216 2005-02-12  Naba Kumar  <naba@gnome.org>
17218         * plugins/project-wizard/property.c: Fixed hidden
17219         properties to take values.
17221         * plugins/project-wizard/file.[ch]: Renamed
17222         true/false enum values to fix compile error
17223         (conflict with other definition).
17224         
17225         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
17226         even when mime type detection fails (for example, when Anjuta is
17227         installed in non-system prefix).
17229 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
17231         * plugins/project-wizard/values.c,
17232         plugins/project-wizard/values.h:
17233         Rewrite file with more comments
17235         * plugins/project-wizard/druid.c,
17236         plugins/project-wizard/druid.h,
17237         plugins/project-wizard/autogen.c,
17238         plugins/project-wizard/autogen.h,
17239         plugins/project-wizard/druid.c,
17240         plugins/project-wizard/druid.h:
17241         Add more comments
17242         Use values instead of properties
17243         Move default properties to druid.c
17245         * plugins/project-wizard/install.c,
17246         plugins/project-wizard/install.h:
17247         Use values instead of properties
17248         Add a check to avoid overwriting files
17250         * plugins/project-wizard/parser.c,
17251         plugins/project-wizard/property.c,
17252         plugins/project-wizard/property.h:
17253         Update to use new values
17254         Add an "exist" attribute to check if a directory already exist
17256         * plugins/project-wizard/anjuta-project-wizard.glade:
17257         Change project selection page (GtkTextView => GtkLabel,
17258         GtkTable => GtkVBox)
17260         * plugins/project-wizard/templates/terminal.wiz:
17261         Move destination directory on second page
17262         
17263         * plugins/project-wizard/action.c:
17264         Add a few comments
17266 2005-02-12  Naba Kumar  <naba@gnome.org>
17268         * plugins/file-manager/an_file_view.c,
17269         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17270         views. Created dynamic update date of view depending on project
17271         changes -- similar to file-manager view.
17272         
17273         * plugins/devhelp/plugin.c: Load help on idle.
17274         
17275         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17276         autoformat' to proper location in preferences.
17277         
17278         * mime/anjuta.mime: Added .prj extension in the mime type for backward
17279         compatibility.
17280         
17281         * plugins/editor/plugin.c: Fixed accel name.
17283 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17285         *plugins/project-wizard/templates/anjuta-plugin.wiz,
17286         plugins/project-wizard/templates/gnome.wiz,
17287         plugins/project-wizard/templates/gtk.wiz,
17288         plugins/project-wizard/anjuta-project-wizard.glade,
17289         plugins/project-wizard/autogen.c:
17290         Add Username & Email address in Project preferences.
17292 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17294         *plugins/project-wizard/templates/gnome-logo.png,
17295         plugins/project-wizard/templates/gnome.wiz,
17296         plugins/project-wizard/templates/gnome/* :
17297         Add Gnome project
17299 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17301         * plugins/project-wizard/templates/terminal/src/main.c, 
17302         plugins/project-wizard/templates/terminal/src/main.c,
17303         plugins/project-wizard/templates/terminal/src/main.[ch] :
17304         Insert License in projects
17305         
17306 2005-02-11  Naba Kumar  <naba@gnome.org>
17308         * TODO.tasks: Added message manager task.
17309         
17310         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17311         
17312         * plugins/editor/plugin.c: Use bookmark stock icons.
17313         
17314         * plugins/message-view/anjuta-message-manager.ui,
17315         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17317 2005-02-10  Naba Kumar  <naba@gnome.org>
17319         * libanjuta/interfaces/libanjuta.idl: fixed build error.
17320         
17321 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17323         * global-tags/Makefile.am
17324         Error during 'make install'
17326 2005-02-09  Naba Kumar  <naba@gnome.org>
17328         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17329         missing file.
17330         
17331 2005-02-08  Naba Kumar  <naba@gnome.org>
17333         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17334         
17335         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17336         Show busy cursur when updating global tags in preferences.
17338         * configure.in: Fixed.
17339         
17340 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17342         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17343           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17344          
17345         - Fixed anjuta-plugin project (glade)
17347 2005-02-08  Naba Kumar  <naba@gnome.org>
17349         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17350         Fixed automatic indentations.
17352         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17353         Global tags are now segregated into smaller api tags, which can be
17354         selectively loaded from symbol browser preferences.
17356         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17357         Implemented IProjectManager interface in project-manager. Mostly getter
17358         methods for now, but need to add add() and remove() methods to add
17359         or remove project elements.
17361         * plugins/gdb/debug_tree.c: Small fix.
17363         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17364         plugins/symbol-browser/an_symbol_info.c,
17365         plugins/symbol-browser/an_symbol_info.h,
17366         plugins/symbol-browser/an_symbol_search.c,
17367         plugins/symbol-browser/an_symbol_search.h,
17368         plugins/symbol-browser/an_symbol_view.c,
17369         plugins/symbol-browser/an_symbol_view.h,
17370         plugins/symbol-browser/plugin.c,
17371         plugins/symbol-browser/plugin.h,
17372         tagmanager/c.c,
17373         tagmanager/entry.h,
17374         tagmanager/tm_project.c,
17375         tagmanager/tm_symbol.c,
17376         tagmanager/tm_tag.c,
17377         tagmanager/tm_workspace.c,
17378         tagmanager/vstring.c,
17379         tagmanager/include/tm_tag.h,
17380         tagmanager/include/tm_workspace.h:
17381         
17382         - Fixed tagmanager parsing of source files to parse for typedefines and
17383         properly record element scopes. Implemented scope autocompletion
17384         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17385         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17386         patch list (author is unknown).
17387         - Implemented symbol-browser preferences for dynamically loading and
17388         saving tags API segments.
17389         - Fixed symbol-search to use tagmanager directly instead of depending
17390         on symbol-view for tags list.
17391         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17392         - Fixed TMSymbol to create the complete tags tree instead of letting the
17393         symbol-view created the root nodes.
17394         - Changed project tags cache name to .tm_project2.cache because the
17395         newer format records additional scope information.
17396         
17397 2005-02-07  Naba Kumar  <naba@gnome.org>
17399         * plugins/editor/style-editor.c,
17400         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17401         and GtkFontButton instead of deprecated widgets in
17402         style editor.
17403         
17404 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17406         * plugins/project-wizard/action.c,
17407         plugins/project-wizard/action.h,
17408         plugins/project-wizard/autogen.c,
17409         plugins/project-wizard/autogen.h,
17410         plugins/project-wizard/file.c,
17411         plugins/project-wizard/file.h,
17412         plugins/project-wizard/install.c,
17413         plugins/project-wizard/install.h,
17414         plugins/project-wizard/parser.h,
17415         plugins/project-wizard/parser.c,
17416         plugins/project-wizard/property.c,
17417         plugins/project-wizard/property.h,
17418         plugins/project-wizard/plugin.h,
17419         plugins/project-wizard/plugin.c,
17420         plugins/project-wizard/values.c,
17421         plugins/project-wizard/values.h:
17422         Replace C++ comments by C comments
17424         * plugins/project-wizard/autogen.c,
17425         plugins/project-wizard/autogen.h:
17426         Add a run time check of autogen version.
17427         Add UserName variable.
17429         * plugins/project-wizard/anjuta-project-wizard.glade,
17430         plugins/project-wizard/header.c,
17431         plugins/project-wizard/druid.c,
17432         plugins/project-wizard/druid.h:
17433         Sort project in alphabetic order.
17434         Correct selection troubles in notebooks.
17436         * plugins/project-wizard/parser.c:
17437         Add some check when reading the project header block.
17439 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17441         * plugins/project-wizard/action.c,
17442         plugins/project-wizard/action.h,
17443         plugins/project-wizard/autogen.c,
17444         plugins/project-wizard/autogen.h,
17445         plugins/project-wizard/file.c,
17446         plugins/project-wizard/file.h,
17447         plugins/project-wizard/install.c,
17448         plugins/project-wizard/parser.h,
17449         plugins/project-wizard/parser.c,
17450         plugins/project-wizard/property.c,
17451         plugins/project-wizard/property.h,
17452         plugins/project-wizard/values.c,
17453         plugins/project-wizard/values.h,
17454         Add a space between function name and open.
17456         * plugins/project-wizard/plugin.h,
17457         plugins/project-wizard/plugin.c,
17458         plugins/project-wizard/install.c,
17459         Avoid a crash if the user close the message view used by the .
17461         * plugins/project-wizard/anjuta-project-wizard,
17462         plugins/project-wizard/druid.c,
17463         plugins/project-wizard/druid.h,
17464         plugins/project-wizard/header.h,
17465         plugins/project-wizard/header.c,
17466         Add a text view with the description of each.
17467         Add a tab for each project.
17468         Replace some C++ comments to C comments.
17470 2005-02-05  Naba Kumar  <naba@gnome.org>
17472         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17473         New icon from Sebastien Granjoux .
17474         
17475 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17477         * libanjuta/anjuta-preferences.c:
17478         Set file property even without a focus out event (file selected 
17479         the browse dialog)
17481 2005-02-04  Naba Kumar  <naba@gnome.org>
17483         * plugins/glade/plugin.c: Fixed glade function calls.
17484         * configure.in: Fixed a typo.
17485         * TODO.tasks: Updated.
17487 2005-02-03  Naba Kumar  <naba@gnome.org>
17489         * plugins/project-manager/plugin.c: Fixed memory corruption.
17491         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17492         build error.
17493         
17494         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17495         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17496         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17497         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17499         * libanjuta/interfaces/libanjuta.idl,
17500         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17501         interface.
17502         
17503         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17505         Patch from Massimo Cora <maxcvs@email.it>:
17506         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17507         
17508 2005-02-01  Naba Kumar  <naba@gnome.org>
17510         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17511         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17512         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17513         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17514         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17515         from sourceforge -- a64 crash fixes (correct typing for GType)
17516         and fixes compile errors in sun.
17518         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17519         paste (shift+insert) in terminal.
17521 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17523         * configure.in: Add «nb» to ALL_LINGUAS.
17525 2005-02-01  Naba Kumar  <naba@gnome.org>
17527         * TODO.tasks, TODO: Updated todo tasks.
17528         
17529         * plugins/editor/anjuta-document-manager.glade: Improved search
17530         relace dialog.
17531         
17532         * TODO.tasks: Fixed xml format.
17533         
17534         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17535         work yet).
17536         
17537         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17538         cleanups.
17539         
17540         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17541         format during save (removed unwanted text nodes). Fixed scrollbars.
17543 2005-01-31  Naba Kumar  <naba@gnome.org>
17545         * libanjuta/interfaces/libanjuta.idl,
17546         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17547         Implemented append() method for IAnjutaEditor interface and fixed
17548         various bugs with text insertions (cvs diff and macro insertions).
17549         
17550         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17551         automatic indentation.
17552         
17553         * plugins/editor/action-callbacks.c,
17554         plugins/editor/action-callbacks.h,
17555         plugins/editor/anjuta-docman.c,
17556         plugins/editor/anjuta-document-manager.ui,
17557         plugins/editor/plugin.c,
17558         plugins/editor/text_editor.c,
17559         plugins/editor/text_editor.h,
17560         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17561         Fixed highlight issues.
17563         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17564         macro.
17565         
17566         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17568         * data/properties/*: Updated properties files from scite. Created
17569         styles.properties to override the scite styles.
17570         
17571         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17573         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17574         
17575 2005-01-30  Naba Kumar  <naba@gnome.org>
17577         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17578         unused definitions.
17579         
17580         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17581         
17582         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17583         plugins/editor/text_editor.c,
17584         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17585         fixed linuwidth preference setting, fixed insert text interface
17586         implementation. Improved automatice-indentation for cpp lexer.
17587         
17588         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17590 2005-01-29  Naba Kumar  <naba@gnome.org>
17592         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17593         option in update dialog as default. Improved import dialog. Sized
17594         log dialog.
17596         * configure.in: Fixed underquoted warning from autoconf.
17597         
17598         * plugins/editor/action-callbacks.c,
17599         plugins/editor/aneditor.cxx,
17600         plugins/editor/aneditor.h,
17601         plugins/editor/anjuta-document-manager.glade,
17602         plugins/editor/plugin.c,
17603         plugins/editor/plugin.h,
17604         plugins/editor/text_editor.c,
17605         plugins/editor/text_editor.h,
17606         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17607         for Editor and fixed all preferences syncronization and notifys for
17608         visible prefs (in editor preferences page).
17609         
17610         * plugins/file-loader/plugin.c: Load recent files on idle.
17612 2005-01-28  Naba Kumar  <naba@gnome.org>
17614         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17615         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17617         * plugins/editor/action-callbacks.c,
17618         plugins/editor/action-callbacks.h,
17619         plugins/editor/aneditor.cxx,
17620         plugins/editor/aneditor.h,
17621         plugins/editor/anjuta-document-manager.ui,
17622         plugins/editor/plugin.c,
17623         plugins/editor/text_editor.c,
17624         plugins/editor/text_editor.h,
17625         plugins/editor/text_editor_cbs.c,
17626         plugins/editor/text_editor_cbs.h,
17627         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17628         Text editor.
17630         Patch from Massimo Cora <maxcvs@email.it>:
17631         * plugins/editor/an_symbol_search.c,
17632         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17633         
17634 2005-01-27  Naba Kumar  <naba@gnome.org>
17635         
17636         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17637         minimum size request to 200.
17639         * plugins/symbol-browser/an_symbol_info.c,
17640         plugins/symbol-browser/an_symbol_info.h,
17641         plugins/symbol-browser/an_symbol_search.c,
17642         plugins/symbol-browser/an_symbol_search.h,
17643         plugins/symbol-browser/an_symbol_view.c,
17644         plugins/symbol-browser/an_symbol_view.h,
17645         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17646         pixbuf retrieval. Fixed runtime warning. Code clean up.
17648 2005-01-27  Naba Kumar  <naba@gnome.org>
17650         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17651         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17652         (new) plugins/glade/Makefile.am,
17653         (new) plugins/glade/anjuta-glade-plugin.png,
17654         (new) plugins/glade/anjuta-glade.plugin.in,
17655         (new) plugins/glade/anjuta-glade.ui,
17656         (new) plugins/glade/plugin.c,
17657         (new) plugins/glade/plugin.h,
17658         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17659         now until glade3 works properly.
17661         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17662         they are generated.
17663         
17664 2005-01-26  Naba Kumar  <naba@gnome.org>
17666         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17667         Added mime icon for anjuta projects.
17668         
17669         patch from Massimo Cora <maxcvs@email.it>:
17670         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17671         an_symbol_search.h, an_symbol_view.c, plugin.c:
17672         Fix/implement objects destroying/freeing.
17674 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17675         
17676         * src/action-callback.[ch], src/anjuta-actions.h:
17677         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17678         because it has not been updated for years and we know have a devhelp plugin
17679         which can do the job much better.
17680         * TODO.tasks: Updated done items
17682 2005-01-25  Naba Kumar  <naba@gnome.org>
17684         * autogen.sh: Fixed to generate interface files.
17686         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17687         session save filenames.
17688         
17689         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17690         
17691 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17693         * plugins/project-wizard/Makefile.am,
17694         plugins/project-wizard/install.c,
17695         plugins/project-wizard/install.h,
17696         plugins/project-wizard/parser.c,
17697         plugins/project-wizard/parser.h,
17698         plugins/project-wizard/templates/terminal.wiz:
17699         Add action list block in wizard template
17700         * plugins/project-wizard/file.c,
17701         plugins/project-wizard/autogen.c:
17702         Small fixes
17704 2005-01-23  Naba Kumar  <naba@gnome.org>
17706         * configure.in: Fixed build error.
17708 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17710         * plugins/project-wizard/druid.c,
17711         plugins/project-wizard/parser.c,
17712         plugins/project-wizard/property.c: Rewrite parser with
17713         better error handling
17715 2005-01-22  Naba Kumar  <naba@gnome.org>
17717         * plugins/symbol-browser/plugin.c: Changed c++ coments
17718         to c commnets and formated code to anjuta coding styles.
17719         
17720 2005-01-21  Naba Kumar  <naba@gnome.org>
17722         * configure.in, autogen.sh: Fixed build errors in newer automake.
17723         
17724         * plugins/editor/anjuta-docman.c: Do not emit change editor
17725         signal while in dispose.
17727         Patch from: Massimo Corà <maxcvs@email.it>
17728         * plugins/symbol-browser/Makefile.am,
17729         plugins/symbol-browser/an_symbol_view.c,
17730         plugins/symbol-browser/an_symbol_view.h,
17731         plugins/symbol-browser/plugin.c,
17732         plugins/symbol-browser/plugin.h,
17733         plugins/symbol-browser/test-symbol-browser.c,
17734         (new) plugins/symbol-browser/an_symbol_info.c,
17735         (new) plugins/symbol-browser/an_symbol_info.h,
17736         (new) plugins/symbol-browser/an_symbol_search.c,
17737         (new) plugins/symbol-browser/an_symbol_search.h:
17738         Added a cool real-time symbol-search-view in symbol browser.
17740 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17741         
17742         * plugin/macro/plugin.c
17743         plugin/macro/anjuta-macro-plugin.ui
17744         plugin/macro/macro-db.[ch]
17745         plugin/macro/macro-dialog.[ch]
17746         plugin/macro/macro-actions.[ch]
17747         plugin/macro/macro-edit.[ch]
17748         plugin/macro/plugin.[ch]:
17749         
17750         Implemented three menu items as Naba proposed:
17751         Edit->Macro->
17752                 Insert Macro: Pops of a border-less window to enter a shortcut
17753                 Add Macro: Same as Manage Macro => New
17754                 Manage Macros: Full-features macro dialog
17756 2005-01-20  Naba Kumar  <naba@gnome.org>
17758         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17759         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17760         libanjuta/anjuta-shell.h,
17761         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17762         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17763         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17764         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17765         src/main.c, src/shell.c: Implemented command line args processing
17766         and session management. Fixed geometry restoration.
17768 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17769         
17770         * plugins/macro/macro-db.c,
17771         plugins/macros.xml:
17772         Cleaned up XML interface and use attributes now for name, category and 
17773         shortcut. CDATA is used to avoid xml errors inside of macros.
17775 2005-01-19  Naba Kumar  <naba@gnome.org>
17777         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17779 2005-01-18  Naba Kumar  <naba@gnome.org>
17780         
17781         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17782         to work.
17784         * scintilla/*: Updated scintilla to current cvs and updated
17785         scintilla patches.
17786         
17787 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17788         
17789         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17790         plugins/cvs-plugin/cvs-actions.c:
17791         Added "Whole project" infrastructure but it does not
17792         work because I did not find a way to get the current project's
17793         root dir.
17795 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17797         * plugins/cvs-plugin/Makefile.am
17798         plugins/cvs-plugin/anjuta-cvs.plugin.in
17799         plugins/cvs-plugin/cvs-actions.c
17800         plugins/cvs-plugin/cvs-callbacks.c
17801         plugins/cvs-plugin/cvs-interface.[ch] (added)
17802         plugins/cvs-plugin/plugin.c:
17803         
17804         Added IAnjutaCVS interface and improved cvs plugin. There
17805         is still some work to do on cvs import and to add a current
17806         project toggle.
17808 2005-01-17  Naba Kumar  <naba@gnome.org>
17810         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17811         
17812         * configure.in: Fixed build errors.
17814         * data/Makefile.am,     (removed) data/README.stock_libs,
17815         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17816         (removed) data/header.c, (removed) data/stock_libs.anj,
17817         (removed) data/x-anjuta-project.desktop,
17818         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17820         * libanjuta/anjuta-plugin-description.c,
17821         libanjuta/anjuta-shell.c: Updated documentations.
17823         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17824         
17825         * libanjuta/anjuta-launcher.c,
17826         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17827         x86_64 systems.
17829 2005-01-17  Naba Kumar  <naba@gnome.org>
17830         
17831         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17832         plugins/project-wizard/templates/gtk.wiz,
17833         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17834         Updated templates to new format.
17835         
17836         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17837         * plugins/project-wizard/druid.c,
17838         plugins/project-wizard/parser.c,
17839         plugins/project-wizard/property.c,
17840         plugins/project-wizard/property.h,
17841         plugins/project-wizard/templates/terminal.wiz,
17842         plugins/project-wizard/templates/terminal/AUTHORS,
17843         plugins/project-wizard/templates/terminal/ChangeLog,
17844         plugins/project-wizard/templates/terminal/NEWS,
17845         plugins/project-wizard/templates/terminal/README,
17846         plugins/project-wizard/templates/terminal/project.anjuta,
17847         plugins/project-wizard/templates/terminal/src/main.c:
17848         Moveed code related to property types from druid.c and parser.c to 
17849         property.c. Changed tag from "<string ..." to
17850         "<property type="string..."     and so on. Rewrite parser
17851         (warning still in progress). Added list property. Changed
17852         terminal project to avoid using autogen on some file (much 
17853         faster) using the autogen attribute. Add a license list box in
17854         terminal project (just as an example). _label in item list is
17855         optional now.
17857 2005-01-16  Naba Kumar  <naba@gnome.org>
17859         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17860         plugins/edtior/anjuta-docman.c: Fixed build errors.
17861         
17862         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17863         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17864         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17865         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17866         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17867         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17868         libanjuta/resources.h,
17869         plugins/build-basic-autotools/build-basic-autotools.c,
17870         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17871         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17872         plugins/gtodo/plugin.c, src/Makefile.am,
17873         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17874         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17875         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17876         should be handled in respective plugins. Added API documentations.
17878         * libanjuta-docs.sgml, libanjuta-sections.txt,
17879         libanjuta.types,
17880         (added) tmpl/anjuta-debug.sgml,
17881         (added) tmpl/anjuta-launcher.sgml,
17882         tmpl/anjuta-plugin.sgml,
17883         tmpl/anjuta-preferences.sgml,
17884         tmpl/anjuta-shell.sgml,
17885         (added) tmpl/anjuta-status.sgml,
17886         (removed) tmpl/anjuta-stock.sgml,
17887         tmpl/anjuta-utils.sgml,
17888         (removed) tmpl/defaults.sgml,
17889         (removed) tmpl/fileselection.sgml,
17890         (removed) tmpl/gnomefilelist.sgml,
17891         tmpl/ianjuta-buildable.sgml,
17892         (added) tmpl/ianjuta-debugger-manager.sgml,
17893         (added) tmpl/ianjuta-debugger.sgml,
17894         tmpl/ianjuta-document-manager.sgml,
17895         tmpl/ianjuta-editor.sgml,
17896         tmpl/ianjuta-file.sgml,
17897         tmpl/ianjuta-loader.sgml,
17898         tmpl/ianjuta-markable.sgml,
17899         tmpl/ianjuta-message-view.sgml,
17900         (added) tmpl/ianjuta-project-manager.sgml,
17901         (added) tmpl/ianjuta-todo.sgml,
17902         (added) tmpl/ianjuta-wizard.sgml,
17903         tmpl/libanjuta-iface-marshallers.sgml,
17904         tmpl/libanjuta-unused.sgml,
17905         (removed) tmpl/pixmaps.sgml,
17906         tmpl/plugins.sgml,
17907         (removed) tmpl/properties.sgml,
17908         tmpl/resources.sgml: Updated API documentations.
17910 2005-01-15  Naba Kumar  <naba@gnome.org>
17912         * libanjuta/anjuta-launcher.c: Added API docs.
17913         
17914         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17915         plugins/project-wizard/templates/gtk.wiz,
17916         plugins/project-wizard/templates/terminal.wiz,
17917         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17918         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17919         plugins/project-wizard/templates/gtk/src/main.c,
17920         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17921         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17922         template files.
17924         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17925         * plugins/project-wizard/anjuta-project-wizard.glade,
17926         plugins/project-wizard/autogen.c,
17927         plugins/project-wizard/druid.c,
17928         plugins/project-wizard/druid.h,
17929         plugins/project-wizard/file.c,
17930         plugins/project-wizard/file.h,
17931         plugins/project-wizard/install.c,
17932         plugins/project-wizard/parser.c,
17933         plugins/project-wizard/plugin.c,
17934         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17935         setting the default project directory. Fix HIDDEN property, it's
17936         working but I think we could make this cleaner. Removed the
17937         copy of the string in mandatory_property. Add an optional autogen
17938         attribute, to force or avoid using autogen on some files, default
17939         without any attribute is autodetect.+ Replace the script tag with
17940         a normal file tag and an attribute execute.
17941         
17942 2005-01-14  Naba Kumar  <naba@gnome.org>
17944         * plugins/editor/action-callbacks.c,
17945         plugins/editor/search_incremental.c,
17946         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17947         works now.
17948         
17949         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17950         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17951         tabs.
17953 2005-01-12  Naba Kumar  <naba@gnome.org>
17955         * configure.in,
17956         plugins/project-wizard/templates/Makefile.am,
17957         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17958         plugins/project-wizard/templates/anjuta-plugin.wiz,
17959         (added) plugins/project-wizard/templates/gtk-logo.png,
17960         (added) plugins/project-wizard/templates/gtk.wiz,
17961         (added) plugins/project-wizard/templates/terminal-logo.png,
17962         plugins/project-wizard/templates/terminal.wiz,
17963         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17964         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17965         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17966         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17967         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17968         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17969         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17970         (added) plugins/project-wizard/templates/gtk/src/main.c,
17971         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17972         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17973         GTK+ project templated and fixed other templates. Updated template
17974         logos.
17976 2005-01-12  Naba Kumar  <naba@gnome.org>
17978         * plugins/macro/anjuta-macro.glade: Improved GUI.
17979         
17980 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17982         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17983         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17984         * plugins/cvs-plugin/cvs.[ch] (removed)
17985         Removed old unused files
17986         
17987         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17988         * plugins/cvs-plugin/cvs-actions.c
17989         * plugins/cvs-plugin/Makefile.am:
17990         Seperate callback functions for better error
17991         handling. Cleaned up code.
17992         
17993         * plugins/macro/macros.xml: removed corrupt cvs
17994         macros for now.
17996 2005-01-10  Naba Kumar  <naba@gnome.org>
17998         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17999         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
18000         and leaks.
18002 2005-01-09  Naba Kumar  <naba@gnome.org>
18004         * libegg/egg-recent-action.c, libegg/test-actions.c,
18005         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
18006         recent files models.
18007         
18008         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
18009         two models -- one for projects and other for regular files and show
18010         both in recent files menu. Changed recent files group from "anjuta"
18011         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
18012         when adding the URI in recent files.
18013         
18014         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
18015         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
18016         * plugins/macro/macro-dialog.c: Fixed dispose() method.
18017         * plugins/macro/macros.xml: Fixed xml errors.
18019 2005-01-08  Naba Kumar  <naba@gnome.org>
18020         
18021         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
18022         libegg/test-actions.c, libegg/menu/Makefile.am,
18023         libegg/menu/egg-recent-action.h: Added a new action for
18024         recent files.
18026         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
18027         Fixed dispose. Cleanup.
18028         
18029         * plugins/file-loader/anjuta-loader-plugin.ui,
18030         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18031         Use the new action for recent files. Added recent files in
18032         toolbar.
18034         * plugins/project-wizard/druid.c: Show busy cursor and
18035         de-sensitize druid buttons during page change.
18036         
18037         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18038         * plugins/project-wizard/Makefile.am,
18039         plugins/project-wizard/druid.c,
18040         plugins/project-wizard/druid.h,
18041         plugins/project-wizard/install.c,
18042         plugins/project-wizard/plugin.c,
18043         plugins/project-wizard/plugin.h,
18044         plugins/project-wizard/property.c,
18045         plugins/project-wizard/property.h,
18046         (added) plugins/project-wizard/values.c,
18047         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
18048         objects (in values.c and values.h) containing the values of all
18049         properties. The NPWProperty objects now keep their values in this
18050         object which is persistant for one activation of the plugin, so the
18051         user keeps all the values even if he goes backward. Used an anjuta
18052         message view to list all files copied by the project wizard.
18054 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
18056         * plugins/macro/plugin.[ch],
18057         plugins/macro/macro-dialog.[ch]
18058         plugins/macro/macro-edit.[ch]
18059         plugins/macro/macro-db.[ch]
18060         plugins/macro/macro-actions.[ch]
18061         plugins/macro/anjuta-macro.plugin.in
18062         plugins/macro/anjuta-macro.glade
18063         plugins/macro/anjuta-macro.png
18064         plugins/macro/Makefile.am
18065         plugins/macro/macros.xml
18066         plugins/macro/anjuta-macro.ui (all added)
18067         configure.in
18068         plugins/Makefile.am:
18069         Added new macro plugins
18070         
18071         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
18072         New icon
18073         
18074         * manuals/reference/template (removed)
18075         Removed old api reference
18076         
18077         * plugins/message-view/message-view.c:
18078         "Fixed" crash in on_row_deleted and added a
18079         comment that I cannot work this way. We will
18080         have to change everything a bit to avoid losing
18081         memory there.
18082         
18083         * plugins/text-editor/text_editor.c:
18084         Update line number width on file save
18087 2005-01-07  Naba Kumar  <naba@gnome.org>
18089         * plugins/project-wizard/anjuta-project-wizard.glade,
18090         plugins/project-wizard/druid.c,
18091         plugins/project-wizard/templates/anjuta-plugin.wiz,
18092         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
18093         Display page description in bold. Fixed mandatory field check.
18095         * configure.in,
18096         libanjuta/libanjuta-1.0.pc.in,
18097         plugins/project-wizard/druid.c,
18098         plugins/project-wizard/parser.c,
18099         plugins/project-wizard/property.h,
18100         plugins/project-wizard/templates/anjuta-plugin.wiz,
18101         plugins/project-wizard/templates/terminal.wiz,
18102         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
18103         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
18104         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
18105         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
18106         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
18107         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
18108         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18109         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18110         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18111         plugins/project-wizard/templates/terminal/configure.in.tpl,
18112         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
18113         plugins/project-wizard/templates/terminal/src/main.c: Implemented
18114         a new property type -- hidden. Fixed terminal and anjuta-plugin
18115         project templates.
18117 2005-01-07  Naba Kumar  <naba@gnome.org>
18119         * templates/anjuta-plugin.wiz,
18120         templates/terminal.wiz,
18121         templates/terminal/Makefile.am.tpl,
18122         templates/terminal/autogen.sh,
18123         (Removed) templates/terminal/configure.ac.tpl,
18124         (Added) templates/.cvsignore,
18125         (Added) templates/Makefile.am,
18126         (Added) templates/anjuta-plugin/.cvsignore,
18127         (Added) templates/anjuta-plugin/Makefile.am,
18128         (Added) templates/anjuta-plugin/src/.cvsignore,
18129         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
18130         (Added) templates/terminal/.cvsignore,
18131         (Added) templates/terminal/Makefile.am,
18132         (Added) templates/terminal/configure.in.tpl,
18133         (Added) templates/terminal/po/.cvsignore,
18134         (Added) templates/terminal/po/ChangeLog,
18135         (Added) templates/terminal/po/Makefile.am,
18136         (Added) templates/terminal/po/POTFILES.in,
18137         (Added) templates/terminal/src/.cvsignore,
18138         (Added) templates/terminal/src/Makefile.am,
18139         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
18140         project wizard. Fixed configure/po/Makefile template errors.
18142 2005-01-06  Naba Kumar  <naba@gnome.org>
18144         * configure.in: Added project templates.
18145         * plugins/project-wizard/templates/*: Added to project and renamed
18146         Makefile.am and configure.in to Makefile.am and configure.ac respectively
18147         for the project templates (so that they do not conflict with autotools
18148         build. Created proper configure.ac.tpl and autogen.sh for project
18149         templates.
18150         
18151 2005-01-06  Naba Kumar  <naba@gnome.org>
18153         * plugins/project-wizard/anjuta-project-wizard.glade,
18154         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
18155         Fixed file list parsing and to take absolute file paths (for example,
18156         from an icon selected previously). Used toggle buttons for boolean
18157         properties. Check if all mandatory fields are given before going
18158         forward in the wizard. Use scrollable viewport for listing property
18159         widgets incase the list goes out of wizard's size. Added tooltips
18160         as descriptions of the property widgets. And other fixes.
18162         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
18163         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
18164         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
18165         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
18166         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
18167         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
18168         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
18169         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18170         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
18171         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18172         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18173         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
18174         Restructured template files.
18176 2005-01-06  Naba Kumar  <naba@gnome.org>
18178         * configure.in: Added check for autogen.
18179         
18180         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
18181         in dispose.
18182         
18183         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
18184         Do not emit changed signal when in dispose.
18186         * plugins/symbol-browser/plugin.c: Don't updated symbols when
18187         symbol-view widget has been destroyed.
18188         
18189         * src/anjuta-app.c: Set null to preference, status and ui object
18190         pointers when they are destroyed.
18192         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
18193         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
18194         Added boolean, integer and file property types.
18195         
18196         * plugins/project-wizard/Makefile.am,
18197         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
18198         project wizard templates.
18200 2005-01-04  Naba Kumar  <naba@gnome.org>
18202         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
18203         added widgets.
18204         
18205         * plugins/editor/aneditor.cxx,
18206         plugins/editor/anjuta-docman.c,
18207         plugins/editor/plugin.c,
18208         plugins/editor/text_editor.c:
18209         Removed unnecessary ref/unref of scintilla.
18210         
18211         * plugins/message-view/anjuta-msgman.c,
18212         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
18213         make close button similar to document manager.
18214         
18215         * plugins/project-manager/plugin.c,
18216         plugins/project-manager/plugin.h: Removed dead codes. Removed
18217         unnecessary ref/unref.
18218         
18219         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
18220         instead of hard refs.
18222 2005-01-03  Naba Kumar  <naba@gnome.org>
18224         * libanjuta/interfaces/libanjuta.idl: Added configure() and
18225         generate() methods for IAnjutaBuildable interface.
18227         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
18228         IAnjutaBuildable inteface.
18230         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
18231         to destroy build context when message view is destroyed.
18232         
18233         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
18234         a ref to it and unref in destructor. AnEditor class wants to be the
18235         owner of scintilla widget. Fixed compile warnings with signed/unsigned
18236         comparisions.
18237         
18238         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
18239         complicate the scene. Removed editor widget from AnjutaDocman when
18240         the widget is destroyed.
18241         
18242         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
18243         from shell. It will be removed from shell when the widget is destroyed.
18244         
18245         * plugins/editor/text_editor.c: Added debug codes to track object
18246         finalizations.
18248         * plugins/message-view/anjuta-msgman.c: Remove message view on
18249         widget destroy. Destroy message view on remove. Removed all views
18250         correctly.
18251         
18252         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18253         from container.
18255 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18257         * plugins/file-wizard/action-callbacks.c,
18258         plugins/file-wizard/anjuta-file-wizard.glade,
18259         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18260         Insert Licence, copyright, header template ...
18261         
18262 2005-01-02  Naba Kumar  <naba@gnome.org>
18264         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18265         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18266         anjuta_status_add_widget() to allow setting busy cursor on non
18267         toplevel windows.
18269         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18271         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18272         mime types to take text/source also.
18273         
18274         * plugins/editor/anjuta-docman.c,
18275         plugins/editor/anjuta-docman.h,
18276         plugins/editor/plugin.c,
18277         plugins/editor/text_editor.c,
18278         plugins/editor/text_editor.h,
18279         plugins/editor/text_editor_cbs.c: Listen for busy signal from
18280         AnjutaStatus and set busy cursor on editors.
18282         * plugins/file-loader/Makefile.am,
18283         plugins/file-loader/plugin.c,
18284         (added) plugins/file-loader/dnd.c,
18285         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18287         * src/anjuta.c: Hide anjuta window before destruction.
18289         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18290         * configure.in, plugins/Makefile.am,
18291         (removed) plugins/project-wizard/appwiz_page1.c,
18292         (removed) plugins/project-wizard/appwiz_page2.c,
18293         (removed) plugins/project-wizard/appwiz_page3.c,
18294         (removed) plugins/project-wizard/appwiz_page4.c,
18295         (removed) plugins/project-wizard/appwizard.c,
18296         (removed) plugins/project-wizard/appwizard.h,
18297         (removed) plugins/project-wizard/appwizard_cbs.c,
18298         (removed) plugins/project-wizard/appwizard_cbs.h,
18299         (removed) plugins/project-wizard/appwizard_gui.c,
18300         (removed) plugins/project-wizard/gnome_project.c,
18301         (removed) plugins/project-wizard/gnome_project.h,
18302         (removed) plugins/project-wizard/wizard_gui.c,
18303         (removed) plugins/project-wizard/wizard_gui.h,
18304         (added) plugins/project-wizard/.cvsignore,
18305         (added) plugins/project-wizard/Makefile.am,
18306         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18307         (added) plugins/project-wizard/anjuta-project-wizard.glade,
18308         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18309         (added) plugins/project-wizard/applogo.png,
18310         (added) plugins/project-wizard/appwizard.png,
18311         (added) plugins/project-wizard/autogen.c,
18312         (added) plugins/project-wizard/autogen.h,
18313         (added) plugins/project-wizard/druid.c,
18314         (added) plugins/project-wizard/druid.h,
18315         (added) plugins/project-wizard/file.c,
18316         (added) plugins/project-wizard/file.h,
18317         (added) plugins/project-wizard/header.c,
18318         (added) plugins/project-wizard/header.h,
18319         (added) plugins/project-wizard/install.c,
18320         (added) plugins/project-wizard/install.h,
18321         (added) plugins/project-wizard/parser.c,
18322         (added) plugins/project-wizard/parser.h,
18323         (added) plugins/project-wizard/plugin.c,
18324         (added) plugins/project-wizard/plugin.h,
18325         (added) plugins/project-wizard/property.c,
18326         (added) plugins/project-wizard/property.h: Removed old application-wizard
18327         codes and added new template based (autogen based) project wizard
18328         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
18330 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
18332         * plugins/cvs-plugin/plugin.c: Fixed crash bug
18333         * plugins/cvs-plugin/cvs-execute.c:
18334         Fix cvs_log which did not work because of some
18335         glade problem
18336         Patch from Mark R. Pariente <markpariente@cmu.edu>
18337         - Fix message highlighting
18339 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18340         
18341         * template/*,
18342         date/template/*,
18343         configure.in:
18344         Removed template stuff completly because we dicussed to implement
18345         a macro system for Edit->Insert Text
18347 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18348         
18349         * plugins/editor/aneditor.cxx,
18350         plugins/editor/text_editor.c:
18351         Set line number width dynamically
18352         * src/about.c:
18353         Prepered new GTK 2.6 about dialog
18355 2004-12-30  Naba Kumar  <naba@gnome.org>
18357         patch from: Massimo Corà  <maxcvs@email.it>
18358         * plugins/editor/aneditor.cxx: Highlights correct function
18359         argument in recursive calltips.
18361 2004-12-30  Naba Kumar  <naba@gnome.org>
18363         * plugins/symbol-browser/plugin.c,
18364         libanjuta/interfaces/libanjuta.idl,
18365         plugins/editor/text_editor.c: Fixed editor markers and added a new
18366         marker (BASIC) to indicate line numbers. Fixed symbol browser to
18367         mark the line visited.
18368         
18369         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18370         libegg/Makefile.am, libegg/eggcomboselect.c,
18371         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18372         widget for use with symbol view in toolbar.
18373         
18374         * plugins/cvs-plugin/anjuta-cvs.ui,
18375         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18376         placeholder for cvs plugin context menu in filemanager.
18377         
18378 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18379         
18380         * plugins/cvs-plugin/plugin.c:
18381         Show popup menu only if the file is contained in
18382         a directory containing a "CVS" directory
18384 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18385         
18386         * plugins/cvs-plugin/cvs-action.[ch],
18387         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18388         * plugins/cvs-plugin/anjuta-cvs.ui,
18389         * plugins/cvs-plugin/plugin.c:
18390         Implemented "Import"
18391         
18392         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18393         Added right-click-menu for file-manager
18395 2004-12-26  Naba Kumar  <naba@gnome.org>
18397         * src/action-callbacks.c, src/action-callbacks.h,
18398         src/anjuta-actions.h, src/anjuta-app.c,
18399         src/anjuta.ui: Added fullscreen action.
18401         * plugins/cvs-plugin/cvs-actions.c,
18402         plugins/cvs-plugin/plugin.c,
18403         plugins/cvs-plugin/plugin.h: Watches current editor,
18404         project and file manager selection in plugin
18405         implementation.
18406         
18407 2004-12-26  Naba Kumar  <naba@gnome.org>
18409         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18410         src/action-callbacks.c: Fixed app finalization. Added a
18411         command line arg --proper-shutdown (-p), which when set
18412         will release all plugins and their resources (this option
18413         is mainly for debugging).
18414         
18415         * plugins/file-loader/plugin.c: Fixed filename duplications
18416         in recent files history.
18417         
18418         * plugins/profile-default/plugin.c: Disabled problematic
18419         plugins for now to load at startup.
18420         
18421         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18422         annoying debug prints.
18423         
18424 2004-12-23  Naba Kumar  <naba@gnome.org>
18426         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18427         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18428         plugins/cvs-plugin/anjuta-cvs.ui,
18429         plugins/cvs-plugin/cvs-actions.c,
18430         plugins/cvs-plugin/cvs-actions.h,
18431         plugins/cvs-plugin/cvs-execute.c,
18432         plugins/cvs-plugin/cvs-execute.h,
18433         plugins/cvs-plugin/Makefile.am,
18434         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18435         Added cvs log command.
18437 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18438         
18439         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18440         default
18442 2004-12-20  Naba Kumar  <naba@gnome.org>
18444         patch from: Massimo Corà  <maxcvs@email.it>
18445         * plugins/editor/aneditor.cxx: Added recursive calltips.
18447 2004-12-20  Naba Kumar  <naba@gnome.org>
18448         
18449         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18450         Show busy cursor during loading and unloading.
18451         
18452 2004-12-19  Naba Kumar  <naba@gnome.org>
18454         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18455         memory leaks. Disabled debug print.
18457         * plugins/symbol-browser/an_symbol_view.c,
18458         plugins/symbol-browser/plugin.c,
18459         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18460         problems. Creates SymbolView object every time when the
18461         plugin is activated.
18463         * plugins/project-manager/plugin.c: Close project when
18464         deactivating.
18465         
18466 2004-12-18  Naba Kumar  <naba@gnome.org>
18468         * po/POTFILES.in: Removed commented lines.
18469         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18470         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18471         * plugins/gdb/plugin.c: Fixed compile error.
18472         
18473         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18474         * libegg/eggcellrendererkeys.c: Fixed compile error.
18475         
18476 2004-12-18  Naba Kumar  <naba@gnome.org>
18478         * plugins/file-loader/plugin.c: Fixed loading bug.
18479         
18480         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18481         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18482         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18483         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18484         and corruptions. Fixed loading and unloading of plugins.
18485         
18486 2004-12-17  Naba Kumar  <naba@gnome.org>
18487         
18488         * plugins/file-loader/Makefile.am,
18489         plugins/file-loader/plugin.c,
18490         plugins/project-manager/plugin.c: Fixed memory corruption
18491         and disposition codes. Added missing plugin.h in Makefile.am.
18493 2004-12-16  Naba Kumar  <naba@gnome.org>
18495         * plugins/symbol-browser/an_symbol_view.c,
18496         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18497         codes. Fixed memory leaks and corruptions.
18499         * plugins/build-basic-autotools/build-basic-autotools.c
18500         plugins/editor/anjuta-docman.c,
18501         plugins/editor/text_editor.c,
18502         plugins/file-loader/plugin.c,
18503         plugins/file-manager/plugin.c,
18504         plugins/file-wizard/plugin.c,
18505         plugins/message-view/anjuta-msgman.c,
18506         plugins/message-view/anjuta-msgman.h,
18507         plugins/message-view/message-view.c,
18508         plugins/message-view/plugin.c,
18509         plugins/message-view/plugin.h,
18510         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18512         * src/about.c, src/about.h, src/action-callbacks.c,
18513         src/action-callbacks.h, src/anjuta-actions.h,
18514         src/anjuta-app.c, src/anjuta-app.h,
18515         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18516         src/anjuta.c, src/anjuta.h, src/getline.c, 
18517         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18518         src/start-with.c, src/start-with.h: Fixed emacs modes.
18520         * src/layout.xml: Brought document manager in front.
18521         
18522 2004-12-15  Naba Kumar  <naba@gnome.org>
18524         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18525         properly removed.
18526         
18527         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18528         finalization. Added a method to unload all plugins and destroy them.
18529         Fixed memory leaks.
18530         
18531         * plugins/sample1/plugin.c: Proper finalization code and renamed
18532         functions to proper names.
18533         
18534         * plugins/build-basic-autotools/build-basic-autotools.c,
18535         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18537         * src/shell.c: Unload all plugins on exit, so that memory profilers
18538         can detect memory leaks in plugins.
18540 2004-12-13  Naba Kumar  <naba@gnome.org>
18542         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18543         docking is working.
18544         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18545         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18547 2004-12-11  Naba Kumar  <naba@gnome.org>
18549         * data/properties/anjuta.properties: Fixed font size.
18550         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18551         compile file function. There are some fixmes there.
18552         * plugins/message-view/anjuta-msgman.c,
18553         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18554         
18555 2004-12-08  Naba Kumar  <naba@gnome.org>
18557         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18558         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18559         to escape quotes in a string.
18560         
18561         * plugins/cvs-plugin/cvs-actions.c,
18562         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18563         cvs diff command.
18565         * plugins/build-basic-autotools/build-basic-autotools.c,
18566         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18567         filters.
18568         
18569 2004-12-07  Naba Kumar  <naba@gnome.org>
18571         * plugins/build-basic-autotools/build-basic-autotools.c,
18572         plugins/build-basic-autotools/automake-c.filters: Completed directory
18573         tracking. Double click on Errors and warnings now work as expected.
18575         * plugins/build-basic-autotools.c: Added codes to track build directory
18576         so that absolute path of the files could be determined.
18578 2004-12-06  Naba Kumar  <naba@gnome.org>
18580         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18581         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18582         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18583         
18584 2004-12-05  Naba Kumar  <naba@gnome.org>
18586         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18587         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18588         
18589         * plugins/cvs-plugin/plugin.c,
18590         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18591         
18592 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18593         
18594         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18595         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18596         plugins/cvs-plugin/cvs-execute.[ch]:
18597         Implemented cvs status and cvs diff
18598         Known bugs:
18599         - rdiff command is not correct
18600         - Must find a way to allow selection of directies AND files 
18601         in GtkFileChooser
18603 2004-12-03  Naba Kumar  <naba@gnome.org>
18605         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18606         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18607         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18608         session.properties file if it is for the first time.
18609         
18610 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18611         
18612         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18613         commit.
18614         
18615         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18616         plugins/cvs-plugin/anjuta-cvs.ui:
18617         Implemented update/commit and changed menu layout 
18619 2004-12-02  Naba Kumar  <naba@gnome.org>
18621         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18622         property name (for cvs path property). Beautified dialogs.
18624 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18625         
18626         * plugins/message-view/anjuta-msgman.c: Changed callback name
18627         and changed switch-page handling.
18628         
18629         * plugins/cvs-plugin/cvs-actions.c:
18630         * plugins/cvs-plugin/cvs-execute.c:
18631         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18632         - Implemented cvs add and cvs removed - both working now
18633         - Created a useful preferences page
18634         
18636 2004-11-30  Naba Kumar  <naba@gnome.org>
18638         * libanjuta/anjuta-status.c: Fixed runtime warning.
18639         
18640         * plugins/editor/Makefile.am:
18641         plugins/editor/anjuta-document-manager.glade,
18642         plugins/editor/plugin.c
18643         plugins/editor/plugin.h
18644         plugins/editor/style-editor.c (new, moved from src/),
18645         plugins/editor/style-editor.h (new, moved from src/),
18646         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18647         settings in preferences.
18649         * plugins/editor/text_editor.c,
18650         plugins/editor/text_editor.h: Do not take unused args in
18651         text_editor_get_props().
18653         * src/style-editor.c, src/style-editor.h: Removed, moved to
18654         plugins/editor/ directory.
18656 2004-11-29  Naba Kumar  <naba@gnome.org>
18658         * plugins/editor/text_editor_cbs.c: Emit click signal in
18659         IAnjutaMarkable.
18660         * libanjuta/anjuta-status.c: More spacing between items.
18661         
18662 2004-11-29  Naba Kumar  <naba@gnome.org>
18664         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18665         
18666         * libanjuta/interfaces/libanjuta.idl,
18667         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18668         plugins/debug-manager/plugin.c,
18669         plugins/gdb/breakpoints.c,
18670         plugins/gdb/breakpoints.h,
18671         plugins/gdb/debugger.c,
18672         plugins/gdb/debugger.h,
18673         plugins/gdb/plugin.c,
18674         plugins/gdb/plugin.h,
18675         plugins/gdb/utilities.c,
18676         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18677         toggle breakpoint margin clicks.
18679 2004-11-28  Naba Kumar  <naba@gnome.org>
18681         * TODO.tasks: Fixed indentations.
18682         * plugins/gtodo/libgtodo.c: Save with indentation.
18683         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18684         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18685         * libanjuta/anjuta-status.c: Fixed busy cursors.
18686         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18687         * po/POTFILES.in: Updated.
18688         
18689 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18690         
18691         * plugins/editor/anjuta-document-manager.glade,
18692           plugins/editor/search-replace.[c,h], 
18693           plugins/editor/search-replace_backend.h
18694           plugins/editor/search-preferences.[c,h] :
18695           Saved Search-Preferences (gconf),
18696           Basic search by default.
18698 2004-11-22  Naba Kumar  <naba@gnome.org>
18700         * configure.in: Fixed build error.
18702 2004-11-21  Naba Kumar  <naba@gnome.org>
18704         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18705         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18706         Added AnjutaStatus class to libanjuta.
18707         Added anjuta_shell_get_status() method.
18708         
18709         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18710         and fixed marshaller generation.
18711         
18712         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18713         "updade_ui" signals to IAnjutaEditor interface.
18714         
18715         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18716         
18717         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18718         regexes.
18719         
18720         * plugins/class-gen/clsGen.c: Intial port.
18721         
18722         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18723         name.
18724         
18725         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18726         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18727         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18728         Implemented status update. Emits "update_ui" and "char_added" signals.
18729         Added view preferences.
18730         
18731         * plugins/file-loader/plugin.c: Added open with plugins in open with
18732         menus.
18733         
18734         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18735         
18736         * plugins/message-view/anjuta-msgman.c,
18737         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18738         to close correct message view rather than current view.
18740 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18741         
18742         * plugins/cvs-plugin/cvs-actions.c
18743         plugins/cvs-plugin/plugin.[ch]
18744         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18745         Implemented cvs add but ran into a launcher/message_view
18746         problem because of a limitation of the idl compiler
18748 2004-11-19  Naba Kumar  <naba@gnome.org>
18750         * plugins/project-manager/plugin.c: Displays a progress window during
18751         project load.
18752         
18753         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18754         Fixed UI separators.
18755         
18756         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18757         UI placeholder.
18758         
18759         * plugins/project-manager/anjuta-project-manager.ui,
18760         plugins/project-manager/plugin.[c,h]: Added add/remove context
18761         menus and implemented them. Added file manager merge menu.
18763 2004-11-18  Naba Kumar  <naba@gnome.org>
18765         * TODO.tasks: Updated.
18766         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18767         plugins/message-view/message-view.c: Fixed finalize and dispose
18768         methods.
18769         * plugins/debugger/*: Removed from cvs (development now in
18770         debug-manager).
18772 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18774         Reviewed by Naba Kumar  <naba@gnome.org>:
18775         
18776         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18777         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18778         plugins/gdb/breakpoints.c: all marker related stuff moved from
18779         editor and docman interfaces to IAnjutaMarkable
18781 2004-11-17  Naba Kumar  <naba@gnome.org>
18783         * TODO.tasks: Updated.
18784         
18785         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18786         
18787         * libegg/egg-combo-action.c: Block changed signal when changing model.
18788         
18789         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18790         Emit changed signal. Removed dead codes.
18791         
18792         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18793         that recent files history do not duplicate.
18794         
18795         * plugins/symbol-browser/an_symbol_view.c,
18796         plugins/symbol-browser/an_symbol_view.h,
18797         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18798         Fixed a bug.
18800 2004-11-15  Naba Kumar  <naba@gnome.org>
18802         * plugins/project-manager/plugin.c: Opens targets on double click.
18803         
18804         * plugins/message-view/message-view.c,
18805         plugins/file-manager/anjuta-file-manager-plugin.glade,
18806         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18807         Added proper class finalization
18808         and disposition. Added preferences notifications and callbacks to
18809         change info/warning/error colors.
18810         
18811         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18812         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18813         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18814         Implemented finalize method for AnjutaApp. Code cleanups.
18815         
18816         * plugins/message-view/plugin.c: Static parent_class.
18817         
18818 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18819         * plugins/editor/search-replace.[c,h], 
18820           plugins/editor/search-replace_backend.c
18821           Update search entry in main toolbar.
18822           Clean code.
18824 2004-11-11  Naba Kumar  <naba@gnome.org>
18826         * TODO.tasks: Updated.
18828         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18829         and completed on-the-fly-change preferences. Removed "changed"
18830         signal as it is no longer necessary (use notify for similar
18831         purpose to monitor individual preferences).
18833         
18834         * plugins/editor/anjuta-document-manager.glade: Added view menu
18835         preferences so that they are registered.
18836         
18837         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18838         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18839         connection to "changed" signal of preferences and implemented
18840         notifications for some editor preferences. More to implement.
18842 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18843         * plugins/editor/print.c
18844         Fixed bug 1047624 : Add line number every X lines.
18846 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18847         * plugins/editor/search-replace.c
18848         Fixed a crash bug (995755) when searching "%n"
18850 2004-11-09  Naba Kumar  <naba@gnome.org>
18852         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18853         Fixed to refresh categories list on file load.
18855 2004-11-08  Naba Kumar  <naba@gnome.org>
18856         
18857         * configure.in, plugins/Makefile.am,
18858         plugins/profile-default/plugin.c: Added cvs plugin in build.
18859         
18860         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18861         
18862         * plugins/debug-manager/.cvsignore: Added file to ignore.
18863         
18864         * plugins/debug-manager/Makefile.am: Removed dead codes.
18865         
18866         * src/anjuta.ui: Added placeholder for version control UI.
18868 2004-11-08  Naba Kumar  <naba@gnome.org>
18870         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18871         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18872         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18873         Updated.
18875         * global-tags/Makefile.am: Fixed make error.
18877         * plugins/profile-default/plugin.c: Added debug-manager
18878         and gdb plugins to load at startup so that debugger
18879         windows are docked properly. They will be removed
18880         later when we figure out runtime docking.
18882         * plugins/sample1/*: Restored to last working state.
18884         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18885         windows in lower pane. Named the windows appropriately.
18887         * ChangeLog: Fixed format.
18888         
18889 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18891         * libanjuta/interfaces/libanjuta.idl,
18892         libanjuta/anjuta-marshal.c,
18893         plugins/Makefile.am,
18894         plugins/debug-manager/plugin.c,
18895         plugins/editor/plugin.c,
18896         plugins/editor/text_editor.c,
18897         plugins/gdb/breakpoints.c,
18898         plugins/gdb/debugger.c,
18899         plugins/gdb/plugin.c,
18900         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18902 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18903         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18904         plugins/editor/search-replace.c,
18905         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18906         Search and Replace; Show result in find pane
18907           
18908 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18909         
18910         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18911         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18912         (added features: starting debugger and loading of core/executable,
18913         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18914         partially works)
18916 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18917         
18918         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18919         my cvs-plugin files...
18920         I hope I have rescued everything possible.
18921         
18922         * Naba: Could you please fix sample1 because I messed it up to 
18923         but there should be a histroy of this directory we should commit
18925 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18926         
18927         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18928         infrastructure
18929         * plugins/cvs-plugin/plugin.c,
18930         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18931         Added preferences dialog (not yet complete)
18933 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18934         
18935         * global-tags/Makefile.am, mime/Makefile.am:
18936         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18937         
18938         * template/xmltemplate.[ch],
18939         template/xmlstrings.[ch],
18940         template/autotools.[ch] removed,
18941         template/prj_template.[ch] removed,
18942         template/lang_template.[ch] removed,
18943         template/lib_template.[ch] removed,
18944         template/Makefile.am adjusted,
18945         template/dtds/lang.dtd removed, 
18946         template/dtds/lib.dtd removed,
18947         template/dtds/prj.dtd removed,
18948         template/dtds/autotools.dtd removed,
18949         data/template/lib/* removed,
18950         data/template/language/* removed,
18951         data/template/library/* removed,
18952         data/template/project/* removed,
18953         date/template/Makefile.am adjusted:
18954         Remove everything except text-templates to replace hardcoded 
18955         Edit->Insert texts with dynamic loaded.
18957         * plugins/cvs-plugin/plugin.[ch],
18958         plugins/cvs-actions.[ch],
18959         plugins/Makefile.am,
18960         plugins/cvs-plugin/Makefile.am,
18961         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18962         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18963         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18964         Added initial cvs-plugin code
18966 2004-10-21  Naba Kumar  <naba@gnome.org>
18967         
18968         * libanjuta/anjuta-plugin.c,
18969         plugins/build-basic-autotools/build-basic-autotools.c,
18970         plugins/debugger/plugin.c,
18971         plugins/devhelp/plugin.c,
18972         plugins/editor/anjuta-docman.c,
18973         plugins/editor/goto_line.c,
18974         plugins/editor/plugin.c,
18975         plugins/editor/search-replace.c,
18976         plugins/editor/text_editor.c,
18977         plugins/file-loader/plugin.c,
18978         plugins/file-manager/plugin.c,
18979         plugins/file-wizard/file.c,
18980         plugins/file-wizard/plugin.c,
18981         plugins/gdb/plugin.c,
18982         plugins/gtodo/plugin.c,
18983         plugins/message-view/anjuta-msgman.c,
18984         plugins/profile-default/plugin.c,
18985         plugins/project-manager/plugin.c,
18986         plugins/sample1/plugin.c,
18987         plugins/terminal/terminal.c: Defined all global variables static,
18988         particularly class parent_class variables. They were getting
18989         confused at link time.
18991         * libanjuta/plugins.c: Do not unload plugins when they are
18992         deactivated. Simply cache them for later activation. Unloading
18993         modules have some problem with shared libs using static class
18994         registration. Fixed hash type for installed plugins. Eventually,
18995         we want to add "CanUnload" attribute for .plugin files (in
18996         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18997         be unloaded from memory. Those plugins declaring CanUnload=false
18998         will not be unloaded from memory and will be put in the cache. Those
18999         not declaring anything or declaring CanUnload=true, will be unloaded
19000         from memory when they are deactivated.
19002         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
19003         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19004         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
19005         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
19006         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
19007         activation, deactivation. Fixed memory leaks.
19009 2004-10-20  Naba Kumar  <naba@gnome.org>
19011         * TODO.tasks: Updated.
19012         
19013         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19014         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
19015         macro for adding interfaces to plugin types. Code cleanup.
19016         
19017         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19018         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19019         
19020         * plugins/build-basic-autotools/build-basic-autotools.c,
19021         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
19022         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19023         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
19024         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
19025         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
19026         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
19027         plugins/project-manager/plugin.c,
19028         plugins/symbol-browser/an_symbol_view.c,
19029         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
19030         newly defined macro to add interfaces to plugin types.
19032         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
19034 2004-10-20  Naba Kumar  <naba@gnome.org>
19036         * TODO.tasks: Added task list.
19037         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
19038         default values.
19040 2004-10-19  Naba Kumar  <naba@gnome.org>
19042         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
19043         
19044         * plugins/editor/action-callbacks.c,
19045         plugins/editor/action-callbacks.h,
19046         plugins/editor/anjuta-docman.c,
19047         plugins/editor/anjuta-docman.h,
19048         plugins/editor/anjuta-document-manager.ui,
19049         plugins/editor/file_history.c,
19050         plugins/editor/file_history.h,
19051         plugins/editor/plugin.c: Added file history browsing.
19052         
19053         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
19054         
19055         * plugins/message-view/anjuta-message-manager.ui,
19056         plugins/message-view/plugin.c: Added document manager context menu.
19057         
19058         * plugins/symbol-browser/an_symbol_view.c,
19059         plugins/symbol-browser/an_symbol_view.h,
19060         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19061         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
19062         document manager context menu.
19063         
19064         * scintilla/*, scintilla/include/*: Updated to current cvs.
19065         
19066 2004-10-19  Naba Kumar  <naba@gnome.org>
19068         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
19069         placeholder for debugger UI.
19070         
19071         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
19072         * plugins/file-manager/plugin.c: Fixed loading bug.
19073         
19074         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
19075         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
19076         Initializes gconf database with default values when the
19077         values are not defined. Use bool and int prefs separately.
19079         * plugins/editor/plugin.c: Added encoding preferences.
19080         * plugins/project-manager/plugin.c: Cleanup and debug messages.
19082         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19083         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19084         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19085         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19087 2004-10-18  Naba Kumar  <naba@gnome.org>
19089         * po/POTFILES.in: Updated.
19090         
19091         * libanjuta/anjuta-ui.c: Corrected debug messages.
19092         
19093         * libegg/egg-combo-action.c, libegg/test-actions.c,
19094         libegg/menu/egg-combo-action.h: Fixed combo action.
19095         
19096         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
19097         Fixed format.
19098         
19099         * plugins/editor/action-callbacks.[c,h],
19100         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
19101         Implemented file swap. Removed dead codes.
19102         
19103         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
19104         dead codes.
19105         
19106         * plugins/symbol-browser/an_symbol_view.[c,h],
19107         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19108         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
19109         Implemented file symbols. Implemented goto file line when symbol is
19110         selected.
19111         
19112         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
19113         
19114 2004-10-10  Naba Kumar  <naba@gnome.org>
19116         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
19117         
19118         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
19119         
19120         * plugins/debugger/.cvsignore,
19121         (added) plugins/debugger/Makefile.am,
19122         (added) plugins/debugger/anjuta-debugger.glade,
19123         (added) plugins/debugger/anjuta-debugger.plugin.in,
19124         (added) plugins/debugger/anjuta-debugger.plugin.png,
19125         (added) plugins/debugger/anjuta-debugger.ui,
19126         plugins/debugger/attach_process.c,
19127         (removed) plugins/debugger/attach_process_cbs.c,
19128         (removed) plugins/debugger/attach_process_cbs.h,
19129         (removed) plugins/debugger/breakpoints.c,
19130         (removed) plugins/debugger/breakpoints.h,
19131         (removed) plugins/debugger/debug_tree.c,
19132         (removed) plugins/debugger/debug_tree.h,
19133         (removed) plugins/debugger/debugger.c,
19134         (removed) plugins/debugger/debugger.h,
19135         (removed) plugins/debugger/memory.c,
19136         (removed) plugins/debugger/memory.h,
19137         (added) plugins/debugger/plugin.c,
19138         (added) plugins/debugger/plugin.h,
19139         (removed) plugins/debugger/registers.c,
19140         (removed) plugins/debugger/registers.h,
19141         (removed) plugins/debugger/registers_cbs.c,
19142         (removed) plugins/debugger/registers_cbs.h,
19143         (removed) plugins/debugger/registers_gui.c,
19144         (removed) plugins/debugger/sharedlib.c,
19145         (removed) plugins/debugger/sharedlib.h,
19146         (removed) plugins/debugger/sharedlib_cbs.c,
19147         (removed) plugins/debugger/sharedlib_cbs.h,
19148         (removed) plugins/debugger/sharedlib_gui.c,
19149         (removed) plugins/debugger/signals.c,
19150         (removed) plugins/debugger/signals.h,
19151         (removed) plugins/debugger/signals_cbs.c,
19152         (removed) plugins/debugger/signals_cbs.h,
19153         (removed) plugins/debugger/signals_gui.c,
19154         (removed) plugins/debugger/stack_trace.c,
19155         (removed) plugins/debugger/stack_trace.h,
19156         (added) plugins/debugger/utilities.c,
19157         (added) plugins/debugger/utilities.h,
19158         (removed) plugins/debugger/watch.c,
19159         (removed) plugins/debugger/watch.h,
19160         (removed) plugins/debugger/watch_cbs.c,
19161         (removed) plugins/debugger/watch_cbs.h,
19162         (removed) plugins/debugger/watch_gui.c,
19163         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
19164         
19165         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
19166         Added debugger gdb backend plugin.
19167         
19168         * plugins/message-view/plugin.c: Registered all message stock icons.
19169         
19170         * plugins/profile-default/plugin.c: Loads debugger plugin.
19171         
19172         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
19174 2004-10-08  Naba Kumar  <naba@gnome.org>
19176         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
19177         information.
19178         
19179         * plugins/symbol-browser/.cvsignore,
19180         plugins/symbol-browser/Makefile.am,
19181         plugins/symbol-browser/an_symbol_view.c,
19182         plugins/symbol-browser/an_symbol_view.h,
19183         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
19184         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19185         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
19186         plugins/symbol-browser/plugin.c,
19187         plugins/symbol-browser/plugin.h,
19188         plugins/symbol-browser/sv_class.xpm,
19189         plugins/symbol-browser/sv_function.xpm,
19190         plugins/symbol-browser/sv_macro.xpm,
19191         plugins/symbol-browser/sv_private_fun.xpm,
19192         plugins/symbol-browser/sv_private_var.xpm,
19193         plugins/symbol-browser/sv_protected_fun.xpm,
19194         plugins/symbol-browser/sv_protected_var.xpm,
19195         plugins/symbol-browser/sv_public_fun.xpm,
19196         plugins/symbol-browser/sv_public_var.xpm,
19197         plugins/symbol-browser/sv_static_fun.xpm,
19198         plugins/symbol-browser/sv_static_var.xpm,
19199         plugins/symbol-browser/sv_struct.xpm,
19200         plugins/symbol-browser/sv_unknown.xpm,
19201         plugins/symbol-browser/sv_variable.xpm,
19202         plugins/symbol-browser/test-symbol-browser.c,
19203         plugins/Makefile.am: Implemented Symbol
19204         browser plugin.
19205         
19206         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
19207         
19208         * plugins/build-basic-autotools/Makefile.am,
19209         plugins/devhelp/Makefile.am,
19210         plugins/editor/Makefile.am,
19211         plugins/file-loader/Makefile.am,
19212         plugins/file-manager/Makefile.am,
19213         plugins/file-wizard/Makefile.am,
19214         plugins/gtodo/Makefile.am,
19215         plugins/message-view/Makefile.am,
19216         plugins/profile-default/Makefile.am,
19217         plugins/project-manager/Makefile.am
19218         plugins/sample1/Makefile.am,
19219         plugins/terminal/Makefile.am,
19220         scintilla/Makefile.am,
19221         libegg/Makefile.am,
19222         launcher/Makefile.am,
19223         libanjuta/Makefile.am,
19224         src/Makefile.am,
19225         tagmanager/Makefile.am,
19226         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
19227         anjuta_data_dir in configure.in and used them in plugins Makefile.am
19228         files. Also fixed library dependencies.
19229         
19230         * plugins/editor/aneditor.cxx: Disabled unused codes.
19231         * plugins/file-manager/an_file_view.c: Added copyright.
19232         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
19233         
19234         * plugins/profile-default/plugin.c: Can load plugins by location.
19235         * plugins/project-manager/plugin.c: Remove project_root_uri value
19236         when project is closed.
19237         
19238 2004-10-06  Naba Kumar  <naba@gnome.org>
19240         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
19241         
19242         * libanjuta/interfaces/libanjuta.idl,
19243         plugins/editor/text_editor.c: Added get_length()
19244         and get_current_word() methods in IAnjutaEditor interface.
19245         
19246         * libegg/Makefile.am: Added test_actions target.
19247         
19248         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19249         
19250         * plugins/build-basic-autotools/build-basic-autotools.c,
19251         plugins/file-loader/plugin.c,
19252         plugins/message-view/message-view.c: Added code to go to file and
19253         line number,
19254         
19255         * plugins/devhelp/plugin.c: Context sensitive help now works.
19256         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19257         uri as line number and goes to that line number.
19258         
19259         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19260         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19261         gtodo_client_load() method to load from a diffrent file. Watched 
19262         project root directory in plugin to open TODO.tasks of the project.
19263         
19264         * plugins/project-manager/plugin.c: Updates project UI
19265         sensitive/insensitive.
19267         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19268         anjuta-shell program to test plugins.
19269         
19270         * src/anjuta-app.c: Registered UI accels.
19271         
19272 2004-09-28  Naba Kumar  <naba@gnome.org>
19274         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19275         method.
19276         
19277         * src/anjuta-app.c: Implemented present widget method.
19278         
19279         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19280         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19281         
19282         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19283         added editor.
19284         
19285         * plugins/editor/text_editor.c: Connects to preferences changed signal
19286         correctly.
19287         
19288 2004-09-28  Naba Kumar  <naba@gnome.org>
19289         
19290         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19291         print code.
19292         
19293         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19294         size to 5 pix.
19295         
19296         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19297         in changed signal callback.
19298         
19299         * plugins/editor/action-callbacks.c: Implemented save_all action
19300         callback. Removed dead code. Do save_as when saving a new file.
19301         Implemented incremental search.
19302         
19303         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19304         
19305         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19306         
19307         * src/anjuta-app.c: Registers UI accelerators.
19308         
19309 2004-09-27  Naba Kumar  <naba@gnome.org>
19311         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19312         
19313         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19314         plugins/devhelp/anjuta-devhelp.plugin.in,
19315         plugins/file-loader/anjuta-loader.plugin.in,
19316         plugins/file-manager/anjuta-file-manager.plugin.in,
19317         plugins/gtodo/anjuta-gtodo.plugin.in,
19318         plugins/project-manager/anjuta-project-manager.plugin.in,
19319         plugins/terminal/anjuta-terminal.plugin.in:
19320         Gave proper plugin names.
19322         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19323         error when regex fail.
19324         
19325         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19326         Added help and context search. Watches current editor. More menus
19327         in Help submenu. Update UI (sensitive when required) properly.
19328         
19329         * plugins/editor/anjuta-document-manager.ui,
19330         plugins/devhelp/anjuta-devhelp.ui,
19331         plugins/message-view/anjuta-message-manager.ui,
19332         src/anjuta.ui: Goto menu actions are in separate submenu.
19333         
19334         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19335         Removed unimplemented UI elements.
19336         
19337         * src/anjuta-app.c: Larger (and normal) icon size.
19338         
19339         * src/layout.xml: Task manager plugin along with document (in middle).
19340         
19341         * plugins/editor/plugin.c, plugins/file-loader.c,
19342         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19343         in gtkactions. Enable/disable UI properly.
19344         
19345 2004-09-26  Naba Kumar  <naba@gnome.org>
19347         * po/POTFILES.in: Updated, added missing files.
19349         * .cvsignore: Updated.
19350         
19351         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19352         a new function to get User input text.
19353         
19354         * libanjuta/resources.[c,h]: Added a function to created sized image.
19355         
19356         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19357         from filename, as thats the correct representation.
19358         
19359         * plugins/build-basic-autotools/Makefile.am,
19360         (added) plugins/build-basic-autotools/automake-c.filters,
19361         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19362         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19363         Rearragned UI elements in the build menu. Added codes to read build
19364         filter rules from external file. Implemented all build, configure,
19365         autogen commands. Watches current editor and project.
19366         
19367         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19368         Added editor changed signal and exports current editor value.
19369         Fixed parameter names. Fixed get_uri() interface implementation to
19370         return correct uri.
19371         
19372         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19373         elements.
19374         
19375         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19376         
19377         * plugins/file-manager/an_file_view.c,
19378         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19379         
19380         * plugins/file-wizard/file.c: Reads uri correctly.
19381         
19382         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19383         sets the page to the new view.
19384         
19385         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19386         Fixed signal connecting.
19387         
19388         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19389         to "project_root_uri" and exports as uri.
19390         
19391 2004-09-24  Naba Kumar  <naba@gnome.org>
19393         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19394         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19395         in correct way.
19396         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19397         * plugins/file-loader/plugin.c: Added comments.
19398         * plugins/build-basic-autotools/plugin.c: Added comments.
19399         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19400         
19401         * libanjuta/interfaces/libanjuta.idl,
19402         plugins/message-view/anjuta-msgman.c,
19403         plugins/message-view/message-view.c,
19404         plugins/message-view/message-view.h,
19405         plugins/message-view/plugin.c: Buffering and appending messages have
19406         been separated. message-view implementations cleaned up. Signals
19407         Emissions fixed. Messages now displayed in summary and details show
19408         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19409         API.
19410         
19411         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19412         preferences.
19413         
19414         * plugins/build-basic-autotools/Makefile.am,
19415         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19416         parsing of output to create message summaries. Uses new message view
19417         API.
19418         
19419         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19420         preferences to make dialog box smaller.
19421         
19422         * plugins/editor/search-replace.c: Fixed compile error with change
19423         in IAnjutaMessageView API.
19424         
19425 2004-09-21  Naba Kumar  <naba@gnome.org>
19427         * plugins/Makefile.am: Deletes old (installed) plugins before
19428         installing new ones.
19429         
19430         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19431         plugins/build-basic-autotools/build-basic-autotools.c,
19432         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19433         file URI from filemanager. Only disables/enables build submenu in file
19434         manager, instead of merging/unmerging.
19435         
19436         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19437         non-text files.
19438         
19439         * plugins/file-loader/anjuta-loader-plugin.ui,
19440         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19441         Implemented "Open with" file manager submenu. Displays error message
19442         when file can not be opened.
19443         
19444         * plugins/file-manager/an_file_view.c: Renamed
19445         file_manager_current_filename value name to file_manager_current_uri
19446         and exports proper URI.
19447         
19448         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19450 2004-09-19  Naba Kumar  <naba@gnome.org>
19452         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19453         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19454         save point signal to change editor tabs. Fixed accels.
19455         
19456         * plugins/file-loader/plugin.c: Fixed accels.
19458         * plugins/project-manager/plugin.c: Added target selection callback.
19459         
19460         * plugins/project-manager/plugin.c: Added URI activation.
19461         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19462         Fixed dialog and closed it on ok. Fixed a crash bug.
19463         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19465         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19466         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19467         plugins/file-loader/anjuta-loader-plugin.ui,
19468         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19469         Added recent files in file loade plugin.
19470         
19471         * ChangeLog: Fixed entry dates.
19472         
19473 2004-09-18  Naba Kumar  <naba@gnome.org>
19475         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19476         an unnecessary GtkFrame.
19477         
19478 2004-09-17  Naba Kumar  <naba@gnome.org>
19480         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19482         * TODO: Updated.
19483         
19484         * data/Makefile.am: Disabled installing old mime info.
19485         
19486         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19487         
19488         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19489         plugins/editor/anjuta-document-manager.ui,
19490         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19491         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19492         Added Editor context popup menu.
19493         
19494         * plugins/project-manager/anjuta-project-manager-plugin.png:
19495         Update image.
19496         
19497         * plugins/project-manager/anjuta-project-manager.plugin.in:
19498         Support .anjuta mime type.
19499         
19500         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19501         value.
19502         
19503         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19504         value.
19505         
19506         * src/layout.xml, plugins/profile-default/plugin.c:
19507         Added project manager plugin for startup.
19509 2004-09-16  Naba Kumar  <naba@gnome.org>
19510         
19511         * anjuta.prj: Updated.
19512         
19513         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19514         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19515         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19516         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19517         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19518         plugins/terinal/Makefile.am, src/Makefile.am,
19519         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19520         Fixed makefile syntax errors.
19522 2004-09-16  Naba Kumar  <naba@gnome.org>
19524         * configure.in, src/layout.xml,
19525         plugins/profile-default/plugin.c,
19526         libanjuta/interfaces/libanjuta.idl,
19527         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19528         
19529         * configure.in, plugins/Makefile.am,
19530         plugins/project-manager/.cvsignore, 
19531         plugins/project-manager/Makefile.am,
19532         plugins/project-manager/anjuta-project-manager-plugin.png,
19533         plugins/project-manager/anjuta-project-manager.plugin.in,
19534         plugins/project-manager/anjuta-project-manager.ui,
19535         plugins/project-manager/plugin.c,
19536         plugins/project-manager/plugin.h: Added project manager plugin
19537         based on gnome-build.
19538         
19539         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19540         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19541         
19542         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19543         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19544         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19545     
19546 2004-09-16  Naba Kumar  <naba@gnome.org>
19548         * plugins/editor/action-callbacks.c: Fixed compile error.
19549         
19550 2004-09-15  Naba Kumar  <naba@gnome.org>
19552         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19553         
19554         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19555         New improved splace with nicer progress.
19556         
19557         * configure.in, plugins/Makefile.am,
19558         (added) file-wizard/.cvsignore,
19559         (added) file-wizard/Makefile.am,
19560         (added) file-wizard/action-callbacks.c,
19561         (added) file-wizard/action-callbacks.h,
19562         (added) file-wizard/anjuta-file-wizard-plugin.png,
19563         (added) file-wizard/anjuta-file-wizard.glade,
19564         (added) file-wizard/anjuta-file-wizard.plugin.in,
19565         (added) file-wizard/anjuta-file-wizard.ui,
19566         (added) file-wizard/file.c,
19567         (added) file-wizard/file.h,
19568         (added) file-wizard/plugin.c,
19569         (added) file-wizard/plugin.h:
19570         Created new file wizard and added it. The wizard takes care of text
19571         bit insertions and new files creation.
19573         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19574         plugins/editor/action-callbacks.h,
19575         plugins/editor/anjuta-document-manager.glade,
19576         plugins/editor/anjuta-document-manager.ui,
19577         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19578         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19579         new files code and moved into a new plugin (file wizard).
19580         
19581         * libanjuta/plugins.[c,h]: Added plugins selection function.
19582         
19583         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19584         get_position(), insert() in IAnjutaEditor interface. Added
19585         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19586         interface (for wizard plugins).
19588         * plugins/file-loader/anjuta-loader-plugin.ui,
19589         plugins/file-loader/plugin.c: Added wizard launcher interface which
19590         scans for plugins implement IAnjutaWizard interface and presents the
19591         list to user for selection. The selected plugin is then activated
19592         for the wizard.
19594         * libanjuta/interfaces/.cvsignore: Updated.
19595         * plugins/message-view/.cvsignore: Updated.
19596         * plugins/launcher/*: Removed as launcher has already been moved to
19597         libanjuta as class.
19599         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19600         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19601         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19602         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19603         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19604         Updated API documentations.
19606 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19608         * configure.in: Added Punjabi to ALL_LINGUAS
19610 2004-07-29  Naba Kumar  <naba@gnome.org>
19612         * configure.in: Added file-loader plugin Makefile path and
19613         fixed devhelp version requirement.
19615 2004-07-28  Naba Kumar  <naba@gnome.org>
19617         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19618         terminal/preferences-terminal.png (added), message-view/*.png (added),
19619         message-view/*.xpm (added), editor/*.png (added),
19620         editor/*.xpm (added), plugins/editor/Makefile.am,
19621         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19622         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19623         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19624         respective plugins directories.
19626         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19627         pixmaps/block-end-16.png, pixmaps/block-end.png
19628         pixmaps/block-start-16.png, pixmaps/block-start.png
19629         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19630         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19631         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19632         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19633         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19634         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19635         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19636         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19637         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19638         pixmaps/preferences-editor.png, pixmaps/undock.png
19639         pixmaps/error-next-16.png, pixmaps/error-next.png
19640         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19641         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19642         pixmaps/preferences-terminal.png: Deleted
19644         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19645         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19646         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19647         plugins/editor/anjuta-document-manager.plugin.in,
19648         plugins/editor/anjuta-document-manager.ui,
19649         plugins/editor/plugin.c, plugins/editor/print.c,
19650         plugins/editor/search-replace_backend.c,
19651         plugins/editor/search_preferences.h,
19652         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19653         Moved properties souce files to editor plugin as it not required in
19654         libanjuta. Other editor fixes.
19656         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19657         libegg/dock/* (removed)
19658         : Restored GDL external dependencies and removed libegg dock
19659         sources, because gdl is being developed.
19660         
19661         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19662         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19663         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19664         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19665         libanjuta/plugins.c, libanjuta/plugins.h,
19666         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19667         gconf system. Shell now takes docking positions. Added more utility
19668         functions. Added plugins query function. And other fixes.
19670         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19671         
19672         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19673         plugin to load files based on mime type.
19674         
19675         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19676         
19677         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19678         plugins/file-manager/plugin.c: File manager now uses file loader to
19679         open files.
19681         * plugins/message-view/anjuta-msgman.c,,
19682         plugins/message-view/message-view.c,
19683         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19685         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19686         plugins/terminal/terminal.c, src/Makefile.am,
19687         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19688         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19689         
19690         * libegg/dock/*: Removed directory.
19691         
19692 2004-07-28  Naba Kumar  <naba@gnome.org>
19694         * configure.in: Reduced gnome-print version requirement.
19695         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19697 2004-07-21  Ray Strode  <rstrode@redhat.com>
19698         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19699         new mime sytem.
19701 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19702         
19703         * plugins/editor/search-replace.c: Some fixes
19704         * plugins/terminal/Makefile.am:
19705         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19707 2004-05-19  Naba Kumar  <naba@gnome.org>
19709         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19710         compiler warning.
19712 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19714         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19715         Implemented IAnjutaSavable
19716         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19718 2004-05-17  Naba Kumar  <naba@gnome.org>
19720         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19721         plugins/build-basic-autotools/.cvsignore,
19722         plugins/build-basic-autotools/Makefile.am,
19723         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19724         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19725         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19726         plugins/build-basic-autotools/build-basic-autotools.c,
19727         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19728         build plugin.
19729         
19730         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19731         definition.
19732         
19733         * plugins/file-manager/an_file_view.c,
19734         plugins/file-manager/anjuta-file-manager.ui,
19735         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19736         Added context menu UI.
19737         
19738         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19739         in view menu.
19741 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19742         
19743         * libanjuta/anjuta-preferences.[ch]: 
19744         Added save/load_gconf functions
19745         * src/action_callbacks.[ch], src/preferences.c: 
19746         Load global prefs from gconf at startup and save them
19747         on exit. Prefs load and save correctly but something resets
19748         them to default after loading...
19749         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19750         Somehow the linker does not find save/load_gconf functions
19751         in libanjuta. Must be a stupid mistake, I would be glad
19752         if someone could fix that.
19753         * manuals/reference/libanjuta-sections.txt: Added new
19754         preferences functions and removed gnome-filelist
19755         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19756         * plugins/file-manager/plugin.c:
19757         Added root-path property
19759 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19760         
19761         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19762         they are not longer needed.
19763         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19764         anjuta-sections.txt: Remove references to the files
19765         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19766         Use new nautilus icons for file-manager, looks incredible
19767         cool!
19769 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19770         
19771         * plugins/editor/anjuta-docman.c: gchar* to 
19772         const gchar* in arguments
19773         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19774         Interface
19775         * plugins/file-manager/an_file_view.c: Open files on
19776         double-click. Does not work yet because it does not
19777         find IAnjutaFile interface in document manager
19779 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19780         
19781         * plugins/editor/anjuta-docman.c
19782         * plugins/editor/text_editor.c:
19783         Made close button working, made multiple selection in
19784         File/Open dialog possble, fixed crash bug if file cannot
19785         be opened.
19787 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19788         
19789         * plugins/editor/action-callbacks.c
19790         * plugins/editor/anjuta-docman.c
19791         * plugins/editor/anjuta-docman.h
19792         * plugins/editor/search-replace.c
19793         * plugins/editor/search-replace_backend.c
19794         * plugins/editor/text_editor.c
19795         * plugins/editor/text_editor.h:
19796         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19797         able to open all files, use uri instead of full_filename, fixed
19798         many bugs.
19801 2004-05-13  Naba Kumar  <naba@gnome.org>
19803         * plugins/message-view/anjuta-message-manager-plugin.glade:
19804         HIG compliant.
19806         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19807         management.
19809         * pixmaps/anjuta_splash.png: Added border.
19810         
19811         * plugins/editor/anjuta-document-manager.png: New icon.
19812         
19813         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19814         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19815         
19816         plugins/editor/Makefile.am,
19817         plugins/editor/search-replace.c,
19818         plugins/editor/search-replace.h,
19819         plugins/editor/search-replace_backend.c,
19820         plugins/editor/search-replace_backend.h,
19821         plugins/editor/search_preferences.h,
19822         plugins/editor/search_preferences.c: Merged changes from
19823         ANJUTA_1_2_0 branch.
19824         
19825         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19826         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19827         operational.
19829         * plugins/terminal/Makefile.am,
19830         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19831         dialog.
19832         
19833         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19834         submenu.
19836 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19837         * plugins/message-view/plugin.c: Fixed glade file loading
19838         Removed "Show messages" menu item
19839         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19840         twice because of this load system layout hack.
19841         * libanjuta/anjuta-ui.h: Removed #include config.h
19842         * libanjuta/libanjuta.pc: Fixed path and depencies
19843         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19844         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19845         * libanjuta/properties.cxx : #include "properties_cxx.h"
19846         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19848 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19849         * plugins/message-view/*: Fixed message view preferences
19850         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19851         * anjuta.glade: Removed messages stuff
19853 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19854         
19855         * Removed libanjutamm, it is now hosted on SF.net:
19856         cvs.sf.net/cvsroot/anjuta/libanjutamm
19858 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19859         
19860         * libanjutamm/*
19861         Added some experimental code to add support for C++ plugins.
19862         Nothing works yet and it is likely that it will disappear but
19863         I have some questions to murrayc and he wants to see the code.
19865 2004-05-11  Naba Kumar  <naba@gnome.org>
19867         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19869         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19870         hightlight style menu actions.
19872         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19873         manuals/reference/libanjuta/plugin-description-file.sgml,
19874         manuals/reference/libanjuta/writing-plugins.sgml,
19875         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19876         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19877         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19879         * src/anjuta-app.c: Always load system layout for now.
19881         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19882         
19883         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19884         manuals/reference/libanjuta/libanjuta-sections.txt,
19885         manuals/reference/libanjuta/libanjuta.types,
19886         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19887         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19888         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19889         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19890         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19891         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19892         Updated documentation.
19894         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19895         plugins/profile-default/plugin.c, src/layout.xml:
19896         Created terminal plugin.
19897          
19898         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19899         (new) plugins/file-manager/.cvsignore,
19900         plugins/file-manager/an_file_view.c,
19901         plugins/file-manager/plugin.c,
19902         plugins/file-manager/plugin.h: Moved preferences to separate
19903         glade file and added cvsignore file.
19904         
19905         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19906         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19907         from the branch. I tried it     but there were way too many conflicts.
19908         
19909         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19910         
19911         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19912         util functions required during the merge.
19913         
19914         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19915         interface.
19916         
19917         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19918         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19919         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19920         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19921         Merged with ANJUTA_1_2_0 branch.
19923 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19925         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19927 2004-05-07  Naba Kumar  <naba@gnome.org>
19929         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19931         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19932         Added preferences reading and loading.
19933         
19934         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19935         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19936         libanjuta/fileselection.c, libanjuta/fileselection.h,
19937         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19938         
19939         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19941         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19942         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19943         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19944         data/macros/autogen.sh, data/macros2/autogen.sh
19945         data/properties/ada.properties, data/properties/anjuta.properties,
19946         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19947         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19948         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19949         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19950         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19951         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19952         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19953         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19954         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19955         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19956         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19957         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19958         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19959         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19960         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19961         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19962         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19963         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19964         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19965         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19966         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19967         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19968         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19969         (added) scintilla/scintilla-marshal.c,
19970         (added) scintilla/scintilla-marshal.h,
19971         (added) scintilla/scintilla-marshal.list,
19972         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19973         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19974         (added) scintilla/patches/scintilla-calltip-align.patch,
19975         (added) scintilla/patches/scintilla-minor.patch,
19976         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19978 2004-05-06  Naba Kumar  <naba@gnome.org>
19980         * (added) plugins/file-manager/Makefile.am,
19981         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19982         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19983         (added) plugins/file-manager/anjuta-file-manager.ui,
19984         (added) plugins/file-manager/plugin.c,
19985         (added) plugins/file-manager/plugin.h,
19986         (removed) plugins/file-manager/an_file_view.h,
19987         plugins/Makefile.am, configure.in,
19988         plugins/file-manager/an_file_view.c: Created file manager plugin.
19989         
19990         * plugins/profile-default/plugin.c: Added file manager plugin in default
19991         profile.
19992         
19993         * libanjuta/Makefile.am: Fixed dependencies.
19994         * pixmaps/anjuta_splash.png: New splash screen.
19996 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19997         
19998         * template/template.c/h: Added in-line doc
19999         * manuals/reference/template/*: Added template documentation
20000         * configure.in: Build template docs
20002 2004-05-05  Naba Kumar  <naba@gnome.org>
20004         * autogen.sh: Added commands to generate initial interfaces.
20005         
20006         * libanjuta/Makefile.am,
20007         (removed)libanjuta/anjuta-plugin-parser.c,
20008         (removed)libanjuta/anjuta-plugin-parser.h,
20009         (added)libanjuta/anjuta-plugin-description.c,
20010         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
20011         plugin description.
20012         
20013         * libanjuta/anjuta-plugin.c,
20014         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
20015         
20016         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
20017         and added AnjutaShellPlacement enum for widgeds placement (passed to 
20018         widget add_widget() method.
20019         
20020         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
20021         and moved plugin sets loading in profile plugins.
20022         
20023         * libanjuta/interfaces/.cvsignore,
20024         (removed)libanjuta/interfaces/Makefile.am,
20025         libanjuta/interfaces/libanjuta.idl,
20026         libanjuta/interfaces/anjuta-idl-compiler.pl,
20027         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
20028         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
20029         (removed)libanjuta/interfaces/ianjuta-editor.c,
20030         (removed)libanjuta/interfaces/ianjuta-editor.h,
20031         (removed)libanjuta/interfaces/ianjuta-file.c,
20032         (removed)libanjuta/interfaces/ianjuta-file.h,
20033         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
20034         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
20035         (removed)libanjuta/interfaces/ianjuta-message-view.c,
20036         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
20037         *.h and Makefile.am files. They are autogenerated. Interfaces are
20038         by anjuta-idl-compiler.pl from libanjuta.idl file.
20039         
20040         * manuals/reference/libanjuta/Makefile.am,
20041         manuals/reference/libanjuta/anjuta-architecture.sgml,
20042         manuals/reference/libanjuta/libanjuta-docs.sgml,
20043         manuals/reference/libanjuta/libanjuta-sections.txt,
20044         manuals/reference/libanjuta/libanjuta.types,
20045         manuals/reference/libanjuta/plugin-description-file.sgml,
20046         manuals/reference/libanjuta/writing-plugins.sgml,
20047         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
20048         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
20049         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20050         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20051         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20052         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
20053         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
20054         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
20055         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
20056         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
20057         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20058         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20059         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
20060         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
20061         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
20062         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
20063         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
20064         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
20065         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
20066         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
20067         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
20068         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20069         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
20070         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
20071         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
20072         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
20073         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
20074         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
20075         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
20076         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
20077         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
20078         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20079         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
20080         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
20081         interfaces template sgmls.
20082         
20083         * plugins/Makefile.am,
20084         plugins/devhelp/anjuta-devhelp.plugin.in,
20085         plugins/devhelp/plugin.c,
20086         plugins/editor/action-callbacks.c,
20087         plugins/editor/anjuta-document-manager.plugin.in,
20088         plugins/editor/plugin.c,
20089         plugins/editor/plugin.h,
20090         plugins/editor/text_editor.c,
20091         plugins/sample1/plugin.c,
20092         plugins/message-view/anjuta-message-manager.plugin.in,
20093         plugins/message-view/plugin.c: Fixed shell add_widget method to take
20094         placement. Fixed other errors.
20095         
20096         * (added)plugins/profile-default/.cvsignore,
20097         (added)plugins/profile-default/Makefile.am,
20098         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
20099         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
20100         (added)plugins/profile-default/anjuta-default-profile.ui,
20101         (added)plugins/profile-default/plugin.c,
20102         (added)plugins/profile-default/plugin.h: Added a default new
20103         profile plugin.
20104         
20105         * src/Makefile.am,
20106         src/action-callbacks.c,
20107         src/anjuta-app.c,
20108         src/anjuta.c,
20109         src/main.cpp: Fixed necessary changes for libanjuta
20111 2004-05-04  Naba Kumar  <naba@gnome.org>
20113         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
20114         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
20115         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
20116         placement for default widgets placements.
20118 2004-05-03  Naba Kumar  <naba@gnome.org>
20120         * manuals/reference/libanjuta/anjuta-architecture.sgml,
20121         manuals/reference/libanjuta/libanjuta-docs.sgml,
20122         manuals/reference/libanjuta/plugin-description-file.sgml,
20123         manuals/reference/libanjuta/writing-plugins.sgml:
20124         Wrote more sections in writing-plugins document and fixed errors.
20126 2004-05-03  Naba Kumar  <naba@gnome.org>
20128         * libanjuta/interfaces/libanjuta.idl: Added interface
20129         IAnjutaFileManager.
20130         
20131         * manuals/reference/libanjuta/anjuta-architecture.dia,
20132         manuals/reference/libanjuta/anjuta-architecture.png: Updated
20133         architecture diagram.
20134         
20135         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
20136          manuals/reference/libanjuta/libanjuta-docs.sgml,
20137         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
20138         (added) manuals/reference/libanjuta/writing-plugins.sgml:
20139         Wrote writing-plugins document and separated chapters into
20140         separate sgml files.
20141         
20142         * plugins/file-manager/an_file_view.c,
20143         plugins/file-manager/an_file_view.h: New and improved directory
20144         rendering.
20146 2004-05-02  Sven Herzberg  <herzi@abi02.de>
20148         * anjuta.glade: re-designed the new file dialog
20149         * anjuta_dialogs_strings.c: new strings from the new file dialog
20151 2004-04-30  Naba Kumar  <naba@gnome.org>
20153         * libanjuta/interfaces/Makefile.am.iface,
20154         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
20155         
20156         * libanjuta/interfaces/libanjuta.idl: Updated.
20158         * libanjuta/interfaces/Makefile.am.iface,
20159         libanjuta/interfaces/libanjuta.idl: Updated.
20161 2004-04-29  Naba Kumar  <naba@gnome.org>
20162         
20163         * libanjuta/interfaces/Makefile.am.iface,
20164         libanjuta/interfaces/libanjuta.idl: Updated.
20166 2004-04-29  Naba Kumar  <naba@gnome.org>
20168         * libanjuta/interfaces/giface-idlc-c.pl,
20169         libanjuta/interfaces/libanjuta.idl: Upgraded.
20170         * libanjuta/interfaces/Makefile.am.iface: Added.
20171         
20172 2004-04-28  Naba kumar  <naba@gnome.org>
20174         * libanjuta/interfaces/giface-idlc-c.pl,
20175         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
20176         definitions and wrote a compiler.
20177         
20178 2004-04-28  Naba Kumar  <naba@gnome.org>
20180         * libanjuta/anjuta-shell.c: Fixed docs.
20181         * libanjuta/interfaces/Makefile.am,
20182         libanjuta/interfaces/ianjuta-file.c,
20183         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
20184         
20185         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
20186         
20187         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
20189         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20190         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20191         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20192         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20193         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
20194         * src/anjuta-app.c: Fixed bug.
20196 2004-04-27  Naba Kumar  <naba@gnome.org>
20198         * libanjuta/anjuta-preferences-dialog.c,
20199         manuals/Makefile.am: Fixed document bugs and enabled docs
20200         building.
20202         * libanjuta/anjuta-preferences-dialog.c,
20203         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
20204         More documentation.
20205         
20206         * libanjuta/anjuta-preferences.c,
20207         manuals/reference/libanjuta/libanjuta-docs.sgml,
20208         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20209         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20210         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20211         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20212         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
20213         Wrote more documentations.
20215         * (removed) plugins/message-view/imessage-view.c,
20216         (removed) plugins/message-view/ianjuta-msgman.c,
20217         plugins/message-view/Makefile.am,
20218         plugins/message-view/anjuta-msgman.c,
20219         plugins/message-view/anjuta-msgman.h,
20220         plugins/message-view/message-view.c,
20221         plugins/message-view/message-view.h,
20222         plugins/message-view/plugin.c,
20223         plugins/message-view/plugin.h: Moved interface implementations
20224         in their respective classes and used correct macros to
20225         defined class types.
20227         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20228         src/action-callbacks.c, src/anjuta-app.c: Subclassed
20229         AnjutaUI from GtkUIManager instead of GtkDialog.
20231         * manuals/reference/libanjuta/Makefile.am,
20232         manuals/reference/libanjuta/libanjuta-docs.sgml,
20233         manuals/reference/libanjuta/libanjuta-sections.txt,
20234         manuals/reference/libanjuta/libanjuta.types,
20235         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20236         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20237         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20238         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20239         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20240         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
20241         Wrote more documentation, fixed typos, added architecture
20242         diagram, updated object types etc.
20244         * plugins/editor/text_editor.c: Fixed interface implementation.
20246 2004-04-26  Naba Kumar  <naba@gnome.org>
20248         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20249         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20250         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20251         architecture diagram and a new chapter on plugins description file.
20253 2004-04-25  Naba Kumar  <naba@gnome.org>
20255         *  libanjuta/anjuta-children.h,
20256         libanjuta/anjuta-plugin.c,
20257         libanjuta/anjuta-plugin.h,
20258         libanjuta/anjuta-preferences.c,
20259         libanjuta/anjuta-shell.c,
20260         libanjuta/anjuta-shell.h,
20261         libanjuta/e-splash.c,
20262         libanjuta/e-splash.h,
20263         manuals/reference/libanjuta/Makefile.am,
20264         manuals/reference/libanjuta/libanjuta-docs.sgml,
20265         manuals/reference/libanjuta/libanjuta-sections.txt,
20266         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20267         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20268         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20269         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20270         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20271         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20272         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20273         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20274         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20275         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20276         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20277         manuals/reference/libanjuta/tmpl/defaults.sgml,
20278         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20279         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20280         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20281         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20282         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20283         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20284         manuals/reference/libanjuta/tmpl/plugins.sgml,
20285         manuals/reference/libanjuta/tmpl/properties.sgml,
20286         manuals/reference/libanjuta/tmpl/resources.sgml,
20287         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20288         manuals/reference/libanjuta/tmpl/e-splash.sgml,
20289         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20290         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20291         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20292         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20294         Added more template files and wrote more documentation.
20296 2004-04-24  Andras Timar  <timar@gnome.hu>
20298         * configure.in: Added hu to ALL_LINGUAS.
20300 2004-04-23  Naba Kumar  <naba@gnome.org>
20301         
20302         * configure.in: Fixed compile error.
20303         
20304         * libanjuta/anjuta-children.c,
20305         libanjuta/anjuta-children.h,
20306         libanjuta/anjuta-preferences.c,
20307         libanjuta/anjuta-preferences.h,
20308         libanjuta/anjuta-shell.c,
20309         libanjuta/anjuta-ui.c,
20310         libanjuta/anjuta-ui.h,
20311         manuals/reference/libanjuta/Makefile.am,
20312         manuals/reference/libanjuta/libanjuta-docs.sgml,
20313         manuals/reference/libanjuta/libanjuta.types,
20314         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20315         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20316         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20317         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20318         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20319         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20320         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20321         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20322         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20323         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20324         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20325         manuals/reference/libanjuta/tmpl/defaults.sgml,
20326         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20327         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20328         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20329         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20330         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20331         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20332         manuals/reference/libanjuta/tmpl/plugins.sgml,
20333         manuals/reference/libanjuta/tmpl/properties.sgml,
20334         manuals/reference/libanjuta/tmpl/resources.sgml,
20335         plugins/sample1/plugin.c: Added libanjuta API documentation.
20337 2004-04-22  Naba Kumar  <naba@gnome.org>
20339         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20340         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20341         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20342         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20343         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20344         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20345         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20346         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20347         (removed) libegg/eggradiotoolbutton.c,
20348         (removed) libegg/eggseparatortoolitem.c,
20349         (removed) libegg/eggtoggletoolbutton.c,
20350         (removed) libegg/eggtoolbar.c,
20351         (removed) libegg/eggtoolbutton.c,
20352         (removed) libegg/eggtoolitem.c,
20353         (removed) libegg/prop-editor.c,
20354         (removed) libegg/test-actions.c,
20355         (removed) libegg/test-drag.c,
20356         (removed) libegg/test-merge.c,
20357         (removed) libegg/test-toolbar.c,
20358         libegg/menu/Makefile.am,
20359         (removed) libegg/menu/egg-accel-dialog.h,
20360         (removed) libegg/menu/egg-action-group.h,
20361         (removed) libegg/menu/egg-action.h,
20362         libegg/menu/egg-entry-action.h,
20363         (removed) libegg/menu/egg-markup.h,
20364         (removed) libegg/menu/egg-menu-merge.h,
20365         (removed) libegg/menu/egg-menu.h,
20366         (removed) libegg/menu/egg-radio-action.h,
20367         (removed) libegg/menu/egg-toggle-action.h,
20368         (removed) libegg/menu/howitshouldwork.txt,
20369         (removed) libegg/toolbar/.cvsignore,
20370         (removed) libegg/toolbar/Makefile.am,
20371         (removed) libegg/toolbar/TODO,
20372         (removed) libegg/toolbar/eggradiotoolbutton.h,
20373         (removed) libegg/toolbar/eggseparatortoolitem.h,
20374         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20375         (removed) libegg/toolbar/eggtoolbar.h,
20376         (removed) libegg/toolbar/eggtoolbutton.h,
20377         (removed) libegg/toolbar/eggtoolitem.h,
20378         (removed) libegg/toolbar/prop-editor.h,
20379         (removed) libegg/toolbar/toolbar-api.txt,
20380         (removed) libegg/toolbar/toolbar-ideas.txt,
20381         plugins/devhelp/anjuta-devhelp.ui,
20382         plugins/devhelp/plugin.c,
20383         plugins/editor/action-callbacks.c,
20384         plugins/editor/action-callbacks.h,
20385         plugins/editor/anjuta-docman.c,
20386         plugins/editor/anjuta-document-manager.ui,
20387         plugins/editor/plugin.c,
20388         P plugins/message-view/Makefile.am,
20389         plugins/message-view/anjuta-message-manager.ui,
20390         plugins/message-view/plugin.c,
20391         plugins/sample1/anjuta-sample.ui,
20392         plugins/sample1/plugin.c,
20393         src/action-callbacks.c,
20394         src/action-callbacks.h,
20395         src/anjuta-actions.h,
20396         src/anjuta-app.c,
20397         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20398         Gtk actions and UIManager. Fixed all plugins to use this.
20399         
20400         * manuals/reference/gtkdoc-scangobj.diff,
20401         manuals/reference/libanjuta/Makefile.am,
20402         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20403         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20404         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20405         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20406         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20408         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20409         
20410 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20411         
20412         * plugins/message-view/imessage-view.c
20413         * plugins/message-view/ianjuta-msgman.c:
20414         Added interfaces
20416 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20418         * configure.in: Added en_CA to ALL_LINGUAS.
20420 2004-04-08  Naba Kumar  <naba@gnome.org>
20422         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20423         libanjuta/interfaces/Makefile.am,
20424         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20425         message manager and message view interfaces.
20427         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20428         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20429         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20430         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20431         src/anjuta-app.c: Used 'activate' and
20432         'deactivate' virtual methods for plugins. Fixed installed plugins
20433         dialogs. Added remove_widget() method for AnjutaShell.
20435         * libanjuta/interfaces/Makefile.am,
20436         libanjuta/interfaces/ianjuta-document-manager.c,
20437         libanjuta/interfaces/ianjuta-document-manager.h,
20438         libanjuta/interfaces/ianjuta-editor.c,
20439         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20440         and editor interfaces.
20442         * plugins/devhelp/plugin.c,
20443         plugins/message-view/anjuta-message-manager.plugin.in,
20444         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20445         plugins/sample1/plugin.c: Updated plugins implementation to
20446         reflect the changes.
20448 2004-04-07  Naba Kumar  <naba@gnome.org>
20450         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20451         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20452         libanjuta/interfaces/ianjuta-editor.h,
20453         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20454         plugins/editor/anjuta-docman.c,
20455         plugins/editor/anjuta-document-manager.plugin.in,
20456         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20457         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20458         Added supported interfaces for plugins. Tested plugin interfaces
20459         through sample plugin.
20460         
20461 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20462         
20463         * template/Makefile.am, data/templates/library/Makefile.am
20464         Fixed some automake-1.7 incompatibilities
20465         * template/xmltemplate.c: Small fix
20467 2004-02-23  Naba Kumar  <naba@gnome.org>
20469         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20470         Added plugins manager dialog.
20471         
20472         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20473         library dependencies.
20474         
20475         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20476         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20477         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20478         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20479         geometry command line option.
20480         
20481 2004-02-16  Naba Kumar  <naba@gnome.org>
20483         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20484         Added interfaces and IAnjutaEditor editor interface.
20485         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20486         interface.
20487         * libanjuta/anjuta-shell.h: Fixed bug.
20488         
20489 2004-02-13  Naba Kumar  <naba@gnome.org>
20491         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20492         
20493 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20494         
20495         * data/template/*/.cvsignore:
20496         Avoid all these ? in cvs output
20498 2004-02-13  Naba Kumar  <naba@gnome.org>
20500         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20501         includes and linking.
20503         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20504         and set required version to devhelp 0.8. This devhelp version
20505         can be acquired from gnome cvs branch devhelp branch
20506         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20508         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20509         src/actions-callbacks.c: Added Dock Manager settings menu item.
20511         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20512         * plugins/devhelp/plugin.c: Fixed a linking bug.
20513         
20514         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20515         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20516         external GDL dependency and used libegg codes.
20517         
20518 2004-02-12  Naba Kumar  <naba@gnome.org>
20520         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20521         Added devhelp plugin, but it can't be used without a
20522         patch in devhelp. So it's disabled for now.
20524         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20525         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20526         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20527         Update cvsignore files.
20529         * libanjuta/plugins.c, widgets/e-splash.c:
20530         Fixed plugins loading to show splash icons.
20531         
20532         * plugins/message-view/anjuta-message-manager.plugin.in,
20533         plugins/message-view/plugin.c: Fixed plugin registered name.
20535         * plugins/message-view/anjuta-message-view.png,
20536         plugins/sample1/anjuta-sample-plugin.png: Update images.
20538         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20539         src/main.c: Fixed layout loading.
20541         * plugins/devhelp/Makefile.am: Fixed error.
20543         * (removed) widgets/*, libanjuta/plugins.h,
20544         src/main.c: Transfered widgets to libanjuta/.
20545         
20546         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20547         toplevel directory to created only one library as libanjuta-egg.
20549         * data/Makefile.am: Fixed build error.
20551         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20552         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20553         libegg/.cvsignore: Added egg dock widget.
20555         * gdl/*: Removed as they are now available in libegg.
20556         
20557 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20559         * plugins/editor/anjuta-docman.c:
20560         Use stock close icon on tab close button
20562 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20563         
20564         * data/template/Makefile.am
20565         data/template/language/Makefile.am
20566         data/template/library/Makefile.am
20567         data/template/text/Makefile.am
20568         data/template/project/Makefile.am
20569         data/template/project/terminal/Makefile.am
20570         configure.in: Created Makefile to install templates
20572 2004-02-11  Naba Kumar  <naba@gnome.org>
20574         * plugins/editor/action-callbacks.c,
20575         plugins/editor/anjuta-document-manager.ui,
20576         plugins/editor/plugin.c
20577         plugins/message-view/anjuta-message-manager.ui,
20578         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20579         
20580 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20581         
20582         * plugins/message-view/*: MessageView plugin is now loaded
20583         The menu items are still dummies.
20585 2004-02-09  Naba Kumar  <naba@gnome.org>
20587         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20588         generation.
20589         
20590         * libanjuta/anjuta-preferences.h: Added some documentation.
20591         
20592         * libanjuta/anjuta-shell.h: Removed dead codes.
20593         
20594         * (removed) manuals/reference/gtkdoc-scangobj,
20595         manuals/reference/gtkdoc-scangobj.diff,
20596         manuals/reference/libanjuta/.cvsignore,
20597         manuals/reference/libanjuta/Makefile.am,
20598         manuals/reference/libanjuta/README.inline-doc,
20599         manuals/reference/libanjuta/README.sections,
20600         manuals/reference/libanjuta/libanjuta-docs.sgml,
20601         manuals/reference/libanjuta/libanjuta-sections.txt,
20602         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20603         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20604         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20605         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20606         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20607         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20608         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20609         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20610         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20611         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20612         manuals/reference/libanjuta/tmpl/defaults.sgml,
20613         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20614         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20615         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20616         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20617         manuals/reference/libanjuta/tmpl/plugins.sgml,
20618         manuals/reference/libanjuta/tmpl/properties.sgml,
20619         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20620         of scan program. Updated templates.
20622         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20623         editor action callbacks data.
20624         
20625         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20626         scintilla object ref/unref.
20628 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20629         
20630         * template/*: Added new xml based template system
20631         * template/dtds/*: Dtds to validate xml files of the template systems
20632         * data/template/*: Some sample template files
20633         Still needs some work but builds fine!
20635 2004-02-06  Naba Kumar  <naba@gnome.org>
20637         * cofigure.in, manuals/Makefile.am,
20638         (added) manuals/reference/*: Added API documentation
20639         structure (gtk-doc based).
20641         * libanjuta/libanjuta.h: Updated
20642         
20643 2004-02-05  Naba Kumar  <naba@gnome.org>
20644         
20645         * configure.in: Sets correct dependencies and
20646         uses gdl external library.
20648         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20649         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20650         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20651         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20652         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20653         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20654         and added file dialogs.
20656         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20657         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20658         Build dynamic libraries for libegg.
20660         * plugins/Makefile.am, plugins/editor/Makefile.am,
20661         plugins/editor/action-callbacks.c, 
20662         plugins/editor/action-callbacks.h,
20663         plugins/editor/anjuta-docman.c,
20664         plugins/editor/anjuta-docman.h
20665         plugins/editor/anjuta-document-manager.plugin.in
20666         plugins/editor/anjuta-document-manager.png
20667         plugins/editor/anjuta-document-manager.ui
20668         plugins/editor/file.c
20669         plugins/editor/file.h
20670         plugins/editor/plugin.c
20671         plugins/editor/print.c
20672         plugins/editor/print.h
20673         plugins/editor/search-replace.c
20674         plugins/editor/search_incremental.c
20675         plugins/editor/search_incremental.h
20676         plugins/editor/text_editor.c
20677         plugins/editor/text_editor.h
20678         plugins/editor/text_editor_cbs.c
20679         plugins/editor/text_editor_menu.h
20680         plugins/sample1/Makefile.am
20681         plugins/sample1/anjuta-sample-plugin.png
20682         plugins/sample1/anjuta-sample.plugin.in
20683         plugins/sample1/anjuta-sample.ui
20684         plugins/sample1/plugin-sample1.c
20685         plugins/sample1/plugin.c
20686         plugins/sample1/plugin.h: Created sample
20687         plugin and fixed editor plugin.
20689         * printing/*: Removed.
20691         * scintilla/Makefile.am: Builds dynamic library.
20693         * src/Makefile.am, src/action-callbacks.c,
20694         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20695         src/anjuta-actions.h, src/anjuta-app.c,
20696         src/anjuta-app.h, src/anjuta-callbacks.c,
20697         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20698         (removed) src/anjuta.h, src/anjuta.ui,
20699         src/layout.xml, src/main.c, src/preferences.h,
20700         src/utilities.c: Debuggged and finally made plugins
20701         loadable.
20703         * global-tags/Makefile.am: Fixed build error.
20705 2004-02-03  Naba Kumar  <naba@gnome.org>
20707         * configure.in: Users GDL from external package.
20708         * plugins/*: Added many new plugins (not ready though).
20709         * src/*: Removed many files (which have been transfered in plugins/).
20710         
20711 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20713         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20715 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20717         * configure.in: Added editor plugins
20718         
20719         * plugins/Makefile.am, src/search-replace_backend.h,
20720         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20721         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20722         
20723         * Added: plugins/editor/search_incremental.c, 
20724         plugins/editor/search_incremental.h
20726         * Update search-replace in plugins/editor
20727         
20728 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20729         
20730         * plugins/message-view/message-view.c: Some code clean-up
20732 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20734         * Added: search_incremental[ch]
20735         
20736         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20737         src/mainmenu_callbacks.c, src/toolbar.c
20738         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20739         
20740         * Incremental Search
20742 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20743         
20744         * plugins/message-view/anjuta-msgman.[c/h]:
20745         Added message manager for easier message handling with a
20746         similar interface as docman. Of course you can still use
20747         MessageView standalone.
20748         * plugins/Makefile.am: Added message-view because it compiles
20749         without errors.
20751 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20752         
20753         * plugins/message-view/*: Added message-view plugin 
20754         (still incomplete) 
20755         * configure.in: Added plugins/message-view/Makefile
20757 2004-01-03  Naba Kumar  <naba@gnome.org>
20759         * libanjuta/*.c: Added new files and updated old ones.
20760         * plugins/editor/*: Added editor plugin.
20761         * configure.in: Added editor plugin and moved editor related
20762         files into it.
20764 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20766         * src/Makefile.am: Added search-replace_backend.[ch]
20767         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20768         find_replace.[ch]
20769         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20770         src/search-replace_backend.c, src/search-replace_backend.h,
20771         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20772         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20773         src/toolbar_callbacks.c
20774         * The advanced Search/Replace functionality now replaces the older
20775         Find/Replace stuff.
20776         * The Search/Replace functionality can be interrupted during a long
20777         Search/Replace;
20778         
20779 2003-12-11  Naba Kumar  <naba@gnome.org>
20781         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20782         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20783         errors.
20784         * Makefile.am, libanjuta/*: Added new module.
20785         * src/Makefile.am: Fixed linking error.
20786         * src/watch_cbs.c: Debugger clean up.
20787         * configure.in: Added libanjuta-2.0.pc
20789         * configure.in, libanjuta/Makefile.am,
20790         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20791         libanjuta instead.
20793 2003-12-11  Naba Kumar  <naba@gnome.org>
20795         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20797         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20798         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20799         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20800         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20801         The user can now give a name at the creation of a new file and
20802         insert automatically (user choice) header, gpl notice, header
20803         template. The file extension is added automatically according
20804         to the selected type of file. The various insert functions have
20805         been moved from mainmenu-callback.c to file.c. The cursor is now
20806         moved after an insert operation. Removes also useless code in
20807         memory.c and search-replace.c
20808         
20809 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20811         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20812         sortable headers, process tree, removal of path and process params
20813         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20814         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20815         code cleanup
20817 2003-12-10  Naba Kumar  <naba@gnome.org>
20819         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20820         
20821 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20823         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20825 2003-11-28  Naba Kumar  <naba@gnome.org>
20827         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20828         
20829         * manuals/de/*: Added german translation docs.
20830         
20831         * configure.in, Makefile.am, src/Makefile.am,
20832         libegg/*/*: Added libegg library.
20833         
20834         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20835         installation directory.
20836         
20837         * src/text_editor_cbs.c: Fixed closing of file.
20839 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20840                                                                                 
20841         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20843 2003-09-05  Naba Kumar  <naba@gnome.org>
20845         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20846         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20847         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20848         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20849         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20850         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20851         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20852         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20853         using libegg. Initial commit -- compiles but is not complete.
20855 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20857         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20859 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20861         * configure.in: Removed "ta" from ALL_LINGUAS.
20863 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20865         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20867 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20869         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20871 2004-04-24  Andras Timar  <tmar@gnome.hu>
20873         * configure.in: Added hu to ALL_LINGUAS.
20875 2004-04-14  Naba Kumar  <naba@gnome.org>
20877         * src/Makefile.am, printing/Makefile.am,
20878         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20879         because we are still using GtkCombo and build breaks with gtk-2.4.
20880         
20881 2004-04-13  Naba Kumar  <naba@gnome.org>
20883         * NEWS: Updated.
20884         * anjuta.spec.in: Fixed build error.
20885         * po/POTFILES.in: Updated.
20886         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20888 2004-04-11  Naba Kumar  <naba@gnome.org>
20890         * NEWS: Updated.
20891         * AUTHORS: Updated.
20892         * configure.in: Added ga in ALL_LINGUAS.
20893         * ChangeLog: Fixed dates.
20894         
20895 2004-04-09  Naba Kumar  <naba@gnome.org>
20897         * src/print.c: Fixed buffer styling bug when printing with
20898         selection.
20900         * data/properties/anjuta.properties: Defined only one base font and
20901         used courier instead of lucidatypewriter, because most newer systems are
20902         unlikely to have it (bug #885023, #925956, #890473).
20903         
20904         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20905         warning.
20906         
20907         * src/an_file_view.c: Fixed possible crash bug.
20909 2004-04-07  Naba Kumar  <naba@gnome.org>
20911         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20912         gtk_main_quit() etc..), so that atexit() functions are not called
20913         (which is apparently done to free up memory and we don't need to
20914         do that at this point). Incidentally, something also happens in the
20915         atexit call which freezes the UI for far too long when the application
20916         exits and we want to avoid that..
20917         * src/glade_iface.c: Fixed compiler warning.
20918         
20919 2004-04-06  Naba Kumar  <naba@gnome.org>
20921         * src/project_dbase_gui.c: Fixed errors.
20923         * src/registers_gui.c: Fixed possible crash bug.
20924         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20925         * src/signals.[c,h]: Used tree view and glade file for dialog.
20926         * src/Makefile.am, src/about.c, src/an_file_view.c,
20927         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20928         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20929         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20930         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20931         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20932         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20933         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20934         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20935         src/launcher.h, src/main.c, src/main_menubar.c,
20936         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20937         src/message-manager-private.cc, src/message-manager.cc,
20938         src/preferences.c, src/project_config.c, src/project_dbase.c,
20939         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20940         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20941         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20942         src/search-replace.c, src/search-replace_backend.c,
20943         src/search_incremental.c, src/search_preferences.c,
20944         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20945         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20946         src/signals_gui.c, src/source.c, src/src_paths.c,
20947         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20948         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20949         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20950         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20951         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20952         tagmanager/Makefile.am, scintilla/include/SString.h,
20953         widgets/Makefile.am, widgets/gnomefilelist.c:
20955         Removed all deprecated codes and substituted
20956         with newer APIs. Fixed some possible crash bugs where cell renderers
20957         were being shared.
20958         
20959         * scintilla/patches/scintilla-minor.patch: Minor patch.
20961 2004-04-06  Naba Kumar  <naba@gnome.org>
20963         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20964         tree after all the files have been added (and not everytime a file
20965         is added in the project). Also fixed some memory corruption
20966         (possibly bug #900478).
20967         
20968         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20969         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20970         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20971         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20972         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20973         qualifier wherever appropriate.
20975 2004-04-05  Naba Kumar  <naba@gnome.org>
20977         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20978         switch terminal echo on/off. Debugger requires it off, while the
20979         rest requires it on.
20981         * src/search-replace.c: sets search direction and action (in addtion
20982         to target) for find in files.
20983         
20984 2004-04-02  Naba Kumar  <naba@gnome.org>
20986         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20988         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20989         src/an_symbol_view.c: Added an gtk events loop for
20990         displaying project loading status (for loading large projects) and
20991         debugger program starting ... just to give an impression of fastness :-).
20993         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20995         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20996         crash bug, which occurs when opening and closing a large project
20997         repeatedly.
20998         
20999         * src/attach_process.c: Fixed a comiple error for old gcc.
21000         
21001         * src/launcher.c: Prints proper error message when launcher child
21002         could not be executed and exits properly. Fixed a crash
21003         bug (bug #926606).
21004         
21005         * src/resources.c, src/utilities.c, src/glade_iface.c,
21006         src/debugger.c, src/attach_process.c: Properly exits forked children
21007         when they could not be executed.
21008         
21009 2004-04-01  Naba Kumar  <naba@gnome.org>
21011         * src/search-replace.c: Fixed a crash bug (bug #921893).
21013 2004-03-31  Naba Kumar  <naba@gnome.org>
21015         * anjuta.glade: Added a note on compiler options dialog ->support
21016         dialog telling that supports are only available for file mode.
21018         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
21019         src/anjuta_cbs.c:
21020         Improved shutdown time delay by bypassing project closing
21021         and unloading plugins.
21023         * src/build_file.c, data/properties/anjuta.properties: Added a property
21024         to toggle on/off for going to first error automatically.
21026 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
21028         * src/debugger.c: fixed core file loading
21029         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
21030         for long lines (bugs #700968 and #911376)
21031         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
21032         #917982.
21033         * src/anjuta.c: Focuses current AnEditor correctly.
21035 2004-03-30  Naba Kumar  <naba@gnome.org>
21037         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
21038         * AUTHORS: Updated with all contributors names.
21039         * NEWS: Updated.
21040         * src/about.c: Reads contributors names from AUTHORS file.
21041         * manuals/C/anjuta-manual/authors.xml: Points to online
21042         contributors list.
21043         
21044 2004-03-29  Naba Kumar  <naba@gnome.org>
21046         * data/properties/ada.properties: Fixed syntax colors. Patch
21047         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
21048         (bug #923474).
21050         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
21051         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
21052         generated projects, so that their pixmap files are
21053         found properly (bug #919903).
21054         
21055         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
21056         anjuta.
21058         * src/source.c: Installs .glade file of libgllade
21059         projects in $(datadir)/$(package)/glade (part of bug #861038).
21060         
21061         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
21062         in compiler options (bug #883837).
21063         
21064         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
21065         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
21066         
21067 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
21069         * anjuta/src/search-replace.c: fixed another crash bug in
21070         "Find Usage"
21071         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
21072         breakpoint property fix
21074 2004-03-29  Naba Kumar  <naba@gnome.org>
21076         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
21077         (new) manuals/C/anjuta-advanced-tutorial/*:
21078         Added menu entry for 'Anjuta Advanced Tutorial'
21079         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
21081 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21082         
21083         * src/fileselection.[ch], src/mainmenu_callbacks.c:
21084         Fixed bug #908941  ('Open' starts in wrong directory)
21085         
21086 2004-03-26  Naba Kumar  <naba@gnome.org>
21088         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
21089         compile error and bug #905738 with terminal.
21091         * src/search_incremental.c, src/register.c, src/sharedlib.c,
21092         src/search-replace.[h,c], src/search_incremental.[h,c],
21093         src/search_preferences.h, src/utilities.c, src/anjuta.c,
21094         src/text_editor.[c,h]: Fixed compiler warnings.
21095         
21096         * src/search-replace.c: Fixed a memory corruption (possible
21097         fix for bug #921893, but not yet confirmed).
21098         
21099         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
21100         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
21101         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
21102         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
21104 2004-03-25  Naba Kumar  <naba@gnome.org>
21106         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
21107         crash bug with attach process dialog and made the dialog closable
21108         with 'esc'.
21109         
21110         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
21111         always display within the margin.)
21112         
21113         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
21114         the old breakpoint when it's properties are updated
21115         (creating a new updated one).
21116         
21117 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
21119         * src/aneditor.cxx, src/aneditor.h: fixed calltips
21120         displayed for wrong file.
21121         * src/breakpoints.c: conditional breakpoints
21122         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
21123         "Find in Files..." disabling policy
21125 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21127         * src/build_file.c: Fixed bug #874380
21128         Goto the first error if it exists.
21130 2004-03-24  Naba Kumar  <naba@gnome.org>
21132         * src/anjuta.c: Fixed to get correct child exit status
21133         using mask (bug #905738).
21134         
21135         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
21136         Aligned buttons in the New file dialog,
21137         set default response to OK, entry box activates default response,
21138         ESC closes dialog and hides on delet_event.
21140 2004-03-19  Naba Kumar  <naba@gnome.org>
21142         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
21143         tree).
21145 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
21147         * src/search-replace.c: fixed "Find Usage" crash when no project open
21149 2004-03-17  Naba Kumar  <naba@gnome.org>
21151         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
21152         Fixed the generated projects to read m4 directory if the directory
21153         exists (bug #917781).
21154         
21155 2004-03-12  Naba Kumar  <naba@gnome.org>
21157         * HACKING: Fixed formatting for auto-parsing.
21159 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
21160         
21161         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
21162         rework (bug #890609)
21164 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21165         
21166         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
21168 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21169         
21170         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
21171         * src/search_preferences.c: Fixed typo.
21172         
21173 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21174         
21175         * src/search-replace.c: improved Search&Replace
21176         For the moment "Replace All" does not work with non opened files
21177         but Anjuta should not crash now ! ??? 
21178         
21179 2004-02-26  Naba Kumar  <naba@gnome.or>
21181         * src/source.c: Fixed to pass cflags correctly
21182         and suppress the automake's default cflags.
21183         bug #816130, #801056, #782798, #773459
21184         
21185         * data/properties/anjuta.properties: Do not defualt to -k make option.
21186         bug #875486.
21188         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
21189         bug #877683.
21190         
21191         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
21192         
21193         * src/message-manager-private.cc: Disabled debug messages.
21194         
21195 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
21197         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
21199 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21200         * anjuta.glade, src/search-replace.c:
21201         Reduced Search&Replace dialog, bug #902636.
21202         
21203 2004-02-23  Naba Kumar  <naba@gnome.or>
21205         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
21206         (bug #866143).
21208 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21209         
21210         * src/search_incremental.c: Fixed bug #900903
21212 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
21213         
21214         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
21215         src/anjuta.c: Fixed bugs #890609 and #890609
21217 2004-02-23  Naba Kumar  <naba@gnome.or>
21219         * src/message-manager.cc: Disconnects menuitem signal properly.
21220         Fixed bug #901723.
21221         
21222         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
21223         bug #900897.
21224         
21225 2004-02-20  Naba Kumar  <naba@gnome.org>
21227         * src/message-manager-private.[c,h]: Implemented keypress
21228         event for the terminal and resets it when ctrl c or ctrl d
21229         is pressed. But it doesn't seem to be working on keypress.
21230         Added a workaround to let it work on key release instead.
21231         (bug #878357).
21232         
21233         * src/search-replace: Fixed compiler warnings.
21234         
21235 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
21237         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
21238         Use defined file name when saving new files (fixes bug #898105)
21239         Don't change filename when clicking on a directory
21240         
21241         BTW: Happy birthday to me :-)
21242         
21243 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21244         
21245         * src/search-replace.c: Fixed a crash bug 
21246         Crash on Find & Replace (#887833)
21247         
21248 2004-02-18  Naba Kumar  <naba@gnome.org>
21250         * src/executer.c: Fixed a crash bug.
21251         
21252         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21253         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21254         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21255         instead of GtkWindow (Part of bug #671596).
21256         
21257         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21258         src/registers_gui.c, src/registers_cbs.[h,c],
21259         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21260         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21261         src/compiler_options.c, src/an_file_view.c, start-with.c,
21262         src/anjuta-tools.c, help.c:
21264         Added "close" buttons on all
21265         dialogs (HIG) and fixed to properly response to ESC close
21266         (Part of bug #671596).
21268         * src/launcher.c: Disabled printing of long debug lines.
21269         
21270         * src/utilities.h: Fixed a compiler warning.
21271         
21272 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
21274         * src/anjuta.c: "Save all" action now asks for filenames for new files
21275         (fixes bug #898111)
21277 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
21279         * anjuta.glade, src/text_editor.c:
21280         Fixed a typo in Hello World indentation style 
21281         Fixed misuse of translated strings when looking for style
21282         This entry fixes bug #876037
21284 2004-02-16  Naba Kumar  <naba@gnome.org>
21286         * src/utilities.c: Fixed return value when dest file could
21287         not be created.
21289         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
21290         * src/utilities.[c,h]: Removed 'cmp' dependency and used
21291         internal function to compare files.
21292         
21293 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
21295         * src/message-manager-private.cc:
21296         Set bold color as foreground color in terminal
21297         (fixes bug #864924)
21299         * src/aneditor.cxx:
21300         Use font style defined for message indicators in
21301         preferences/messages
21302         (fixes bug #885032)
21304 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
21306         * src/build_project.c:
21307         Use build.silent option from preferences (fixes bug #895726)
21308         
21309 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
21311         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21313 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
21314         
21315         Patch from Massimo Corà <maxcvs@email.it>:
21316         * scintilla/LexCPP.cxx: Support "///" comments
21318 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21319         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21320         src/search_replace.h, src/search-replace_backend.h
21321         anjuta.glade
21322         
21323         * Added: src/search_preferences.c, src/search_preferences.h
21324         Allow the user to save search/replace settings and give them names.
21326 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
21327         
21328         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21329         scintilla/ScintillaGTK.cxx:
21330         Hopefully fixed AMD 64 crash bug by using correct marshaller
21332 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
21334         * src/preferences.c: Save GtkOptionMenu properties properly
21335         * src/text_editor.c: Fixes editor mispell of fold.symbols property
21337 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21338         
21339         * configure.in, src/Makefile.am, scintilla/Makefile.am:
21340         Fixed libiconv issue
21341         * NEWS: Updated
21343 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21344         
21345         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21346         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
21347         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21348         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21349         src/sharedlib_gui.c:
21350         Debugger speed-up, replaced deprecated GtkCList
21352 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
21354         * src/text-editor.c: Use stock gtk+ close button for editor tabs
21356 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
21358         * configure.in: Added "sq" to ALL_LINGUAS.
21360 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
21362         * configure.in: Added "ko" to ALL_LINGUAS.
21364 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21366         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21367         src/search_incremental.c, src/search_incremental.h: 
21368         Search_incremental code cleanup
21370 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21372         * scintilla/*/*: Updated scintilla to CVS
21373         * Added: scintilla/Readme.sync
21374         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21375         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21376         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21377         scintilla/ScintillaGTK.cxx,
21378         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21379         scintilla/include/Scintilla.iface: Updated.
21381 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21383         * search-replace_backend.[ch], search_incremental[ch]: Added
21384         
21385         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21386         find_replace.[ch]: Removed.
21387         
21388         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21389         src/search-replace_backend.c, src/search-replace_backend.h,
21390         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21391         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21392         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21393         functionality now replaces the older Find/Replace stuff. The Search/Replace
21394         functionality can be interrupted during a long Search/Replace.
21396 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21398         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21399         selecting ".." and "." from file selector. 
21401 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21403         * anjuta.glade: Fixed wrong "fold.symbols" property
21405 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21406         
21407         * src/project_dbase_gui.c: Alphabetical order ;-)
21408         * src/compiler_options.c: Fixed bug #867539
21409         * src/launcher.c: Workaround for bugs #864922, #849928,
21410         #846386 and #845782: The launcher no longer hangs but does
21411         not get the exit status correctly sometimes.
21412         * Changes suggested by Bosik are obviously already in without
21413         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21414         * NEWS, README, anjuta.prj, configure.in: 
21415         Changed version to 1.2.1
21416         
21417         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21418         * anjuta_dialogs_strings.c, anjuta.glade: 
21419         Fixed bugs #860906, #859329
21420         
21421         Patch from grzegol@pld-linux.org
21422         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21423         freedesktop.org standard)
21425 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21426         
21427         Patch from Stefano Vallarino <stevalla@libero.it>:
21428         * src/source.[c/h]: Fixes cpp sample file to conform to 
21429         ISO/IEC 14882, C++-Standard 
21431 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21433         Review by Johannes Schmid <jhs@cvs.gnome.org>
21434         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21435         command using sh -c.
21436         * src/compile.c: Use build_execute_shell_command when compiling single
21437         files.
21439 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21440         
21441         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21442         * src/breakpoints.c: Code cleanup, workaroud for possible 
21443         launcher bug
21444         * src/src_paths.c: Update debugger dirs on directory change
21446 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21448         Review by Johannes Schmid <jhs@cvs.gnome.org>
21449         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21450         sortable headers, process tree, removal of path and process params
21451         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21452         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21453         code cleanup
21455 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21456         
21457         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21458         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21459         Add a dialog for "New file" which lets the user set the 
21460         filename and to add copyright/header templates to the file
21461         * Review: Changed function names to contain modules name (file_)
21463 2003-12-09  Naba Kumar  <naba@gnome.org>
21465         * setup-gettext: Fixed a typo.
21466         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21468 ---- Released version 1.2.0 ---
21470 2003-12-08  Naba Kumar  <naba@gnome.org>
21472         * src/preferences.c: Fixed compiler error.
21473         * global_tags/create_global_tags.sh: Fixed to install properly
21474         even when system.tags could not be generated.
21475         * NEWS: Updated.
21477 2003-12-06  Naba Kumar  <naba@gnome.org>
21479         * setup-gettext: Fixed to not generate intl directory with gettextize.
21481         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21482         * src/anjuta.c: Filters out unnecessary files from find in files
21483         command.
21484         
21485         * NEWS: Updated.
21486         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21487         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21488         
21489 2003-12-04  Naba Kumar  <naba@gnome.org>
21490         
21491         * src/gnome_project.c: Enables debug and optimization flags for
21492         new projects.
21493         
21494         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21495         
21496         * src/project_dbase_gui.c: combined header and c files for
21497         file selector.
21498         
21499         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21500         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21502 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21504         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21506 2003-11-29  Naba Kumar  <naba@gnome.org>
21508         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21509         * NEWS: Updated.
21511 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21512         
21513         * src/main_menubar.c: Now files cannot be opened twice in recently
21514         file menu
21516 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21518         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21520 2003-11-28  Naba Kumar  <naba@gnome.org>
21522         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21523         
21524 2003-11-27  Naba Kumar  <naba@gnome.org>
21526         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21527         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21528         
21529         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21530         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21531         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21532         checkbox in project wizard (project options page) to enable/disable
21533         source code generation with glade(mm).
21534         
21535         * NEWS: Updated
21536         
21537 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21539         * src/dnd.c: Opening files with special characters in the name.
21541 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21543         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21544         a long time.
21546 2003-11-18  Naba Kumar  <naba@gnome.org>
21548         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21549         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21550         src/project_import.c, plugins/patch/patch-plugin.c:
21551         Fixed g_signal_diconnect calls to pass correct data.
21552         (Fixed possible crash in project imports).
21553         
21554         * NEWS: Updated.
21555         
21556 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21558         Reviewed by Naba Kumar  <naba@gnome.org>
21559         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21560         and debugger. Sets default settings for pty in launcher.
21561         * data/gdb.init: Removed charset work around (now works with user's
21562         native charset)
21563         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21565 2003-11-18  Naba Kumar  <naba@gnome.org>
21567         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21568         names of 'index' to 'idx'.
21569         
21570 2003-11-17  Naba Kumar  <naba@gnome.org>
21572         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21573         * src/project_dbase.c: Prompts user for unsaved project files
21574         when project is closed.
21575         
21576 2003-11-16  Naba Kumar  <naba@gnome.org>
21578         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21579         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21580         older gcc.
21581         
21582 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21583         
21584         * src/anjuta.c: Fixed crash related to tag == NULL while 
21585         anjuta is exiting
21587 2003-11-11  Naba Kumar  <naba@gnome.org>
21589         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21590         found. It simply doesn't generate the c/c++ codes and continues with
21591         just a warning.
21592         * NEWS: Updated.
21593         
21594 2003-11-10  Naba Kumar  <naba@gnome.org>
21596         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21597         'Start with dialog'.
21599         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21600         German translation of anjuta-tutorial.
21601         
21602         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21603         * NEWS: Updated.
21605 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21607         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21608         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21609         the syntax highlighting in Preferences, the automatic syntax
21610         highlighting is now selected. When the debugger is stopped and the
21611         breakpoints window not closed, the gtk_tree_view in this window is
21612         now made unsensitive.
21614 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21616         * src/preferences.h, src/preferences.c, anjuta.glade:
21617         Fixed translation bug in preferences by using GtkOptionMenu
21618         * anjuta.prj: Project version 1.1.98
21620 ---------------- Released version 1.1.98 ----------------
21622 2003-11-07  Naba Kumar  <naba@gnome.org>
21624         * anjuta.spec.in: Revived docs package and combined all docs into
21625         one package.
21626         * configure.in: Bumped version to 1.1.98 rc2
21627         * NEWS: Updated.
21628         * anjuta.spec.in: Fixed scrollkeepr-update command.
21629         * anjuta.spce.in: Fixed file permissions.
21631 2003-11-06  Naba Kumar  <naba@gnome.org>
21633         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21634         menus to activate anjuta helps.
21635         
21636         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21637         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21638         manuals/C/anjuta-faqs/legal.xml (added),
21639         manuals/C/anjuta-faqs/Makefile.am,
21640         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21641         manuals/C/anjuta-faqs/.cvsignore,
21642         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21643         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21644         manuals/C/anjuta-tutorial/legal.xml (added),
21645         manuals/C/anjuta-tutorial/Makefile.am,
21646         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21647         manuals/C/anjuta-tutorial/.cvsignore,
21648         manuals/C/anjuta-manual/*.sgml (removed),
21649         manuals/C/anjuta-manual/*.xml (added),
21650         manuals/C/anjuta-manual/Makefile.am,
21651         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21652         manuals/C/anjuta-manual/.cvsignore,
21653         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21654         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21655         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21656         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21657         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21658         manuals/ja/anjuta-faqs/legal.xml (added),
21659         manuals/ja/anjuta-faqs/Makefile.am,
21660         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21661         manuals/ja/anjuta-faqs/.cvsignore,
21662         manuals/ja/anjuta-manual/*.sgml (removed),
21663         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21664         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21665         manuals/ja/anjuta-manual/*.xml (added),
21666         manuals/ja/anjuta-manual/Makefile.am,
21667         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21668         manuals/ja/anjuta-manual/.cvsignore,
21669         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21670         manuals/sgmldocs.make (removed),
21671         manuals/xmldocs.make (added), manuals/omf.make (added),
21672         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21673         documentations to newer docbook xml documentations. Converted 
21674         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21675         Enabled manulas installations.
21676         
21677         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21679 2003-11-05  Naba Kumar  <naba@gnome.org>
21681         * data/gdb.init: Sets host's charset to ascii to solve debugger
21682         freeze up due to uninitialized strings in target program.
21684         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21685         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21686         
21687         * NEWS: Updated.
21688         
21689         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21690         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21692 2003-11-04  Naba Kumar  <naba@gnome.org>
21694         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21695         problems.
21696         
21697         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21698         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21699         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21700         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21701         in file headers.
21702         
21703         * src/search-replace.c: Fixed infinite loop bug.
21704         * start-with.c: Fixed a crash bug with "Open last project".
21705         
21706         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21707         * scintilla/Makefile.am: Fixed compiler option.
21708         
21709 2003-10-16  Naba Kumar  <naba@gnome.org>
21711         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21712         * src/text_editor.c: Fixed autoformat.
21713         
21714 2003-10-15  Naba Kumar  <naba@gnome.org>
21716         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21717         of CTRL+number.
21718         
21719 2003-10-09  Naba Kumar  <naba@gnome.org>
21721         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21722         
21723 2003-10-08  Naba Kumar  <naba@gnome.org>
21725         * src/source.c: Fixed a GETTEXT typo error.
21726         * anjuta.glade: Made 'Sorted in order you open them' default option
21727         for editor tabs.
21729         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21730         * anjuta.glade, data/properties/anjuta.properties:
21731         Fixed the freeze of the "Preferences" combos at the first Anjuta
21732         init is generated by:
21733                 - a not complete translation of preferences.c file
21734                 - a difference between 2 names in anjuta.glade and
21735                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21736                 - the same name given to 3 combos (anjuta.glade).
21737                 
21738         * src/find_text.c: If the "whole document" mode is selected,
21739         a new search will select the next occurrence (Bug #764954).
21740         It is now possible to use the shortcuts to search next or previous
21741         occurrence even if the search dialog has the focus.     Bug #790318
21742         
21743         * src/main_menubar_def.h: "Select code block" shortcut; the new
21744         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21745         (Bug #811016).
21747         Patch from: Richard Lee  <r.h.lee@comcast.net>
21748         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21749         tagmanager/tm_workspace.c: The following is a patch to fix a
21750         seemingly random occurence where Anjuta would crash when a
21751         certain key was pressed.
21753 2003-09-29  Naba Kumar  <naba@gnome.org>
21755         * src/find_in_files.c: Ignores binary by default. Disabled the option
21756         of NOCVS search, because launcher does not use sh and hence can not
21757         pipe.
21758         
21759         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21760         "clean before build" state in project session and not in account session,
21761         otherwise the state gets reflected to other projects causing annoyance.
21762         
21763         * src/compiler_options.c: Fixed a bug where compiler options were always
21764         claimed 'modified'.
21766         * src/build_project.c, data/properties/anjuta.properties,
21767         src/commands.[h]: Fixed a bad bug where clean-before-build
21768         doesn't work.
21769         
21770         * scintilla/patches/research-cvs-nolog.diff,
21771         scintilla/patches/scintilla-ac-gtk2-port.diff,
21772         scintilla/patches/scintilla-ac-sort-fix.diff,
21773         scintilla-optimization.diff: Removed, because they are already in
21774         scintilla CVS.
21775         
21776         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21777         2003-09-29).
21779         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21780         scintilla/LexYAML.cxx: Added new scintilla lexers.
21781         
21782         * TODO, NEWS: Updated.
21784         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21785         * src/utilities.c: Fixed typo bugs.
21787 2003-09-26  Naba Kumar  <naba@gnome.org>
21789         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21790         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21791         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21792         text_editor_find() and Fixed I-Search wrapping.
21793         * src/debugger.c: Fixed to pass a newline after a debugger
21794         command (which was broken since the launcher was refactored.
21795         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21797 2003-09-25  Naba Kumar  <naba@gnome.org>
21799         * src/toolbar_callbacks.c: Fixed start of incremental search.
21800         
21801         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21802         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21803         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21804         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21805         menu and implementation.
21807 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21809         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21810         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21811         variables in Locals window.
21813 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21815         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21816         * src/utilities.[ch] : Fix a tooltip bug in 
21817         anjuta_util_toolbar_append_stock(), the label appeared instead of
21818         the tooltip text. Remove label from arguments of the function
21819         because label is included in the stock icon data.
21820         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21821         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21822         * FIXME: translation file should be updated because of label text removal.
21824 2003-09-24  Naba Kumar  <naba@gnome.org>
21826         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21827         
21828         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21829         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21830         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21831         stdout and stderr. Also buffered output and check-for-password
21832         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21833         with password prompts. Checkes for password prompts from all outputs.
21834         
21835         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21836         which takes a string (which could be utf8 also) and converts into
21837         utf8 string.
21838         
21839         * src/main.c: Connects kernel signals after gnome_program_init().
21840         
21841         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21842         * src/message-manager.c: Fixed bug #787026 by converting the strings
21843         to proper UTF8.
21844         
21845 2003-09-22  Naba Kumar  <naba@gnome.org>
21847         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21848         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21849         GtkCList and using GtkTreeView instead. Added the patch.
21850         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21851         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21852         
21853 2003-09-19  Naba Kumar  <naba@gnome.org>
21855         * printing/print.c: Proper UTF8 printing support.
21856         * src/main.c: moved kernel signal connects at the
21857         end of application initialization.
21858         
21859 2003-09-18  Naba Kumar  <naba@gnome.org>
21861         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21862         (new) lexers.make, (new) lexers: Update scintilla to latest
21863         scintilla CVS (2003-09-18), added new lexers, automated
21864         lexers makefiles sections and scintilla update. Added
21865         patches. Optimized pango rendering. Fixed a crash bug
21866         in scintilla.
21867         
21868         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21869         patch to remove cvs log command from RESearch.cxx file.
21870         * scintilla/patches/scintilla-pango-always.diff:
21871         Fixed file name.
21872         * scintilla/RESearch.cxx: Removed spurious cvs log command
21873         and logs.
21874         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21875         
21876         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21877         * src/dnd.c: Fixed a crash bug with DND.
21878         
21879 2003-09-15  Naba Kumar  <naba@gnome.org>
21881         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21882         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21883         src/toolbar_callbacks.c: Added an additional parameter to
21884         text_editor_goto_line() funtion which decides if the line should
21885         be made visible (if it's under fold).
21886         
21887         * src/style-editor.c: Fixed a compiler warning.
21888         * src/message-manager.cc: Calls parent method correctly.
21890         * src/preferences.h: Fixed prent class.
21891         
21892         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21893         * src/project_dbase.c: Fixed bug #713210.
21894         
21895 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21896                                                                                 
21897         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21899 2003-09-11  Naba Kumar  <naba@gnome.org>
21901         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21902         * src/style-editor.c: Fixed bug #769130 (Crash on font
21903         selection dialog).
21904         
21905         * src/message-manger.[h,cc]: Made AnMessageManager
21906         derived from GtkFrame and removed deprecated code.
21907         
21908         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21909         compiler warnings.
21910         
21911 2003-09-09  Naba Kumar  <naba@gnome.org>
21913         * src/Makefile.am: Addded rules for built sources.
21914         
21915 2003-09-08  Naba Kumar  <naba@gnome.org>
21917         * (new) src/anjuta-marshalers.list: Added marshalers definition
21918         file.
21919         
21920         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21921         and CXXFLAGS are not overwriten by automake's default.
21922         * src/style-editor.c: Added 'operators' in the style editor.
21923         
21924         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21925         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21926         * src/message-manager-private.cc, src/message-manager.cc:
21927         Converts message going into message into UTF-8 endoding.
21928         * src/main.c: Uses UTF-8 codeset for localization.
21929         
21930 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21932         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21933         
21934 2003-09-08  Naba Kumar  <naba@gnome.org>
21936         * TODO: Updated.
21937         
21938         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21939         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21940         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21941         The combo entries were updated if the same data with a different
21942         case exist in the combo list. The combo entries are now case sensitive. 
21943         Search&Replace bug; First search ,max actions = 0 ==> now max
21944         actions = 100.
21945         
21946 2003-09-08  Naba Kumar  <naba@gnome.org>
21948         * TODO: Updated.
21949         * src/utilities.[c,h]: a function takes contant args.
21950         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21951         Now the child terminated signal is emitted properly.
21952         * src/Makefile.am: Used $(top_srcdir) for referring to 
21953         scintilla objects.
21954         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21955         definitions file which will generate anjuta-marshalers.[c,h] files.
21956         * src/.cvsignore: Updated.
21957         * src/build_project.c: Changed su command to preserve quotes.
21958         * src/anjuta-tools.c, tagmanager/tm_project.c,
21959         tagmanager/tm_workspace.c: Use standard tmp file.
21960         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21961         so that users could report bugs easily.
21962         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21963         
21964         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21965         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21966         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21967         src/attach_process.c, src/breakpoints.c, src/commands.c,
21968         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21969         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21970         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21971         src/memory.c, src/message-manager-private.c, src/preferences.c,
21972         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21973         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21974         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21975         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21976         Fixed compile warnings and cleanup.
21977         
21978         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21979         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21980         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21981         Removed libzvt usage and implemented child spawing differently. Launcher is
21982         now proper GObject, which can be created multiple times (and can be
21983         operated in parallel).
21985         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21986         * src/project_import_gui.c, src/project_import_cbs.c,
21987         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21988         (crash on project import). Removed deprecared codes.
21989         
21990 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21991         
21992         * src/cvs.c: Fixed cvs output bug.
21994 2003-09-03  Naba Kumar  <naba@gnome.org>
21996         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21997         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21998         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21999         src/text_editor_cbs.c: Implements --
22000                 If the debugger is started
22001                         A double click in the margin add or remove a breakpoint
22002                         A single click activate or deactivate the breakpoint
22003                 else
22004                         A double click in the margin add or remove a bookmark
22006 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
22007         
22008         Reviewed by Naba Kumar  <naba@gnome.org>
22009         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
22010         User is now able to choose a branch on cvs update for project.
22011         Cleaned up variable names.
22013 2003-09-03  Naba Kumar  <naba@gnome.org>
22015         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
22016         src/Makefile.am: Added lexers.
22017         * scintilla/*/*: Updated...
22018         * src/an_symbol_view.c: Fixed a crash bug.
22019         * src/compiler_options.c, src/project_dbase.c: Fixed compile
22020         and build bugs.
22021         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
22022         * src/source.c: Fixed project generation bug with gettext code.
22023         * tagmanager/tm_project.c: Fixed a crash bug.
22024         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22025         bug when there is no project open. Bug #____.
22026         * src/source.c: Fixed a bug with build failure with non-gnome
22027         project with glade-generated source (eg. gtk2). Bug #____.
22028         * NEWS: Updated...
22030 2003-08-22  Naba Kumar  <naba@gnome.org>
22032         Patch from: Rob Bradford  <rob@debianplanet.org>
22033         * data/Makefile.am: Fixed to install properly during
22034         package building.
22035         
22036         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22037         * src/debug-tree.c: Fixed a crash bug.
22038         * src/compiler_options.c: Takes care of linking the missing pieces;
22039         C flags, libs, optimization options, debug and profile.
22041         Patch from: Enver ALTIN  <ealtin@casdb.com>
22042         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
22043         
22044 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
22046         Reviewed by Naba Kumar  <naba@gnome.org>
22047         * src/project_dbase.c: Fixed bugs #778263 and #778413
22048           Adding multiple files to project should work now.
22050 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
22052         Reviewed by Naba Kumar  <naba@gnome.org>
22053         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
22054         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
22055         for Locals window.
22057 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
22059         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
22061 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
22063         * src/text_editor.c: Fix translatable string (#113934).
22065 2003-07-04  Naba Kumar  <naba@gnome.org>
22067         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22068         bug when there is no project open. Bug #____.
22069         
22070         * src/source.c: Fixed a bug with build failure with non-gnome
22071         project with glade-generated source (eg. gtk2). Bug #____.
22073 2003-06-26  Naba Kumar  <naba@gnome.org>
22075         * src/anjuta.h: Removed reference to windows-dialog.h.
22076         * src/message-manager-private.[cc,h]: Fixed doulbe click
22077         activation of messages to properly jump at the destination.
22078         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
22079         * src/toolbar.c: Code clean-ups.
22080         
22081         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22082         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
22083         
22084         * src/message-manager-private.[cc,h]: Removed dead codes.
22085         
22086         * (new) data/properties/css.properties,
22087         data/properties/anjuta.properties, data/properties/Makefile.am:
22088         Added CSS syntax hiliting properties.
22089         
22090         * tagmanager/tm_file_entry.c: Fixed a possible bug.
22091         * src/debugger.c: Clean ups.
22092         * src/lexer.h: Added CSS lexer definition.
22093         
22094         * Makefile.am: Installs destop file properly.
22095         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
22096         * NEWS: Updated for 1.1.97 release.
22097         * src/main_menubar_def.h: Changed some non working shortcuts.
22098         
22099 2003-06-24  Naba Kumar  <naba@gnome.org>
22101         * src/search-replace.c: Shows the dialog properly, even when it is
22102         hidden behind another window.
22103         
22104         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
22105         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
22106         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
22107         and code clean up.
22108         
22109         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
22110         setup wizard dialogs.
22111         
22112         * src/debugger.c: Removed a redundant call to
22113         debugger_update_controls().
22114         * src/compiler_options.c, src/launcher.c: code cleanup.
22115         * src/executer.c: Fixed execution bug with 'Set Program params...".
22116         
22117 2003-06-23  Naba Kumar  <naba@gnome.org>
22119         * widgets/e-splash.c: Removed border around the splash image.
22120         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
22121         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
22122         * src/cvs.c: Added a frame around commit log text widget.
22123         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
22124         crash bug associated with translated combo box list in preferences
22125         dialog (in different locale other than en_US). Used widget names
22126         to pass the combo list items.
22127         * po/POTFILES.in: Updated.
22128         * src/launcher.c: Creates the zvt terminal at startup (and not
22129         every time a build is done) -- speeds up buld operations.
22130         * src/file_history.c: Should be if() conditional instead of
22131         assertion check.
22132         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
22133         Disabled useless warnings.
22134         * src/project_dbase.c: Fixed bonobo 2 project name.
22135         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
22136         and uses correct glade-2 for file generation.
22137         
22138 2003-06-21  Naba Kumar  <naba@gnome.org>
22140         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
22141         And disables autocomple show for numbers (very annoying).
22142         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
22143         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
22144         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
22145         from view menu and adjust the controls accordingly.
22146         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
22147         only OK button.
22148         * src/project_dbase.[c,h]: Removed show_local flag processing.
22149         * src/message-manager.[c,h]: Reorganized messages tabs in more
22150         sensible order.
22151         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
22152         Also added PCRE dependency.
22153         
22154 2003-06-20  Naba Kumar  <naba@gnome.org>
22156         * pixmaps/anjuta_splash.png: New splash.
22157         from Jean Schurger  <yshartk@schurger.org>
22158         
22159         * src/controls.c: De-sensitize run-to-cursor when debugger
22160         is not running.
22161         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
22162         
22163         * src/message-manager-private.cc: Fixed to properly jump at
22164         the right file:line.
22165         
22166         * src/appwiz_page1.c: Fixed to correctly determine the project
22167         trpe from the wizard.
22168         
22169 2003-06-20  Naba Kumar  <naba@gnome.org>
22171         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
22172         * src/watch_gui.c: Code cleanups.
22173         * src/debugger.[c,h], src/stack_trace.[c,h],
22174         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
22175         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
22176         Removed direct access to stack_trace private data, Increased debugger
22177         command size from 256 to 1024 (to be on safer side). Also implemented
22178         row-activated signle for seting frame and viewing the source.
22179         * src/debugger.c: Avoids starting program and stopping debugger
22180         when starting debugger and stopping program, respectively.
22181         
22182         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
22183         Reverted codes to start debugger automatically
22184         The file is brought to the state just after the branching 
22185         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
22186         some code clean ups.
22187         
22188         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
22189         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
22190         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
22191         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
22192         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
22193         src/project_dbase.c: Code clean ups.
22194         
22195         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
22196         (Projects dir) so that correct $HOME/Projects path is set when
22197         anjuta is run for the first time.
22198         
22199 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
22201         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
22203 2003-06-13  Naba Kumar  <naba@gnome.org>
22205         * src/stack_trace_cbs.c: Moved variable declaration at the
22206         top of the block (bug #737867)
22207         
22208         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
22209         just CFLAGS and CXXFLAGS (bug #743617).
22210         
22211         * src/create_global_tags.sh: Fixed shell script to properly
22212         detect installed *-config files.
22213         
22214 2003-06-12  Naba Kumar  <naba@gnome.org>
22216         * src/preferences.[c,h]: Added methods for custom widgets in
22217         preferences: using custom set/get methods for them.
22218         
22219         * src/anjuta-encoding.c: Implemented up/down of the encodings
22220         in the list and property saves correctly.
22221         
22222         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22223         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
22224         the beginning of a file.
22226         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22227         * src/aneditor.cxx, src/aneditor.h,
22228         src/controls.c, src/main_menubar.c, src/main_menubar.h,
22229         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22230         src/mainmenu_callbacks.h: Allows the operator to select the current
22231         word or the current line (Request: 680801). It puts also
22232         sensitive/unsensitive several select/comment menu items.
22234         * src/breakpoints.c: Presets by default the current line for a
22235         defined breakpoint.
22237 2003-06-11  Naba Kumar  <naba@gnome.org>
22239         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
22240         color (red highlight) now cosistent for inactive tabs also.
22241         
22242         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
22243         'Advanced search and replace' in Edit->Search submenu.
22244         
22245         * data/properties/tcltk.properties: Fixed bug #731851. Added line
22246         wrappings '\' where     they were missing.
22247         
22248         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22249         message is now more descriptive and details the correct thing to do
22250         for GNOME2 desktop.
22251         
22252 2003-06-10  Naba Kumar  <naba@gnome.org>
22254         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22255         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22256         Removed any reference to particular version of automake/autoconf
22257         so that they could work with newer versions (Bug #659394).
22259         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22260         src/anjuta.c: Added coded to add/remove supported encodings.
22261         
22262         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22263         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22264         src/project_import.c, src/project_type.c, src/project_type.h,
22265         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22266         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22267         from the project wizard.
22269 2003-06-06  Naba Kumar  <naba@gnome.org>
22271         Patch from Etay Meiri  <etay-m@bezeqint.net>
22272         * src/compiler_options.c: Fixed bugs related to clean before
22273         build patch.
22274         
22275         * anjuta.desktop.in.in: Added commandline options.
22276         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22277         -dP and -A flags of CVS update into different options.
22278         
22279 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
22281         * configure.in: Removed "ta" from ALL_LINGUAS.
22283 2003-06-02  Naba Kumar  <naba@gnome.org>
22285         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22286         return NULL for undefined properties and "" for defined but empty
22287         strings. It was creating many problems where both are assumed to be
22288         same. And besides, it doesn't matter to differentiate the two (the
22289         problem with preferences was due to a different bug).
22291         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22292         correctly. Also, s/props_build_in/props_built_in/g.
22293         
22294         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22295         list.
22296         
22297         * src/an_file_view.c: Unrefed pixbufs when done with them.
22299         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22300         (removed) file_text.png: Added and removed pixmaps.
22301         
22302 2003-05-30  Naba Kumar  <naba@gnome.org>
22304         * anjuta.glade: Fixed encodings preferences dialog
22305         
22306 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
22307         
22308         Reviewed by Naba Kumar  <naba@gnome.org>
22309         
22310         * src/build_project.c src/clean_project/c: perform a clean before
22311         build, if required. Show the message manager on clean.
22312         * src/compiler_options.c: save the new options when window is closed
22313         and flag project to be cleaned before the next build.
22314         * src/project_dbase.c: added a 'clean before build' flag to project
22316 2003-05-29  Naba Kumar  <naba@gnome.org>
22318         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22319         dialog.
22320         
22321         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22322         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22323         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22324         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22325         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22326         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22327         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22328         print_color.xpm, print_landscape.xpm, print_layout.xpm,
22329         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22331         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22332         Removed unused icons references.
22334 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
22336         Reviewed by Naba Kumar  <naba@gnome.org>
22337         
22338         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22339           src/compiler_options.c, src/debugger.c, src/find_replace.c,
22340           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22341           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22342           src/toolbar_callbacks.c: HIG compliant dialogs.
22344         * src/utilities.c: anjuta_button_new_with_stock_image() and
22345           anjuta_dialog_add_button() stolen from gedit.
22347         * src/main_menubar_def.h: Fixed mnemonics.
22349 2003-05-26  Naba Kumar  <naba@gnome.org>
22351         * src/project_dbase_gui.c: Added header files filter for add file
22352         dialog box. Disabled project window to be transient window.
22353         
22354         * src/message-manager.cc: Disabled message manager window to be
22355         transient window.
22356         
22357         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22358         a file could not be loaded.
22359         
22360         * src/project_dbase.c: Fixed a bug with GUI editor command
22361         where empty string is returned.
22362         
22363         * src/Makefile.am, src/preferences.h, src/text_editor.c
22364         src/text_editor.h, (new) src/anjuta-encodings.h,
22365         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22366         Added encoding support and to handle characters encoding correctly
22367         by auto detecting it during load. Added preferences for selecting
22368         the encoding during save.
22370         * src/preferences.c, src/resources.c: Removed debug messages.
22372         Patch from: Alexander Nedotsukov <bland@mail.ru>
22373         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22375 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22376         * src/anjuta.c: Try to sow the splash image more often.
22378 2003-05-20  Naba Kumar  <naba@gnome.org>
22380         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22381         * src/debug_tree.c: Colorize the modified locals during
22382         debugging and call memory analyze from the debugger.
22383         * src/breakpoints.c: The color is now different for the enabled
22384         and disabled breakpoints. Anjuta now can erase several
22385         breakpoints defined at the same line. The markers are updated
22386         according to the enable/disable action.
22387         
22388         Patch from Etay Meiri  <etay-m@bezeqint.net>
22389         * src/launcher.c: Fixes launcher freeze up bug during build.
22391 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22393         Reviewed by Naba Kumar  <naba@gnome.org>
22394         * scintilla/PropSet.h: Change member variables from private to protected.
22395         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22396         to PropSetFile class, which return a gchar * (and can therefore indicate
22397         whether properties are empty or do not exist) and make prop_get and
22398         prop_get_expanded use them.
22399         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22400         that the result of of prop_get cannot be an empty string.
22402 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22404         Reviewed by Naba Kumar  <naba@gnome.org>
22405         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22406         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22407         src/text_editor_cbs.c: When saving all the files in the project, the
22408         text editors are now only rehighlighted once instead of once for each
22409         file saved.
22411 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22412         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22413         * src/anjuta.desktop.in.in: Support startup notification.
22414 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22415         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22416         * src/anjuta.desktop.in.in: Support startup notification.
22419 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22421         Reviewed by Naba Kumar  <naba@gnome.org>
22422         
22423         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22424         memory leak from glade_xml_new call. Removed gxml field from Executer
22425         struct as only used in create_executer_dialog and then destroyed.
22426         
22427         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22428         
22429         * src/configurer.c: Fix warning trying to connect signal to non-existent
22430         environment entry in configure dialog and fix crash when closing the
22431         window.
22432         
22433         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22434         gnome_date_edit_get_time instead.
22435         
22436         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22437         in view menu required renumbering elsewhere.
22439 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22441         Reviewed by Naba Kumar  <naba@gnome.org>
22442         
22443         * src/breakpoints.c: fixed an error when removing breakpoint
22444         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22445         * src/debugger.c: changes to the way the debugger is activated
22446         * src/debugger.h: clean ups
22448 2003-05-13  Naba Kumar  <naba@gnome.org>
22450         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22451         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22452         src/memory.h: A new version of memory and the interface
22453         is now integrated in anjuta.glade
22455 2003-05-09  Naba Kumar  <naba@gnome.org>
22457         * configure.in: Bumped required gtk version to 2.0.8.
22458         
22459 2003-05-06  Naba Kumar  <naba@gnome.org>
22461         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22463 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22464         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22466 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22467         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22468         , tagmanager/c.c: Support for ProC and RDB files.
22470 2003-05-06  Naba Kumar  <naba@gnome.org>
22472         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22473         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22474         Uncomment (Box & Stream), Select the current function,
22475         authorize the "Quit" button of the GotoLine window
22477 2003-05-05  Naba Kumar  <naba@gnome.org>
22479         * src/watch_gui.h: CVS added new file.
22481         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22483         Patch from Etay Meiri <etay-m@bezeqint.net>
22484         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22485         src/mainmenu_callbacks.c, src/message-manager.cc,
22486         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22487         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22488         Ported stack trace to GNOME2 and added it in the message manager
22489         pane.
22491 2003-05-02  Naba Kumar  <naba@gnome.org>
22493         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22494         
22495         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22496         preferences property.
22497         
22498         * anjuta.prj: Fixed multiple preferences saved data.
22499         
22500         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22501         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22502         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22503         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22504         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22505         Upgraded scitilla from CVS with faster window repaint
22506         and more bugfixes.
22507         
22508         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22509         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22510         and code cleanups
22511         
22512 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22514         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22515         the window if messages are appended to the end and the scrollbar is
22516         at the end.
22518 2003-04-29  Naba Kumar  <naba@gnome.org>
22520         * configure.in: Removed omf-install from Makefiles list.
22522 2003-04-28  Naba Kumar  <naba@gnome.org>
22524         * po/POTFILES.in: Remvoded deleted files.
22525         
22526         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22527         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22529         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22530         is executed as detached) is not set properly.
22531         
22532 2003-04-25  Naba Kumar  <naba@gnome.org>
22533         
22534         * anjuta.prj: Updated.
22535         * src/anjuta_info.c: Fixed text wrapping and column view.
22536         * data/welcome.txt.in: Removed unaligned characters.
22537         
22538 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22539         * src/main_menubar.c: Disable setup dialog.
22541 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22542         * src/breakpoints.c; Fixed compilation with older GCC
22543         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22544         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22546 2003-04-18  Naba Kumar  <naba@gnome.org>
22548         * anjuta.prj: Updated (includes compiler options).
22549         
22550         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22551         function from anjuta.c (it was already available in anjuta-tools.c).
22552         
22553 2003-04-18  Naba Kumar  <naba@gnome.org>
22555         * src/about.c, THANKS: Updated
22556         
22557         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22558         
22559         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22560         properly from the project session before updating the file
22561         view.
22562         
22563         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22564         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22565         dialog settings (as it will not be required once GDL is in place) and
22566         added file view filters in the settings sub-menu.
22568 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22569         * HACKING: Updated
22570         * configure.in: Disable cast checks on final build.
22572 2003-04-17  Naba Kumar  <naba@gnome.org>
22574         * src/build_project.c: Fixed a compilation error.
22576         * src/launcher.c: Removed commnets.
22577         
22578         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22579         properties from editor tab to indentation tab and fixed a property
22580         label for proper i18n translation. Fixed typos in project config
22581         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22582         sorting and reordering in compiler options dialog.
22583         
22584         * src/compiler_options.c: Implemented _save() function to save the
22585         options (which was pending).
22586         
22587         * src/build_project.c: Destroys install-as-root dialog when it is done.
22588         
22589         * src/an_symbol_view.c: Change "event" event to "event-after" so
22590         that symbol row is selected first before the popup is shown.
22591         
22592 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22594         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22595         file in CVS/Entries. (Reviewed and applied by Biswa)
22597 2003-04-16  Naba Kumar  <naba@gnome.org>
22599         * aneditor.cxx: use unicode everytime (fixed unicode related
22600         bugs).
22602         * anjuta.prj: Fixed UI editor name (blank to use default) and
22603         anjuta version.
22604         
22605         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22606         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22607         Editor preferences page.
22609 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22610         * src/anjuta.[ch], src/print.c: Fixed warnings
22611         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22612         * configure.in: Profiling support with gprof
22614 2003-04-16  Naba Kumar  <naba@gnome.org>
22616         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22617         * src/launcher.c: Fixed cvs dialog.
22618         
22619 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22620         
22621         * src/message-manager-private.cc: Fixed double-click on first line of 
22622         output to properly select a line.
22623         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22624         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22626 2003-04-15  Naba Kumar  <naba@gnome.org>
22628         * src/message-manager-private.cc: Fixed the glade filename typo.
22630 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22631         * scintilla/*, data/properties/*: Scintilla CVS merge
22632         * anjuta.prj: Removed unnecessary files.
22633         * scintilla/PlatGTK.cxx: Force Pango fonts always
22634         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22635         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22636         for preferences.
22637         * configure.in: Change version no. for 1.1.1 (alpha release)
22638         * configure.in: Added '--with-pref-suffix' option.
22639         * config.guess, config.sub: Removed from CVS.
22641 2003-04-15  Naba Kumar  <naba@gnome.org>
22643         Patch from Timothee Besset  <ttimo@idsoftware.com>
22644         * Makefile.am: Fixed a shell script error during intallation.
22645         
22646 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22648         Reviewed by Naba Kumar  <naba@gnome.org>
22649         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22650         set_wm_class to use "anjuta" instead of "an.
22651         * src/message-manager-private.cc: Headers are hidden again.
22653 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22654         * src/project_dbase_gui.c: Memory corruption fix.
22655         * anjuta.prj: Updated project file
22657 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22658         * an_file_view.c: Connect to event-after signal rather than event so that
22659         selection is updated first and thus context menu is for the right file.
22660         Reviewed and applied by Biswa.
22662 2003-04-14  Naba Kumar  <naba@gnome.org>
22664         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22665         
22666         * src/auncher.c: More child exit fixes
22667         from Timothee Besset  <ttimo@idsoftware.com>
22669 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22670         
22671         Reviewed by Naba Kumar  <naba@gnome.org>
22672         
22673         * src/message-manager.[c/h], src/message-manager-private[c/h],
22674                 anjuta.[c/h]: Ported message-manager to Gtk2
22675         
22676         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22677         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22678         src/clean_project.c, src/compile.c, src/configurer.c,
22679         src/controls.c, src/cvs.c, src/debugger.c,
22680         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22681         src/project_import.c, src/search-replace.c: Changed name from
22682         AnjutaMessageManager to AnMessageManager to avoid too long type
22683         and funtion names.
22685 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22686         * src/launcher.c: Fix build won't stop problem - TTimo
22687         * TODO: Updated
22688         * pixmaps/anjuta_splash.c: New splash screen prototype.
22689         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22690         * src/compiler_options.c: Mute pkgconfig errors.
22691         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22693 2003-04-10  Naba Kumar  <naba@gnome.org>
22695         * configurer.[c,h]: Fixed dialog to close properly.
22696         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22697         debugging asserts.
22698         
22699 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22700         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22701         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22702         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22703         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22704         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22705         src/makefile.am: Move gdl to it's own directory.
22706         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22708 2003-04-09  Naba Kumar  <naba@gnome.org>
22710         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22711         branch.
22713 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22714         * src/anjuta-tools.c: Use CDATA for saving tools data.
22715         * anjuta.glade, src/search-replace.c: Port from branch.
22716         * widgets/e-splash.*, src/main.c: Better splash screen.
22717         * configure.in, widgets/gdl*: Import GDL widgets.
22718         * ROADMAP: Updated roadmap.
22719         * src/an_file_view.c: Use GDL icons for file tree.
22721 2003-04-09  Naba Kumar  <naba@gnome.org>
22723         * anjuta.glade: Added (hidden) initial setup-wizard window.
22724         
22725         Patch from: Vitaly  <vvv@rfniias.ru>
22726         * src/preferences.c: Fixes a bug with libglace widget access with
22727         translated strings.
22729         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22730         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22731         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22732         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22733         src/toolbar_callbacks.[c,h],
22734         src/memory.c, src/message-manager-private.cc,
22735         src/message-manager-private.h, src/message-manager.cc,
22736         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22737         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22738         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22739         watch window to a subwindow in the notebook
22741 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22742         * ROADMAP: Updated roadmap.
22744 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22746         * configure.in: Added Belarusian to ALL_LINGUAS.
22748 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22749         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22750         Henry Jia
22751         * ROADMAP: Added roadmap for HEAD.
22753 2003-03-29  Naba Kumar  <naba@gnome.org>
22755         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22756         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22757         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22758         (new) pixmaps/start-with-wizard.png,
22759         (new) pixmaps/start-with-import.png,
22760         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22761         up on anjuta start-up to give quick access to opening file/project or
22762         creation wizards.
22764         * src/main.c: Sets proper data directory for the gnome
22765         program.
22767 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22768         * src/text_editor.c: Fixed error/warning indicators.
22770 2003-03-24  Naba Kumar  <naba@gnome.org>
22772         * README: Correct version.
22773         
22774 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22776         * configure.in: Added checks to see if were building on FreeBSD
22777         systems.  Sets -DFREEBSD if we are, and also attempts to find
22778         gmake if the host system is FreeBSD.
22780         * src/getline.c: New file used to provide the getline function,
22781         which isnt available on a FreeBSD system.  The function is only
22782         defined if FREEBSD is defined.
22784         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22786         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22787         configure.in sets this to gmake on FreeBSD systems, and make
22788         on everything else.
22790 2003-03-23  Naba Kumar  <naba@gnome.org>
22792         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22793         
22794         * anjuta.spec.in: Fixed spec file for correct file paths and
22795         corrected rpmbuild.
22797         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22798         the rpm build command separately now.
22799         
22800         * src/anjuta.c, windows-dialog.c: Added some more window management
22801         stuffs (not still fully working, though).
22803         * TODO: Updated.
22805 2003-03-22  Naba Kumar  <naba@gnome.org>
22807         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22809 2003-03-21  Naba Kumar  <naba@gnome.org>
22811         * README: Removed Andy Piper's name from the active maintainers
22812         list on his request.
22813         
22814         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22815         preferences.
22816         
22817         * src/anjuta-tools.c: Fixed compiler errors.
22819         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22820         show bugs.
22821         
22822         * src/commands.c, src/src_paths.c, src/style-editor.c,
22823         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22824         becuase they are now hidden by default (from glade editing).
22825         
22826         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22827         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22828         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22829         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22830         basic windows managements.
22831         
22832 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22833         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22834         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22835         Enver ALTIN (a.k.a. skyblue)
22837 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22838         * tagmanager/*: Added ignore-list for symbols. This will make
22839         parsing more accurate for projects. Doc updates needed.
22841 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22842         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22843         * launcher/Makefile.am: Link to correct libraries
22844         * src/launcher.c: Do not allow NULL shell
22846 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22847         * src/debug_tree.c: Improve debug tree view.
22849 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22851         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22852         'Run Configure Script' and 'Execute Program'. Increase minimum width
22853         of Configure dialog.
22854         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22855         list widget by setting a model and adding a column and renderer.
22856           Actually store the nocvs toggle button in FindInFiles data structure.
22857           Handle selection changes via changed signal rather than row_activated.
22858           Use response signal for handling the close and find buttons.
22859           Close window when escape is pressed.
22860         * find_replace.c: Close window when escape is pressed.
22861         * find_text.c: Close window when escape is pressed in find dialog as
22862         well as wrap search question, where now Yes is the default button.
22864 2003-03-05  Naba Kumar  <naba@gnome.org>
22866         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22868         * src/message-manager-private.cc: Fixed a bug with vte conditional
22869         compilation.
22870         * anjuta.glade: Hides all windows in glade file.
22872 2003-03-05  Naba Kumar  <naba@gnome.org>
22874         * src/an_file_view.c: Fixed a compilation warning.
22875         * src/message-manager-private.cc: Conditional compilation for vte
22876         API.
22877         
22878 2003-02-28  Naba Kumar  <naba@gnome.org>
22880         * configure.in, anjuta.spec.in: Updated dependency packages version.
22881         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22882         * src/preferences.c: Added debug assertions.
22883         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22884         editor to enable/disable bringing the recent editor tabs first.
22885         
22886         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22887         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22888         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22889         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22890         and     bug fixes. Also code clean ups.
22891         
22892         * (new) src/search-replace.[h,c]: New search replace implementation
22893         from ANJUTA_1_0_0 branch.
22894         
22895         * (new) src/windows-dialog.[h,c]: New windows management class
22896         [work in progress].
22898 2003-02-28  Naba Kumar  <naba@gnome.org>
22900         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22901         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22902         src/appwizard.c, src/build_file.c, src/build_project.c,
22903         src/clean_project.c, src/compile.c, src/configurer.c,
22904         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22905         src/message-manager-dock.c, src/message-manager-dock.h,
22906         src/message-manager-private.cc, src/message-manager.cc,
22907         src/preferences-dialog.c, src/preferences-dialog.h,
22908         src/preferences.c, src/preferences.h, src/project_dbase.c,
22909         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22910         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22911         src/utilities.c, src/utilities.h:
22912         
22913         Widgetized Preferences and gave proper function names.
22915         * src/executer.c: Fixed a session loading bug.
22916         
22917 2003-02-27  Naba Kumar  <naba@gnome.org>
22919         * printing/print.c: Fixed printing font bug that failed to load the
22920         proper fonts.
22921         
22922         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22923         
22924         * TODO, anjuta.prj: Updated.
22926 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22928         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22929         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22930         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22931         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22932         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22933         fixed omf errors
22935 2003-02-25  Naba Kumar  <naba@gnome.org>
22937         * Makefile.am: Excluded omf-install from installation as the docs are
22938         not ready.
22939         
22940         TODO: Updated.
22941         
22942         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22943         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22944         property names and added new editor properties and code cleanups.
22945         Also added new project properties.
22946         
22947         * src/compiler_options.[h,c]: Added pkg-config packages supports
22948         and fixed bugs.
22949         
22950         * src/glade_iface.h: Cleanups.
22951         
22952         * src/launcher.c: Used timer instead of idle to scan.
22953         
22954         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22955         src/project_config.[h,c], src/project_import.c: Implemented project
22956         property to define GUI editor and to handle it.
22957         
22958         * src/preferences.c: i18n fixes.
22959         
22960         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22961         unused (and old) pixmaps.
22962         
22963         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22964         
22965 2003-02-25  Naba Kumar  <naba@gnome.org>
22967         * src/message-manager-private.[h,cc], src/preferences.c,
22968         anjuta.glade, anjuta_dialog_strings.c: Implemented
22969         gnome terminal profiles for the terminal preferences and moved the
22970         addition of terminal preferences in the terminal constructor.
22971         
22972         * anjuta.prj: Updated.
22974 2003-02-24  Naba Kumar  <naba@gnome.org>
22976         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22977         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22978         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22979         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22980         preferences dialog.
22982         * TODO: Updated.
22984         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22985         text selection and child re-spawning.
22987         * src/pixmaps.h: Removed unused pixmaps definitions.
22988         
22989 2003-02-23  Naba Kumar  <naba@gnome.org>
22991         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22992         the project tree/window.
22994         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22995         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22996         Correct the use of a variable and implemented session save/load
22997         for tree expansion states.
22998         
22999         * src/main_menubar_def.h: Fixed shortcuts keys.
23000         
23001         * src/anjuta.c, src/gnome_project.c: Code clean ups.
23002         
23003         * anjuta.prj: Updated.
23004         
23005 2003-02-22  Naba Kumar  <naba@gnome.org>
23007         * src/debug_tree.[c,h]: GNOME2 port from 
23008         Etay Meiri <etay-m@bezeqint.net>
23009         
23010         * src/an_file_view.c, src/resources.[h,c],
23011         data/properties/bash.properties,
23012         data/properties/cpp.properties,
23013         data/properties/html.properties,
23014         data/properties/make.properties,
23015         data/properties/others.properties,
23016         data/properties/perl.properties,
23017         data/properties/props.properties,
23018         data/properties/xml.properties: Standarized file icons. Icons are
23019         defined in respective .properties file and are retrieved as resource
23020         data.
23022         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
23023         in labels from the commands editor as that would create
23024         problems for translators.
23026 2003-02-21  Naba Kumar  <naba@gnome.org>
23028         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
23029         as they should be part of CVS(?).
23031         * Makefile.am: Corrected a typo for glade generated strings file.
23033         * configure.in, po/hi.po: Added new Hindi (hi) translation
23034         in ALL_LINGUS and added initial Hindi translation.
23036         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
23037         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
23038         sv_unknown.xpm to more proper icon.
23040         * (new)data/properties/php.properties, data/properties/Makefile.am,
23041         data/properties/anjuta.properties, data/properties/html.properties:
23042         Fixed PHP syntax hilighting bug by separating php properties into
23043         different file (because of file size).
23045         * TODO: Updated.
23046         
23047 2003-02-20  Naba Kumar <naba@gnome.org>
23049         * src/breakpoints.c: Fixed breakpoints session saving/loading
23050         crash bug.
23051         
23052         * scintilla/*, scintilla/include/*: Updated to scintilla
23053         release 1.51
23054         
23055 2003-02-19  Naba Kumar <naba@gnome.org>
23057         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
23058         * TODO: Updated.
23060         * Makefile.am, src/Makefile.am,
23061         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
23062         (removed) src/anjuta_dialog_strings.c,
23063         (removed) src/anjuta_dialogs_strings.c,
23064         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
23065         (added) anjuta.glade: Transfered glade files from src/ directory
23066         to the top level directory.
23068         * po/POTFILES.in: Updated.
23069         
23070         * (removed) macrocs2/*: Transfered to data/ directory.
23071         
23072         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
23073         data/Makefile.am: Moved macros in data directory. Anjuta no longer
23074         requires to have macros dir, but the projects generated by anjuta
23075         require them.
23076         
23077         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
23078         trees.
23079         
23080         * src/defaults.c: Corrected default compiler options.
23081         
23082         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
23083         wizard.
23084         
23085         * src/message-manager-private.cc, src/message-manager-private.h,
23086         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
23087         
23088         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
23089         source code generation for gnome2 projects.
23091 2003-02-11  Naba Kumar <naba@gnome.org>
23093         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
23094         restores the expand/collaspe states of the nodes after refresh.
23095         
23096         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
23097         
23098 2003-02-11  Naba Kumar <naba@gnome.org>
23100         * src/style-editor.c: Fixed pango font description handling for fonts.
23101         * src/anjuta.glade: Removed font size spin button.
23102         * configure.in, src/anjuta.prj: Corrected version.
23103         * TODO: update.
23104         
23105 2003-02-10  Naba Kumar <naba@gnome.org>
23107         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
23108         references of scroll-menu.h and add about.h in Makefile.am.
23109         
23110         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
23111         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
23112         (removed) widgets/scroll-menu.h: Removed unused files.
23113         
23114         * Makefile.am: Added proper i18n rules and added intl tools for
23115         distributions.
23116         
23117         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
23118         to the stable release).
23119         
23120         * anjuta.spec.in: Removed manuals packaging.
23121         
23122         * data/Makefile.am: Removed 'macros' installation (not required for
23123         gnome2 projects).
23125 2003-02-10  Naba Kumar <naba@gnome.org>
23127         * po/POTFILES.in: Updated.
23129         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
23130         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
23131         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
23132         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
23133         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
23134         icons and images.
23136         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
23137         src/toolbar_callbacks.h: Fixed scintilla notification signal name
23138         and fixed to properly handle focus in find entry box.
23140         * Makefile.am: Added code for RH system menu update.
23142         * .cvsignore: Updated.
23144         * NEWS: Updated.
23146 2003-02-03  Naba Kumar <naba@gnome.org>
23148         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
23149         editor preferences. and fixes dialogs.
23151         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
23152         Fixed linenumbers and header margins when they are disabled and
23153         removed unused header files.
23155         * src/attact_process.[h,c], src/debugger.c: Attach to process
23156         now works.
23158         * src/help.c: Fixed dialog response.
23160         * TODO: Updated.
23162         * data/properties/anjuta.properties: Corrected typo.
23164         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
23165         Change the signal to "changed" in entry from "selection-changed" in
23166         list.
23168         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
23169         short-cuts.
23171 2003-01-31  Naba Kumar <naba@gnome.org>
23173         * configure.in: Upgraded to use libgnomeprint-2.2
23174         
23175         * printing/Makefile.am: Updated
23176         
23177         *(removed) printing/print-doc.c, printing/print-doc.h,
23178         printing/print-util.c, printing/print-util.h: Removed because already
23179         merged with print.c.
23180         
23181         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
23182         and libgnomeprintui-2.2 and fixed rendering problems.
23183         
23184         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
23185         uneccessary print properties, as they are separately taken
23186         care in gnomeprint.
23187         
23188         * po/POTFILES.in: Update.
23190 2003-01-30  Naba Kumar <naba@gnome.org>
23192         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
23193         for about dialog box.
23194         
23195         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
23196         src/pixmaps.h: Modified for the above additions for about dialog.
23198 2003-01-29  Naba Kumar <naba@gnome.org>
23200         * src/style_editor.[c,h]: Added missing files.
23201         
23202 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23203         * scintilla/XPM.[cxx|h]: Added missing files
23205 2003-01-29  Naba Kumar <naba@gnome.org>
23206         
23207         * TODO, po/POTFILES.in: Updated.
23208         
23209         * anjuta.prj, src/anjuta.glade,
23210         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
23212 2003-01-28  Naba Kumar <naba@gnome.org>
23213         
23214         * data/properties/anjuta.properties, src/aneditor.cxx,
23215         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
23216         properties into text properties (earlier it was int properties).
23218         * TODO: Updated
23219         
23220         * scintilla/AutoComplete.c,xx,
23221         scintilla/AutoComplete.h,
23222         scintilla/CallTip.c,xx,
23223         scintilla/CallTip.h,
23224         scintilla/Document.c,xx,
23225         scintilla/Document.h,
23226         scintilla/Editor.c,xx,
23227         scintilla/Editor.h,
23228         scintilla/LexAVE.c,xx,
23229         scintilla/LexCSS.c,xx,
23230         scintilla/LexHTML.c,xx,
23231         scintilla/LexOthers.c,xx,
23232         scintilla/LexPython.c,xx,
23233         scintilla/LineMarker.c,xx,
23234         scintilla/LineMarker.h,
23235         scintilla/Makefile.am
23236         scintilla/PlatGTK.c,xx,
23237         scintilla/PropSet.c,xx,
23238         scintilla/ScintillaBase.c,xx,
23239         scintilla/ScintillaBase.h,
23240         scintilla/ScintillaGTK.c,xx,
23241         scintilla/ViewStyle.c,xx,
23242         scintilla/include/Platform.h,
23243         scintilla/include/SciLexer.h,
23244         scintilla/include/Scintilla.h,
23245         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23246         
23247         
23248         src/Makefile.am,
23249         src/an_file_view.c,
23250         src/an_symbol_view.c,
23251         src/anjuta-tools.c,
23252         src/anjuta.c,
23253         src/anjuta.glade
23254         src/anjuta.h,
23255         src/anjuta_cbs.c,
23256         src/anjuta_dialogs_strings.c,
23257         src/anjuta_info.c,
23258         src/commands.c,
23259         src/compiler_options.c,
23260         src/debugger.c,
23261         src/help.c,
23262         src/main_menubar.c,
23263         src/main_menubar.h,
23264         src/main_menubar_def.h,
23265         src/mainmenu_callbacks.c,
23266         src/mainmenu_callbacks.h,
23267         src/message-manager-private.c,c
23268         src/message-manager-private.h,
23269         src/message-manager.c,c
23270         src/message-manager.h,
23271         src/pixmaps.h,
23272         src/preferences.c,
23273         src/preferences.h,
23274         src/project_config.c,
23275         src/project_dbase.c,
23276         src/project_dbase_gui.c,
23277         src/project_import_gui.c,
23278         src/properties.c,xx,
23279         src/properties.h,
23280         src/resources.c,
23281         src/src_paths.c,
23282         src/text_editor.c,
23283         src/text_editor_gui.c,
23284         src/toolbar.c,
23285         src/utilities.c,
23286         src/utilities.h,
23287         anjuta.prj: GNOME2 porting and fixed many porting bugs.
23288         
23289 2003-01-24  Naba Kumar <naba@gnome.org>
23291         * src/text_editor_gui.c, src/toolbar.c,
23292         src/text_editor.c, src/text_editor_cbs.h:
23293         Used correct notification signal name for scintilla
23294         (gtk2) and fixed UI.
23295         
23296         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23297         when not required.
23298         
23299         * printing/print-doc.c,
23300         printing/print.c,,
23301         src/anjuta-tools.c,
23302         src/find_replace.c,
23303         src/goto_line.c,
23304         src/launcher.c,
23305         src/mainmenu_callbacks.c,
23306         src/project_dbase.c,
23307         src/project_dbase.h,
23308         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23309         src/text_editor.c,
23310         src/text_editor_cbs.h:
23313 2003-01-23  Naba Kumar <naba@gnome.org>
23315         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23316         correct stock icons and organized pixmap macros.
23317         
23318         Makefile.am: Removed non-generated files.
23319         
23320         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23321         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23322         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23323         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23324         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23325         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23326         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23327         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23328         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23329         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23330         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23331         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23332         stop.xpm, undo.xpm}: Removed because no longer used.
23334         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23335         file_unknown.xpm}: Files renamed from fv_*, as it would
23336         be the right name.
23338         * pixmaps/Makefile.am: Updated for the above changes.
23340 2003-01-23  Jakub Steiner <jimmac * ximian * com>
23342         * pixmaps/autocomplete-16.png,
23343         pixmaps/autocomplete.png,
23344         pixmaps/block-end-16.png,
23345         pixmaps/block-end.png,
23346         pixmaps/block-start-16.png,
23347         pixmaps/block-start.png,
23348         pixmaps/bookmark-first-16.png,
23349         pixmaps/bookmark-first.png,
23350         pixmaps/bookmark-last-16.png,
23351         pixmaps/bookmark-last.png,
23352         pixmaps/bookmark-next-16.png,
23353         pixmaps/bookmark-next.png,
23354         pixmaps/bookmark-prev-16.png,
23355         pixmaps/bookmark-prev.png,
23356         pixmaps/error-next-16.png,
23357         pixmaps/error-next.png,
23358         pixmaps/error-prev-16.png,
23359         pixmaps/error-prev.png: gnome2-styled icons
23362 2003-01-23  Naba Kumar <naba@gnome.org>
23364         * anjuta.prj: Updated compiler options.
23365         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23367         * src/aneditor.cxx,
23368         src/anjuta.c,
23369         src/anjuta.glade,
23370         src/anjuta_dialogs_strings.c,
23371         src/mainmenu_callbacks.c,
23372         src/mainmenu_callbacks.h,
23373         src/text_editor.c,
23374         src/text_editor_cbs.c,
23375         src/text_editor_gui.c: GNOME2 Porting.
23377 2003-01-22  Naba Kumar <naba@gnome.org>
23379         * ChangeLog: Corrected dates.
23380         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23381         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23382         preferences.
23384 2003-01-22  Naba Kumar <naba@gnome.org>
23385         
23386         * plugins/patch/patch-plugin.c: Bug fix.
23387         
23388         * src/anjuta-tools.c,
23389         src/anjuta.c,
23390         src/anjuta.glade,
23391         src/anjuta.h,
23392         src/anjuta_dialogs_strings.c,
23393         src/breakpoints.c,
23394         src/cvs_gui.c,
23395         src/debugger.c,
23396         src/debugger.h,
23397         src/executer.c,
23398         src/glade_iface.c,
23399         src/main.c,
23400         src/mainmenu_callbacks.c,
23401         src/mainmenu_callbacks.h,
23402         src/preferences.c,
23403         src/project_dbase.c,
23404         src/project_dbase_gui.c,
23405         src/registers.c,
23406         src/sharedlib.c,
23407         src/signals.c,
23408         src/signals_cbs.c,
23409         src/source.c,
23410         src/stack_trace.c,
23411         src/toolbar_callbacks.c,
23412         src/utilities.c,
23413         src/utilities.h,
23414         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23415         
23416         * src/Makefile.am,
23417         (removed) src/CORBA-Server.c,
23418         (removed) src/CORBA-Server.h,
23419         (removed) src/Gladen-common.c,
23420         (removed) src/Gladen-stubs.c,
23421         (removed) src/Gladen.h,
23422         (removed) src/Prj-common.c,
23423         (removed) src/Prj-skelimpl.c,
23424         (removed) src/Prj-skels.c,
23425         (removed) src/Prj-stubs.c,
23426         (removed) src/Prj.h,
23427         (removed) src/glades.c,
23428         (removed) src/glades.h,
23429         (removed) src/messagebox.c,
23430         (removed) src/messagebox.h: Removed because no longer used.
23432 2003-01-21  Naba Kumar <naba@gnome.org>
23434         * src/anjuta-tools.c,
23435         src/anjuta.c,
23436         src/anjuta.glade,
23437         src/anjuta_dialogs_strings.c,
23438         src/anjuta_info.c,
23439         src/anjuta_info.h,
23440         src/breakpoints.c,
23441         src/compiler_options.c,
23442         src/debugger.c,
23443         src/find_replace.c,
23444         src/find_replace.h,
23445         src/find_text.c,
23446         src/find_text.h,
23447         src/goto_line.c,
23448         src/launcher.c,
23449         src/text_editor.c,
23450         widgets/gnomefilelist.c: GNOME2 porting.
23452 2003-01-20  Naba Kumar <naba@gnome.org>
23454         * global-tags/create_global_tags.sh: Uses pkg-config to
23455         read the modules.
23456         
23457         * src/anjuta.c,
23458         src/anjuta.glade,
23459         src/anjuta.h,
23460         src/anjuta_cbs.c,
23461         src/anjuta_dialogs_strings.c,
23462         src/breakpoints.c,
23463         src/breakpoints.h,
23464         src/compiler_options.c,
23465         src/compiler_options.h,
23466         src/fileselection.c,
23467         src/fileselection.h,
23468         src/mainmenu_callbacks.c,
23469         src/project_dbase_gui.c,
23470         src/session.c,
23471         src/src_paths.c,
23472         src/src_paths.h,
23473         src/text_editor.c,
23474         src/text_editor_gui.c,
23475         widgets/gnomefilelist.c,
23476         widgets/gnomefilelist.h: GNOME2 porting.
23477         
23478         * widgets/Makefile.am,
23479         (removed) widgets/gnomedirlist.c,
23480         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23481         
23482         * src/Makefile.am,
23483         (removed) src/src_paths_cbs.c,
23484         (removed) src/src_paths_cbs.h,
23485         (removed) src/src_paths_gui.c,
23486         (removed) src/compiler_options_cbs.c,
23487         (removed) src/compiler_options_cbs.h,
23488         (removed) src/breakpoints_cbs.c,
23489         (removed) src/breakpoints_cbs.h: Removed because they are now
23490         combined in singe file
23492 2003-01-16  Naba Kumar <naba@gnome.org>
23494         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23495         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23496         options dialog UI and data handling.
23499 2003-01-15  Naba Kumar <naba@gnome.org>
23501         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23502         Completed command editor porting.
23503         
23504         * src/anjuta.c: Removed the use of commands load function
23505         (not required).
23507         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23508         and unrefs.
23510         * src/anjuta-tools.c: Fixed translatable strings.
23511         
23512         * src/find_text.c: Fixed dialog creation from glade.
23513         
23514         * src/text_editor_gui.c, src/text_editor.c,
23515         src/text_editor_cbs.c: Completed port of detached text editor
23516         to gnome2 plateform.
23517         
23518 2003-01-14  Naba Kumar <naba@gnome.org>
23520         * src/anjuta.glade, src/preferences.[h,c],
23521         src/anjuta_dialogs_strings.c: Added build and editor
23522         preferences pages and other UIs. Fixed preferense loading and saving.
23523         
23524         * src/anjuta.c: Does case-insensitive match for tabs position
23525         preferences and removed preferences loading (done at _new() call).
23526         
23527         * anjuta-tools.c: Debugged tools dialog handling.
23528         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23529         
23530 2003-01-13  Naba Kumar <naba@gnome.org>
23532         * ABOUT-NLS: Update (strange).
23534         * autogen.sh: Removed blocking code.
23536         * configure.in: Fixed an autogen bug.
23537         
23538 2003-01-13  Naba Kumar <naba@gnome.org>
23540         * (new)src/anjuta.gladep
23541         (new)src/messagebox.c
23542         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23543         will be gradually removed (and then the files).
23544         
23545         * Makefile.am,
23546         anjuta.prj,
23547         printing/print-util.c,
23548         printing/print.c,
23549         scintilla/ScintillaGTK.c,xx
23550         src/Makefile.am,
23551         src/an_file_view.c,
23552         src/an_symbol_view.c,
23553         src/anjuta.c,
23554         src/anjuta.glade
23555         src/anjuta.h,
23556         src/anjuta_dialogs_strings.c,
23557         src/anjuta_gui.c,
23558         src/attach_process.c,
23559         src/attach_process.h,
23560         src/breakpoints.c,
23561         src/breakpoints.h,
23562         src/breakpoints_cbs.c,
23563         src/commands.c,
23564         src/commands.h,
23565         src/compiler_options.c,
23566         src/compiler_options.h,
23567         src/compiler_options_cbs.c,
23568         src/configurer.c,
23569         src/configurer.h,
23570         src/controls.c,
23571         src/cvs_cbs.c,
23572         src/debug_tree.c,
23573         src/debug_tree.h,
23574         src/executer.c,
23575         src/executer.h,
23576         src/find_in_files.c,
23577         src/find_in_files.h,
23578         src/find_in_files_cbs.c,
23579         src/find_replace.c,
23580         src/find_replace.h,
23581         src/find_text.c,
23582         src/find_text.h,
23583         src/goto_line.c,
23584         src/help.c,
23585         src/help.h,
23586         src/launcher.c,
23587         src/main.c,
23588         src/main_menubar.c,
23589         src/mainmenu_callbacks.c,
23590         src/message-manager.c,c
23591         src/pixmaps.h,
23592         src/preferences.c,
23593         src/project_config.c,
23594         src/project_config.h,
23595         src/project_dbase.c,
23596         src/project_import_cbs.c,
23597         src/resources.c,
23598         src/resources.h,
23599         src/splash.c,
23600         src/src_paths.c,
23601         src/src_paths.h,
23602         src/src_paths_gui.c,
23603         src/text_editor.c,
23604         src/text_editor_gui.c,
23605         src/toolbar.c,
23606         src/toolbar.h,
23607         src/utilities.c,
23608         src/utilities.h,
23609         src/wizard_gui.c,
23610         widgets/gnomefilelist.c: GNOME2 Port.
23612 2003-01-10  Naba Kumar  <naba@gnome.org>
23614         * src/an_file_view.c,
23615         src/anjuta_gui.c,
23616         src/appwizard_gui.c,
23617         src/compiler_options.c,
23618         src/compiler_options_cbs.c,
23619         src/cvs_cbs.c,
23620         src/executer.c,
23621         src/fileselection.c,
23622         src/find_in_files.c,
23623         src/goto_line.c,
23624         src/main_menubar.c,
23625         src/memory.c,
23626         src/message-manager-dock.c,
23627         src/preferences.c,
23628         src/project_dbase_gui.c,
23629         src/project_import_gui.c,
23630         src/registers_gui.c,
23631         src/sharedlib_gui.c,
23632         src/src_paths_gui.c,
23633         src/text_editor_gui.c,
23634         src/toolbar.c,
23635         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23637 2003-01-09  Naba Kumar <naba@gnome.org>
23639         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23640         problems with some comments.
23642         * anjuta.prj: New project file (updated?)
23644         * src/Makefile.am: Enabled deprecated API and fixed variables.
23646         * src/an_file_view.c,
23647         src/an_symbol_view.c,
23648         src/anjuta-plugins.c,
23649         src/anjuta-tools.c,
23650         src/anjuta.c,
23651         src/anjuta_gui.c,
23652         src/appwizard_cbs.c,
23653         src/attach_process.c,
23654         src/attach_process_cbs.c,
23655         src/compiler_options.c,
23656         src/compiler_options_cbs.c,
23657         src/launcher.c,
23658         src/mainmenu_callbacks.c,
23659         src/message-manager-private.c,c
23660         src/message-manager-private.h,
23661         src/message-manager.c,c
23662         src/message-manager.h,
23663         src/project_dbase.c,
23664         src/project_dbase.h,
23665         src/project_dbase_gui.c,
23666         src/project_import_cbs.c,
23667         src/project_import_gui.c,
23668         src/registers.c,
23669         src/resources.c,
23670         src/resources.h,
23671         src/sharedlib.c,
23672         src/signals.c,
23673         src/signals_cbs.c,
23674         src/signals_gui.c,
23675         src/splash.c,
23676         src/src_paths_cbs.c,
23677         src/src_paths_gui.c,
23678         src/stack_trace.c,
23679         src/text_editor.c,
23680         src/text_editor_gui.c,
23681         src/text_editor_menu.c,
23682         src/toolbar.c,
23683         src/toolbar_callbacks.c,
23684         src/utilities.c,
23685         src/watch.c,
23686         src/watch_cbs.c,
23687         src/wizard_gui.c: GNOME porting.
23689 2002-12-24 Naba Kumar <naba@gnome.org>
23691         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23692         NEWS, README, SEARCH-REPLACE,
23693         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23694         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23695         launcher/Makefile.am,
23696         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23697         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23698         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23699         printing/print-util.c, printing/print.c, printing/print.h,
23700         scintilla/*/*, widgets/e-shell-about-box.c,
23701         src/*, tagmanager/*/*, widgets/Makefile.am,
23702         widgets/gnomefilelist.c:
23703         
23704         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23705         src/*.[c,h] files to gnome2 API.
23707         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23708         strings table.
23710 2002-10-23  Naba Kumar <naba@gnome.org>
23712         * autogen.sh: Prevented Users from building HEAD cvs.
23713         
23714 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23716         * src/anjuta.glade: added the compiler options dialog, hopefully
23717         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23719 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23721         * src/anjuta.glade: fixed a lot of small glitches.
23723         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23724         now.
23726         * src/breakpoints_cbs.c: polished a bit.
23728 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23730         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23732         * src/commands.c: partial gnome 2 port.
23734         * src/utilities.[ch]: changed some bits to be const.
23736 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23738         * src/Makefile.am: removed breakpoints_gui.c and added a check
23739         for gdk-pixbuf deprecated functions, but there shouldn't be much
23740         anyway.
23742         * src/breakpoints_gui.c: killed.
23744         * src/anjuta.glade: added two dialogs for the breakpoints management.
23746         * src/anjuta.h:
23747         * src/anjuta_cbs.c:
23748         * src/appwizard.c:
23749         * src/attach_process.c:
23751         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23752         really huge changes and porting work.
23753         
23754         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23755         (breakpoints_dbase_new): moved the UI init bits here.
23757         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23758         a lot, not using any color anymore (not HIG compliant) and not using
23759         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23760         to be double checked.
23762         * src/build_file.c:
23763         * src/build_project.c: gnome 2 port.
23765 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23767         * src/anjuta.glade:
23768         * src/anjuta.h:
23769         * src/anjuta_cbs.c:
23770         * src/appwizard.c:
23771         * src/breakpoints.c:
23772         * src/breakpoints_cbs.c: cleaned up some bits.
23774 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23776         * src/Makefile.am:
23777         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23779         * src/an_symbol_view.[ch]:
23780         * src/attach_process_cbs.h: polished a bit.
23782         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23784 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23786         * configure.in:
23787         * src/Makefile.am: added libglade-2 to the build.
23789         * src/anjuta.[ch]: added support for libglade.
23791         * src/anjuta.glade: added. There could be a file per top-level widget,
23792         as some other gnome projects, though.
23794         * src/attach_process_gui.c: removed.
23795         * src/attach_process.[ch]: gnome 2 port.
23796         (attach_process_new): Added the treeview init and the widget references
23797         here.
23799 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23801         * src/an_file_view.c: fixed some compilation issues.
23803         * src/an_symbol_view.c: gnome 2 port.
23805 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23807         * src/an_file_view.c: finished gnome 2 port.
23808         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23809         directory pixmap depending on the event.
23811         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23812         (project_file_data_new): use a GtkTreePath.
23814 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23816         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23817         driving me nuts but they need to be ported, heh ?
23819         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23820         work since it's quite a total rewrite again.
23822 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23824         * src/an_file_view.c:
23825         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23827 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23829         * src/anjuta_info.c:
23830         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23832 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23834         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23835         nuts ATM.
23836        
23837         * src/an_file_view.c:
23838         * src/aneditor.cxx:
23839         * src/anjuta_cbs.c:
23840         * src/compiler_options.h:
23841         * src/messagebox.c:
23842         * src/messagebox.h:
23843         * src/pixmaps.h:
23844         * src/project_dbase.h:
23845         * src/resources.h: gnome 2 port.
23847 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23849         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23851         * data/properties/sql.properties: added the DATETIME data type.
23853         * data/properties/html.properties: added the foreach php keyword.
23855 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23857         * widgets/Makefile.am: removed blank line after the last backslash
23858         for avoiding a warning from automake.
23860         * configure.in:
23861         * src/Makefile.am: added the ORBit-2 dep.
23863 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23865         * AUTHORS: added Biswa, because I wonder why noone already have
23866         written his name in the Anjuta's hall of fame :)
23868 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23870         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23871         widgets/e-shell-about-box.c: Made to compile for gnome2.
23872         
23873 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23875         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23876         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23877         
23878         * configure.in, printing/print.h, printing/print.c,
23879         printing/print-doc.c: Made to compile for gnome2.
23880         
23881 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23883         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23884         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23885         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23886         widgets/Makefile.am:
23887         
23888         Upgraded the build system to gnome2 platform.
23889         
23890 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23891         * manuals/*: Added capability to generate PDF and PS.
23892         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23893         * TODO, TODO.biswa: Intergated TODO list.
23894         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23895         , bug #574470
23896         * src/dnd.c: Fix typo
23897         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23898         * src/anjuta.c: Bug #568895, Bug #575419
23900 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23902         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23903         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23905 2002-12-17  Naba Kumar <naba@gnome.org>
23907         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23908         bugs.
23909         
23910 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23911         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23912         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23913         * anjuta.prj: Added tools.sgml
23914         * data/properties/cpp.properties: Bug # 646974
23916 2002-12-16  Naba Kumar <naba@gnome.org>
23918         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23919         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23920         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23921         on 'Enter' and adds proper focus mechanism.
23922         * src/anjuta.c: Fixed a memory corruption bug.
23923         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23924         'Enter' and can also be Canceled. Sets proper default and focus policies
23925         for tools dialogs.
23926         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23927         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23928         translatable strings in dialogs and fixed some dialog properties.
23929         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23930         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23931         * src/message_manager_private.cc: Fixed some debug messages.
23932         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23933         widgets/gnomefilelist.c: Fixed a memory leaks.
23934         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23935         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23936         src/main_menubar_def.h: Implemented incremental search.
23937         * TODO: Updated.
23939 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23940         * tagmanager/*: Minor cleanups and warning fixes.
23941         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23942         GUI during long updates.
23943         * src/text_editor.c: Remove debug message.
23945 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23946         * tagmanager/tm_project.c: Fix a memory access problem.
23948 2002-12-13  Naba Kumar <naba@gnome.org>
23950         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23951         tools list to show "Enabled" flag of the tool. Fixed a bug where
23952         tool list is not cleared when creating a new tool.
23953         
23954 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23955         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23957 2002-12-12  Naba Kumar <naba@gnome.org>
23959         * anjuta-tools.[h,c], commands.c: Used the tools help of
23960         anjuta variables list in commands editor and fixed a typos
23961         buy in anjuta-tools.c.
23962         
23963 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23964         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23965         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23966         * TODO.biswa: Added to help me track things better.
23968 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23970         * configure.in, anjuta.spec.in: Added libglade dependency.
23971         * Makefile.am: Added anjuta.glade file.
23972         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23973         , src/mainmenu_callbacks.[ch], src/message-manager.h
23974         , src/widget-registry.c: Tools editor GUI + other additions.
23976 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23978         * src/project_dbase.[ch], tagmanager/tm_project.c,
23979         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23980         Implement syncing tags image with the project database.
23981         * src/anjuta-tools.c: Implemented variable substitution and
23982         working directory in tools.
23984 2002-12-09  Naba Kumar <naba@gnome.org>
23985         
23986         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23987         command configuration language list from properties.
23988         
23989         * data/properties/asm.properties, data/properties/ruby.properties:
23990         Fixed typos.
23992 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23994         * src/an_symbol_view.c: Remember current selected entry and select
23995         it automatically after refresh.
23997 2002-11-26  Murray Cumming  <murrayc@usa.net>
23999         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
24000           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
24001         and gnomemm 1.2 projects so that people know they are really
24002         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
24003         But I did correct these to sue lowercase names.
24005 2002-12-01  Naba Kumar <naba@gnome.org>
24007         * data/anjuta.properties: Fixed caching problem on 
24008         indicators.
24009         * src/preferences.c, src/preferences_gui.c: Implemented automatic
24010         indicators prefs.
24011         
24012 2002-12-01  Naba Kumar <naba@gnome.org>
24014         * data/properies/anjuta.properties: Corrected "indicators.automatic"
24015         property name.
24016         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
24017         property and uses it.
24018         * src/aneditor.cxx: Fixed a bug associated with selection a word at
24019         current cursor.
24020         
24021 2002-11-30  Naba Kumar <naba@gnome.org>
24023         * src/debugger.c: Fixed a typo.
24024         * data/properties/*: Updated properties files and added
24025         new ones.
24026         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
24027         Added comment submenu and cleaned up ref and unref of menus.
24028         * src/aneditor.h: Added definition of comment commands.
24029         * src/aneditor.c: Upgrade from latest SciTE source code.
24030         * src/text_editor.[hc], src/text_editor_cbs.c, 
24031         src/message_manager_private.cc, src/message_manager.[cc,h],
24032         src/anjuta.[c,h]: Added indicators support for errors/warnings
24033         highlight in the editor.
24034         * NEWS, TODO: Update.
24035         * scintilla/include/PropSet.h: Removed deprecrated function.
24036         
24037 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24039         * src/anjuta-tools.[ch]: Tools implementation (basic)
24040         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
24041           , src/main_menubar_def.h: PLugins cleanup and segregation
24042         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
24043           registry
24044         * anjuta.prj: Added new files
24045         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
24046         * plugins/class-gen/clsGen.c: Register menu under 'Project'
24047         * plugins/patch/patch-plugin.c: Register menu under 'Format'
24048         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
24049         * src/Makefile.am: Added new files
24050         * src/message-manager.[cc/h]: Added standard output and error windows
24052 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
24054         * project_type.c: Fixed Gnomemm2 project type
24056 2002-11-25  Naba Kumar <naba@gnome.org>
24058         * printing/print.c: Fixed a compile warning.
24059         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
24060         * src/utilities.c: Fixed a compile warning in sparc, hides the
24061         terminal check error output from the user.
24062         * project_config.[ch], project_dbase.[ch], source.c: Added project
24063         version, exclude modules configuration and reordered other config
24064         properties. Changed some strings to more descriptive text.
24065         * src/compiler_opitions.c: Removed extra newlines from .prj file
24066         save.
24067         * anjuta.prj: Converted to new format (only reorganised properties
24068         and removed extra newlines ... nothing else).
24069         * NEWS: updated
24070         
24071 2002-11-21  Naba Kumar <naba@gnome.org>
24073         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
24074         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
24075         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
24076         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
24077         Updated to the CVS version.
24079 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24081         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
24082           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
24083           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
24084           images in completion lists. 
24085         * src/resources.h: Make C++ friendly.
24086         * scintilla/PropSet.cxx: Fix memory leak.
24088 2002-11-20  Naba Kumar <naba@gnome.org>
24090         * scintilla/*/*: Synced to latest scintilla 1.49
24091         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
24092         New lexers added.
24094         * scintilla/RESearch.cxx: The automatic cvs log in the
24095         file really broke things trying to interprete the changelog
24096         entry incorrectly as end-of-comment. Removed the $cvs line
24097         and committed again.
24098         
24099 2002-11-19  Naba Kumar <naba@gnome.org>
24101         Patch from Timothee Besset <ttimo@idsoftware.com>
24102         
24103         * src/message-manager-private.cc: Interpretes absolute
24104         file paths properly in zvt terminal.
24106 2002-11-19  Naba Kumar <naba@gnome.org>
24108         Patch from Timothee Besset <ttimo@idsoftware.com>
24109         
24110         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
24111         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
24112         (important) editor preferences in project (if there is one
24113         open).
24114         
24115         * TODO: Updated
24116         
24117 2002-11-18  Naba Kumar <naba@gnome.org>
24118         
24119         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24120         
24121         * src/debug_tree.c, src/find_in_files_gui.c,
24122         src/find_replace.c, src/find_text.c, 
24123         src/project_import.c, src/project_import_gui.c,
24124         src/wizard_gui.c: i18n Fixes.
24126 2002-11-15  Naba Kumar <naba@gnome.org>
24128         * plugins/class-gen/clsGen.c: Fixed to use project function
24129         to import files. Create non-existent directories before the
24130         sources are written.
24131         
24132         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
24133         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
24134         src/glade_iface.c,
24135         src/glades.c: Excluded gladen files from build. This
24136         will fix the unnecessary dependency on libssl.
24137         
24138         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
24139         file import funtion.
24140         
24141         * src/message_manager_private.cc: Fixed a compiler warning with
24142         DEBUG preprocessor macro.
24143         
24144         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
24145         wrong (undocked) editor window was closed on clicking close on an
24146         undocked editor window.
24147         
24148         * src/debugger.c: Fixed a bad bug where debugger terminal won't
24149         start correctly if the executable was run before with 'F3'.
24150         
24151         * src/toolbar_callbacks.c: Wrap around find next.
24152         * src/toolbar.c: Disable combo activate.
24153         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
24154         button positions to get 'yes' as default.
24156         * anjuta.spec.in: Updated.
24157         
24158         * src/anjuta_info.c, src/appwizard_gui.c,
24159         src/attach_process_gui.c, src/breakpoints_gui.c,
24160         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
24161         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
24162         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
24163         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
24164         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
24165         src/preferences.c, src/preferences_gui.c, src/project_config.c,
24166         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
24167         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
24168         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
24169         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
24170         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
24171         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
24172         plugins/patch/patch-plugin.c, printing/print-util.c:
24173         Set all windows and dialogs transient
24174         to their parents so that they remain floated above their parents.
24175         
24176 2002-11-13  Naba Kumar <naba@gnome.org>
24178         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
24179         take default editor font).
24180         
24181         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
24182         Corrected email address.
24183         
24184         * src/mainmenu_callbacks.c: Used spaces instead of tabs
24185         for changelog entry.
24187         * NEWS: Updated.
24188         
24189 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24190         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
24192 2002-11-06  Naba Kumar <naba@gnome.org>
24194         * README: Updated
24195         * anjuta.spec.in: Ships the .omf files with the
24196         documents instead of the base package.
24197         
24198 2002-11-04  Naba Kumar <naba@gnome.org>
24200         * data/properties/latex.properties: Fixed a bug.
24201         * ChangeLog: Released 1.0.0 stable.
24203 2002-11-04  Naba Kumar <naba@gnome.org>
24205         * src/commands.c: Added command with shell redirection capability.
24206         * data/properties/anjuta.properties: Changed default execution
24207         command.
24208         * src/project_dbase.c: Set project top dir in properties.
24209         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
24210         * data/Makefile.am: More diskcheck error fixes.
24211         
24212         * README, anjuta.spec.in, THANKS, AUTHORS,
24213         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
24214         manuals/C/anjuta-manual/authers,sgml,
24215         manuals/C/anjuta-manual/anjuta-manual.sgml,
24216         manuals/C/anjuta-manual/anjuta-manual-C.omf,
24217         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
24218         : Changed anjuta home to
24219         new URL and my email address.
24220         
24221         * manuals/C/anjuta-manual/interfaces.sgml,
24222         manuals/C/anjuta-manual/prefereces.sgml,
24223         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
24224         
24225         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
24226         : removed reference to the help menu as the menu is modified
24227         when no help is found (which is very likely when we are
24228         shiping the documents separately).
24229         
24230 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24231         * anjuta.spec.in: Update specfile to make multiple RPMs.
24232         * data/Makefile.am: make dist fix.
24233         * src/text_editor_menu.c: Fix compile warnings (casts).
24235 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24236         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
24237         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
24239 2002-11-01  Naba Kumar <naba@gnome.org>
24241         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
24242         Added gnome2 macros to be used by gnome2 project wizard.
24243         
24244         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24245         from gnome-common.
24246         
24247         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24248         as it was conflicting with generated projects and is not
24249         useful for us.
24250         
24251         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24252         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24253         project generation, removed qt project as it's not complete and
24254         added gnome2 bonobo wizard.
24256 2002-10-29  Naba Kumar <naba@gnome.org>
24258         * po/POTFILES.in: Updated.
24259         * po/POTFILES.skip: Added.
24260         * preferences.h: Fixed print paper size property name.
24262 2002-10-28  Naba Kumar <naba@gnome.org>
24263         
24264         * data/user.properties, data/Makefile.am: Added user properties file
24265         which will be copied in user's ~/.anjuta/user.properties.
24266         
24267         * data/anjuta.properties: Changed a comment.
24268         
24269         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24270         
24271         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24272         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24273         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24274         item.
24276         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24277         instead of user properties file.
24278   
24279         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24280         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24281         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24282         * README, TODO: Updated.
24283         
24284 2002-10-28  Naba Kumar <naba@gnome.org>
24286     * manuals/C/anjuta-manual/figures/editor_guides.png,
24287     manuals/C/anjuta-manual/figures/editor_margins.png,
24288     manuals/C/anjuta-manual/figures/editor_markers.png,
24289     manuals/C/anjuta-manual/figures/local_variables.png,
24290     manuals/C/anjuta-manual/figures/open_file_multiple.png,
24291     manuals/C/anjuta-manual/figures/prefs_print.png,
24292     manuals/C/anjuta-manual/figures/print_dlg.png,
24293     manuals/C/anjuta-manual/figures/print_preview.png,
24294     manuals/C/anjuta-manual/figures/symbol_browser.png,
24295     manuals/C/anjuta-manual/figures/variable_tip.png: New png
24296     files for manual documentation.
24297     
24298     * manuals/sgmldocs.make,
24299     manuals/C/anjuta-manual/Makefile.am,
24300     manuals/C/anjuta-manual/authors.sgml,
24301     manuals/C/anjuta-manual/build.sgml,
24302     manuals/C/anjuta-manual/compileopts.sgml,
24303     manuals/C/anjuta-manual/debugger.sgml,
24304     manuals/C/anjuta-manual/execute.sgml,
24305     manuals/C/anjuta-manual/fileoperations.sgml,
24306     manuals/C/anjuta-manual/interface.sgml,
24307     manuals/C/anjuta-manual/preferences.sgml,
24308     manuals/C/anjuta-manual/projects.sgml,
24309     manuals/C/anjuta-manual/figures/arguments.png,
24310     manuals/C/anjuta-manual/figures/open_file.png,
24311     manuals/C/anjuta-manual/figures/other_opts.png,
24312     manuals/C/anjuta-manual/figures/scrshot.png,
24313     manuals/C/anjuta-manual/figures/toolbar_browser.png,
24314     manuals/C/anjuta-manual/figures/toolbar_tags.png:
24315     
24316     Updated anjuta manual documentation.
24318     
24319 2002-10-27  Naba Kumar <naba@gnome.org>
24321     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24322     check and modifies debugger terminal command accordingly
24323     to function properly.
24324     
24325 2002-10-25  Naba Kumar <naba@gnome.org>
24327         * manuals/sgmldocs.make: Fixed a couple of bugs.
24328         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24330 2002-10-24  Naba Kumar <naba@gnome.org>
24332         * src/debug_tree.c: Fixed a crash bug from Etay.
24334         * global_tags/create_global_tags: Added messages.
24335         Fixed infinite looping within files.
24336         
24337         * macro/autogen.sh: Removed debug and warning flags for defaults.
24338         
24339         Patch from Vadim Berezniker <vadim@berezniker.com>
24340         
24341         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24342         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24343         generation.
24345         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24346         temporarily just copy it
24348 2002-10-24  Naba Kumar <naba@gnome.org>
24350         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24351         manuals/C/anjuta-manual/anjuta-manual.sgml, 
24352         manuals/C/anjuta-manual/compileopts.sgml,
24353         manuals/C/anjuta-manual/debugger.sgml,
24354         manuals/C/anjuta-manual/execute.sgml,
24355         manuals/C/anjuta-manual/fileoperations.sgml,
24356         manuals/C/anjuta-manual/interface.sgml,
24357         manuals/C/anjuta-manual/introduction.sgml,
24358         manuals/C/anjuta-manual/projects.sgml,
24359         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24360         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24361         manuals/ja/anjuta-manual/anjuta-manual.sgml,
24362         manuals/ja/anjuta-manual/compileopts.sgml,
24363         manuals/ja/anjuta-manual/debugger.sgml,
24364         manuals/ja/anjuta-manual/execute.sgml,
24365         manuals/ja/anjuta-manual/fileoperations.sgml,
24366         manuals/ja/anjuta-manual/interface.sgml,
24367         manuals/ja/anjuta-manual/introduction.sgml,
24368         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24370 2002-10-24  Naba Kumar <naba@gnome.org>
24372         * src/project_type.c: added autogen for qt projects.
24373         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24374         Fixed a bug that retrieves wrong terminal command.
24375         * src/commnads.c: Added more terminal commands.
24376         * configure.in: Checks for scrollkeeper version.
24377         
24378 2002-10-22  Naba Kumar <naba@gnome.org>
24380         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24381         instead of AM_GNOME_GETTEXT.
24382         
24383         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24384         for setup-gettext for the wizard generated projects.
24386         * src/source.c: Fixed a bug where glade file wasn't generated.
24387         
24388         * src/gnome_project.c: Excluded project version from project dir
24389         name.
24390         
24391 2002-10-22  Naba Kumar <naba@gnome.org>
24393         * acinclude.m4: New file with dummy funtion for gettext
24394         cross compatibility fix.
24395         
24396         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24397         * configure.in: Fixed cflags to avoid useless warnings.
24398         * Makefile.am: EXTRA_DIST += setup-gettext.
24399         * src/toolbars.c: Added space paddings around tags label.
24401 2002-10-21  Naba Kumar <naba@gnome.org>
24403         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24404         
24405         * setup-gettext: New script to maintain gettext cross version
24406         compatibility.
24407         * configure.in, macros/autogen.sh: Fix for gettext cross version
24408         compatibility.
24409         
24410 2002-10-21  Naba Kumar <naba@gnome.org>
24412         * debug_tree.c: Fixed incorrect use of debug assertion.
24413         
24414 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24415             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24416         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24417         src/memory.c, src/memory.h, src/message-manager-private.cc:
24418         
24419         New parsing algorithm; adapted from kdevelop.
24420         Middle button menu for changing the value's display type
24422 2002-10-07  Naba Kumar <naba@gnome.org>
24424         * src/main_menubar_def.h: Changed status bar message for Help->
24425         Browse info pages. Bug #603308
24427         * src/executer.c: Made "User terminal" default for creating
24428         projects (User can always disable it later). Bug #114222
24429         
24430 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24432         * macros/autogen.sh: Require gettext 0.10.x for autogen
24433         * src/text_editor.c: Fixes Bug #595303
24434         * src/source.c: Fixes Bug #595970
24435         * src/anjuta.c: Fixes Bug #598366
24436         * scingtilla/LexCPP.cxx: Bug #602296
24437         * src/main_menubar_def.h: Bug #604363
24438         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24439         
24440 2002-10-07  Jens Georg <mail@jensgeorg.de>
24442         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24443         * gnomefilelist.c: This patch fixes the bug #611542
24444         
24445 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24447         * data/properties/Makefile.am: Added tcltk.properties file.
24448         
24449 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24451         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24452         
24453         * README: Updated README
24454         * plugins/class-gen/clsGen.c, src/message_manager.cc
24455           , src/mainmeu_callbacks.c, src/memory.c
24456           , src/project_dbase_gui.c, src/text_editor_gui.c
24457           , widgets/gnomefilelist.c: Set window icons
24458         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24459           Enabled release build (stripped + optimized binaries, etc.)
24460         * data/properties/anjuta.properties, src/commands.c,
24461           src/defaults.cFixed bug #595489 (stdin on executables)
24462         * src/appwizard.c, src/main.c, src/message-manager.cc
24463           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24464           , src/debug_tree.c: Memory related (valgrind) fixes.
24465         * src/message-manager-private.[cc,h], src/pixpams.h
24466           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24467         * anjuta.prj: Added debug_tree.c to SOURCES
24468         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24469           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24470           Compacted code and cleaned up unnecessary functions.
24471         * tagmanager/*.[ch]: Code fixes.
24472         
24473 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24474         
24475         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24476         
24477         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24478         Debug tree now detects changes of displayed variables
24479         and changes their color to red
24481 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24483         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24484         
24485         * mainmenu_callbacks.c: Set's the current file name in
24486         file save as dialog.
24487         
24488 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24490         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24492         * data/properties/tcltk.properties: New file for tcl/tk
24493         properties.
24495 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24497         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24498         Fixed a fatal bug which doesn't let building gnome2 related
24499         projects. They use different autogen.sh script. Defined new
24500         type field "gnome_macro_support".
24501         
24502         * data/autogen.sh.gnome2: New file.
24503         
24504         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24505         bug with quotes escaping in quotes.
24506         
24507         * src/message-manager-private.cc: Used event box instead
24508         of frame for local message pane, so that the borders appear
24509         properly and nicely.
24510         
24511         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24512         if there is a project open and all the files are un-docked.
24514         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24516 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24518         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24519         * THANKS: updated for new contributions
24520         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24522 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24524         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24525         src/project_dbase.h, src/project_type.c, src/source.c, 
24526         src/wizard_gui.c: new Qt project type
24527         *** NB not fully tested, may need some work, icon required...
24529 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24531         * src/memory.c, src/memory.h: new memory patch
24533 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24535         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24537 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24539         * lancher/anjuta_launcher.c: Determine pty from function
24540         call instead of running 'tty' externally.
24541         
24542         * data/properties/cs.properties: Added compile/build commands.
24543         Fixed execution properties.
24544         
24545         * src/commands.c: Added c# options.
24547         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24548         
24549         * src/debug_tree.[c,h], src/debugger.[c,h],
24550         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24551         
24552         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24553         1. Misaligned structs when they are members of other structs.
24554         2. '{' sometimes appears as a variable.
24555         3. Wrong processing of some arrays.
24556         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24557         that displays the tree in two columns (variable and value).
24559 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24561         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24563         * data/properties/sql.properties: added the DATETIME data type.
24565         * data/properties/html.properties: added the foreach php keyword.
24567 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24569         * NEWS: Updated with new features.
24570         
24571         * data/.cvsignore, doc/.cvsignore: Updated.
24572         
24573         Patch from: Etay Meiri <etay-m@bezeqint.net>
24574         
24575         * src/debug_tree.h, src/debug_tree.c: New files.
24576         
24577         * src/Makefile.am, src/message-manger-private.[h,cc],
24578         src/message-manger.cc: Added Tree view for debugger
24579         locals view.
24580         
24581 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24583         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24584         
24585         * src/memory.c, src/memory.h: New files.
24586         
24587         * src/Makefile.am, src/appwizard.c, src/controls.c,
24588         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24589         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24590         
24591         Memory view implemetation that would enable viewing raw memory
24592         during debugging.
24594 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24596         * AUTHORS: added Biswa, because I wonder why noone already have
24597         written his name in the Anjuta's hall of fame :)
24599 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24601         * src/appwizard_gui.c: Removed an ambiguous prototype.
24602         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24603         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24604         * THANKS: Updated M. Ali Vardar's email.
24605         
24606 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24608         * src/anjuta_gui.c: implemented feature request to stop main and browser
24609           toolbars having exclusive use of space
24611 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24613         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24614         left over from the previous work to fix bugs :-)
24615         
24616         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24617         src/controls.c, src/mainmenu_callbacks.h, 
24618         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24619         reviewed
24620         
24621         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24622         src/project_import_gui.c, src/sharedlib_gui.c, 
24623         src/signals_gui.c: set window icon correctly
24624         
24625         * NEWS: more updates for the release
24626         
24627         * HACKING: updated for window icons and insert menu information
24628         
24629         * src/cvs_gui.c, src/build_project.c, 
24630         src/project_import_cbs.c: message strings reviewed
24631         
24632         * src/controls.c: context help button should be disabled if 
24633         DevHelp is not installed
24634         
24636 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24638         * src/debugger.c: Fixed the signalling screw up because of string
24639         update in gdb used to report the child process PID. Also, no
24640         error dialog will be popped up for "no such file or directory"
24641         error (very annoying and useless error). This error will still
24642         be shown on the debug message window. Avoided terminating the
24643         program when the terminal is terminated -- doesn't hurt, otherwise
24644         we get crappy egg-and-hen problem.
24645         
24646         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24647         dimensions loading.
24648         
24649         * src/anjuta.c: Limited the default size of main window to sane
24650         values.
24652         * src/preferences.c: Fixed some deadly memory corruption bugs in
24653         the recent patches. Return from getenv() should NEVER be freed,
24654         because they are static strings.
24655         
24656         * src/preferences_gui.c: Removed the fix for crash bug with font
24657         selection and applied the real fix.
24658         
24659 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24661         * NEWS: updated for release
24663 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24665         * src/launcher.c: Added a fix a memory leak and a possible
24666         fix for zvt-crash bug.
24667         
24668         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24669         
24670         * data/properties/latex.properties,
24671         data/properties/ada.properties: Added file.is.source property.
24672         
24673         * src/an_file_view.c: Set auto column size of the file
24674         revision column.
24675         
24676         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24677         The user is now prompted to confirm the closing of the file
24678         if it is being used by CVS. If yes, the editor is closed and
24679         the CVS operation stops.
24680         
24681 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24683         * anjuta.prj: bump project version for release
24684         * BUGS: removed unnecessary file
24686 2002-06-07      Philip Van Hoof <freax@pandora.be>
24688         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24689         during the life of the file list widget
24690         * src/preferences_gui.c: sticking-plaster fix to font selection
24691         causes segfault bug
24693         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24695 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24697         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24698         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24699         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24700         added options for symbol and file browsers.
24701         * data/properties/cpp.properties: linker flags should come after
24702         the name of the file to compile.
24703         * scintilla/Editor.cxx: fixed gcc compilation warning.
24704         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24705         be executed from bindir only.
24706         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24707         tagmanager/include/tm_file_entry.h: CVS version information in file 
24708         browser.
24709         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24710         window.
24711         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24712         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24713         crashes during file import.
24714         * src/project_import.c: disable project menu items during project 
24715         import.
24716         
24717         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24719 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24721         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24722         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24723         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24724         modified Insert menu, added C functions template, header C 
24725         template, modified header_template HEADER_H ==> NAMEFILE_H
24726         
24727         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24729 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24731         * data/properties/html.properties: changed some file 
24732         associations
24734 2002-06-05 Philip Van Hoof <freax@pandora.be>
24736         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24737         
24738         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24740 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24742         * data/properties/anjuta.properties, src/defaults.c: Make windows
24743         docked by default, fix the big fonts bug.
24744         
24745         * src/an_file_view.c, src/main_menubar_def.h, 
24746         src/project_dbase_gui.c: sanitized the Edit/View mess.
24747         
24748         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24749         for customizing shortcuts.
24750         
24751         * src/mainmenu_callbacks.c: Search for selected word if present.
24752         
24753         * src/text_editor_menu.c: Added context menu options for docking
24754         and undocking editor windows.
24755         
24756         * src/main_menubar.h, src/main_menubar.c: more support for the 
24757         shortcuts menu item.
24758         
24759         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24761 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24763         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24764         all commit messages being written to top of the file
24765         
24766         * src/main_menubar_def.h: message strings reviewed
24767         
24768         * src/project_import.c: message strings reviewed
24769         
24770         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24771         some bugs around reading the project properties for creating 
24772         .glade and .desktop files in the Application Wizard. There were
24773         typos in the property names being retrieved
24774         
24775         * widgets/gnomefilelist.c: changed build_full_path to make 
24776         the file widget support ~
24777         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24778         
24779         * THANKS, widgets/e-shell-about-box.c, 
24780         manuals/anjuta-manual/C/authors.sgml: updated for new
24781         patch
24783 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24785         * src/project_dbase.c: Fixed the file-path-corruption bug
24786         and the cannot-import-file-in-project bug. (follow-up with
24787         the last commit from Stef).
24788         
24789         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24790         with unsaved-project.
24791         
24792 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24794         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24795         misplaced g_free.
24797 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24799         * data/properties/{xml,html,other}.properties: changed some file 
24800         associations
24801         
24802         * data/anjuta.mime: oops! cvs added
24803         
24804         * scintilla/RESearch.cxx: fixed up a problem with comments
24805         
24806         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24807         to avoid messages about missing libs
24808         
24809         * NEWS: started the release notes
24811 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24813         * HACKING: updated with new information on printing, patch naming
24814         
24815         * TODO: removed completed tasks
24816         
24817         * THANKS: updated a few contributions
24818         
24819         * anjuta.prj: updated the icon file
24820         
24821         * anjuta.desktop.in.in: updated to add Categories
24822         
24823         * data/anjuta.mime: created a mime type for Anjuta project files
24824         (NB needs to be added to the install in /usr/share/mime/)
24825         
24826         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24827         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24828         to PNG for websites.
24829         
24830         * plugins/patch/patch-plugin.c: clarified some messages and 
24831         made it easier to see different patching sessions
24832         
24833         * src/toolbar.c: changed some message text for consistency
24834         
24835         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24836         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24837         in preferences. 
24838         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24839                  
24840         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24841         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24842         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24843         Added XLib Project and a Dockapp Project types.
24844         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24845         projects
24846         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24847         * src/source.c: Fixed memory leak in existing projects. 
24848         (filename was not freed)
24849         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24851 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24853         * src/anjuta.h, src/anjuta.c: Added error display funtions
24854         with parent windows.
24855         
24856         * src/appwizard_cbs.c: Changed error display function to use
24857         parented version.
24858         
24859 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24861         * printing/print.h, printing/printing.c: Taken care of document
24862         zoom factor and fixed a font loading bug. Dynamically calculated
24863         text widths to work with zooms properly. Re-organized code for
24864         dynamic text width calulations to work in general with utf8 chars.
24865          Determined font height and width automatically from the font info.
24866         
24867         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24868         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24869         Converted text.zoom.factor property to use #defined value. Removed
24870         margin header and margin numbers preferences, as they  now
24871         calculated dynamically.
24872         
24873 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24875         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24876         printing/print-util.h, printing/print.c, printing/print.h:
24877         Rewritten printing support for style based printing. Syntax highlighted
24878         printing, monochromatic printing, setup using preferences etc.
24880         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24881         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24882         language and the styled text buffer.
24883         
24884         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24885         the print setup preferences page and added printer preferences. Added functions
24886         to retrieve preferences with default values.
24887         
24888         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24889         the printing.
24891         * data/properties/anjuta.properties: Added default printer preferences.
24893         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24894         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24895         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24897         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24898         
24899 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24901         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24903         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24904         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24905         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24906         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24908         printing/Makefile.am: Reduced compiler optimizations.
24910         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24911         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24912         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24913         tagmanager/tm_workspace.c: TagManager fixes.
24915 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24917         * printing/*: CVS added. :)
24918         
24919 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24921         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24923         * printing*: CVS added.
24924         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24925           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24926           src/main_menubar_def.h: Gnome Print support
24927         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24928         * configure.in: Enable debugging flag option
24929         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24930           Print properties defined.
24931         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24932         
24933 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24935         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24936         
24937         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24938         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24939           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24940           and cleanups
24941         * src/text_editor.c: Minor cleanups.
24942         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24943         * src/project_dbase.c: Fixes to add/remove files from project.
24944         * src/help.c: Fix minor memory leak.
24945         * src/project_dbase_gui.c: Remove debugging messages.
24946         * src/utilities.[ch]: Cleanups and minor fixes.
24947         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24949 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24951         * src/anjuta.c [anjuta_apply_preferences()]:
24952         Fixed a crash bug when tab pos is not defined for the editors.
24953         
24954         * data/properties/cpp.properties: Set default identifier property to normal.
24955         This fixes the bug in which the fore color gets hidden with dark background.
24957 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24959         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24960         scintilla 1.46
24961         
24962         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24963         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24964         src/anjuta.c, data/properties/anjuta.properties:
24965         Implemented line wrapping.
24966         
24967         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24968         
24969         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24970         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24971         tags. Code was reviewed from GNOME Bonsai view.
24972         
24973         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24974         it seems to have been removed by scintilla people.
24975         
24976         * data/properties/anjuta.properties: Set default line wrap to false, as
24977         is noticably slow with big files.
24978         
24979 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24981         * src/project_import_gui.c: disallow the selection of files in
24982           the browse dialog.
24983         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24984           preferences code.
24985         
24986 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24988         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24989           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24990         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24991         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24992           now works properly.
24993         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24994         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24995         * src/utilities.[ch]: Added some utility functions.
24996         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24997         
24998         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25000 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
25002         * HACKING: info on FIXME statements and removed ccview references
25003         * Makefile.am: added rule to make RPM package
25005 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
25007         * THANKS, widgets/e-shell-about-box.c, 
25008         manuals/anjuta-manual/C/authors.sgml: updated for new
25009         patch
25010         * src/anjuta.c: removed unnecessary warning code since CVS 
25011         support is now implemented :-)
25012         * manuals/sgmldocs.make: implemented a fix for bug #553969
25013         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
25014         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
25015         manuals/C/anjuta-faqs-C.omf: modified the descriptions
25016         
25017 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25018         
25019         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
25020           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
25021           src/main_menubar_def.h, src/preferences_gui.c,
25022           preferences.c, preferences.h: setup Username and Email 
25023           preferences, Insert ChangeLog and Username editor functions
25024           
25025           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
25027 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25028         
25029         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
25030           src/src_paths_cbs.c, src/src_paths_gui.c
25031           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
25033           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25035 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25037         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
25038           and goto tag menu items to main menu.
25040 2002-05-09  Andy Piper <andy.piper@freeuk.com>
25042         * THANKS, widgets/e-shell-about-box.c, 
25043         manuals/anjuta-manual/C/authors.sgml: added new contributors
25044         * HACKING: updated with info on files to change for credits
25046 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
25048     * src/aneditor.cxx: extended extension list which fixes segfault
25049     on selecting lisp, ruby or matlab as highlight style.
25051 2002-05-09  Andy Piper <andy.piper@freeuk.com>
25053         * src/main_menubar_def.h: fixed an array initialiser and fixed
25054         the lexer settings for the new entries on the Format menu
25056 2002-05-07  Stephane Demurget  <demurgets@free.fr>
25058         * Synced with Scintilla 1.45
25060 2002-05-06  Andy Piper <andy.piper@freeuk.com>
25062         * anjuta.prj: added another missing file
25063         * ChangeLog: fixed some incorrect change dates I caused by 
25064         sloppy cut-and-pasting :-/
25066 2002-05-06  Andy Piper <andy.piper@freeuk.com>
25067         
25068         * src/mainmenu_callbacks.c: fixed title of new About box
25070 2002-05-05  Andy Piper <andy.piper@freeuk.com>
25072         * src/pixmaps.h: added macros for OpenGL and SDL project icons
25074 2002-05-05  Andy Piper <andy.piper@freeuk.com>
25076         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
25077         * anjuta.prj: updated for new files
25079 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
25081         * widgets/e-shell-about-box.c: Added version display.
25082         
25083 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25085         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
25086         widgets/scroll_menu.c: fixed up some compiler warnings (patch
25087         from Philip Van Hoof)
25089 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25091         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
25092         dependency
25093         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
25094         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
25095         that produced build errors (needs checking on a machine with the
25096         ja locale!)
25097         * data/properties/lisp.properties: updated to match format of other
25098         lexer property files supplied with Anjuta
25100 2002-05-03  Andy Piper <andy.piper@freeuk.com>
25102         * anjuta.prj: added new files
25103         * HACKING: added information from the mailing list on 
25104         adding new project types to the wizard (thanks to Johannes)
25106 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25108         * src/utilities.h, src/launcher.c, src/gnome_project.c,
25109           src/appwiz_page2.c: Fix for 547038.
25111 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25113     * attach_process.c, attach_process_cbs.c: Fixed a dialog
25114     hide bug.
25115     
25116     * about.h: cvs removed.
25117     
25118 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25120         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25122         Fix for #539574.
25124         * src/anjuta.c (anjuta_system_error): checks for the error number to
25125         know whether the error description is needed or not.
25127 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25129         * pixmaps/anjuta_logo.png: New about logo.
25130     
25131         * pixmaps/anjuta_icon.png: New icon from Misha. The
25132         old one had trouble with some gtk themes.
25133     
25134         * about.c: Removed. No longer needed.
25136         * mainmenu_callbacks.c: Removed reference of about.h
25137     
25138 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25140         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25142         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
25143           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
25144         About Dialog (thanks to the Evolution team for the cool widget!)
25146 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25148         Patch from lbell <lbell@tsc4.com>
25149     
25150         * src/find_in_files.c, src/find_in_files.h,
25151           src/anjuta.c: Added save_yourself, load_yourself routines.
25152     
25153         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
25154         Added "Append messages" toggle button. This will enable
25155         the search results to be appended to the already existing
25156         results.
25157     
25158         * src/debugger.c: Fixed a typo.
25159     
25160         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
25161           src/session.c, src/session.h: Improved session management.
25163 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25165         * THANKS, FUTURE, AUTHORS: Changed my email and
25166         avoided yahoo.com.
25168 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25170         Impl. feature request #525271 (add Lisp support).
25172         * data/properties/lisp.properties: added.
25174         * data/properties/Makefile.am, data/properties/anjuta.properties: added
25175           the lisp properties.
25177         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
25178           src/utilities.[ch]: added support for the Lisp highlight style.
25180 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25182         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25183           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
25184           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
25185           option preferences to have a persistent setting. Plus it's not used
25186           often, so it's better here than flooding the menus.
25188         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
25189           preferences pages a lot more consistent and sweeter: tabs direction
25190           radiobuttons are directed against the meaning, all pages have an
25191           outter frame, a lot of padding, removed all expand attributes for
25192           vertical boxes, ...
25194           That's not a total revamp, but it's really looking better now, even
25195           if there's still work to be done.
25197 2002-05-01  Andy Piper <andy.piper@freeuk.com>
25199         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
25200         * TODO: added task to be completed before next release (update all credits)
25202 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25204         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
25205         Benke László.
25207 2002-05-01  Benke László  <decike@freemail.hu>
25209         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25211         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25212           src/main_menubar_def.h, src/mainmenu_callback.[ch],
25213           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
25214           to the format menu in order to reorder the notebook tabs in
25215           alphabetical order everytime a file is created/opened/saved.
25217 2002-05-01  Philip Van Hoof <freax@pandora.be>
25219         * widgets/gnomefilelist.[ch] (history_combo_go),
25220         (history_combo_clicked): impl.
25222         (gnome_filelist_new_with_path): use this new impl.
25224 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25226         * src/project_dbase_gui.c (add_file): added the xpm file type.
25228 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25230         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
25231         tag manager fixes.
25233         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
25234           of tag types.
25236         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
25237           src/text_editor_menu.c: Added context sensitive search in symbol
25238           browser and editor.
25240         * configure.in: Changed version number to 0.1.9.99.
25242         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
25243           src/project_import.c: Minor changes to project import facility.
25245         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25246           (Forced to use specific brace format)
25248         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25249           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25250           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25252 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
25254         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25255         replaced the spinbutton with an hscale, and made the UI less "blocky".
25257         * src/cvs_gui.c: When diffing a project you can choose date and
25258         release now.
25260         * src/project_dbase.c: Import_file activated again
25262         * configure.in, plugins/Makefile.am: Added patch plugin
25264         * plugins/patch/*: The new patch plugin
25266 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25268         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25270         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25271         dropdown list shown by autocompletion are now removed.
25273 2002-04-28  Philip Van Hoof <freax@pandora.be>
25275         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
25276         a bunch of filetypes from the older version.
25278         * src/project_dbase_gui.c (add_file): changed the import
25279         dialog's filetypes combo contents depending on the
25280         type of data to be imported.
25282 2002-04-28  Stephane Demurget  <demurgets@free.fr>
25284         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25285         the amount parameter as Philip stated and reformated to follow the
25286         Gnome convention.
25288         * src/project_dbase.c (project_dbase_make_default_filetype_list):
25289         changed accordingly.
25291 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25293         Fix for #531293.
25295         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25296         Shift-F6, to be more consistent with other Gnome apps.
25297         Moved the "Search next" entry under the "Search" one, and swapped the
25298         order of the "Find in files" and "Find and Replace" ones.
25300         Some additional fixes ands cleanups on the edit menu.
25302         * src/main_menubar.h: replaced all occurences of repeat_find by
25303         find_again for the code to be more consistent.
25305         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25306         sensitiveness depending on the existence of an active text buffer.
25308         * TODO: added some bits about improving the usability of the
25309         search/search again couple.
25311 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25313         * src/preferences_gui.c: made the tab labels text more consistent
25314         (s/misc/Misc/).
25316 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25318         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
25320         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25321         filename.
25323         * src/main.c (main): simplified some code and cleanups.
25325         Fix a part of #499366:
25327         * src/commands.[ch] (sync_from_props), (command_editor_save),
25328         (on_apply_clicked), (create_command_editor_gui): added the gui
25329         corresponding to the command.terminal preference.
25331 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25333         Fix for #465180.
25335         * anjuta.spec.in: added build requirements for the source rpm.
25337 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25339         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25340         
25341         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
25342           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
25343           src/project_type.c, source.c, wizard_gui.c:
25344           Added new GNOME 2 project types and changed glade behaviour to
25345           produce GTK code if project type GTK was selected and GTKmm code
25346           if project type GTKmm was selected (and not depending on the 
25347           selected language. Disabled glade for GNOME 2 projects because
25348           we will need glade2 there.
25349           
25350         * src/project_dbase.c: Fixed a memory lack.
25351         
25352         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25353         
25354         * src/cvs.c: Added an error message if jobs are running
25356 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25358         * tagmanager/tm_work_object.c: Fixed a chrash
25359         bug which occurs when it tries to stat an empty
25360         file name.
25361         
25362 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25364         * src/controls.c: CVS menu items now becomes
25365         insensitive when the launcher is busy.
25366         
25367         * src/anjuta.c, cvs.h, cvs.c: Created a function
25368         to update the cvs preferences when preferences are
25369         applied in preferences dialog and called it from
25370         anjuta_update_preferences().
25371         
25372 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25374         * src/cvs.c: Added a space in the cvs command
25375         before the revision part. This fixes the cvs
25376         error we get when cvs-diffing with revisions.
25377         
25378         * src/cvs.c: Fixed a compiler warning.
25379         
25380         * src/find_replace.c: The dialog now remembers
25381         the settings including the "prompt on replace"
25382         which seems to have broken somewhere line the
25383         changes.
25384         
25385 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25387         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25388         Added a new property in cvs class to hold a boolean
25389         for enabling date in cvs diff. This fixed the bizzare
25390         diff output due to the date that goes with the cvs
25391         command. Also, set the default value of compression
25392         to 3 and unified diff option to 1.
25393         
25394 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25396         * src/cvs.c: The diff editor is set to hilite as
25397         diff syntax hiliting.
25398         
25399         * configure.in, manual/Makefile.am:
25400         Added a new manual module for ja language.
25401         
25402         * manual/ja/*/*/*: New module and files for the
25403         ja translation for the anjuta documentation
25404         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25405         
25406 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25408         * src/launcher.c: Made a very messy work around
25409         for the launcher authentication to work properly.
25410         
25411         * src/find_replace.c: Applied the missing patch
25412         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25413         
25414 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25416         * src/cvs.c, src/main_menubar_def.h: made message strings
25417         consistent with existing standards from our own documentation 
25418         (such as uppercase P in Project, corrected spelling of 
25419         repository, etc.)
25421 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25423         * src/cvs_gui.c: Cleaned up gui and aligned various
25424         widgets to give a clean look.
25425         
25426 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25428         * src/launcher.c: Added work around to retrieve
25429         the child exit code. It works. :)
25430         
25431         * src/find_in_files.c, src/gnome_project.c,
25432         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25433         src/clean.c, src/clean_project.c, src/build_project.c,
25434         src/build_file.c: Modified to handle the new
25435         child exit code.
25436         
25437 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25439         * src/find_replace.c: Changed signal to call
25440         on_replace_text_close on from delete_event
25441         to close => the replace history is now updated.
25443 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25445         * src/cvs.c: escaped the cvs import message before
25446         passing it to cvs.
25447         
25448 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25450         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25451         
25452         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25453         
25454         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25455         Added cvs import
25456         
25457         * src/preferences_gui.c: GUI improvements
25458         
25459         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25461 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25463         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25464         Removed static qualifier from tm_tag_type_name() and
25465         availed it's prototype for use in outside code. also
25466         created reverse map function tm_tag_type_name();
25467         
25468         * src/anjuta.c: Implemented qualified tags names for
25469         the tag list (on the toolbar pulldown list) to avoid
25470         ambiguty in tags with similar names (like prototype
25471         and definition). Patch modified and improved.
25472         
25473         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25474         
25475 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25477         * src/utilities.[c,h]: Added a utility funtion
25478         that escapes the single and double quotes in a
25479         given string. Useful for passing command line
25480         args with quotes.
25481         
25482         * src/cvs.c: Escaped the cvs log message before
25483         passing it to cvs command line to avoid ambiguties
25484         with quotes in the message.
25485         
25486         * pixmaps/anjuta_icon.png: Changed to the new icon.
25487         from Todd Goyen <goyen@mbi-berlin.de>
25488         
25489         * src/message-manager-private.cc: Added regex to 
25490         recognize (underline hilite) the parsable outputs
25491         from the zvt terminal.
25492         
25493 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25495         Patch from: Tina Hirsch <tehirsch@arcor.de>
25496         
25497         * src/project_type.c:
25498         Fixed a bug in the wxproject type and modified the erroroutput when
25499         configure doesn't find wx-config
25500         
25501         Patch from: Timothee Besset <ttimo@idsoftware.com>
25502         
25503         * src/anjuta.c, src/message-manager-private.cc,
25504           src/message-manager-private.h
25505         Catches double clicks in the zvt terminal, and calls goto_error_line
25506         to jump to the appropriate location in the source. This will recognize
25507         grep -n output
25508         
25509 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25510         
25511         * src/build_project.c: Taken care of memory leak
25512           by freeing cmd variable properly.
25514         * src/main_menubar_def.h: Fixed wrong signal connection
25515           for cvs project commit.
25516           
25517         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25518         
25519         * src/preferences_gui.c: Added some border and adjusted
25520           expandsion, filling in box adds to make the cvs preferences
25521           more nicer.
25522         
25523 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25525         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25526         
25527         * src/cvs*, src/main_menubar*, src/preferences*: 
25528         Moved CVS settings to preferences, added a nice login dialog.
25529         
25530         * src/controls.c, src/project_dbase.c:
25531         CVS project options are only shown if a project is open
25532         
25533         * src/build_project.c:
25534         User is now asked if he wants to install as root 
25535         
25536         * src/launcher.c:
25537         Fixed a warning
25539         * anjuta.prj: Updated with cvs files
25540         
25541         * TODO: Remove task which are done
25542         
25543 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25545         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25546         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25547         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25549         Modified launcher to use controlling terminal to detect and
25550         take care of password authentications (for example, for cvs
25551         and root installs).
25552         
25553         * pixmaps/password.png: New file.
25554         
25555 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25557         Anjuta kick start tutorial wirtten by:
25558           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25560         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25561           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25562           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25563           manuals/C/anjuta-tutorial/figures/*.png:
25564           
25565           Added files
25566         
25567         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25568           
25569           Modified files.
25570         
25571 2002-03-28 Roel Vanhout <roel@stack.be>
25573         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25575         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25576           src/preferences_gui.c:
25577         Added option to wrap around to beginning/end of file when on last bookmark
25578         and next/previous bookmark is pressed
25579         
25580 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25582         Patch from Philip Van Hoof <freax@pandora.be>
25583         
25584         * src/gnomefilelist.c:
25585         Added gimp like feature that changes the file extension of
25586         the filename entered in the selections when the file
25587         filter is changed.
25588         
25589 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25590         
25591         Patch from Roy Wood <roy.wood@filogix.com>
25592         
25593         * src/controls.c, src/find_text.c, src/find_text.h,
25594           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25595           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25596           
25597           Menuitem for entering currently selected text as find target,
25598           added key accel for "find next" and changed some key accels for
25599           other key for consistency.
25600           
25601         * src/utilities.c:
25602           Cleaned up code.
25603         
25604 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25606         * src/watch.c, src/watch.h, src/watch_cbs.c,
25607           src/watch_cbs.h, src/watch_gui.c:
25608         
25609           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25610         
25611           Added change watch entries feature
25612           and Watch entries modify on double click fixed.
25614 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25616         * src/mainmenu_callbacks.c:
25617         
25618           Project commit should not bypass dialog as
25619           we need to get the cvs log from the user.
25620           
25621 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25623         * src/project_dbase.c:
25624         
25625           Patch from Roy Wood <roy.wood@filogix.com>
25626           
25627           Fixed docking bug with the new docking patch
25628           to fix copy/paste bug.
25629           
25630 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25632         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25633           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25634           src/main_menubar.h, src/main_menubar_def.h,
25635           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25637           Added cvs project support. Featured bypass cvs dialog for
25638           cases where we don't need dialog (such as project and right
25639           click selection from file browser). Cleaned up cvs code to
25640           make them generic cvs operations instead of separate file
25641           and project operations. Added cvs log action. Increased
25642           file entry box width and enabled "unified diff" by default.
25643           Used Editor buffer for status and log and set hilite for
25644           these buffers including diff buffer (DIFF hilite).
25645           
25646 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25648         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25650         * data: Added file autogen.sh.wxwin 
25651         * data/Makefile.am: Added entry for autogen.sh.wxwin
25652         * pixmaps: Added project image appwiz_wxwin.png
25653         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25654         * src/appwizard_cbs
25655           src/compiler_options.c
25656           src/pixmaps.h
25657           src/project_dbase.c
25658           src/project_dbase.h
25659           src/project_import_cbs.c
25660           src/project_type.c
25661           src/source.c
25662           src/source.h
25663           src/wizard_gui.c: Added everything necessary for new
25664                             project type 'wxWindows (wxGTK)
25665         * src/project_dbase.c: Fixed a bug that caused every project
25666                                to be a glade project in dialog
25667                                                    'Project information'.
25669 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25671         Patch submitted by Roy Wood <roy.wood@filogix.com>
25672         
25673         * src/anjuta_gui.c, src/message-manager-dock.c,
25674           src/project_dbase.c:
25675           
25676           fixed the copy/paste bug by rewriting dock/undock
25677           code.
25679 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25681         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25682         
25683         * src/cvs*, src/Makefile.am:
25684           New file for CVS support. File operations currently work
25685           cvs login needs to be done. Project support is not yet
25686           started.
25688         * src/main_menubar*, src/mainmenu_callbacks,
25689           src/anjuta.c, src/anjuta.h:
25690           Added menus and functions for cvs commands.
25691           
25692         * src/text_editor_menu.h: 
25693           Added #include <gtk/gtk.h>
25694           
25695         * src/gotoline.h:
25696           Removed a warning (and this time it works ;-)
25698         * src/utilities.c, src/utilities.h:
25699           Added a utility function to retrieve directory
25700           name out of full path.
25702 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25704         * src/executer.c: (create_executer_dialog): changed the default
25705           focus on the entry.
25707 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25709         * widgets/gnomefilelist.c:
25710         Fixed duplicate history entries for the same directory.
25711           
25712 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25714         Fix for #520092.
25716         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25717           it's already used by scintilla to delete the whole current line.
25719 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25721         Fix for #525107.
25723         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25724           calls to fileselection_hide_widget,
25725           (on_open_filesel_cancel_clicked): removed.
25727         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25728           (on_add_prjfilesel_cancel_clicked):
25730         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25731           impl.
25733         * src/fileselection.c: Made some functions static.
25734           (fileselection_hide_widget): rewritten using the new
25735           gnome_filelist_set_multiple_selection function.
25737         * src/fileselection.c: (on_file_selection_delete_event): removed
25738           unuseful widget hides. Some cleanups,
25739           (on_file_selection_cancel_clicked): impl,
25740           (create_fileselection_gui): changed the cancel button clicked's
25741           callback to use this new function.
25743         * src/anjuta.c: (anjuta_new):
25744         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25745           callbacks, because this the gnome filelist widget's job.
25747         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25748           clist selection mode duplicates set,
25749           (gnome_filelist_key_press): use the new impl. function.
25751 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25753         Fix for #441233.
25755         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25756           fixed some bogus code using an array cell out of
25757           range, removed unecessary gettext usages.
25759         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25760           some cleanups and now transform minus characters to
25761           underscores.
25763         * src/source.c:
25764           (source_write_configure_in),
25765           (source_write_toplevel_makefile_am),
25766           (source_write_desktop_entry),
25767           (source_write_glade_file):
25768         * src/project_dbase.c: (project_dbase_summon_glade),
25769           (project_dbase_generate_source_code):
25770         * src/glades.c: (gladen_write_glade_write):
25771           replaced some occurences of the target name by the
25772           project filename, using project_dbase_get_proj_name,
25773           to fix the name of some files.
25774           Fixed a lot of mem leaks.
25775           Various code cleanups.
25777 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25779         Merged with latest (1.44) scintilla.
25781         Added: - The calltip.<lexer>.end.definition property to display help
25782                  text on a second line of calltip.
25783                - The calltip.<lexer>.word.characters property to correctly find
25784                  calltips for functions that include characters like '$' which
25785                  is not normally considered a word character.
25786                - The use.monospaced property to determine initial state of
25787                  Use Monospaced Font setting.
25789         Bugs fixed: Too many to mention; please see :
25790                     http://www.scintilla.org/ScintillaHistory.html for the
25791                     full changes list.
25793         * scintilla/*/*: updated nearly all files.
25795         * TODO: removed the need of a scintilla merge.
25797         Merged with latest (1.44) SciTE properties.
25799         * data/properties/anjuta.properties: added the wrap, use.monospaced
25800           properties.
25802         * data/properties/html.properties: added a missing php extension, and
25803           updated php keywords to the latest reference.
25805         * data/properties/pascal.properties: added commands to compile, build
25806           and execute pascal applications.
25808         * data/properties/lua.properties: added styles for statements.
25810         * data/properties/bash.properties: added the declare keyword.
25812         Fixed distchecking.
25814         * global-tags/Makefile.am,
25815           global-tags/create-global-tags.sh: used some kind of ugly hack to
25816           make distchek work, since noone has proposed some better way.
25818         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25819           and Ctrl-N replace Alt-N for new file according to the Gnome design
25820           reference.
25822 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25824         * widgets/gnomedirlist.c
25825         widgets/gnomedirlist.h
25826         widgets/gnomefilelist.c
25827         widgets/gnomefilelist.h:
25829         Added GPL headings in the file.
25831 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25833         * src/attach_process.c
25834         src/attach_process_cbs.c
25835         src/attach_process_cbs.h
25836         src/attach_process_gui.c
25837         src/breakpoints.c
25838         src/breakpoints_cbs.c
25839         src/breakpoints_cbs.h
25840         src/breakpoints_gui.c
25841         src/commands.c
25842         src/compiler_options.c
25843         src/compiler_options_cbs.c
25844         src/compiler_options_cbs.h
25845         src/compiler_options_gui.c
25846         src/find_in_files.c
25847         src/find_in_files_cbs.c
25848         src/find_in_files_cbs.h
25849         src/find_in_files_gui.c
25850         src/find_replace.c
25851         src/find_text.c
25852         src/help.c
25853         src/preferences.c
25854         src/preferences_gui.c
25855         src/project_config.c
25856         src/src_paths.c
25857         src/src_paths_cbs.c
25858         src/src_paths_cbs.h
25859         src/src_paths_gui.c:
25860         
25861         Bugs #521629 and #522427 fixed. The problem was, that the
25862         escape-key was not catched and the dialog was hidden, but
25863         the flag was not set correctly.
25865         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25866         using the gnome_dialog_close_hides()-setting present in most dialogs.
25867         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25868         emits "close" and set the flag in the close-callback.
25870         Patch from: Jens Georg <mail@jensgeorg.de>
25872 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25874         * src/*.{c,cpp}: s/string_free/g_free/
25876         * src/utilities.[ch]: (string_free): removed.
25878 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25880         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25882         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25883         src/mainmenu_callbacks.[ch]:
25884         Removed Project menu options: README, TODO, ChangeLog and NEWS
25885         Moved Save Build Messages to Build menu and only highlight it
25886         when there are build messages.
25887         Corrected a spelling: "mojority" -> "majority"
25888         Fixed initialisation of edit.edit_app_gui so now Edit menu
25889         can be shown when no project is loaded.
25891         * src/project_dbase.h: Removed prototype for static function
25893 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25895         * src/text_editor.c: Editor is marked changed after
25896         autoformat. 
25897         
25898         Patch from: Jens Georg <mail@jensgeorg.de>
25900 2002-03-04 Roel Vanhout <roel@stack.be>
25902         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25904         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25905         Added option to ignore binary files on 'Find in files' (grep -I option)
25907 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25909         * src/main.c:
25910         session restoration and commandline load in 
25911         gtk idle loop.
25912         
25913         * src/anjuta.[h,c], src/anjuta_cbs.c:
25914         Removed "clear windows menu" and prevented runtime 
25915         warnings.
25916         
25917         * src/compile.c, src/build_file.c, src/build_project.c,
25918         src/clean.c:
25919         Takes into account the preference setting for 
25920         show dialog when job completes. Dialogs are
25921         shown when it is enabled otherwise not.
25922         
25923 2002-03-03 Roel Vanhout <roel@stack.be>
25925         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25926         
25927         * src/find_text.c
25928         Store 'Find...' search string on search so that 'Find Next' will search for
25929         that string, even if the dialog hasn't been closed yet.
25931 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25933         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25934         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25935         src/main_menubar_def.h:
25936         
25937         Organized menus, removed "Windows" and "Utilities" menus from the
25938         menubar [they are no longer needed]. Also removed some extragenous
25939         separators.
25940           
25941 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25943         * src/message-manager-private.cc:
25944         Set message clist selection mode to BROWSE.
25945         
25946         * src/message-manager.cc, src/an_symbol_view.c,
25947         src/an_file_view.c:
25948         Added Key navigation for the CTree and CList. Arrow left for
25949         node collapse, right for node expand, space (or enter) for
25950         activation (same as double click).
25951         
25952 2002-03-03 Roel Vanhout <roel@stack.be>
25953         
25954         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25955         
25956         * plugins/class-gen/clsGen.c
25957         Added functionality to semi-intelligently prefill filename
25958         boxes with names deduced from class name
25960 2002-02-26 lbell <lbell@tsc4.com>
25962         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25963         * src/preferences_gui.c:
25964         Removed an incorrect use of gtk_misc_set_alignment().
25965         
25966         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25967         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25968         src/preferences.h, src/preferences_gui.c:
25969         
25970         Added the option to reload last open project at the startup.
25971         Added the possibility to open a new project without close
25972         an existing one
25973         
25974         * src/properties.cxx:
25975         Corrected a spelling mistake in message string.
25976         
25977         * src/session.c:
25978         Updated session functions.
25979            
25980 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25982         * widgets/gnomefilelist.c: Bug fixes.
25983         
25984         Patch from Philip Van Hoof <freax@pandora.be>
25985         
25986 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25988         * src/an_file_view.c:
25989         anjuta was unable to open some files becuase they were not being
25990         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25991         Removed mime checking when opening with anjuta, becuase it doesn't
25992         hurt to open binary files in anjuta (some even may want to do so).
25993         
25994         Added a warning when mime type is not set when "view with default
25995         viewer" is activated.
25996         
25997         * src/an_file_view.c, an_symbol_view.c:
25998         Converted N_() to _() where ever appropriate in the strings.
25999         
26000 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
26001         
26002         * src/appwizard_gui.c, src/appwizard_cbs.c
26003           src/wizard_gui.c/h, src/appwiz_page3.c,
26004           src/project_import_gui.c:
26005           
26006         Moved target type radiobuttons to appwiz. page 2
26007         
26008         * src/message-manager-private.cc
26009         Fixed a bug which caused a crash if next message function was used
26011         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26013 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
26015         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
26016         Modifies the behaviour of Alt-TAB in Anjuta. This
26017         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
26018         edited files in the first items of the notebook.
26020         Patch from: Timothee Besset <timo@qeradiant.com>
26021         
26022 2002-02-24  Philip Van Hoof <freax@pandora.be>
26024         * widgets/gnomefilelist.c, gnomefilelist.h:
26025           Added filecompletion
26026           
26027         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26029 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
26031         * configure.in: Added "sk" to ALL_LINGUAS.
26033 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
26034   
26035         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
26036           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
26037           src/wizard_gui.c: Added support for static and dynamic libs
26038         
26039 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
26041         * widgets/gnomefilelist.c:
26042           Fixed gnome_filelist_get_lastfilename so it no longer returns
26043           a corrupted path.
26045 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
26047         * src/resources.h, resources.c:
26048         Added url handler.
26050         * src/main_menubar_def.h, mainmenu_callbacks.c:
26051         Changed to use gnome configed url handler.
26053 2002-02-19  Philip Van Hoof <freax@pandora.be>
26055         * widgets/gnomefilelist.c
26056         Added PHP filetype.
26058 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
26060         * plugins/class-gen/clsGen.c:
26061         Added c++ support.
26062         
26063         * widgets/gnomefilelist.c:
26064         Gives the maximum space to the files section of the open file dialog.
26065         
26066         Patches from: lbell <lbell@tsc4.com>
26067         
26068 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
26070         * src/anjuta.c, main.c:
26071         Used tm_get_real_path in anjuta_get_full_filename();
26072         
26073 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
26074         
26075         * anjuta.prj: update version
26077 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26079         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
26080           removed the amount arg and replaced with a NULL-ending list.
26081           (gnome_filelisttype_makedefaultlist): use the new prototype.
26083 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
26085         * src/about.c, THANKS: updated for new contributors
26086         
26087         * anjuta.prj: added new files
26088         
26089         * README: corrected some documentation, ctags no longer needed,
26090           pkgconfig now required
26091           
26092         * data/properties/others.properties: add .cvsdiff extension
26093         
26094         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
26095           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
26096           file import
26097           
26098         * doc/anjuta.1: added initial man page thanks to 
26099           Rob Bradford <rob@debianplanet.org> (NB build and install 
26100           needs work)
26101         
26102 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
26104         * src/Makefile.am: Cleaned handling of compiler flags by moving them
26105           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
26106           warning flags. 
26107   
26108         * configure.in: Changed version to 0.1.10-pre
26109   
26110 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26112         * src/fileselection.c: (create_fileselection_gui): always display
26113           the directory creation button as we cannot rely on the dialog
26114           titlebar.
26116         * widgets/gnomefilelist.[ch]: fixed includes.
26118         * pixmaps/new_folder.xpm: resized, added a + sign.
26120 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26122         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
26123           changed all extensions to begin with a dot.
26125 2002-02-16  Philip Van Hoof  <freax@pandora.be>
26127         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
26129         * THANKS: added Philip.
26131         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
26133         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
26134         * src/file_selection.[ch],
26135         * widgets/gnomefilelist.[ch]: added a filetype
26136           combobox to the Anjuta file dialog widget.
26138 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
26140         * anjuta.spec.in: eep! the import script was not being installed by
26141           RPM - fixed for the release.
26143 2002-02-13  Stephane Demurget  <demurgets@free.fr>
26145         Various cleanups and fixes for the next release to be able to make
26146         distcheck.
26148         * plugins/*/*.c: added missing prototypes causing gcc to speak to
26149           much and make some tweaks plus cleanups.
26151         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
26152           args to remove some warnings.
26154         * global-tags/Makefile.am,
26155           data/Makefile.am,
26156           src/Makefile.am: link against Anjuta static libs using the
26157           $(top_builddir) dir, not anymore on $(top_srcdir) to make
26158           distcheck happy.
26160         * src/Makefile.am: ditto with all the Anjuta static libs.
26162         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
26163           include, as we already include the whole directory for the build.
26165         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
26166           
26167 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
26169         * pixmaps/Makefile.am: icon for libglade project now installed
26170         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
26171         * manuals/C/Makefile.am: removed ChangeLog reference which was 
26172           breaking some build stuff
26173         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
26174           include reference problems that showed up on make distcheck
26175         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
26177 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
26178         
26179         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
26181 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
26183         * src/message-manager-private.cc:
26184           The horizontal scrollbar now shows properly on demand.
26185         
26186 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
26188         * src/dnd.c fixed some warnings
26189         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
26190           and works. It is shown always at the moment but before it was
26191           shown on demand and did never work. 
26193 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
26195         * src/anjuta.c: Fixed a crash bug.
26196           patch from: Jens Georg <mail@jensgeorg.de>
26198 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
26200         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
26201           reports a problem with missing end tags on <graphic>
26203 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26205         * manuals/C/ChangeLog: removed since it was never used
26206         * manuals/C/anjuta-manual/*: more updates, new screenshots
26207         * anjuta.prj: updated for new manuals/ structure
26209 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
26211         * source.c, compiler_options.[c/h]:
26212           Fixed bug #460321 "Problem with optimization options" 
26213           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
26214         
26215 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26217         * NEWS: prepared for release, need to fill in date
26218         * data/welcome.txt: version number updated
26220 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26222         * src/text_editor_menu.c, src/an_file_view.c, 
26223           src/an_symbol_view.c: marked strings for translation
26224         
26225         * src/defaults.c, data/properties/xml.properties:
26226           *.omf and *.xsl files should use XML highlighting
26227           
26228         * manuals/C/anjuta-manual/*:
26229           - restructured so that files have more meaningful names
26230             and are easier to edit (see anjuta-manual.sgml for the
26231                 ordering)
26232           - updated some screenshots
26233           - continued rewrite
26235 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
26237         * main.c: Made a workaround to remove the old
26238         anjuta gnome config file (older than 9 Feb 2002). This
26239         will fix the bug which never lets the brower toolbar shown.
26240         
26241         * main.c: In fact, the above solution wouldn't work in all
26242         cases. Therefore, here is the better fix, which works by
26243         detecting the version of the old config file and deleting
26244         ~/.gnome/Anjuta if it is lesser than 0.1.9.
26245         
26246 2002-02-01  Andy Piper <andy.piper@freeuk.com>
26248         * HACKING: added info on submitting patches
26250 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
26252         * src/project_import_gui.c, src/project_import.c:
26253           - If Project Import Wizard is canceled everything is 
26254                 cleaned up now.
26255           - Back button is now insensitive on page 3 (some problems: 
26256                 see TODO in project_import_qui.c:284
26257           - Menu frame is insensitive if project type != GNOME(mm)
26259 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26261         * src/main.c: Fixed bug #  (Unable to open files on
26262         double click in project window from second trial onwards when
26263         the project is opened from command line).
26264         
26265         * po/POTFILES.in: Removed tags_manager.[h,c]
26266         
26267 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26269         * src/preferences.c:
26270           A quick hack to fix the 'invisible' browser toolbar when
26271           upgrading from 0.1.8 to 0.1.9
26272           
26273         * src/anjuta.c:
26274           Fixed toolbar names which were causing confusions in the toolbar
26275           show/hide.
26276           
26277         * src/main.c:
26278           Substituted "anjuta" with PACKAGE
26279           
26280         * src/project_import_gui.c: 
26281           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26282           
26283         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26284           Added new files and removed obsolete ones.
26285           
26286 2002-01-30  Andy Piper <andy.piper@freeuk.com>
26288         * src/appwizard_cbs.c, project_import_cbs.c, 
26289           main_menubar_def.h, project_import_gui.c: 
26290           updates to message strings and layout for the 
26291           import wizard.
26292           
26293         * text_editor_cbs.c: fix for the tab menu entries for 
26294           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26296 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26298         * src/toolbars.c,
26299           src/toolbars.h,
26300           src/anjuta_gui.c,
26301           src/controls.c:
26302           
26303           Tag dropdown exclusive (takes
26304           all space in the toolbar) and never vertical and
26305           increased the width of the tag combo to 256 pixs.
26306           Toolbar separator before the combo and button.
26307           Added tags label before the tag button.
26308           Reorganized the dock bands for the toolbars.
26309           
26310         * src/project_import_gui.c
26311           src/project_import.c:
26312           Fixed an error and removed an unused variable.
26313           
26314         * data/properties/anjuta.properties:
26315           Removed the property for the old toolbar and set
26316           browser toolbar show to default.
26317           
26318         * src/project_dbase.c: excluded modules were not
26319           loaded. Fixed.
26320           
26321         * src/source.c:
26322           No build files will be written if the project is blocked.
26323           
26324         * src/project_import.c,
26325           src/project_import_cbs.c,
26326           src/project_gui.c,
26327           src/wizard_gui.c:
26328           
26329           Manually applied Johannes patch to fix some memory
26330           issues and gui clean up.
26331           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26332         
26333         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26334           Fixed a bad bug with remove file from project because of
26335           files were never removed properly from the project and
26336           from the tagmanager.
26337           
26338         * src/appwiz_page3.c: Disabled unused codes to clear
26339           compiler warnings.
26340           
26341 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26343         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26344         
26345         * data/Makefile.am
26346           pixmaps/Makefile.am
26347           src/Makefile.am
26348           src/an_file_view.c
26349           src/an_symbol_view.c
26350           src/anjuta.c
26351           src/anjuta.h
26352           src/anjuta_cbs.c
26353           src/anjuta_gui.c
26354           src/controls.c
26355           src/main_menubar.c
26356           src/main_menubar.h
26357           src/main_menubar_def.h
26358           src/mainmenu_callbacks.c
26359           src/mainmenu_callbacks.h
26360           src/pixmaps.h
26361           src/project_dbase.c
26362           src/project_dbase.h
26363           src/text_editor.c
26364           src/text_editor_menu.c
26365           src/text_editor_menu.h
26366           src/toolbar.c
26367           src/toolbar.h
26368           src/toolbar_callbacks.c
26369           src/toolbar_callbacks.h :
26370           
26371           Patch submitted by:
26372           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26373           
26374           Removes the Tags toolbar and substituted it with
26375           tags combo dropdown list. Fixes a couple of bugs.
26376           
26377           Moved the tag combo to browser toolbar because
26378           main toolbar was becoming too long.
26379           Made a new icon of tag toolbar.
26380           
26381         * po/zh_TW.po: Fixed bug.
26382           
26383         * pixmaps/an_tag.xpm: Added new file.
26385 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26387         * src/project_import_gui.c: Reorganized project
26388         import gui page 2.
26389         
26390 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26392         * HACKING: added info on creating windows and dialogs
26394 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26396         * src/tm_file_view.c:
26398           Sorts the file list at the end instead of doing sort-insert
26399           to improve performance.
26400           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26402         * src/project_dbase.c: Resolved a conflict from
26403           Johannes's patch.
26404           
26405         * src/project_import.c:
26406         
26407           Fixed to use anjuta_import.sh for the bin dir and
26408           not from the data dir.
26409         
26410           Used anjuta_is_installed() function to verify a the command's
26411           executability.
26412         
26413           Fixed import command to use sh (which is more general and is
26414           gauranteed to be found in any unix system :-)). Also, added
26415           double quotes around the import directory.
26416         
26417           Changed some strings for better translations (like avoiding
26418           duplicates).
26419           
26420           Fixed the reading of wrong target type.
26421           
26422         * src/control.c: Insensitive "import project" when there is
26423           a project open.
26424           
26425         * src/project_import_cbs.c:
26426           
26427           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26428           Fixed selection of gettext checkbox.
26429           Sets the menu entries.
26430           
26431 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26432         
26433         * src/appwiz_page[1-4].c
26434         * src/appwiz_gui.c
26435         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26436         be able to reuse it.
26437         
26438         * src/mainmenubar.[c/h]
26439         * src/mainmenubar_def.h
26440         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26441         menu item
26442         
26443         * src/message-manager.c: Fixed bug 509192
26444         * src/message-manager-dock.c: Added accel_group if window is undocked
26445         
26446         * src/project_dbase.[c/h]: Splitted opening code to be able
26447         to use it without an open file dialog
26448         (Maybe I broke Naba's changes, please take a look)
26449                         
26450         * src/project_import.[c/h]
26451         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26452         
26453         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26454         import wizard
26456 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26458         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26459           string cleanups
26460           
26461         * manuals/C/anjuta_manual/*: started rewrite of the 
26462           manual, updated some screenshots
26464 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26466         * src/gnomefilelist.h, src/gnomefilelist.c:
26467         
26468           Fixed multiple selection bug (#497085). The OK button is
26469           sensitive when in multiple mode, if the no. of
26470           selection is one or more.
26471           
26472           Toggle between single and multiple selection mode
26473           and multiple mode display.
26474           
26475           Fixed strings to translable strings.
26476           
26477           Fixed some compiler warnings by commenting out
26478           unused functions.
26479           
26480 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26482         * src/project_dbase.c: App status bar now updates
26483           with the project name when the project is loaded.
26484         
26485         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26486           
26487           Puts the directories at the top. They're also sorted now.
26488           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26489         
26490 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26492         * scripts/anjuta_import.sh.in: Added file.
26493         * scripts/anjuta_import.sh: Removed file.
26495         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26496           Updated files.
26497           
26498         * src/main_menubar_def.h:
26499         
26500           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26501           reflect the opposite of Find (CTRL+F) and also to leave
26502           CTRL+R or Redo.
26503           
26504           Changed Glade summon with ALT+G, which frees the ATL+E
26505           for poping up the edit menu.
26506           
26507         * src/Makefile.am: Debugging link flags by Biswa, removed.
26509 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26511         * HACKING: added information on best practices for writing
26512           application messages and GUI labels
26513           
26514         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26515           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26516           src/clean_project.c, src/compile.c, 
26517           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26518           src/configurer.c, src/debugger.c, src/executer.c, 
26519           src/find_in_files.c, src/find_in_files_cbs.c, 
26520           src/find_replace.c, src/find_text.c, src/glades.c, 
26521           src/gnome_project.c, src/goto_line.c, src/main.c, 
26522           src/main_menubar.c, src/main_menubar_def.h, 
26523           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26524           src/project_config.c, src/project_dbase.c, 
26525           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26526           src/support.c, src/tags_manager.c, src/text_editor.c, 
26527           src/text_editor_gui.c, src/text_editor_menu.c, 
26528           src/toolbar_callbacks.c, src/utilities.c: 
26529           lots of minor message updates to make them more user-friendly 
26530           and consistent
26532 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26534         * src/executer.c:
26535         
26536           Because of the spaces escaping, the command could not be
26537           executed when run without terminal. Now fixed.
26538           
26539         * anjuta.prj, Makefile.am:
26540         
26541           Added anjuta project file.
26542         
26543 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26545         * src/message-manager-private.h, message-manager-private.cc,
26546           message-manger.cc:
26547           
26548           Added freeze() and thaw() for the message window class to
26549           speed up the message manager update.
26550         
26551         * src/project_config.h, project_config.c,
26552           src/project_dbase.h, project_dbase.h
26553           scripts/anjuta_project.template:
26554           
26555           Added two new prject attributes: project.config.blocked and
26556           project.excluded.modules. The former will make sure that users
26557           are not given any previlidge in enabling the 'overwrite build
26558           files' flags and the later issues a list of modules in the project
26559           to be skipped for symbol browsing and project listing.
26560         
26561         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26562         
26563           Modified script to read the template from the anjuta data dir
26564           rather than from the directory in which the script exist. Otherwise,
26565           Being transfered to the bin dir, the script will not be able to
26566           find the template when it is run.
26567           
26568           The script is also create with configure.in to set in the anjuta
26569           data dir path inside the script.
26570           
26571 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26573         * po/fr.po: updated to the latest sources.
26575 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26577         * scripts/Makefile.am:
26578           anjuta_import.sh goes with distribution.
26579           
26580         * po/*.po: They seem to have updated (merged with
26581           anjuta.pot) automatically when I did "make dist".
26582           
26583 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26585         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26586           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26587           the compiler options dialog.
26588         
26589         * ChangeLog:
26590           Correct todays date. :)
26591           
26592         * scripts/Makefile.am:
26593           Installs anjuta_import.sh in $(prefix)/bin dir and
26594           is treated as an executable.
26595           
26596 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26598         * Fix for bug #499373
26599         
26600         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26601           java, properties, latex.properties, lua.properties, others.properties,
26602           perl.properties:
26603           
26604           Added double-quotes around file arguments so that
26605           filenames with spaces could also work.
26607         * launcher/anjuta-launcher.c, executer.c:
26608           Escaped quotes in the cammand and it's arguments before executing
26609           so that args with spaces can also work.
26610           
26611           Commented #DEBUG switch.
26612           
26613 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26615         * scripts/*: Added files which I forgot previously.
26616         
26617         * src/aneditor.h: Lined up commands definition for better look.
26618         
26619         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26620           main_menubar.h, control.c:
26621           Added three more convert EOL chars submenu items in transform.
26622           Reformatted some some.
26623         
26624         * data/anjuta.properties:
26625           Reformatted a line.
26626         
26627         * src/aneditor.h, aneditor.c:
26628           Added three commands (with definitions) for EOL conversions.
26629           
26630         * src/text_editor.c:
26631           Editor detects file mode from the file content and
26632           set the editing mode to CR/LF/CRLF automatically.
26633           Refined Dos mode extrageneous chars filter
26634           This will make sure that filter works only in Dos mode and not
26635           in other modes.
26636           
26637         * src/anjuta.c: Editor mode display in status bar.
26638         
26639         * src/preferences_gui.c: Changed the string for dos mode
26640           filter to more sensible string.
26641         
26642         * src/aneditor.c: Default editor mode sets during widget creation
26643           and not everty time the properties are loaded. This makes sure
26644           that the auto-detected mode is not overridden by the default mode.
26645           
26646         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26647         
26648         * src/anjuta.c: Fixed bug #476028.
26649           Now anjuta also searches for file relative to top project dir,
26650           when the project is open.
26651         
26652         * src/anjuta_cbs.c: Fixed bug #499536.
26653           File is not closed if it is not able to save the file properly.
26654           
26655         * src/mainmenu_callbacks.c: Fixed bug #499536.
26656           Newfiles (which are not modified) are also closed on "close all files".
26657         
26658 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26660         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26661         
26662         * tagmanager/tm_source_file.c, regex.c, parse.c:
26663           defined and delimited g_messages within #debug.
26664           
26665         * src/preferences.c, data/anjuta.properties:
26666           saved/defied message-manager tag position in string.
26667           Message tag possition is saved between sessions. And
26668           and tag position bottom as default.
26669           
26670 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26672         Patch submitted by:
26673         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26675         * Makefile.am
26676           configure.in
26677           data/Makefile.am
26678           data/properties/Makefile.am
26679           global-tags/Makefile.am
26680           pixmaps/Makefile.am
26681           src/Makefile.am
26682           src/an_file_view.c
26683           src/an_file_view.h
26684           src/an_symbol_view.c
26685           src/an_symbol_view.h
26686           src/anjuta.c
26687           src/anjuta_cbs.c
26688           src/file_history.c
26689           src/file_history.h
26690           src/message-manager-private.cc
26691           src/pixmaps.h
26692           src/project_dbase.c
26693           src/project_dbase_gui.c
26694           src/tags_manager.c
26695           src/text_editor.c
26696           src/utilities.c
26697           src/utilities.h
26698           src/watch_gui.c:
26699         
26700           Modified files.
26701         
26702         * scripts/*
26703           pixmaps/sv_class.xpm
26704           pixmaps/sv_function.xpm
26705           pixmaps/sv_macro.xpm
26706           pixmaps/sv_private_fun.xpm
26707           pixmaps/sv_private_var.xpm
26708           pixmaps/sv_protected_fun.xpm
26709           pixmaps/sv_protected_var.xpm
26710           pixmaps/sv_public_fun.xpm
26711           pixmaps/sv_public_var.xpm
26712           pixmaps/sv_static_fun.xpm
26713           pixmaps/sv_static_var.xpm
26714           pixmaps/sv_struct.xpm
26715           pixmaps/sv_unknown.xpm
26716           pixmaps/sv_variable.xpm
26717           pixmaps/fv_core.xpm
26718           pixmaps/fv_text.xpm
26719           pixmaps/filestoremove.txt:
26720         
26721           New files.
26722         
26723         * pixmaps/class.xpm
26724           pixmaps/function.xpm
26725           pixmaps/fv_autofile.xpm
26726           pixmaps/fv_doc.xpm
26727           pixmaps/fv_i18n.xpm
26728           pixmaps/fv_source.xpm
26729           pixmaps/private_func.xpm
26730           pixmaps/private_var.xpm
26731           pixmaps/protected_func.xpm
26732           pixmaps/protected_var.xpm
26733           pixmaps/public_func.xpm
26734           pixmaps/public_var.xpm
26735           pixmaps/struct.xpm
26736           pixmaps/variable.xpm
26737         
26738           Removed files.
26739         
26740         * tagmanager/*/*:
26741         
26742           Upgraded to tagmanager-0.7
26744 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26745         * src/anjuta_cbs.c: Fixed bug #506441
26746         * src/watch_gui.c: Changed layout of eval dialog so that
26747         it fits on a 800x600 desktop with German translation. 
26749 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26751         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26752         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26753           icon for new project type (thanks to Misha)
26754         * configure.in: build and install Danish translation
26755         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26756           credits to cover new patches and translations
26758 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26759         
26760         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26761           src/appwiz_page1.c:
26762         
26763       - Font preferences are restored properly now (\n was missing)
26764           - Dock menu label of message-manager is "Dock/Undock" instead
26765           of "Dock|Undock" to match with the rest of anjuta.
26766           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26767           changed it in anjuta, too 
26769 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26771         * tagmanager/tm_source_file.c,
26772           tagmanager/parse.c,
26773           tagmanager/tm_project.c,
26774           src/an_symbol_view.c,
26775           src/anjuta.c:
26776           
26777           Disabled debug warnings.
26779 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26781         * src/appwiz_page1.c
26782           src/compiler_options.c
26783           src/project_dbase.c
26784           src/project_dbase.h
26785           src/project_type.c
26786           src/source.c
26787           src/source.h:
26788           
26789           New project type named LibGlade.
26790           
26791           Patch submitted by:
26792           Dick Knol <dknol@gmx.net>
26794         * src/gnome_prj.c:
26795           Commented out unused pixmap creation. May be it
26796           will fix the crash in project creation.
26797           
26798 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26800         * src/registers.c
26801           src/registers.h
26802           src/registers_cbs.c
26803           src/registers_cbs.h
26804           src/registers_gui.c
26805           src/sharedlib.c
26806           src/sharedlib.h
26807           src/sharedlib_cbs.c
26808           src/sharedlib_cbs.h
26809           src/sharedlib_gui.c
26810           src/signals.c
26811           src/signals.h
26812           src/signals_cbs.c
26813           src/signals_cbs.h
26814           src/signals_gui.c
26815           src/stack_trace.c
26816           src/stack_trace.h
26817           src/stack_trace_cbs.c
26818           src/stack_trace_cbs.h
26819           src/stack_trace_gui.c
26820           src/text_editor.c
26821           src/watch.c
26822           src/watch.h
26823           src/watch_cbs.c
26824           src/watch_cbs.h
26825           src/watch_gui.c
26826           
26827           Fixed bug #496290: Attach/detach removed from these
26828           windows as they are never implemented.
26829           
26830           Patch submitted by:
26831           Johannes Schmid <johannes.schmid@gmx.de>
26832           
26833 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26835         * src/anjuta.c,
26836           src/anjuta_cbs.c:
26837           
26838           Fixed bug:
26839           when you right click on the tabs, a list of filenames are given
26840           out, but now it gives a list of "page 1", "page 2", etc...
26841           
26842           Patch submitted by: 
26843           Jens Georg <mail@jensgeorg.de>
26845         * anjuta.in.in: Removed c|c++ because, it was not necessary
26846           and was causing translation problem.
26847           
26848         * plugins/class-gen/clsGen.c:
26849           removed "'" for the same reason.
26850           
26851 attached the fix for the menu
26854 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26856         * src/preferences.h,
26857           src/preferences.c,
26858           src/preferences_gui.c:
26859           
26860           Adds the functionality to Anjuta to auto save your unsaved
26861           files before you build a project.
26863           Patch submitted by: 
26864           jason <jason_williams@suth.com>
26865           
26866         * src/anjuta.[h,c]:
26867           Added function for save all files.
26868         
26869         * src/mainmenu_callbacks.c:
26870           Modified to use the above function.
26871         
26872         * src/build_project.c:
26873           Save all files before build if it is set in the
26874           preferences.
26876 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26878         * src/message-manager-private.cc
26879           src/message-manager-private.h
26880           src/message-manager.cc:
26881           
26882           Message-manager now restores the tabs which were shown on startup.
26883           The terminal is now created on demand (as requested by Biswa)
26884           and I have removed some debug messages.
26885           
26886           Patch submitted by: 
26887           Johannes Schmid <johannes.schmid@gmx.de>
26889 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26891         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26892           proper tabs keyboard navigation.
26894         * src/an_symbol_view.c,
26895           src/anjuta_cbs.c,
26896           src/gnome_project.c,
26897           src/project_dbase.c,
26898           src/tags_manager.c: removed some debugging display.
26900 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26902         * src/message-manager-dock.c
26903           src/message-manager-private.cc
26904           src/message-manager-private.h
26905           src/message-manager.cc
26906           src/preferences.c
26907           src/preferences.h
26908           src/preferences_gui.c:
26909           
26910           Patch submitted by: 
26911           Johannes Schmid <johannes.schmid@gmx.de>
26912           
26913           This patch adds a tab to the notebook of the preferences-dialog
26914           where you can change the colors, the tab position of the new
26915           message manager. Also the truncate messages stuff has moved
26916           from misc tab to messages tab.
26918           Also improved the remembering position stuff of message manager.
26919           
26920         * data/internal.properties,
26921           Added definitions for messages colors and tag position.
26922           
26923         * src/message_manager.cc:
26924           Fixed a bug that never lets the messages panes to get cleared.
26925           Added wmclass setting for the message window. Fixed a bug in
26926           which the message window was not being shown.
26927         
26928         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26929           output and disabled it.
26931         * src/anjuta.c: Preferences created and loaded before anything else.
26932           anjuta now recognizes messages colors on startup and initializes
26933           them.
26934         
26935 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26937         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26939 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26941         * pixmaps/file_c.xpm,
26942           pixmaps/file_cpp.xpm,
26943           pixmaps/file_file.xpm,
26944           pixmaps/file_h.xpm,
26945           pixmaps/file_html.xpm,
26946           pixmaps/file_i18n.xpm,
26947           pixmaps/file_icon.xpm,
26948           pixmaps/file_pix.xpm,
26949           pixmaps/fv_doc.xpm,
26950           pixmaps/fv_i18n.xpm,
26951           pixmaps/fv_image.xpm,
26952           pixmaps/fv_source.xpm,
26953           pixmaps/fv_unknown.xpm: made these icons transparent.
26955 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26957         * launcher/anjuta_launcher.c: updated message strings
26958         * src/message-manager-dock.c: added newline at end to avoid compile warning
26959         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26960         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26961           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26962           entries for username and Python-style GPL notice
26963         * HACKING: added info on files to change to update Insert menu
26965 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26967         * src/project_dbase.c,
26968           src/an_file_view.c,
26969           src/an_symbol_view.c:
26970           Changed the CTree expander style to square and
26971           line style to Dotted line.
26972           
26973         * po/POTFILES.in: Removed and Added translable files.
26975 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26977         * ccview/.cvsignore: Removed.
26978         
26979 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26981         * ccview/
26982                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26983                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26984                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26985                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26986                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26987                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26988         
26989         Removed ccview module because it is no longer needed.
26991 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26993         * src/project_dbase.c:
26994           Shifted structure initialization in project_dbase_new()
26995           before anything else, otherwise it was crashing due to
26996           uninitialized values.
26997         
26998         * src/an_symbol_view.c:
26999           Disabled high volume debug output.
27001 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
27002         
27003         Applied a very heavy patch from:
27004         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27006         * Makefile.am
27007         configure.in
27008         pixmaps/Makefile.am
27009         src/Makefile.am
27010         src/aneditor.cxx
27011         src/aneditor.h
27012         src/anjuta.c
27013         src/anjuta.h
27014         src/commands.c
27015         src/commands.h
27016         src/compile.c
27017         src/compile.h
27018         src/controls.c
27019         src/defaults.c
27020         src/fileselection.c
27021         src/main_menubar.c
27022         src/main_menubar.h
27023         src/main_menubar_def.h
27024         src/mainmenu_callbacks.c
27025         src/mainmenu_callbacks.h
27026         src/project_dbase.c
27027         src/project_dbase.h
27028         src/project_dbase_gui.c
27029         src/tags_manager.c
27030         src/text_editor_menu.c
27031         src/toolbar_callbacks.c
27032         tagmanager/Makefile.am
27033         tagmanager/ctags.c
27034         tagmanager/include/Makefile.am
27035         tagmanager/include/tm_project.h
27036         tagmanager/include/tm_symbol.h
27037         tagmanager/include/tm_tag.h
27038         tagmanager/include/tm_tagmanager.h
27039         tagmanager/include/tm_workspace.h
27040         tagmanager/tm_project.c
27041         tagmanager/tm_source_file.c
27042         tagmanager/tm_symbol.c
27043         tagmanager/tm_tag.c
27044         tagmanager/tm_workspace.c
27045         widgets/Makefile.am: Modified.
27046         
27047         * src/an_file_view.[c,h],
27048           src/an_symbol_view.[c,h],
27049           src/file_history.[c,h],
27050           src/support.[c,h],
27051           widgets/scroll-menu.[c,h],
27052           tagmanager/tm_file_entry.c
27053           tagmanager/include/tm_file_entry.h: Added new files.
27054           
27055         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
27056         private_func.xpm, public_func.xpm,
27057         class.xpm, fv_exec.xpm, fv_unknown.xpm,
27058         private_var.xpm, public_var.xpm,
27059         function.xpm, fv_i18n.xpm, macro.xpm,
27060         protected_func.xpm, struct.xpm,
27061         fv_autofile.xpm, fv_image.xpm,
27062         ofolder.xpm, protected_var.xpm, variable.xpm:
27063           Updated and Added pixmap files.
27065         Features:
27066         ---------
27067         a) Removes CCView dependency.
27068         b) Improves the terminal.
27069         c) Adds tag navigation context menus.
27070         d) Upgrades tagmanager to latest version.
27071         e) Miscellaneous small additions.
27073 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
27075         * src/project_dbase_gui.c: Fixed crash of anjuta
27076         when project first created.
27077         
27078         * src/gnome_project.c: It now updates the tags manager
27079         when new projects are created.
27080         
27081 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
27083         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
27084           for this big patch.
27085         
27086         * src/messages.[c,h]: Removed files.
27088         * src/message-manager.[cc,h],
27089           src/message-manager-dock.[c,h],
27090           src/message-manager-private.[cc,h]
27091           New files.
27093         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
27094           src/build_project.c, src/clean_project.c, src/compile.c
27095           src/configurer.c, src/debugger.c, src/find_in_files.c
27096           src/mainmenu_callbacks.c, src/preferences.h
27097           src/preferences_gui.c, src/properties.h
27098           src/utilities.c, src/utilities.h:
27099           The new messages widget.
27100           New features:
27101             - Use of GtkNotebook instead of ToggleButtons
27102               and show/hide
27103             - Popupmenu to show and hide message types and
27104               to dock/undock in detach mode
27106           All other things should work as they did with the
27107           old message window. Currently the keyboard short-cuts
27108           do not work in detached mode.
27109           
27110           Some functions in utitlities.[c,h] changed.
27111           so that they take const arguments where this is possible
27112           
27113         * src/Makefile.am, po/POTFILES.in:
27114           Removed messages.[c,h] and
27115           added message-manager.[cc,h], message-manager-dock.[c,h],
27116           message-manager-private.[cc,h]
27117           
27118         * src/message-manager.h: Removed "include <bonobo.h>"
27119           and added a newline at the end of the file.
27120           
27121         * src/message-manager-private.cc:
27122           Set clist's width setting to Automatic.
27123           Set scroll window's scroll bars to Automatic.
27124           
27125 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
27127         * text_editor_menu.c:
27128           Fixed misalignment of the function sub menu
27129           in the text editor pop up menu.
27130           
27131 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27132         
27133         * src/text_editor.c: Fixed a compiler warning.
27134         
27135 2002-01-04  Andy Piper <andy.piper@freeuk.com>
27137         * THANKS, manuals/*/authors.sgml: updated for new translations
27138         * plugins/class-gen/clsGen.c: converted messages to English
27139         * src/about.c, src/main_menubar_def.h: string updates
27141 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27143         * src/anjuta.c
27144           src/anjuta_cbs.c
27145           src/text_editor.c
27146           src/mainmenu_callbacks.c
27147           src/text_editor.h
27148           src/text_editor.c
27149           src/text_editor_cbs.c
27150           src/text_editor-gui.c:
27151           
27152           Earlier code for adding 'cross' button
27153           for closing pages were too error prone and unorganized.
27154           Cleaned up the code and shifted the 'extra' widgets
27155           creation (eg. close button, close_pixmap and lable)
27156           from anjuta to text_editor. This takes care of proper
27157           widgets creation and destruction. Otherwise, anjuta
27158           was crashing at too many points, especially related
27159           to docking and undocking.
27160           
27161 2002-01-04  Stephane Demurget  <demurgets@free.fr>
27163         * src/aneditor.cxx: removed debugging code.
27165         * data/properties/.cvsignore: added swap files.
27167 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27169         * src/anjuta.c
27170           src/anjuta_cbs.c:
27171           Fixed Crashing of anjuta when a new file is saved as
27172           different file.
27173           
27174 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27176         * src/aneditor.c: Some debug codes around.
27177         
27178         * data/internal.properties, data/anjuta.properties: Removed.
27179           data/properties/Makefile.am:
27180           data/properties/ada
27181           data/properties/cs
27182           data/properties/make
27183           data/properties/rc
27184           data/properties/html
27185           data/properties/ruby
27186           data/properties/baan
27187           data/properties/idl
27188           data/properties/pascal
27189           data/properties/sample
27190           data/properties/bash
27191           data/properties/java
27192           data/properties/perl
27193           data/properties/sql
27194           data/properties/conf
27195           data/properties/latex
27196           data/properties/props
27197           data/properties/vb
27198           data/properties/cpp
27199           data/properties/lua
27200           data/properties/python
27201           data/properties/xml
27202           data/properties/others
27203           data/properties/.cvsignore:
27204             Added files. Properties now splitted into small files
27205             for each language.
27207         * data/Makefile.am
27208           configure.in: Update the removal and added properties module.
27210         * src/preferences.c: preferences_new(): Updated to reflect the
27211           new properties files organization.
27212           
27213         * src/Makefile.am: Added Baan Lexer.
27215 2002-01-01  Stephane Demurget  <demurgets@free.fr>
27217         * src/aneditor.cxx: readded the baan lexer. 
27219         * src/preferences.c: fixed translated messages and a typo.
27221         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
27222           confusing the regexp usage in xml-i18-merge.
27224 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
27226         * src/project_dbase.c: tidied some messages, and spotted a typo in
27227           the reading of properties which prevented the project version from
27228           ever being reported in the Project Information window - fixed :)
27230         * po/POTFILES.in: removed syntax.h
27232 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27234         * data/internal.properties: fixed baan properties.
27235           Added all ada properties.
27237         * src/main_menubar_def.h,
27238           src/lexer.h,
27239           src/aneditor.cxx,
27240           src/utilities.[ch]: added support for the Ada highlight style.
27242 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27244         * plugins/*/.cvsignore: updated.
27246 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27248         * src/syntax.h,
27249           src/text_editor.c,
27250           src/Makefile.am: removed the empty header syntax.h.
27252 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
27254         * main_menubar.c:
27255         Stef's observation on the 'superfluous' hseparators in the recent
27256         files and projects is fully justified -- removed.
27257         
27258         * main_menubar_def.h:
27259         Changed "Plug Ins" to "Plugins" in the menu label.
27260         
27261         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27262         Added class-gen in the configure output and class-gen module.
27263         
27264         * data/internal.properties:
27265         Correct mis-spelled "jave" to "java".
27266         Added file.is.source for *.h, *.c, *.cpp properties.
27267         
27268         * global-tags/Makefile.am:
27269         "chmod +x create_global_tags.sh" before it is executed, because
27270         there is very high chance that it will be found "-x" and resulting
27271         in error
27273 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27275         Fixed a crash on Solaris reported by Holder Burde, thanks to him
27276         for the backtrace.
27278         * src/gnome_project.c: (create_new_project): if the user doesn't
27279           select any icon, it doesn't have any extension and thus we can't
27280           use it in printf on Solaris, since the %s modifier use strlen to
27281           know the string length and then crash. On Linux, gcc checks the value
27282           of the pointer to be NULL and write "(null)" if necessary. We can't
27283           rely on that.
27285         * src/source.c: (source_write_desktop_entry): if there's no icon, we
27286           don't need to have the directory icon but the generic one.
27288 2001-12-30  Stephane Demurget  <demurgets@free.fr>
27290         Merged with latest (1.42) scintilla.
27292         Added: Support for the {load,save}.on.(de)activate properties.
27293                The PHP lexer to match keywords case insensitively.
27294                Baan lexer.
27295                Experimental supports for changeable style attribute & line
27296                wrapping.
27297                
27298         Updated: Both the C++ and HTML lexers.
27299                  More shell keywords added.
27300                  Horizontal scrolling and diplay of long lines optimised.
27301                  Cursor setting optimised.
27303         Bugs fixed: Caret movement over folded lines.
27304                     Selection tracking in 2ndary views when doing modifications.
27306         * scintilla/CallTip.{cxx.h},
27307           scintilla/ContractionState.{cxx,h},
27308           scintilla/Document.{cxx,h},
27309           scintilla/Editor.{cxx,h},
27310           scintilla/KeyWords.cxx,
27311           scintilla/LexHTML.cxx,
27312           scintilla/PlatGTK.cxx,
27313           scintilla/RESearch.cxx,
27314           scintilla/ScintillaBase.cxx,
27315           scintilla/ScintillaGTK.cxx,
27316           scintilla/Style.{cxx,h},
27317           scintilla/StyleContext.h,
27318           scintilla/ViewStyle.cxx,
27319           scintilla/include/*.h: updated.
27321         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27323         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27324           should have been told to the scintilla team. We're lucky I read the
27325           ChangeLog and the modifications of the lexer (thanks to the Gnome
27326           bonsai for this ;)
27328         * data/internal.properties: added Baan definitions.
27329           Fixed some issues for C such as *_cast directive, that are only
27330           available with C++.
27331           Updated C++, HTML and shell scripts definitions.
27332           Updated Ada and Bullant, that have been forgotten.
27334         * src/main_menubar_def.h,
27335           src/lexer.h,
27336           src/aneditor.cxx,
27337           src/utilities.[ch]: added support for the Baan highlight style.
27339 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27341         Polished the plugins menu behaviour and added a tearoff
27342         menuitem to the recent entries submenu.
27344         Note: The recent entries list seems to be too height
27345               with all these superfluous hseparators.
27347         * src/main_menubar.c: Polished, making some
27348           functions declarations static and cleaning some code.
27350           (create_submenu_plugin): removed the extra
27351           plugins entry and the horizontal separators.
27353           (on_plugins_menu_realize): the plugins menu is only
27354           shown if there's at least one available.
27356           (create_submenu*): added a tearoff menuitem to have
27357           a more homogeneous menu style. For now, it doesn't
27358           take care of user settings (but it was even worse
27359           before :).
27361 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27363         * configure.in: added the packageplugindir variable to avoid
27364           installing the plugins in $(prefix). It's not the same path as
27365           anjuta 2 to allow parallel installation.
27367 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27368         Fix a reopened part of bug #440676: keyboard navigation between the
27369         different text buffers. Changed to a more global approch. 
27371         * src/notebook.[ch]: removed.
27373         * src/Makefile.am: removed notebook.[ch]
27375         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27376           (on_anjuta_window_key_press_event): added to fulfill the global
27377           shorcuts handling.
27379         * HACKING: updated according to the new global shortcuts handling.
27381 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27383         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27384           Shifted plugin menu from Edit submenu to main menu.
27385         
27386         * po/POTFILES.in:
27387           Added plugins/sample1/plugin-sample1.c
27388           
27389         * plugins/sample1/plugin-sample1.c:
27390           Added localization and used anjuta_info, instead of anjuta_error.
27391           
27392         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27393           Added cvs ignores.
27394           
27395 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27397         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27398           for plugin dir.
27399         
27400         * Makefile.am: Added module plugins.
27401         
27402         * plugins, plugins/Makefile.am, plugins/sample1/*:
27403           Created plugins modules.
27404           
27405         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27406           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27407           to load plugins of *.so only and not *.so* (which results
27408           in duplicates).
27409         
27410         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27411           plugins during packaging.
27413 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27415         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27417 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27419         * configure.in: Added portuguese to ALL_LINGUAS
27421 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27423         * global-tags/.cvsignore
27424         tagmanager/.cvsignore
27425         tagmanager/include/.cvsignore:
27426         Added cvs ignore files.
27428         * data/.cvsignore
27429         Updated cvs ignore file.
27430         
27431 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27433         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27434           data/anjuta.properties, data/internal.properties: clean up some 
27435           message strings (me)
27437 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27439         * src/about.c, THANKS: added Jens to the credits
27440         
27441 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27443         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27444           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27445           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27446           Georg <mail@jensgeorg.de> to add close button to file tabs.
27448 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27450         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27451           (debugger now catches correct signal from process)
27453 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27455         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27456         * src/pixmaps.h: switch appwizard project icons to new designs
27457         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27459 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27461         * pixmaps/Makefile.am: stop redundant images from being installed.
27462           The next step will be to remove them completely.
27463         * src/appwiz*: further updates (more to come)
27464         * src/pixmaps.h: cleaned up, commented
27465         * src/splash.c: should use the pixmaps macro defined
27466         * HACKING: more on the graphics stuff and use of pixmaps.h
27468 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27470         * src/defaults.c: fix bug #494864
27472 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27474         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27475           graphics from Misha
27476         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27477           redundant graphics, no longer used
27478         * src/appwiz*: revamped application wizard by Andy and Misha for
27479           a more usable and professional look-and-feel
27480         * HACKING: updates to cover patching, graphics, and some additions
27481           post-0.1.8
27482         * TODO: removed some implemented features
27484 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27486         * data/anjuta.properties, data/internal.properties: cleanup
27487         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27488           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27489           to edit styles colors for keywords and add Goto Tag menu option
27490           in the editor
27492 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27494         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27495         
27496         Fixed bug #460335
27497         fixes the Forget of the cursor position when tab is brought active
27498         from project manager.
27499         
27500 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27502         * src/messages.c
27503           Exported "TERM=xterm" to get a color terminal when
27504           anjuta is not started from within a terminal.
27505           
27506 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27508         * src/messages.c
27509           src/messages.h
27510           Added a frame around zvt terminal.
27511           
27512         * src/preferences_gui.c
27513           Modified to say "Use glade component (experimental)"
27514           instead of "Use Component".
27515           
27516 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27518         * Patch from 
27519         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27520         
27521         * src/anjuta.c
27522         src/fileselection.c
27523         src/messages.c
27524         src/messages.h
27525         src/preferences.c
27526         src/preferences.h
27527         src/project_dbase.c
27529         a) Extra scrollbar in terminal no longer appears.
27530         b) Character set preference should be preserved (untested).
27531         c) File selection widget now remembers last directory.
27532         d) On creation of generic project, the glade 'file not found' error no
27533                 longer occurs.
27534         e) First terminal window is created 'on demand', so it should always to
27535                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27536                 environment is now passed to the terminal.
27537         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27538                 with getcwd()).
27539         g) Fixed some compilation warnings.
27541 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27543         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27544           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27545         * src/*: cleanups (me)
27546         * pixmaps/mini_term.xpm: added new file for terminal button
27547           (me, based on existing artwork)
27549 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27551         * configure.in: bumped version to 0.1.9-pre
27552         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27553           translation
27554         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27556 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27558         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27559           files are free of that char)
27560         * configure.in: added "az" to ALL_LINGUAS
27562 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27564         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27565           crash bug fix from Biswa.
27566         * FUTURE: added Anjuta/gIDE merger information to provide 
27567           details on future direction and status of 1.x stuff
27568         * NEWS: prepared for release
27569         * po/de.po: update from Jens Georg <mail@jensgeorg>
27571 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27573         * multiple minor updates pre-0.1.8
27574         * patch from Biswa to fix syntax highlighting and packaging
27575         * po/fr.po: update from Stef
27577 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27579         * global-tags/Makefile.am
27580         global-tags/create_global_tags.sh
27581         global-tags/tm_global_tags.c
27582         scintilla/LexCPP.cxx
27583         scintilla/include/SciLexer.h
27584         src/aneditor.cxx
27585         src/project_dbase.c
27586         tagmanager/Makefile.am
27587         tagmanager/include/Makefile.am
27588         tagmanager/include/tm_project.h
27589         tagmanager/include/tm_tag.h
27590         tagmanager/include/tm_tagmanager.h
27591         tagmanager/tm_project.c
27592         tagmanager/tm_source_file.c
27593         tagmanager/tm_tag.c
27594         tagmanager/tm_workspace.c:
27595         
27596         Includes the syntax highliting patch to scintilla).
27597         and more stable code.
27598         
27599         *tagmanager/include/tm_symbol.h: New file.
27600         *tagmanager/tm_symbol.c: New file.
27601         
27602         Add symbol tree building functionality at project level
27603         
27604         Patch from:
27605         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27606         
27607 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27609         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27610           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27611           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27612           : New and improved pixmaps from Misha <misha@phreaker.net>
27613           Thanks to him.
27615 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27616         
27617         * Big patch submitted by
27618           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27619           Many thanks to him.
27620         
27621         * src/Makefile.am, src/aneditor.cxx
27622           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27623           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27624           Use of tagmanager lib for advanced calltips.
27626         * global-tags/*: Created new directory and added files to 
27627           generate system.tags.
27629         * tagmanager/*: Created new directory and added tagmanager lib
27630           files.
27632         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27633           the above additions.
27635         * data/Makefile.am: Modified to accomodate generated system.tags file.
27637 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27639         * scintilla/: updated to 1.41
27640         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27641         * src/about.c: updated list of authors
27642         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27643         * HACKING: updated to cover Scintilla usage
27644         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27645           translation
27647 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27649         * src/aneditor.cxx: Fixed compilation errors with it.
27650           by add include to gtk+ headers and typedefining a mysteriously
27651           vanished class Colour.
27653 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27655         * configure.in: Added pt_BR in the languages.
27656         
27657 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27659         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27660           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27661         * THANKS: updated
27662         * manuals/C/anjuta-manual/*: new format to match
27663           the rest of the GNOME docs chapter layout. Added the many
27664           new contributors. Moved Authors and License information into new
27665           chapters of their own - should make expansion easier too
27666         * src/compiler_options.c: changed the profiler option to -pg to 
27667           work with GNU tools (gprof)
27668         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27669           and text labels
27670         
27671 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27673         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27674           compiler_options_gui.c:
27675           Added a new entry for linker flags and renamed c_options to c_flags
27676           and l_options to l_libs. Also, added a new function:
27677           compiler_options_set_prjlflags_in_file();
27678         
27679         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27680         
27681         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27682           
27683 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27685         * THANKS, src/about.c: corrections and additions following 
27686         Naba's big update
27687         * src/main_menubar.c: patch from Rikul to fix the problem with 
27688         menu accelerators not being loaded
27690 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27692         * THANKS: Added all contributors and translators names and emails.
27693         * AUTHORS: Updated
27694         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27695         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27696               Added new file (earlier logo with border).
27697         * src/about.c: Added all contributors names and emails
27698               and used macro definition for logo pixmap file.
27699         * src/pixmaps.h: Added entry for anjuta splash screen.
27701 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27703         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27704         to new PNG version (thanks to Misha) and removed the old
27705         pixmap.
27707 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27709         * THANKS: added Conner Mo for simplified Chinese translation.
27710         * configure.in: added zh_CN in ALL_LINGUAS
27712 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27714         * THANKS: added Joe Man for his traditional Chinese translation.
27715         * configure.in: added zh_TW in ALL_LINGUAS.
27717 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27719         * src/main_menubar_def.h: Changed the link of lidn to
27720         http://lidn.sourceforge.net.
27721         
27722 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27724         * Applied patch from Rikul
27725         * Applied patch from Luca
27726         * Fixed a cvs conflict. :)
27728 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27730         * THANKS: added Marc Botermans for his Dutch translation.
27732         * configure.in: added nl in ALL_LINGUAS.
27734         * po/nl.po: added.
27736 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27738         * anjuta.c: Fixed luca's typo.
27739         * resources.c, resources.h: Changed gchar* return to void, to
27740                 avoid a compiler warning.
27741         * scintilla/Makefile.am: Reorganized file entries.
27742         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27744 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27746         * Upgraded scintilla to 1.4.
27747         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27748                 LexLisp.cxx StyleContext.cxx StyleContext.h
27749         * src/Makefile.am: Added 4 lexers and separated lexer objects
27750                 from the main link variable.
27752 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27754         * THANKS: added Luca, even if it shouldn't be my role to write
27755           this sort of thing :)
27757         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27758           the latest Luca patch.
27760 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27762         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27763         This is not documented yet; plugins to come later.
27764         * src/find*.c: find dialogs now persistent 
27765         (Rick <rikul@bellsouth.net>)
27766         * widgets/gnomefilelist.c: fixed multiple file open issue 
27767         (Rick <rikul@bellsouth.net>)
27768         * changes to recent file and project lists handling 
27769         (lbell <lbell@tsc4.com>)
27770         * more minor UI updates (me)
27772 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27774         * src/Makefile.am: removed warnings for traditional C syntax
27775         * pixmaps: added new icons for mini_locals, mini_cvs and
27776         the splash screen - thanks to Misha <misha@phreaker.net>
27778 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27780         * src/toolbar.c: fix typo in tooltip text
27781         * ccview/cccmd.cc: alter Func to Function in menu text
27783 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27785         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27786         issue with find dialog reporting an error when Scintilla finds text
27787         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27788         DOS files (i.e. CR/LF translation)
27790 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27792         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27793         #452436
27794         * data/internal.properties: default fold style now set to 3 :-)
27795         * applied patch from rikul <null@acm.org> to turn notebook tab 
27796         headings red when file has been edited.
27798 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27800         * configure.in: Added "no" to ALL_LINGUAS.
27801         
27802 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27804     * Patch from lbell <lbell@tsc4.com>
27805     src/controls.c
27806     src/debugger.c
27807     src/main_menubar.c
27808     src/main_menubar.h
27809     src/main_menubar_def.h
27810     src/mainmenu_callbacks.c
27811     src/mainmenu_callbacks.h
27812     src/project_dbase.c
27813     src/project_dbase.h
27814     
27815     Implemented a check menu item to handle the 'show locals' flag
27816     for the current project.
27818     * data/internal.properties: Removed the redundant command
27819     for gnome-terminal.
27820     
27821 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27823         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27825 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27827         * configure.in: Added "ta" to the languages list.
27829 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27831         * data/internal.properties:
27832           added fold.symbols property to control appearance of folds
27833           in the Scintilla editor (thanks to rikul <null@acm.org>)
27835 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27837         * src/message.c:
27838           one extra button for message win is being created -- Fixed.
27839         
27840           The frame should be hidden and not only the pix_lab when
27841           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27842           -- Fixed.
27843         
27844         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27845           for the time being it is same as mini_cvs.xpm.
27846         
27847 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27849         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27851         Patch from rikul <null@acm.org>
27852         
27853         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27854         glades.h, messages.c, messages.h, pixmaps.h,
27855         project_dbase.c, project_dbase.h, session.c,
27856         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27857         
27858         inserted 'add to watch' option in inspect window, so you can add easily
27859         a variable in watch window .
27860         
27861         Added a new message pane for the gdb local variables inspection. Changed
27862         the code in messages.c to better account for future new panes insertion.
27863         Defined a new pixmap for the new tab button in pixmaps.h
27864         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27865         install script.
27866         
27867         Changed the debugger module to have a single function for asking to gdb
27868         to send program info. The idea is to ask the debugger about only the
27869         info needed to open windows( watch, registers, etc ) to speedup the step
27870         command. I plan to ask informations to the debugger based on the user
27871         interface status.
27872         The request for local variables is enabled by default, but the
27873         projectDBase has a variable to control it, to allow disabling that
27874         feature,  there is also the code to save and to reload the state. If you
27875         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27876         in project_dbase.c
27878         This big patch is from:  lbell <lbell@tsc4.com>
27879         
27880 2001-09-20  Stephane Demurget <demurgets@free.fr>
27882         Patch from rikul <null@acm.org> :
27884         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27885           problem and added folding support for php/hmtl.
27887 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27889         * Fixed dnd of files within scintilla.
27890         patch from:  rikul <null@acm.org>
27891         
27892 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27894         * Applied patch from Luca.
27895         
27896         * src/source.c: source_write_build_files(): Fixed the project generation
27897           failure. The fist return statement and the free_project_type were 
27898           misplaced.
27900 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27901         
27902         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27903         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27904         
27905         1) Restore the error color to red (waiting for a configurable one )
27906         2) Saving projects settings if you exit anjuta without closing an open
27907         saved project
27908         3) New Menu 'repaeat search' to search with a keystroke without pressing
27909         the toolbar button
27910         4) some define in the menus to better handle menu item update
27911         
27912         Patch from: lbell <lbell@tsc4.com>
27913         
27914         * main_menubar_def.h, main_menubar.c: Change the position of
27915         "Repeat find" menu position.
27917 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27919          project_type.h, project_type.c, source.c: Applied patch.
27920          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27921          
27922 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27924         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27925         
27926 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27927         
27928         * Fixed bug #445752
27929   
27930 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27931         
27932         * Fixed bugs in Gtk-- and Gnome-- project type
27934 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27936         * dnd.c: Support for multiple files drag-n-drop.
27937         
27938           Patch from: rikul <null@acm.org>
27939         
27940         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27941           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27942           saving from menu.
27943         
27944           Patch from: rikul <null@acm.org>
27946         * Applied patch for widgetizing goto dialog box.
27947           Patch from: ???
27948         
27949         * Applied patch for having new project type handling.
27950           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27951           
27952 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27954         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27955           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27956           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27957           find_replace.c, find_replace.h, find_text.c, find_text.h,
27958           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27959           project_dbase.h, source.c, text_editor.c, text_editor.h,
27960           text_editor_cbs.c, utilities.c, utilities.h:
27961         
27962           Applied a huge patch (after slight preview). I would like Luca
27963           to have his feature additions mentioned here.
27964         
27965           Patch from: lbell <lbell@tsc4.com>
27967 2001-09-09  Stephane Demurget <demurgets@free.fr>
27969         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27971         * po/fr.po: updated to the latest sources.
27974 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27975         
27976         * Fixed bug #445752
27977   
27978 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27980         * dnd.h, dnd.c: New files for drag n drop support.
27981                 
27982         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27983            Added drag and drop support for opening files.
27984         
27985         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27986         Archit Baweja <bighead@crosswinds.net> for this idea.
27987         
27988         * TODO: Added some more todos. :-(
27990 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27992         * Fixed the goto line activate bug.
27993         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27995 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27996         
27997         * Fixed bugs in Gtk-- and Gnome-- project type
27999 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
28001         * widgets/gonmefilelist.c, gnomefilelist.c:
28002         Modified multiple selection on pressing control.
28003           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28004         
28005         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
28006         Modified multiple selection on pressing control.
28007           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28008         
28009 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
28011         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
28012           This is useless; but just in case...
28014 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
28016         * data/internal.properties: modified a bit of perl properties.
28017         
28018 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
28020         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
28021           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
28022           Added support for multiple file imports. Changed the standrd C++
28023           convention of #include <file> to #include <file.h>, because I had given
28024           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
28025           now support the #include <file> convention. That is something to be fixed :). 
28026           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28028 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
28030         * src/anjuta.c: Added function static greetings_text(), to solve the non
28031                 translation of the greetings text in the wizard.
28032                 
28033 2001-08-31  Andy Piper <andy.piper@freeuk.com>
28035         * src/find_in_files_gui.c: made order of buttons consistent with other Find
28036           dialogs, with OK the default (fix bug #453482)
28038 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
28040         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
28041         
28042         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
28043         
28044 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
28046         * src/aneditor.cxx
28047           src/aneditor.h
28048           src/anjuta_cbs.c
28049           src/controls.c
28050           src/main_menubar.c
28051           src/main_menubar.h
28052           src/main_menubar_def.h
28053           src/mainmenu_callbacks.c
28054           src/mainmenu_callbacks.h:
28055                 Applied the patch that addes menu items which allow users to
28056                 insert GPL notice and date time in current document.
28057                 patch from: Rick Patel <rikul@shreve.net>       
28058                 
28059         * src/main_menu.c: Fixed a compilation error.
28060         
28061         * src/anjuta.c: Fixed non-rememberence of editor tab position.
28062         
28063         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
28064           about the unterminated strings.
28065           
28066         * scintilla/*: Updated scintilla to 1.3.9 version.
28067         
28068 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
28069         
28070         * widgets/gnomefileselection.c:
28071           Applied the patch for fixing multiple selection of file open funcion,
28072           which will deselect the files selected.
28073           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28075 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
28077         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
28078           src/fileselection.c, src/anjuta_cbs.c:
28079           Applied the patch     for multiple selection of file open.
28080           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28081           
28082 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
28084         * Removed "-f" option in call to devhelp, because devhelp no longer
28085           supports that.
28086         
28087 2001-08-26  Stephane Demurget <demurgets@free.fr>
28089         All these modifications have been pointed out by
28090         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
28092         * data/internal.properties: two fixes for the PHP lexer.
28093           this out.
28095         * fr.po: minor fixes.
28097         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
28099 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
28100         
28101         * main_menubar.c,
28102           main_menubar.h,
28103           main_menubar_def.h,
28104           main_menubar_callbacks.c,
28105           controls.c:
28106                 Added new menu item for "close all fils".
28107                 (Patch from Rikul <rikul@shreve.net>, after revision)
28108         
28109         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
28110         
28111         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
28112                 (Patch from Rikul <rikul@shreve.net>)
28113         
28114         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
28115                 (Patch from Rikul <rikul@shreve.net>)
28117 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
28118         
28119         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
28120            project name in application widzard.
28121            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
28123         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
28124           of the 'OK' button there is an 'Execute' one.
28125           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
28126         
28127         * executer.c: Changed cancel button to close button. That was more appropriate.
28128           
28129 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
28131         * HACKING: corrected >>>>>> Config management.
28132         
28133         * HACKING: Added many things.
28134         
28135         * src/launcher.h: Added some comments.
28137 2001-08-21  Stephane Demurget <demurgets@free.fr>
28139         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
28141         * HACKING,
28142           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
28143           src/appwizard_cbs.c,
28144           src/appwizard_gui.c: Applied UI/docs cleanup patch from
28145           Andy Piper <andy.piper@freeuk.com>
28147         * po/fr.po: updated to latest sources.
28149         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
28152 2001-08-18  Andy Piper <andy.piper@freeuk.com>
28154         * Fixed bugs #450280 and #448845
28156         * src/about.c: corrected Naba's e-mail address (.net, not .com)
28157         
28158         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
28159           named dialogs
28160         
28161         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
28162           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
28163           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
28164           names to remove "Anjuta: " prefix
28165           
28166         * src/main_menubar_def.c: altered a message
28167         
28168         * launcher/anjuta_launcher.c: cleaned up some messages
28170         * src/debugger.c: edited messages to improve clarity
28171         
28172         * src/app_wiz*.c: tidied wizard interface
28175 2001-08-15  Stephane Demurget <demurgets@free.fr>
28177         Synced Naba's fix and mine about the wizards not working and removed
28178         anjuta.prj to avoid a nasty checkin.
28180         * Makefile.am: removed the install-data-local rule.
28182         * data/Makefile.am: changed the list of files.
28184         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
28186         * .cvsignore: added anjuta.prj for the same reason.
28189 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
28191         * src/source.c: Fixed a bug that fails new gnome projects to get
28192           created.
28194         * src/project_manager.c: Fixed a bug that disables storing recent
28195           project history.
28197         * Makefile.am: Added stuffs to install the macro files in the
28198           anjuta share file.
28201 2001-08-14  Stephane Demurget <demurgets@free.fr>
28203         * data/Makefile.am: added some rules to support the gnome/ macros
28204           dir in order to make the wizards work again.
28206         * anjuta.spec.in: upped the release number.
28209 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
28211         * configure.in (ALL_LINGUAS): Added pl.
28214 2001-08-09  Stephane Demurget <demurgets@free.fr>
28216         * anjuta.spec.in: fixed the doc files list.
28219 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
28221         * src/about.c: corrected my email address. :-)
28222         
28223         * TODO: Updated.
28224         
28225         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
28226          (patch from Andy Piper <squiggle@ukgateway.net>)
28228 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
28230         * debugger.c: Fixed a bug associated with debugging threaded
28231           application.
28232         
28233         * text_editor_menu.c: Fixed broken ui in text editor
28234           pop up menu.
28235           
28236         * text_editor_menu.c: Now the option sub menu in text editor pop up
28237           works.
28238         
28239         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
28240                 (suggested by lord sibn <sibn@utspl.cjb.net> )
28241         
28242 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
28244         * src/text_editor_menu.c: Added menu item for context help
28245           (patch from Andy Piper <squiggle@ukgateway.net>)
28246         
28247 2001-08-06  Stephane Demurget <demurgets@free.fr>
28249         * ccview/cccproj.cc: added missing i18n strings.
28251         * data/welcome.txt: bumped version to 0.1.6.
28253         * src/anjuta.c: fixed a compilation error due to devhelp integration.
28255 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
28256         
28257         * help.c, help.h: Added support for DevHelp context sensitive help
28258                 and gnome api browsing.
28259         * Fixed toolbars and editor views "not save" bug.
28260         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28261           (patch from Andy Piper <squiggle@ukgateway.net>)
28262         * Updated THANKS and chapter15.sgml for uk and ru translators.
28264 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
28266         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28267         * Updated configure.in to include these changes
28268         
28269 2001-08-03  Stephane Demurget <demurgets@free.fr>
28271         * src/project_dbase_gui.c: fixed bug #446963
28272           (on_project_dbase_ccview_update_start),
28273           (on_project_dbase_ccview_update_end): added.
28274           These two respectively disable and enable close file/project
28275           menu entries and toolbar items, while the ccview part updates
28276           its tag database.  
28279 2001-08-03  Stephane Demurget <demurgets@free.fr>
28281         * configure.in: added sv to the ALL_LINGUAS list.
28282         
28284 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
28286         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28287                 file to work: merge translations and distribute it.
28289         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28291         * NEWS, README, THANKS & TODO: Spelling fixes.
28293 2001-08-01  Stephane Demurget <demurgets@free.fr>
28295         * README: updated requirements.
28297         * scintilla/Makefile.am,
28298           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28299           target can't be realized (custom build path).
28301         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28302           Removed install-data-local.
28304         * src/compiler_options.c: changed the include paths of the pixmaps.
28305           we hadn't any warning because of the include paths passed to the
28306           compiler. Thanks to make distcheck for reporting this.
28309 2001-07-31  Stephane Demurget <demurgets@free.fr>
28311         * NEWS, THANKS: updated.
28313         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28314           fixed to show the correct kernel signal number and its description.
28316         * widgets/gnomefilelist.c: fixed bug #445756
28317           (goto_last): renamed to goto_prev and changed according to goto_next.
28318           (goto_next): added.
28319           (goto_directory): removed.
28320           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28321           returned value is now the position in the list.
28322           (check_ok_button_cb): changed the back check and added one for next.
28323           (gnome_filelist_set_dir): the check in history make it wouldn't be
28324           a "true" history. polished the whole thing, using set_dir_internal.
28325           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28326           there's no check in the history when using back or next.
28328         * manuals/*: added missing .cvsignore files.
28331 2001-07-30  Stephane Demurget <demurgets@free.fr>
28333         * po/fr.po: updated to latest sources.
28335         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28336           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28337           to put off their sensitive attributes.
28339 2001-07-29  Stephane Demurget <demurgets@free.fr>
28340         
28341         * po/fr.po: fixed some grammar things.
28342           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28343           this out.
28344         
28345         * src/utilities.c: (file_is_link): use lstat instead of stat.
28347 2001-07-27  Naba Kumar <kh_naba@123india.com>
28348         
28349         * Remove help dir from cvs, because it is no longer
28350           needed.
28351         
28352         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28353           needed.
28355 2001-07-24  Naba Kumar <kh_naba@123india.com>
28357         * debugger.c: (debugger_update_prog_status): Fixed
28358                 the bug with gdb version 5. Debugger starts, when
28359                 step in/out/over etc are clicked.
28360         
28361         * debugger.c: All functions: added debugging codes.
28362         
28363         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28364         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28365           Modified to recognize non project files also.
28366           
28367         * source.c: (source_write_configure_in):
28368           Added source for 'prefix' counterparts for
28369           no-prefix AC_SUBST.
28370         
28371 2001-07-23  Naba Kumar <kh_naba@123india.com>
28372         
28373         * anjuta.c: added function anjuta_remove_text_editor();
28374           and suitably modified anjuta_remove_current_text_editor().
28375           
28376         * project_dbase.c: project_dbase_close(), Added code to
28377           close all opened files that belong to the project when
28378           the project is closed.
28379          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28380         
28381         * Updated the manuals/anjuta-manual subdir for GDP standards.
28382            (patch from Andy Piper <squiggle@ukgateway.net>)
28383         
28384         * main_menubar.h, main_menubar.def: Added Menu items to handle
28385           urls for library references, bugs, patches and feature request
28386           submission.
28387         
28388 2001-07-20  Naba Kumar <kh_naba@123india.com>
28389         
28390         * Set wmclass names in all windows.
28391           (patch from Andy Piper <squiggle@ukgateway.net>)
28392         * New splash logo from "Misha" <misha@phreaker.net>);
28394 2001-07-19  Naba Kumar <kh_naba@123india.com>
28395         
28396         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28397           set caret color, calltip back color and selection fore/back
28398           color.
28400 2001-07-18  Naba Kumar <kh_naba@123india.com>
28401         
28402         * project_dbase.c: Closes all files when project is closed.
28403          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28404          -- We still need to refine this as it closes all sort of files.
28405         
28406         * compiler_options.c: Fixed seg-fault bug when last item in
28407           compiler option lists is removed.
28408         
28409         * Fixed missing newline warnings during compilation.
28410           (patch from Andy Piper <squiggle@ukgateway.net>)
28412 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28414         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28415                 autogenerated no need to store'em in CVS.
28417         * ccview/.cvsignore: Addition of cvsignore.
28419 2001-07-17  Naba Kumar <kh_naba@123india.com>
28420         
28421         *GUI fixes and spell corrections
28422         (patch from Andy Piper <squiggle@ukgateway.net>)
28424 2001-07-15  Naba Kumar <kh_naba@123india.com>
28425         
28426         *Fixed double error message for file not found.
28427         
28428         *Put white backgrounds for png images.
28429         
28430         *Converted '-' to '_' in sgml files.
28432 2001-07-14  Naba Kumar <kh_naba@123india.com>
28433         
28434         * project_dbase.c: Short-cut for expand/collasp project tree
28435         
28436         * project_dbase_gui.c:
28437          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28439 2001-07-13  Naba Kumar <kh_naba@123india.com>
28440         
28441         * notebook.[h,c]: Added
28442          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28443         Project/message window now toggles on control and
28444         and notebook switch short-cut
28446 2001-07-7  Naba Kumar <kh_naba@123india.com>
28447         
28448         * Changed a new icon set which looks more gnomish.
28449         
28450         * Changed a new anjuta splash logo.
28451         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28453 2001-07-6  Naba Kumar <kh_naba@123india.com>
28454         
28455         * ccview/*: Integrated ccview for class view and file view
28456                 in the project Manager.
28457         
28458         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28460 2001-07-1  Naba Kumar <kh_naba@123india.com>
28461         
28462         * scintilla/*: Upgraded Scintilla to version 1.3.7
28463         
28464         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28465         
28466 2001-06-28  Naba Kumar <kh_naba@123india.com>
28467         
28468         * src/debugger.c: Correct step-over and step-out swapping.
28469         
28470         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28471           chapters and added more stuffs.
28473 2001-06-13  Naba Kumar <kh_naba@123india.com>
28474         
28475         * data/autogen.sh.gtkmm: Added
28476         
28477         * data/autogen.sh.gnomemm: Added
28478         
28479         * src/appwiz.c: Added two more application wizard templetes
28480         
28481         * src/project: for gtk-- and gnome-- and proper support
28482         
28483         * src/source.c: for c++ in the project configuration.
28484         
28485         * src/source.h:
28487 2001-05-05  Naba Kumar <kh_naba@123india.com>
28489         * Merged my pre-cvs modifications with 
28490           the current cvs copy.
28492         * (lot of files change).
28494         * Implemented session management.
28496         * Local installation possible by
28497           manageing our own pixmaps paths
28498           manupulations.
28499         
28500         * resources.h: Added.
28501         * resources.c: Added.
28503         * Fixed some bugs.
28504         
28505 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28507         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28508                 Corrected/extended ignores.
28510 2001-05-04  Naba Kumar <kh_naba@123india.com>
28512         * manuals/: dir tree added.
28513           Sgml documentation started in this dir.
28514           
28515         * omf-install/: dir tree added.
28516         
28517         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28518           Created initial document structure.
28519           
28520         * configure.in: Added test for scrollkeeper.
28521           Added some Makefile entries in AC_OUTPUT.
28522         
28523         * Makefile.am: Added subdir manuals/
28524         
28525         * HACKING: Wrote something stupid.
28527 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28529         * Makefile.am: Added ChangeLog in local data list, becaused it's
28530           needed to create a new project.
28531           
28532         * po/fr.po: minor fixes.
28534         * src/build_file.c, src/configurer.c, src/debugger.c,
28535           src/executer.c, src/find_replace.c, src/gnome_project.c,
28536           src/goto_line.c, src/launcher.c, src/messages.c, 
28537           src/preferences.c src/project_dbase.c: functions declared static.
28538           
28539         * widgets/gnomefilelist.c: Fixed a project creation bug,
28540           introduced with latest changes.
28542 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28544         * widgets/gnomefilelist.c,
28545           BUGS: Fixed an annoying bug preventing from loading files/project
28546           given on the command line. Polished the whole gnome_filelist widget.
28548 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28550         * src/main.c,
28551           src/anjuta.c,
28552           src/anjuta.h: Polished the command line parsing.
28554         * BUGS: Need to clean that damn gnome_filelist widget.
28556 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28558         * src/registers.c,
28559           src/sharedlib.c,
28560           src/signals.c: Removed duplicated includes.
28562         * po/fr.po: minor fixes.
28564         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28565           create_compiler_options_page? () declared static.
28566         * src/main.c,
28567           src/anjuta.c: Put a command line option for disabling
28568           the splashscreen.
28570         * src/preferences_gui.c: Fixed an internationalization issue,
28571           other functions declared static.
28573         * src/gnome_project.c: Fixed some memory leaks,
28574           new_prj_terminated () declared static. 
28576 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28578         * configure.in: Sort ALL_LINGUAS alphabetically.
28580 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28582         * Emptied that ugly old Changelog.
28584 == Anjuta 0.1.5 ===
28585 == Anjuta 0.1.4 ==
28587 2001-03-10 Naba kumar  <naba@gnome.org>
28589         * src/gnome_project.c: Fixed project dir creation bug.
28591         * src/text_editor.c: Fixed double accelerators bug.
28592         
28593         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28595         * src/stack_trace.c, * src/compiler_options.c,
28596         data/internals.properties, src/defaults.c:
28597         Fixed pixmap creation with NULL window.
28599         * src/commands.c, src/preferences_gui.c, src/build_project.c
28600         src/clean_project.c: Bug fix.
28601         
28602         * src/main_menubar_def.h: i18n bug fix.
28603         
28604         * src/executer.h, src/executer.c: Bug fix.
28605         
28606         * src/controls.c: Bug fix.
28607         
28608         * src/debugger.c: Debugger now takes program args.
28609         
28610         * po/ja.po: Added japanese translation file.
28611         
28612         Upgraded to ver 0.1.4
28613         ... Fixed other minor bugs.
28615 == Anjuta 0.1.3 ===
28617 2001-XX-XX Naba kumar  <naba@gnome.org>
28619         * Lots of unaccountable changes. Integrated scintilla.
28620         Redesigned Project managemet. Added supports for other languages.
28621         Java style properties managements. .... blah blah
28622         
28623 2000-11-11 Naba kumar  <naba@gnome.org>
28625         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28626         Upgraded to version 0.1.3.
28628         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28629         Fixed to activate Debug->add watch properly.
28631 === Anjuta 0.1.2 beta_2 ===
28632 === Anjuta 0.1.2 ===
28634 2000-11-05 Naba kumar  <naba@gnome.org>
28636         * src/compiler_options.c, src/compiler_options_cbs.c
28637         src/compiler_options_cbs.h, src/compiler_options_gui.c
28638         src/anjuta2.c, extra/stock_libs.anj (new),
28639         extra/README.stock_libs (new), htmls/page13.html,
28640         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28641         added libraries. Stock libs provided for ease of entry. Modified
28642         help html file accordingly.
28644 2000-11-03 Naba kumar  <naba@gnome.org>
28646         * README: Minor fixes in Doc files.
28648         * src/gnome_prj.c, src/appwidzard_cbs.c:
28649         Fixed to ignore non-existant dir for blank prj.
28650         More checking in project creation, especially to confirm
28651         that the prj file already does not exist.
28653         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28655         * src/controls.c: Now Menu item "Format/Detach current document"
28656         is inactive when there is no document opened.
28658 === Anjuta 0.1.1 ===
28660 2000-11-01 Naba kumar  <naba@gnome.org>
28662         Completed and Release of first version (Beta) with lots of bugs.
28664 1999-12-27 Naba kumar  <naba@gnome.org>
28666         Anjuta project started.