2007-07-11 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob31a4152a8157596feec7037995a34d6abe5bb062
1 2007-07-11  Johannes Schmid <jhs@gnome.org>
3         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4         .glade:
5         Reverted unnecessary changes (#455819)
7 2007-07-10  Johannes Schmid <jhs@gnome.org>
9         * plugins/glade/plugin.c:
10         Fixed glade plugin with glade 3.2 and another crasher
12 2007-07-09  Johannes Schmid <jhs@gnome.org>
14         * libanjuta/interfaces/libanjuta.idl:
15         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
16         .glade:
17         * plugins/debug-manager/breakpoints.c:
18         (breakpoint_item_update_in_ui),
19         (breakpoints_dbase_edit_breakpoint),
20         (on_toggle_breakpoint_activate):
21         * plugins/debug-manager/plugin.c:
22         (on_run_to_cursor_action_activate):
23         * plugins/document-manager/action-callbacks.c:
24         (on_editor_command_cut_activate),
25         (on_editor_command_copy_activate),
26         (on_editor_command_paste_activate),
27         (on_editor_command_clear_activate):
28         * plugins/document-manager/anjuta-docman.c:
29         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
30         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
31         (anjuta_docman_goto_file_line_mark),
32         (anjuta_docman_find_editor_with_path),
33         (anjuta_docman_get_all_editors):
34         * plugins/document-manager/anjuta-docman.h:
35         * plugins/document-manager/plugin.c:
36         (update_editor_ui_interface_items), (on_editor_update_ui),
37         (on_editor_changed), (on_session_save), (on_docman_auto_save),
38         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
39         (ianjuta_document_manager_iface_init), (isaveable_save),
40         (isavable_is_dirty):
41         * plugins/editor/editor.glade:
42         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
43         (idocument_paste), (idocument_clear), (idocument_iface_init),
44         (iselection_iface_init):
45         * plugins/glade/Makefile.am:
46         * plugins/glade/anjuta-glade-notebook.c:
47         (anjuta_glade_notebook_instance_init),
48         (anjuta_glade_notebook_set_property),
49         (anjuta_glade_notebook_get_property),
50         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
51         (ifile_open), (ifile_get_uri), (ifile_iface_init),
52         (ifile_savable_save), (ifile_savable_save_as),
53         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
54         (ifile_savable_iface_init), (idocument_can_redo),
55         (idocument_can_undo), (idocument_begin_undo_action),
56         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
57         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
58         (idocument_copy), (idocument_paste), (idocument_clear),
59         (idocument_iface_init):
60         * plugins/language-support-cpp-java/plugin.c:
61         (on_value_added_current_editor), (on_value_removed_current_editor):
62         * plugins/macro/macro-util.c: (get_current_editor):
63         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
64         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
65         (on_next_occur), (on_incremental_entry_key_press),
66         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
67         (on_toolbar_find_incremental_start),
68         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
69         * plugins/search/search-replace.c: (search_start_over),
70         (search_update_combos), (replace_update_combos),
71         (anjuta_search_replace_activate):
72         * plugins/search/search-replace_backend.c: (create_search_entries):
73         * plugins/sourceview/sourceview.c: (idocument_cut),
74         (idocument_copy), (idocument_paste), (idocument_clear),
75         (idocument_iface_init), (iselect_iface_init), (iassist_react):
76         * plugins/tools/editor.c: (on_editor_response):
77         * plugins/tools/execute.c: (get_current_editor),
78         (atp_output_context_initialize), (atp_user_tool_execute):
79         * plugins/tools/variable.c: (get_current_editor),
80         (atp_variable_get_editor_variable):
81         
82         Some more IAnjutaEditor => IAnjutaDocument fixing!
83         
84         * plugins/glade/anjuta-glade-notebook.h:
85         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
86         (glade_update_ui):
87         * plugins/glade/plugin.h:
88         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
89         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
90         be used for glade, too. It might still have some rough edges but already works.
91         (Fixes #415547 – Glade usability problem)
93 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
95         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
96           development release (I updated version of glade3 svn to 3.3.2).
98 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
100         * plugins/symbol-browser/an_symbol_view.c:
101         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
103 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
105         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
106         (on_system_tags_update_finished), (on_update_global_clicked),
107         (prefs_page_init), (on_gconf_notify_tags_list_changed),
108         (symbol_browser_prefs_init),
109         (symbol_browser_prefs_create_global_tags),
110         (symbol_browser_load_global_tags):
111         * plugins/symbol-browser/an_symbol_prefs.h:
112         * plugins/symbol-browser/an_symbol_view.c:
113         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
114         * plugins/symbol-browser/an_symbol_view.h:
115         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
116         on global tags update because of delayed prefs merging. Happens when
117         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
118         is opened.
120 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
122         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
123         after install/uninstall.
125         Patch from James Liggett:
126         * scripts/glade2schemas.pl: Fixed creating schemas for list
127         values.
129 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
131         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
132           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
133           development release since glade svn version is also 3.3.1. In future, the
134           solution would be for us to always increment the micro version when
135           changing the API.
137 2007-07-05  Johannes Schmid <jhs@gnome.org>
139         * libanjuta/interfaces/libanjuta.idl:
140         * plugins/build-basic-autotools/build-basic-autotools.c:
141         (on_build_mesg_format):
142         * plugins/debug-manager/breakpoints.c:
143         (breakpoint_item_update_in_ui),
144         (breakpoints_dbase_edit_breakpoint),
145         (on_toggle_breakpoint_activate):
146         * plugins/debug-manager/plugin.c:
147         (on_run_to_cursor_action_activate):
148         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
149         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
150         (get_current_editor), (on_save_activate), (on_save_as_activate),
151         (on_save_prompt_save_editor), (on_close_file_activate),
152         (on_close_all_file_activate), (on_reload_file_activate),
153         (anjuta_print_cb), (anjuta_print_preview_cb),
154         (on_editor_command_upper_case_activate),
155         (on_editor_command_lower_case_activate),
156         (on_editor_command_undo_activate),
157         (on_editor_command_redo_activate),
158         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
159         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
160         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
161         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
162         (on_zoom_out_text_activate), (on_force_hilite_activate),
163         (on_indent1_activate), (on_swap_activate),
164         (on_editor_add_view_activate), (on_editor_remove_view_activate):
165         * plugins/document-manager/anjuta-docman.c:
166         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
167         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
168         (anjuta_docman_dispose), (on_notebook_switch_page),
169         (anjuta_docman_page_from_widget), (on_editor_destroy),
170         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
171         (anjuta_docman_get_current_document),
172         (anjuta_docman_set_current_document),
173         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
174         (anjuta_docman_update_page_label),
175         (anjuta_docman_get_document_from_path),
176         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
177         (anjuta_docman_order_tabs):
178         * plugins/document-manager/anjuta-docman.h:
179         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
180         (update_editor_ui_interface_items), (update_editor_ui),
181         (on_editor_update_save_ui), (on_editor_update_ui),
182         (on_editor_changed), (on_save_prompt_save_editor),
183         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
184         (ianjuta_docman_get_current_document),
185         (ianjuta_docman_set_current_document),
186         (ianjuta_docman_remove_buffer),
187         (ianjuta_document_manager_iface_init), (ifile_get_uri):
188         * plugins/editor/text_editor.c: (itext_editor_iface_init),
189         (idocument_get_filename), (idocument_can_undo),
190         (idocument_can_redo), (idocument_undo),
191         (idocument_begin_undo_action), (idocument_end_undo_action),
192         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
193         * plugins/language-support-cpp-java/plugin.c:
194         (on_editor_char_inserted_cpp), (on_auto_indent):
195         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
196         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
197         * plugins/sample1/plugin.c: (on_sample_action_activate):
198         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
199         (on_next_occur), (on_incremental_entry_key_press),
200         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
201         (on_toolbar_find_incremental_start),
202         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
203         * plugins/search/search-replace.c: (search_and_replace),
204         (write_message_pane), (search_start_over), (search_update_combos),
205         (replace_update_combos), (anjuta_search_replace_activate):
206         * plugins/search/search-replace_backend.c:
207         (file_buffer_new_from_path), (create_search_entries):
208         * plugins/sourceview/sourceview-print.c: (create_print_job):
209         * plugins/sourceview/sourceview.c:
210         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
211         (idocument_can_redo), (idocument_can_undo),
212         (idocument_begin_undo_action), (idocument_end_undo_action),
213         (idocument_undo), (idocument_redo), (idocument_grab_focus),
214         (idocument_get_filename), (idocument_iface_init):
215         * plugins/tools/editor.c: (on_editor_response):
216         * plugins/tools/execute.c: (atp_output_context_initialize),
217         (atp_user_tool_execute):
218         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
219         
220         Create IAnjutaDocument interface. This interface is a more general idea
221         of documents being anything that can be modified, has undo/redo and
222         may have operations like copy/paste.
223         The primary goal is to integrate better by making it use the standard file
224         and edit menu instead of it's own glade menu. Of course the downside is that
225         you won't be able to view a source file and the designer at the same time. Anyway
226         so many people have complained that they "can't save a glade file" that I think
227         this is the much better solution.
228         Work on the glade plugin is still to come but the most difficult things should be
229         done now.
231 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
233         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
234           version 3.0.3.
236 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
238         * libanjuta/anjuta-plugin-manager.c:
239         (anjuta_plugin_manager_get_plugins_page),
240         (anjuta_plugin_manager_get_remembered_plugins_page):
241         * libanjuta/anjuta-plugin-manager.h:
242         * src/anjuta-app.c: (anjuta_app_install_preferences):
243         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
244         and remembered plugins preferences pages in separate pages (avoid
245         crowd).
247 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
249         Patch from James Liggett  <jrliggett@cox.net>:
250         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
251         Installed editor preferences schemas. Fixes bug #453463.
253 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
255         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
256         (anjuta_preferences_dialog_init): Sort preferences pages on title.
258 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
260         * plugins/document-manager/anjuta-document-manager.ui:
261         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
262         * src/action-callbacks.c:
263         * src/action-callbacks.h:
264         * src/anjuta-actions.h:
265         * src/anjuta-app.c: (anjuta_app_instance_init),
266         (anjuta_app_install_preferences):
267         * src/anjuta.glade:
268         * src/anjuta.ui: Moved plugins and shortcuts settings inside
269         General preferences page. Move preferences menu from Settings to
270         Edit submenu. And got rid of Settings submenu.
272 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
274         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
275         
276 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
278         * TODO.tasks: Increased bounty for on-demand preferences task to $150
279         as discussed and agreed with James Liggett.
281         Patch from James Liggett  <jrliggett@cox.net>:
283         * configure.in:
284         * libanjuta/anjuta-plugin-manager.c:
285         (on_activated_plugin_objects_foreach),
286         (anjuta_plugin_manager_get_active_plugin_objects):
287         * libanjuta/anjuta-plugin-manager.h:
288         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
289         (anjuta_plugin_deactivate):
290         * libanjuta/anjuta-preferences-dialog.c:
291         (anjuta_preferences_dialog_finalize),
292         (anjuta_preferences_dialog_class_init), (add_category_columns),
293         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
294         (anjuta_preferences_dialog_remove_page):
295         * libanjuta/anjuta-preferences.c: (property_destroy),
296         (unregister_preferences_key), (register_callbacks),
297         (preferences_foreach_callback), (connect_prop_to_object),
298         (anjuta_preferences_register_property_raw),
299         (anjuta_preferences_register_property_custom),
300         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
301         (anjuta_preferences_remove_page),
302         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
303         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
304         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
305         (anjuta_preferences_class_init), (anjuta_preferences_new):
306         * libanjuta/anjuta-preferences.h:
307         * plugins/build-basic-autotools/Makefile.am:
308         * plugins/build-basic-autotools/build-basic-autotools.c:
309         (ipreferences_unmerge):
310         * plugins/cvs-plugin/Makefile.am:
311         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
312         * plugins/document-manager/Makefile.am:
313         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
314         * plugins/editor/plugin.c: (ipreferences_unmerge):
315         * plugins/file-manager/Makefile.am:
316         * plugins/file-manager/plugin.c: (activate_plugin),
317         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
318         * plugins/gtodo/plugin.c: (ipreferences_merge),
319         (ipreferences_unmerge):
320         * plugins/language-support-cpp-java/Makefile.am:
321         * plugins/language-support-cpp-java/plugin.c:
322         (ipreferences_unmerge):
323         * plugins/message-view/Makefile.am:
324         * plugins/message-view/plugin.c: (ipreferences_unmerge):
325         * plugins/sourceview/Makefile.am:
326         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
327         * plugins/symbol-browser/Makefile.am:
328         * plugins/symbol-browser/an_symbol_prefs.c:
329         (symbol_browser_prefs_finalize):
330         * plugins/terminal/Makefile.am:
331         * plugins/terminal/terminal.c: (ipreferences_unmerge):
332         * plugins/valgrind/plugin.c: (ipreferences_merge),
333         (ipreferences_unmerge):
334         * scripts/Makefile.am:
335         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
336         * src/Makefile.am:
337         * src/action-callbacks.c: (on_set_preferences1_activate):
338         * src/anjuta-app.c: (anjuta_app_instance_init),
339         (anjuta_app_install_preferences):
340         * src/anjuta-app.h:
341         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
342         task: Bug #445314: On demand preferences widgets creation. Thanks
343         James for this great work.
345 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
347         * plugins/debug-manager/data_buffer.c,
348         plugins/message-view/message-view.c: Fixed compiler warnings.
350 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
352         * src/action-callbacks.c: (help_activate),
353         (on_help_manual_activate), (on_help_tutorial_activate),
354         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
356         Fixed help activation (bug #451557).
358 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
360         * AUTHORS: Added James Liggett. Forgot to add him before :(
362 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
364         * plugins/debug-manager/debugger.c,
365         plugins/debug-manager/plugin.c,
366         plugins/gdb/debugger.c,
367         libanjuta/interfaces/libanjuta.idl:
368         Add a GError* parameter to debugger-stopped signal
370         * (added) libanjuta/anjuta-error.c,
371         (added) libanjuta/anjuta-error.h,
372         libanjuta/Makefile.am:
373         Register GError as a boxed type
375         * libanjuta/interfaces/anjuta-idl-compiler.pl:
376         Support GError* in signal, GError must be registered as a boxed type
377         Accept NULL as strings
379 === anjuta 2.2.0 ===
381 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
383         * configure.in: Bumped version to 2.2.0
384         * NEWS: Updated for 2.2.0 stable release.
385         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
386         Reduce the idle priority to make the UI update before anything else.
388 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
390         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
392         * libanjuta/interfaces/libanjuta.idl:
393         * plugins/document-manager/action-callbacks.c:
394         (on_editor_command_complete_word_activate):
395         * plugins/document-manager/plugin.c:
396         (update_editor_ui_interface_items):
397         * plugins/editor/text_editor.c: (iautocomplete_activate),
398         (iautocomplete_iface_init):
399         * plugins/sourceview/sourceview.c: (iassist_iface_init):
401         Moved autocomplete() method away from IAnjutaEditorAssist into
402         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
403         autocomplete and does not crash with sourceview. Fixes Bug #449620
404         – The auto completion functionality not work. Also sets menuitem 
405         insensitive when hiding them.
407         * plugins/debug-manager/disassemble.c:
408         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
409         printf types.
411 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
413         * pixmaps/anjuta_splash.png: Updated.
414         
415         * plugins/search/search-replace.c
416         (anjuta_search_replace_activate): Fixed "Find in Files" to select
417         the right target (project).
418         * ChangeLog: Added missing log.
420 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
422         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
423         manuals/anjuta-manual/C/fileoperations.xml,
424         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
426         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
428         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
430 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
432         * TODO.tasks: Added bounty for on-demand preferences.
434         Patch from Thierry Moisan:
435         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
436         (bug #88824).
438 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
440         Patch from tpgww@onepost.net:
442         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
443         * libegg/test-actions.c:
444         * libegg/test-multi-drag.c: (main):
445         * plugins/debug-manager/memory.c: (read_memory_block):
446         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
448         Fixes compile warnings. Fixes bug #427101.
450 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
452         Patch from James Liggett:
454         * plugins/profiler/gprof-options.c: (on_option_changed),
455         (setup_widgets):
456         * plugins/profiler/gprof-options.h:
457         * plugins/profiler/gprof-profile-data.c:
458         (gprof_profile_data_init_profile):
459         * plugins/profiler/gprof-profile-data.h:
460         * plugins/profiler/plugin.c: (profiler_get_data),
461         (profiler_set_target), (register_options),
462         (on_profile_data_browse_button_clicked),
463         (on_profiling_options_button_clicked), (on_profiler_delete_data):
464         * plugins/profiler/profiler.glade: implements independent targets.
465         implements the ability to select arbitrary gmon.out files.
466         Fixes bug #403502 – User should also be allowed to select an
467         independent executable target.
469 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
471         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
473         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
474         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
476 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
478         * plugins/debug-manager/plugin.c,
479         plugins/debug-manager/breakpoints.c:
480         Remove weak pointers when owner is destroyed
481         Remove all breakpoints before loading new one
483 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
485         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
486          
487 2007-06-19  Naba Kumar  <naba@gnome.org>
489         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
490         Bug #448491 Empty Lines Problem.
492         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
493         
494         * data/default.profile, plugins/message-view/plugin.c: Do not
495         restore session for messages.
496         Fixes bug #377461 – don't create new message window for each
497         build/find.
499         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
500         Fixes a crash on exit/project-close if profiler plugin is loaded.
502 2007-06-17  Naba Kumar  <naba@gnome.org>
504         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
505         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
507         * plugins/file-loader/plugin.c: Fail on opening non existent files.
508         Bug #448034 – Anjuta crashes on starting (when the last project
509         directory was deleted).
511         * plugins/document-manager/plugin.c: Set line markers for files
512         opened via IAnjutaFile::open(). Fixes missing line markers while
513         navigating symbols.
515 2007-06-17  Naba Kumar  <naba@gnome.org>
517         * plugins/sourceview/sourceview.glade: Set correct font
518         default value and use monospace instead of sans. Fixes
519         bug #448408 – crash in Anjuta IDE: Trying to change the
520         editor
522 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
524         * plugins/search/search-replace.c,
525         plugins/search/search-replace.h,
526         plugins/search/anjuta-search.glade:
527         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
528         Fixes bug #355166
530 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
532         * plugins/debug-manager/plugin.c,
533         plugins/debug-manager/breakpoints.c:
534         Add weak references, fixes bug #448053 ?
536 2007-06-16  Naba Kumar  <naba@gnome.org>
538         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
539         dialog to allow forgetting them if user chooses to select a different
540         one.
542 2007-06-13  Naba Kumar  <naba@gnome.org>
544         * plugins/sourceview/sourceview-prefs.c: Initialize font
545         on startup correctly if use_theme is set.
547         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
548         if available for default font. Fixes bug #447304.
550         * plugins/sourceview/sourceview-prefs.c: Return value based
551         on right data type. Fixes Bug #438878 – Using gtksourceview editor
552         for the first time has black background
553         
554         * plugins/project-manager/plugin.c: Give a better error message
555         when project could not be loaded.
557         * libanjuta/anjuta-serializer.c: Added a comment.
559 2007-06-13  Johannes Schmid <jhs@gnome.org>
561         * configure.in:
562         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
563         most warnings to avoid simple coding problems.
564         
565         * plugins/message-view/anjuta-msgman.c:
566         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
567         * plugins/message-view/plugin.c: (on_view_changed),
568         (ianjuta_msgman_add_view):
569         
570         Fixed #440866 by always presenting the message-manager when a tab is
571         added because Gtk+ seems to have problems to add tabs to hidden widgets.
572         
573         * plugins/subversion/subversion-callbacks.c:
574         (on_subversion_commit_response):
575         Destroy dialog if user clicks "No"
577 2007-06-12  Naba Kumar  <naba@gnome.org>
579         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
580         read and use of uninitialized variable.
582         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
583         because it is used in credits listing and packaging could compress
584         it in docdir. Fixes bug #397881: The credits are empty
586         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
587         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
588         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
589         plugins/symbol-browser/an_symbol_info.c,
590         plugins/symbol-browser/plugin.c,
591         plugins/symbol-browser/an_symbol_view.c,
592         plugins/editor/aneditor-autocomplete.cxx:
594         - Do not access TMTag
595         member in TMSymbol when freeing it because by then the tags
596         could have changed. Avoids dangerous memory corruptions by freeing
597         someone else's memory (Could explain those random crashes when
598         refreshing symbols or re-loading a different project or closing
599         a project). Anything that tries to refresh symbols could trigger
600         this corruptions.
601         - Added a flag to also retrieve method definitions as part of
602         the class's scope members. And used it to set both function prototype
603         and definition in symbols. Fixes navigation to prototype and
604         function definitions from symbol browser (bug #440370)
606         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
607         memory. Could fix those bogus 'file changed' dialogs.
609         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
611 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
613         * (added) libanjuta/anjuta-utils-priv.h,
614         libanjuta/anjuta-utils.h,
615         libanjuta/anjuta-launcher.c,
616         libanjuta/Makefile.am:
617         Fix bug #440801: do not use config.h in public include files
619 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
621         * plugins/project-wizard/templates/mkfile.wiz:
622         Fix bug #442038: missing project.sh file
624         * configure.in,
625         plugins/project-wizard/templates/Makefile.am,
626         plugins/project-wizard/templates/translatable-strings.h,
627         (added) plugins/project-wizard/templates/sdl.wiz,
628         (added) plugins/project-wizard/templates/appwiz_sdl.png,
629         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
630         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
631         (added) plugins/project-wizard/templates/sdl/Makefile.am,
632         (added) plugins/project-wizard/templates/sdl/.cvsignore,
633         (added) plugins/project-wizard/templates/sdl/src/main.c,
634         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
635         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
636         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
637         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
638         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
639         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
640         Fix bug #315635: add a SDL project wizard
642 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
644         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
645         when SIGCHLD is triggered when main loop context is locked. Dead lock
646         happens when child_exited callback also accesses main loop context.
647         Happens particularly badly in debug target exiting.
649 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
651         * manuals/anjuta-manual/C/debugger.xml:
652         First update of the debugger documentation
654 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
656         * manuals/anjuta-manual/C/fileoperations.xml,
657         manuals/anjuta-manual/C/projects.xml,
658         manuals/anjuta-manual/C/anjuta-manual.xml,
659         manuals/anjuta-manual/C/build.xml,
660         manuals/anjuta-manual/C/execute.xml,
661         manuals/anjuta-manual/Makefile.am: Updated more documentation.
662         Added project properties documentation. Moved execution section
663         inside project management. Removed dead documentation.
665 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
667         * src/anjuta.c, plugins/symbol-browser/plugin.c,
668         plugins/symbol-browser/plugin.h,
669         plugins/symbol-browser/an_symbol_prefs.c,
670         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
671         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
672         progress bar instead of separate window for system tags
673         generation. Renamed AnjutaStatus methods to a proper ones.
675         * plugins/symbol-browser/plugin.c,
676         plugins/symbol-browser/plugin.h,
677         plugins/symbol-browser/an_symbol_prefs.c,
678         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
679         global-tags/create_global_tags.sh.in: Get rid of message window
680         for showing global tags creation and use a small window with
681         progress bar.
683 2007-05-30  Naba Kumar  <naba@gnome.org>
685         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
686         Bug 442315 – After calling configure, the build menus are still insensitive,
687         Bug 442314 – Autogeneration fails when there is no autogen.sh
689         * plugins/project-manager/plugin.c: Fixed mem corruption when it
690         fails to remove target/source/group. Fixes bug #440196 – crash in
691         Anjuta IDE: removing a target
693 2007-05-29  Naba Kumar  <naba@gnome.org>
695         * plugins/symbol-browser/an_symbol_view.c,
696         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
697         tags generation. Fixed runtime warning.
699 2007-05-28  Naba Kumar  <naba@gnome.org>
701         Patch from James Liggett  <jrliggett@cox.net>:
702         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
703         Fixed bug #403502 – User should also be allowed to select an
704         independent executable target.
706 2007-05-27  Johannes Schmid <jhs@gnome.org>
708         * plugins/build-basic-autotools/build-basic-autotools.c:
709         (get_real_directory), (on_build_mesg_format):
710         
711         Find correct files for error messages inside scratchbox
713 2007-05-27  Naba Kumar  <naba@gnome.org>
715         * manuals/anjuta-manual/C/projects.xml,
716         manuals/anjuta-manual/C/projects.xml: Updated project
717         management chapter more.
719 2007-05-25  Johannes Schmid <jhs@gnome.org>
721         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
722         * plugins/build-basic-autotools/build-basic-autotools.c:
723         (on_sb_check_toggled), (build_execute_command),
724         (ipreferences_merge), (ipreferences_unmerge):
725         Added support for building inside scratchbox environment
726         
727         Patch from James Liggett <jrliggett@cox.net>:
728         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
729         (anjuta_msgman_append_view):
731         Fix 440866 
732           – Anjuta aborts with numerous assertion failures when adding a new message view tab
734 2007-05-23  Naba Kumar  <naba@gnome.org>
736         * manuals/anjuta-manual/C/projects.xml: Updated project
737         management chapter.
739 2007-05-22  Naba Kumar  <naba@gnome.org>
741         * manuals/anjuta-manual/C/projects.xml: More updates.
743         * manuals/anjuta-manual/C/introduction.xml,
744         manuals/anjuta-manual/C/projects.xml,
745         manuals/anjuta-manual/C/interface.xml: Updated documentation.
747 2007-05-22  Naba Kumar  <naba@gnome.org>
749         Patch from Étienne Bersac:
750         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
751         class in generated class.
753 2007-05-22  Naba Kumar  <naba@gnome.org>
755         * plugins/profiler/plugin.c: Fixed a compiler warning.
756         * plugins/valgrind/Makefile.am: Added ldflags.
758         Patch from James Liggett:
759         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
760         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
761         specific options.
763 2007-05-18  Johannes Schmid <jhs@gnome.org>
765         * plugins/editor/text_editor.c:
766         * plugins/language-support-cpp-java/plugin.c:
767         (on_editor_language_changed), (on_value_added_current_editor),
768         (on_value_removed_current_editor):
769         
770         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
771         Fix assist support in language-support-plugin.
773 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
775         * libanjuta/interfaces/libanjuta.idl:
776         Add a new interface allowing to implement plugin able
777         to load other plugins (not written in C)
779         * libanjuta/anjuta-plugin-handle.c,
780         libanjuta/anjuta-plugin-handle.h:
781         Add a language and a resident plugin properties
783         * libanjuta/anjuta-glue-plugin.c,
784         libanjuta/anjuta-glue-plugin.h,
785         (added)libanjuta/anjuta-glue-c.c,
786         (added)libanjuta/anjuta-glue-c.h,
787         libanjuta/Makefile.am:
788         Split code used to load a C plugin into a common part
789         in anjuta-glue-plugin and a specific part in anjuta-glue-c
791         * libanjuta/anjuta-glue-factory.c,
792         libanjuta/anjuta-glue-factory.h,
793         libanjuta/anjuta-plugin-manager.c:
794         Allow to load plugin not written in C and search for the
795         additional needed code in another plugin
797 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
799         * plugins/editor/text_editor.c:
800         Add an empty implementation of IAnjutaEditorAssist for scintilla,
801         avoiding a crash if scintilla is used
803 2007-05-14  Johannes Schmid <jhs@gnome.org>
805         * libanjuta/interfaces/libanjuta.idl:
806         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
807         (assist_cleanup), (on_assist_end), (on_assist_cancel),
808         (on_assist_chosen), (on_assist_update), (get_context),
809         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
810         (install_assist), (uninstall_assist), (install_support),
811         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
812         (cpp_java_plugin_instance_init):
813         * plugins/language-support-cpp-java/plugin.h:
814         Use IAnjutaEditorAssist to show language specific suggestions
815         
816         * plugins/sourceview/Makefile.am:
817         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
818         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
819         * plugins/sourceview/anjuta-view.h:
820         * plugins/sourceview/assist-window.c: (assist_window_expose),
821         (assist_window_set_property), (assist_window_get_property),
822         (assist_window_class_init), (assist_activated),
823         (assist_window_init), (assist_window_finalize),
824         (assist_window_select), (assist_window_first),
825         (assist_window_last), (assist_window_up), (assist_window_down),
826         (get_coordinates), (assist_window_move), (assist_window_update),
827         (assist_window_filter_keypress), (assist_window_is_active),
828         (assist_window_new), (assist_window_get_trigger),
829         (assist_window_get_position):
830         * plugins/sourceview/assist-window.h:
831         * plugins/sourceview/sourceview-args.c (removed):
832         * plugins/sourceview/sourceview-args.h (removed):
833         * plugins/sourceview/sourceview-autocomplete.c (removed):
834         * plugins/sourceview/sourceview-autocomplete.h (removed):
835         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
836         * plugins/sourceview/sourceview-private.h:
837         * plugins/sourceview/sourceview-scope.c(removed):
838         * plugins/sourceview/sourceview-scope.h(removed):
839         * plugins/sourceview/sourceview.c: (on_assist_chosen),
840         (on_assist_cancel), (on_document_char_added),
841         (on_reload_dialog_response), (sourceview_class_init),
842         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
843         (iassist_remove_trigger), (iassist_autocomplete),
844         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
845         (iassist_react), (iassist_iface_init):
846         * plugins/sourceview/tag-window.c (moved to assist-window.c):
847         * plugins/sourceview/tag-window.h (moved to assist-window.c):
848         
849         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
850         - Mark files dirty if reload dialog is canceled.
852 2007-05-12  Naba Kumar  <naba@gnome.org>
854         * libanjuta/anjuta-launcher.h: Corrected include file.
856 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
858         * libanjuta/anjuta-glue-plugin.c,
859         libanjuta/anjuta-glue-plugin.h,
860         libanjuta/anjuta-glue-factory.c,
861         libanjuta/anjuta-glue-factory.h,
862         ibanjuta/anjuta-plugin-manager.c:
863         Move code used to load a C plugin from glue-factory to glue-plugin
864         So loading a plugin written in another language could be done by
865         just using another object derived from AnjutaGluePlugin
867         * libanjuta/libanjuta.h:
868         Remove anjuta-plugin-handle header, it's not installed as libanjuta
869         includes
871 === anjuta 2.1.3 ===
873 2007-05-11  Naba Kumar  <naba@gnome.org>
875         * configure.in: Bumped version to 2.1.3
876         * NEWS: Updated.
877         * AUTHORS: Updated.
878         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
880 2007-05-11  Naba Kumar  <naba@gnome.org>
882         * configure.in:
883         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
884         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
885         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
887 2007-05-10  Johannes Schmid <jhs@gnome.org>
889         * plugins/search/plugin.c:
890         Make incremental search behave less annoying
891         
892 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
894         * plugins/macro/macro-util.c:
895         Fix bug #419008 and bug #419036
896         When creating new header file, use name and email set in
897         preferences and replace invalid C character by underscore
898         in guards
900 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
902         * plugins/search/search-replace.c,
903         plugins/search/search-replace_backend.c:
904         Disable search button if search expression is empty (bug #378193)
906 2007-05-08  Naba Kumar  <naba@gnome.org>
908         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
909         build error.
911 2007-05-07  Naba Kumar  <naba@gnome.org>
913         * configure.in:
914         * plugins/project-wizard/templates/Makefile.am:
915         * plugins/project-wizard/templates/minimal.wiz:
916         * plugins/project-wizard/templates/minimal/.cvsignore:
917         * plugins/project-wizard/templates/minimal/Makefile.am:
918         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
919         * plugins/project-wizard/templates/minimal/autogen.sh:
920         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
921         * plugins/project-wizard/templates/minimal/project.anjuta:
922         Added 'minimal', a generic and flat, project template.
923         
924 2007-05-05  Naba Kumar  <naba@gnome.org>
926         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
928         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
929         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
930         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
931         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
932         instead of a real one, fixes interdependency with libanjuta.
933         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
934         * libanjuta/Makefile.am: 
935         * libegg/Makefile.am:
936         * plugins/build-basic-autotools/Makefile.am:
937         * plugins/class-gen/Makefile.am:
938         * plugins/class-inheritance/Makefile.am:
939         * plugins/cvs-plugin/Makefile.am:
940         * plugins/debug-manager/Makefile.am:
941         * plugins/devhelp/Makefile.am:
942         * plugins/document-manager/Makefile.am:
943         * plugins/editor/Makefile.am:
944         * plugins/file-loader/Makefile.am:
945         * plugins/file-manager/Makefile.am:
946         * plugins/file-wizard/Makefile.am:
947         * plugins/gdb/Makefile.am:
948         * plugins/glade/Makefile.am:
949         * plugins/gtodo/Makefile.am:
950         * plugins/language-support-cpp-java/Makefile.am:
951         * plugins/macro/Makefile.am:
952         * plugins/message-view/Makefile.am:
953         * plugins/patch/Makefile.am:
954         * plugins/profiler/Makefile.am:
955         * plugins/project-import/Makefile.am:
956         * plugins/project-manager/Makefile.am:
957         * plugins/project-wizard/Makefile.am:
958         * plugins/sample1/Makefile.am:
959         * plugins/search/Makefile.am:
960         * plugins/sourceview/Makefile.am:
961         * plugins/subversion/Makefile.am:
962         * plugins/symbol-browser/Makefile.am:
963         * plugins/terminal/Makefile.am:
964         * plugins/tools/Makefile.am:
965         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
967 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
969         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
971 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
973         * libanjuta/anjuta-launcher.c,
974         libanjuta/anjuta-launcher.h:
975         Add some missing implementation
977 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
979         Reviewed by Naba Kumar  <naba@gnome.org>:
980         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
981         for uninstall-hook.
983 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
985         Reviewed by Naba Kumar  <naba@gnome.org>:
986         * plugins/editor/text_editor.c: Large memory addresses were being
987         truncated, switched to glong (bug #422143).
989 2007-04-24  Naba Kumar  <naba@gnome.org>
991         * plugins/document-manager/plugin.c: (prefs_finalize):
992         * plugins/editor/aneditor-autocomplete.cxx:
993         * plugins/editor/text_editor_menu.c:
994         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
995         * plugins/file-loader/plugin.c: (open_file_with),
996         (create_open_with_submenu):
997         * plugins/file-manager/plugin.c: (prefs_finalize):
998         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
999         pointer type castings.
1001 2007-04-24  Naba Kumar  <naba@gnome.org>
1003         Patch from s|s  <supreet.sethi@gmail.com>:
1004         * (added) plugins/project-wizard/templates/django-logo.png:
1005         * (added) plugins/project-wizard/templates/django.wiz:
1006         * plugins/project-wizard/templates/Makefile.am:
1007         * plugins/project-wizard/templates/translatable-strings.h: Added
1008         django project template. http://www.djangoproject.com/
1010 2007-04-24  Naba Kumar  <naba@gnome.org>
1012         * plugins/subversion/anjuta-subversion.glade: Set expansion for
1013         the log entry widget and made the dialog little larger.
1015 2007-04-24  Naba Kumar  <naba@gnome.org>
1017         Patch from Halton Huo:
1018         * configure.in:
1019         * plugins/project-wizard/property.c:
1020         * plugins/subversion/svn-auth.c:
1021         * plugins/subversion/svn-backend-priv.h:
1022         * plugins/subversion/svn-backend.c:
1023         * plugins/subversion/svn-backend.h:
1024         * plugins/subversion/svn-notify.h: Proper use of subversion
1025         headers. Fixes build issues in solaris (bug #426701).
1027 2007-04-24  Naba Kumar  <naba@gnome.org>
1029         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
1030         
1031         * plugins/project-wizard/templates/cpp.wiz:
1032         * plugins/project-wizard/templates/gcj.wiz:
1033         * plugins/project-wizard/templates/gnome.wiz:
1034         * plugins/project-wizard/templates/gtk.wiz:
1035         * plugins/project-wizard/templates/gtkmm.wiz:
1036         * plugins/project-wizard/templates/java.wiz:
1037         * plugins/project-wizard/templates/python.wiz:
1038         * plugins/project-wizard/templates/terminal.wiz:
1039         * plugins/project-wizard/templates/wxwin.wiz:
1040         * plugins/project-wizard/templates/xlib-dock.wiz:
1041         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
1042         project option and set it ON by default (since gnome-build, can't
1043         enabled configure shared lib support later when a sharedlib target
1044         is added).
1046 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
1048         * plugins/debug-manager/stack_trace.c:
1049         Fix a missing case in the previous changes
1051 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
1053         * plugins/debug-manager/plugin.c:
1054         Fix bug #430401
1056         * plugins/debug-manager/breakpoints.c,
1057         plugins/gdb/plugin.c:
1058         Fix adding breakpoint on a function
1060         * plugins/debug-manager/stack_trace.c:
1061         Highlight changed stack frame
1063 2007-04-18  Naba Kumar  <naba@gnome.org>
1065         * plugins/document-manager/anjuta-docman.c:
1066         (anjuta_docman_dispose), (on_editor_destroy),
1067         (anjuta_docman_remove_editor): Remove the editor widget from
1068         the parent container before calling destroy, otherwise container
1069         removal happens after TextEditor is disposed resulting in call
1070         to value-remove for a TextEditor which is half-dead (crash).
1072 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
1074         * plugins/debug-manager/data_buffer.c
1075         plugins/debug-manager/data_view.c,
1076         plugins/debug-manager/memory.c:
1077         Fixes for bug #418523, bug #427090 and bug #428174
1079 2007-04-11 Halton Huo <halton.huo@sun.com>
1081         reviewed by: <jhs@gnome.org>
1083         * configure.in:
1084         * libanjuta/Makefile.am:
1085         * libanjuta/anjuta-utils.c:
1086         * libanjuta/anjuta-utils.h:
1087         * manuals/reference/libanjuta/Makefile.am:
1088         
1089         Fixed compilation on sun by deploying the libutil methods
1090         in anjuta-utils.h and building them on condition.
1092 2007-04-11  Johannes Schmid <jhs@gnome.org>
1094         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
1095         (anjuta_docman_add_editor):
1096         Hold a reference on the editor as long as we use it.
1097         
1098         * plugins/document-manager/plugin.c: (on_editor_changed):
1099         Destroy GValue to fix a memoery leak.
1101 2007-04-11  Johannes Schmid <jhs@gnome.org>
1103         * plugins/document-manager/plugin.c: (on_editor_changed):
1104         Fixed reference counting for editor by using g_value_take_object instead
1105         of g_value_set_object. The editors are now correctly finalized and thus
1106         we do not lack so much memory anymore.
1107         
1108         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1109         (anjuta_view_finalize), (anjuta_view_focus_out),
1110         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
1111         * plugins/sourceview/anjuta-view.h:
1112         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
1113         * plugins/sourceview/sourceview-prefs.c:
1114         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
1115         * plugins/sourceview/sourceview-prefs.h:
1116         * plugins/sourceview/sourceview-private.h:
1117         * plugins/sourceview/sourceview.c: (on_document_loaded),
1118         (timeout_unref), (on_document_saved), (sourceview_finalize),
1119         (sourceview_new), (ifile_open), (ifile_savable_save),
1120         (ifile_savable_save_as):
1122         Several changes to fix things when the editor is correctly destroyed.
1123         Fixed preferences (which led me to the refcounting issue, #409412)
1124         and removed deprecated completition code that will be replace by
1125         IAnjutaAssist interface soon. 
1127 2007-04-11  Johannes Schmid <jhs@gnome.org>
1129         * libanjuta/anjuta-launcher.c:
1130         (anjuta_launcher_execution_done_cleanup),
1131         (anjuta_launcher_child_terminated):
1132         Possible fix for #428363 and added a g_return_if_fail
1134         * plugins/message-view/plugin.c: (activate_plugin):
1135         Fixed a Gtk/Gdl-Critical
1136         
1137         Patches from Étienne Bersac <bersace03@laposte.net>
1138         * plugins/class-gen/templates/go-source.tpl:
1139         * plugins/macro/macros.xml:
1140         Use better template for GObjects (#417875 and #417918)
1141         
1142         Patches from Halton Huo <halton.huo@sun.com>
1143         * libanjuta/anjuta-launcher.h:
1144         * libanjuta/anjuta-preferences.c:
1145         * libanjuta/anjuta-utils.c:
1146         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
1147         (cg_window_set_add_to_repository):
1148         * plugins/class-inheritance/class-inherit.c:
1149         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
1151 2007-04-09  Johannes Schmid <jhs@gnome.org>
1153         * plugins/editor/print.c: (anjuta_print_show_header):
1154         * plugins/file-manager/anjuta-file-manager-plugin.glade:
1155         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1157   Some string changes (#427395 and #427399)
1159 2007-04-06  Johannes Schmid <jhs@gnome.org>
1161         * plugins/build-basic-autotools/build-basic-autotools.c:
1162         (on_build_mesg_format), (on_build_mesg_parse):
1163         Fixed full path detection
1165 2007-04-05  Naba Kumar  <naba@gnome.org>
1167         Patch from Halton Huo:
1168         * libanjuta/Makefile.am:
1169         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
1170         * libanjuta/anjuta-glue-cpp.h:
1171         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
1172         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
1173         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
1174         (anjuta_glue_factory_get_path), (get_already_loaded_module),
1175         (load_plugin), (anjuta_glue_factory_get_object_type):
1176         * libanjuta/anjuta-glue-factory.h:
1177         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
1178         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
1179         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
1180         (anjuta_glue_plugin_new):
1181         * libanjuta/anjuta-glue-plugin.h:
1182         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
1183         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
1184         * libanjuta/anjuta-plugin.h:
1185         * libanjuta/glue-cpp.c:
1186         * libanjuta/glue-cpp.h:
1187         * libanjuta/glue-factory.c:
1188         * libanjuta/glue-factory.h:
1189         * libanjuta/glue-plugin.c:
1190         * libanjuta/glue-plugin.h:
1191         * plugins/build-basic-autotools/build-basic-autotools.h:
1192         * plugins/class-gen/plugin.h:
1193         * plugins/class-inheritance/plugin.h:
1194         * plugins/cvs-plugin/plugin.h:
1195         * plugins/debug-manager/plugin.h:
1196         * plugins/devhelp/plugin.h:
1197         * plugins/document-manager/plugin.h:
1198         * plugins/editor/plugin.h:
1199         * plugins/file-loader/plugin.h:
1200         * plugins/file-manager/plugin.h:
1201         * plugins/file-wizard/plugin.h:
1202         * plugins/gdb/plugin.h:
1203         * plugins/glade/plugin.h:
1204         * plugins/gtodo/plugin.h:
1205         * plugins/language-support-cpp-java/plugin.h:
1206         * plugins/macro/plugin.h:
1207         * plugins/message-view/plugin.h:
1208         * plugins/patch/plugin.h:
1209         * plugins/profiler/plugin.h:
1210         * plugins/project-import/plugin.h:
1211         * plugins/project-manager/plugin.h:
1212         * plugins/project-wizard/plugin.h:
1213         * plugins/sample1/plugin.h:
1214         * plugins/search/plugin.h:
1215         * plugins/sourceview/plugin.h:
1216         * plugins/subversion/plugin.h:
1217         * plugins/symbol-browser/plugin.h:
1218         * plugins/terminal/terminal.c:
1219         * plugins/tools/plugin.h:
1220         * plugins/tools/scripts/tools-2.xml.in:
1221         * plugins/valgrind/plugin.h:
1223         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
1225 2007-04-05  Naba Kumar  <naba@gnome.org>
1227         * anjuta.spec.in, configure.in: Removed dead codes.
1228         
1229         Patch from Jos Dehaes:
1230         * configure.in, plugins/project-wizard/templates/Makefile.am,
1231         plugins/project-wizard/templates/mkfile.wiz,
1232         plugins/project-wizard/templates/translatable-strings.h: Enabled
1233         makefile-based project creation and import. Fixes bug #355145
1235 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
1237         * plugins/debug-manager/debugger.c,
1238         plugins/debug-manager/plugin.c,
1239         plugins/gdb/anjuta-gdb.plugin.in:
1240         Code cleaning (remove unused code, rename this into self)
1241         Add information about supported format in debugger plugin
1242         Activate debugger plugin according to the target format
1244 2007-04-01  Naba Kumar  <naba@gnome.org>
1246         * plugins/message-view/message-view.c:
1247         (message_view_instance_init): Fixed message icons to appear.
1249 2007-03-31  Johannes Schmid <jhs@gnome.org>
1251         * plugins/message-view/anjuta-msgman.c:
1252         (anjuta_msgman_append_view):
1253         * plugins/message-view/plugin.c: (on_view_changed),
1254         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
1255         
1256         Fixed #424845
1258 2007-03-31  Johannes Schmid <jhs@gnome.org>
1260         * plugins/message-view/message-view.c:
1261         (message_view_instance_init), (imessage_view_append):
1262         Show nice icons beside the messages for info, warning and error. This is a completly
1263         cosmetic change so if someone dislikes it he is free to remove it.
1265 2007-03-31  Johannes Schmid <jhs@gnome.org>
1266         
1267         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
1268         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
1269         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
1270         * plugins/message-view/anjuta-msgman.h:
1271         * plugins/message-view/message-view.h:
1272         * plugins/message-view/plugin.c: (on_view_changed),
1273         (activate_plugin):
1274         Fixed #359399 and made next/previous insensitive when not availible
1275         
1276         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
1277         (tag_style_to_string):
1278         Fixed namespace Problem with gdk >= 2.11
1279         
1280         * plugins/sourceview/sourceview-autocomplete.c:
1281         (sourceview_autocomplete_init):
1282         Removed structure, follow-up of #423682
1284 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
1286         * plugins/debug-manager/debug_tree.c,
1287         plugins/debug-manager/debug_tree.h,
1288         plugins/debug-manager/watch.c,
1289         plugins/debug-manager/anjuta-debug-manager.glade:
1290         Inspect variable at cursor
1291         Fix buttons in inspect dialog
1293 2007-03-27  Halton Huo  <halton.huo@sun.com>
1295         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
1297         * plugins/sourceview/sourceview-autocomplete.c
1298         plugins/debug-manager/disassemble.c,
1299         libanjuta/interfaces/libanjuta.idl:
1300         Remove array with 0 size and empty structure as it is not
1301         supported by sun cc, Fixes bug #423682
1303         * plugins/debug-manager/debugger.c:
1304         Remove anonymous union as it is not supported by sun cc,
1305         Fixes bug #423680
1307 === anjuta 2.1.2 ===
1309 2007-03-28  Naba Kumar  <naba@gnome.org>
1311         * configure.in: Bumped version to 2.1.2
1312         * NEWS: Updated for release.
1313         
1314         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
1315         Improved breakpoint marker icon.
1316         
1317         * plugins/editor/anjuta-editor.plugin.in,
1318         plugins/sourceview/sourceview.plugin.in: Made editor plugins
1319         non user activable since they are now remembered properly.
1321 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
1323         * plugins/tools/editor.c:
1324         Fix bug #423270
1326 2007-03-27  Naba Kumar  <naba@gnome.org>
1328         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
1329         word when autocompleting without leaving any trailing part of
1330         the word.
1332 2007-03-27  Kamil Páral  <ripper42@gmail.com>
1334         Reviewed by Naba Kumar  <naba@gnome.org>:
1335         * anjuta.desktop.in.in: Remove "Application" category from desktop
1336         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
1337         
1338 2007-03-27  Naba Kumar  <naba@gnome.org>
1339         
1340         * configure.in, plugins/document-manager/anjuta-docman.c:
1341         (anjuta_docman_add_editor): Conditionally compile notebook tab
1342         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
1344         Patch from Halton Huo:
1345         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
1346         non gcc compiler flags. Fixes bug #423089.
1347         
1348 2007-03-26  Naba Kumar  <naba@gnome.org>
1349         
1350         * AUTHORS, NEWS, TODO.tasks: Updated.
1351         
1352         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
1353         close menuitem.
1354         
1355         * plugins/symbol-browser/plugin.c: (on_editor_saved),
1356         (update_editor_symbol_model), (iter_matches),
1357         (on_editor_update_ui), (value_added_current_editor),
1358         (activate_plugin), (dispose),
1359         (symbol_browser_plugin_instance_init):
1360         * plugins/symbol-browser/plugin.h: update line on editor save
1361         and editor change. Code clean up and fixed warnings.
1363 2007-03-26  Naba Kumar  <naba@gnome.org>
1365         * plugins/project-wizard/templates/java/project.anjuta,
1366         plugins/project-wizard/templates/python/project.anjuta,
1367         plugins/project-wizard/templates/python/project.anjuta:
1368         Removed version control plugins from default selection.
1370         * plugins/tools/scripts/prepare-changelog.pl,
1371         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
1372         script to a better one (that works on both cvs and svn).
1374 2007-03-26  Naba Kumar  <naba@gnome.org>
1376         * (added) plugins/project-wizard/templates/translatable-strings.pl,
1377         Makefile.am: Added the generated translatable file (required for
1378         translations for svn checkouts).
1380         * (added)
1381         plugins/project-wizard/templates/extract-translatable-strings.pl
1382         plugins/project-wizard/templates/Makefile.am, Makefile.am,
1383         po/POTFILES.in: Generated translatable strings for .wiz files and
1384         added them in POTFILES.in for translation. Fixes bug #398035
1386 2007-03-25  Naba Kumar  <naba@gnome.org>
1388         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
1389         
1390         * src/anjuta-app.c: Removed dead codes.
1391         
1392         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
1393         global tags generation starts.
1394         
1395         * plugins/debug-manager/chunk_view.c,
1396         plugins/debug-manager/start.h,
1397         plugins/debug-manager/chunk_view.h,
1398         plugins/debug-manager/utilities.c,
1399         plugins/debug-manager/utilities.h,
1400         plugins/debug-manager/debugger.c,
1401         plugins/debug-manager/threads.c,
1402         plugins/debug-manager/disassemble.c,
1403         plugins/debug-manager/info.c,
1404         plugins/debug-manager/sharedlib.c,
1405         plugins/debug-manager/threads.h,
1406         plugins/debug-manager/disassemble.h,
1407         plugins/debug-manager/signals.c,
1408         plugins/debug-manager/info.h,
1409         plugins/debug-manager/sharedlib.h,
1410         plugins/debug-manager/data_buffer.c,
1411         plugins/debug-manager/data_view.c,
1412         plugins/debug-manager/signals.h,
1413         plugins/debug-manager/debug_tree.c,
1414         plugins/debug-manager/watch.c,
1415         plugins/debug-manager/registers.c,
1416         plugins/debug-manager/data_buffer.h,
1417         plugins/debug-manager/data_view.h,
1418         plugins/debug-manager/memory.c,
1419         plugins/debug-manager/debug_tree.h,
1420         plugins/debug-manager/watch.h,
1421         plugins/debug-manager/registers.h,
1422         plugins/debug-manager/memory.h,
1423         plugins/debug-manager/locals.c,
1424         plugins/debug-manager/sexy-icon-entry.c,
1425         plugins/debug-manager/breakpoints.c,
1426         plugins/debug-manager/locals.h,
1427         plugins/debug-manager/sexy-icon-entry.h,
1428         plugins/debug-manager/stack_trace.c,
1429         plugins/debug-manager/breakpoints.h,
1430         plugins/debug-manager/sparse_buffer.c,
1431         plugins/debug-manager/sparse_view.c,
1432         plugins/debug-manager/stack_trace.h,
1433         plugins/debug-manager/sparse_buffer.h,
1434         plugins/debug-manager/sparse_view.h,
1435         plugins/debug-manager/start.c,
1436         plugins/gdb/utilities.c,
1437         plugins/gdb/utilities.h,
1438         plugins/gdb/debugger.c,
1439         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
1440         setup.
1442 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
1444         * plugins/gdb/debugger.c:
1445         Avoid empty debugger log window by limiting line to 90 characters
1447 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
1449         * plugins/debug-manager/plugin.c,
1450         plugins/debug-manager/plugin.h,
1451         plugins/debug-manager/threads.c,
1452         plugins/debug-manager/threads.h,
1453         plugins/debug-manager/breakpoints.c,
1454         plugins/debug-manager/breakpoints.h,
1455         plugins/debug-manager/stack_trace.c,
1456         plugins/debug-manager/stack_trace.h:
1457         View code action now changes location in disassembly view too
1459         * plugins/debug-manager/anjuta-debug-manager.ui:
1460         Rename breakpoint actions
1462 2007-03-24  Naba Kumar  <naba@gnome.org>
1464         * configure.in, src/anjuta-app.c: Use the new docking algorithm
1465         in gdl 0.7.3 (svn trunk).
1466         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
1467         
1468 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
1470         * plugins/debug-manager/threads.c,
1471         plugins/debug-manager/debug_tree.c,
1472         plugins/debug-manager/debug_tree.h,
1473         plugins/debug-manager/locals.c,
1474         plugins/debug-manager/registers.c,
1475         plugins/debug-manager/stack_trace.c:
1476         Allow to change current thread updating register, stack and locals
1477         Allow to change current stack frame updating locals
1479         * plugins/gdb/debugger.c:
1480         Read argument of selected stack frame
1482         * plugins/debug-manager/data_view.c:
1483         Fix an unrelated bug
1485 2007-03-23  Naba Kumar  <naba@gnome.org>
1487         * plugins/document-manager/anjuta-docman.c,
1488         plugins/document-manager/plugin.c: Fixed many memory leaks.
1489         (ianjuta_file_get_uri() returns a new string).
1491         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
1492         widget for save dialogs.
1493         
1494         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
1495         svn and fixed to get function/prototype/member args list. Call tips
1496         also work fine now.
1498 2007-03-22  Naba Kumar  <naba@gnome.org>
1500         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
1501         and calltips would work again for functions from global tags (Needs
1502         regenerating global tags).
1504         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
1505         ctags svn version and reopened bug #395362. Fixes tags parsing that
1506         seemed to have stopped working recently.
1508 2007-03-21  Naba Kumar  <naba@gnome.org>
1510         * tagmanager/tm_source_file.c, tagmanager/options.c,
1511         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
1512         extend .. more needs to be investigated and fixed). Enabled some
1513         debugging.
1515 2007-03-16  Naba Kumar  <naba@gnome.org>
1517         * src/anjuta.c: Fixed project loading from command line.
1519 2007-03-16  Naba Kumar  <naba@gnome.org>
1521         Patch from James Liggett <jrliggett@cox.net>:
1522         plugins/profiler/gprof-profile-data.c: Fixed a crash.
1523         
1524 2007-03-15  Naba Kumar  <naba@gnome.org>
1526         * libanjuta/anjuta-profile-manager.c,
1527         libanjuta/anjuta-profile-manager.h: Added method to get current
1528         profile.
1530         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
1531         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
1532         is exiting.
1534         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
1535         plugins/file-loader/plugin.c: Moved to functions as utility functions.
1536         Also, not load project files in session load in loader plugin.
1537         
1538         * plugins/project-manager/plugin.c, src/anjuta.c:
1539         Emit "exiting" signal in shell when exiting anjuta. project manager
1540         listens to exiting signal and saves session. anjuta.c saves session
1541         only when current projfile is 'user'. Load project saved in session
1542         differently then the rest of the session. This should fix all the
1543         session restoration bugs.
1544         
1545         src/main.c: Present anjuta window when becon message is received.
1547 2007-03-14  Naba Kumar  <naba@gnome.org>
1549         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
1550         not randomly save (it was a wrong looping).
1551         
1552 2007-03-12  Naba Kumar  <naba@gnome.org>
1554         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
1556 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
1558         * plugins/debug-manager/anjuta-debug-manager.ui,
1559         libanjuta/interfaces/libanjuta.idl,
1560         plugins/debug-manager/debugger.c,
1561         (added) plugins/debug-manager/threads.c,
1562         (added) plugins/debug-manager/threads.h,
1563         plugins/debug-manager/plugin.c,
1564         plugins/debug-manager/Makefile.am,
1565         plugins/gdb/plugin.c,
1566         plugins/gdb/debugger.c,
1567         plugins/gdb/debugger.h:
1568         Add a window displaying all threads
1569         Add needed functions
1570         Switching to a different thread is still not done
1572         * plugins/debug-manager/debug_tree.c,
1573         plugins/debug-manager/locals.c,
1574         plugins/debug-manager/stack_trace.c:
1575         Small cosmetic changes
1577         * plugins/gdb/gdbmi.c:
1578         Keep all elements in gdbmi hash
1579         Even if using the same key like in -threads-list-ids
1581 2007-03-11  Naba Kumar  <naba@gnome.org>
1583         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
1584         
1585         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
1586         
1587         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1588         manuals/reference/libanjuta/libanjuta-sections.txt,
1589         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
1590         interfaces.
1592 2007-03-11  Naba Kumar  <naba@gnome.org>
1594         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
1595         gtk-doc properly. Bumped gtk-doc requirement to 1.4
1597         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1598         manuals/reference/libanjuta/libanjuta.types,
1599         manuals/reference/libanjuta/libanjuta-sections.txt,
1600         manuals/reference/libanjuta/.cvsignore,
1601         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
1602         infrastructure. Got rid of tmpl/ directory and moved all section
1603         documenation to source code (requires gtk-doc >= 1.4).
1604         
1605         * libanjuta/anjuta-plugin-description.c,
1606         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
1607         libanjuta/cell-renderer-captioned-image.c,
1608         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
1609         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
1610         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
1611         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
1612         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
1613         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
1614         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
1615         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
1616         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
1617         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
1618         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
1619         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
1620         documentation from templates to source code.
1622 2007-03-10  Johannes Schmid <jhs@gnome.org>
1624         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1625         Added some debug output but could not figure out why 
1626         some plugins are not kept.
1627         
1628         * libanjuta/interfaces/libanjuta.idl:
1629         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
1630         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
1631         Added IAnjutaEditorGoto::matching_brace
1632         
1633         * plugins/document-manager/action-callbacks.c:
1634         (on_editor_command_match_brace_activate):
1635         * plugins/document-manager/plugin.c:
1636         (update_editor_ui_interface_items):
1637         * plugins/editor/text_editor.c: (igoto_matching_brace),
1638         (igoto_iface_init):
1639         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
1640         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
1642 2007-03-09  Johannes Schmid <jhs@gnome.org>
1644         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
1645         Hide correct column
1646         
1647         * plugins/sourceview/sourceview-private.h:
1648         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
1649         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
1650         (sourceview_new), (ifile_savable_save_as):
1651         Tweaked vfs monitoring
1653 2007-03-09  Johannes Schmid <jhs@gnome.org>
1655         * libanjuta/interfaces/Makefile.am.iface:
1656         Fixed installtion of header files
1657         
1658         * plugins/sourceview/sourceview.c: (set_select):
1659         do not scroll to much in interactive search
1661 2007-03-09  Naba Kumar  <naba@gnome.org>
1663         * src/anjuta.c: Fixed session restoration.
1664         
1665         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
1666         signal handlers after symbol browser plugin is deactivated.
1667         
1668         * plugins/editor/editor.glade,
1669         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1670         Fixed indentation confustion in preferences.
1672 2007-03-08  Johannes Schmid <jhs@gnome.org>
1674         * plugins/search/search-replace.c: (search_set_combo),
1675         (search_set_action), (search_set_target), (search_set_direction),
1676         (create_dialog), (search_disconnect_set_toggle_connect),
1677         (on_search_match_whole_word_toggled),
1678         (on_search_match_whole_line_toggled),
1679         (on_search_match_word_start_toggled),
1680         (search_set_toggle_direction):
1681         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
1682         it's somehow ugly and uses many deprecated widgets
1683         
1684         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
1685         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1686         Fix #394709
1687         
1688 2007-03-07  Naba Kumar  <naba@gnome.org>
1690         * src/anjuta.c: Make launching projects work from command line. Also
1691         fixes gnome session restart command.
1692         
1693 2007-03-07  Johannes Schmid <jhs@gnome.org>
1695         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
1696         * plugins/class-gen/plugin.c: (iwizard_activate):
1697         Fixed #408218
1698         
1699         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
1700         Fixed #402774
1701         
1702         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
1703         Fixed #377483 (It's not possible to know if directories have
1704         a version in CVS. Show version column only if there are version
1705         informations availible
1707         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1708         Fixed memory leak
1710 2007-03-07  Johannes Schmid <jhs@gnome.org>
1712         * plugins/sourceview/sourceview-prefs.c: (get_bool):
1713         Fixed #409408
1714         * plugins/symbol-browser/an_symbol_prefs.c:
1715         (on_update_global_clicked):
1716         Fixed ##409176
1718 2007-03-07  Johannes Schmid <jhs@gnome.org>
1720         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
1721         (anjuta_save_prompt_new):
1722         * plugins/project-import/project-import.c:
1723         (project_import_finalize):
1724         Fixed Gtk-Criticals (maybe #409408)
1726 2007-03-07  Naba Kumar  <naba@gnome.org>
1728         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
1729         when we are at just beginning of string or comment. Fixes bug #397981.
1731 2007-03-07  Johannes Schmid <jhs@gnome.org>
1733         * plugins/language-support-cpp-java/plugin.c:
1734         (initialize_indentation_params):
1735         Removed annoying DEBUG_PRINT
1736         
1737         * plugins/sourceview/sourceview-cell.c:
1738         (sourceview_cell_instance_init), (icell_get_character),
1739         (icell_get_length), (icell_get_char), (icell_get_attribute):
1740         Improved code to be faster
1741         Implemented attribute handling so that indentation really works in any case
1743 2007-03-06  Johannes Schmid <jhs@gnome.org>
1745         * configure.in:
1746         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
1747         
1748         * plugins/document-manager/anjuta-docman.c:
1749         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
1750         Removed old and ugly tab drag&drop code and use built-in gtk stuff
1751         instead (required GTK >= 2.10)
1752         
1753         * plugins/sourceview/sourceview-private.h:
1754         * plugins/sourceview/sourceview.c:
1755         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
1756         (sourceview_finalize), (sourceview_new), (imark_mark),
1757         (imark_unmark), (imark_is_marker_set),
1758         (imark_location_from_handle), (imark_delete_all_markers):
1759         Fixed marker handling and worked a bit more on vfs monitoring
1761 2007-03-05  Johannes Schmid <jhs@gnome.org>
1763         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
1764         Added method to select specific iter
1765         
1766         * plugins/sourceview/sourceview-private.h:
1767         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
1768         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
1769         (sourceview_add_monitor), (on_document_saved),
1770         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
1771         Fixed vfs monitoring (mostly ported code from text_editor.c)
1772         
1773         * plugins/symbol-browser/an_symbol_view.c:
1774         * plugins/symbol-browser/an_symbol_view.h:
1775         * plugins/symbol-browser/plugin.c: (iter_matches),
1776         (on_editor_update_ui), (value_added_current_editor):
1777         Select the current tag in locals window and symbol toolbar. If there
1778         is no tag at the current line, reserve backward for the next tag. This will
1779         select the correct tag if inside a function.
1781 2007-03-05  Naba Kumar  <naba@gnome.org>
1783         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
1784         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
1785         compiler warnings.
1786         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
1787         (Bug #412186)
1788         
1789 2007-03-04  Johannes Schmid <jhs@gnome.org>
1791         * data/Makefile.am:
1792         * po/POTFILES.in:
1793         Fixed distcheck (well, partly)
1795 2007-03-04  Johannes Schmid <jhs@gnome.org>
1797         * plugins/document-manager/anjuta-document-manager.ui:
1798         Move "Swap .c/.h from Main to Browser toolbar
1800         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
1801         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
1802         (fv_prefs_free), (fv_add_tree_entry):
1803         * plugins/file-manager/anjuta-file-manager-plugin.glade:
1804         * plugins/file-manager/plugin.c: (prefs_init):
1805         
1806         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
1808 2007-03-04  Naba Kumar  <naba@gnome.org>
1810         * data/default.proflie, data/Makefile.am, src/anjuta.c,
1811         plugins/project-manager/plugin.c:
1812         Restored default profile and renamed it from "default.anjuta" to
1813         "default.profile".
1814         
1815 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
1817         * plugins/debug-manager/debugger.c,
1818         plugins/debug-manager/plugin.c,
1819         plugins/gdb/debugger.c,
1820         libanjuta/interfaces/libanjuta.idl,
1821         plugins/debug-manager/stack_trace.c:
1822         Add a dialog box when a signal is received (except SIGINT)
1823         Display stack frame even if arguments are not available
1825 2007-03-03  Naba Kumar  <naba@gnome.org>
1827         * TODO.tasks: Icons bounty added.
1829         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
1830         choise selection.
1831         
1832         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
1833         and descoping.
1835         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
1836         plugins/Makefile.am, (removed) plugins/profile-default/*,
1837         plugins/project-manager/anjuta-project-manager.plugin.in,
1838         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
1839         profile implementation to load user profile and projects. Store and
1840         restore remembered plugins. Use profile scoping and descoping for
1841         saving and loading sesstions.
1842         
1843         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
1844         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
1845         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
1846         DEBUG_PRINTs.
1848 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
1850         * plugins/debug-manager/debug_tree.c
1851         plugins/debug-manager/debug_tree.h:
1852         Bug fix, deleting wrong variable
1854         * plugins/gdb/debugger.c:
1855         Bug fix, remove forgotten debugging code
1857 2007-03-02  Johannes Schmid <jhs@gnome.org>
1859         * plugins/document-manager/anjuta-document-manager.ui:
1860         * plugins/search/anjuta-search.ui:
1861         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1862         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
1863         ToolbarFind
1865         * src/anjuta-app.c: (on_toolbar_view_toggled),
1866         (on_add_merge_widget), (on_session_save), (on_widget_remove):
1867         Save toolbar positions, don't use fixed toolbar style
1868         
1869         All in all this will allow more complex toolbar configurations and
1870         might gain some space on smaller displays because the user can disable
1871         toolbar parts he does not use. Also allows to use any toolbar style
1872         without looking too ugly.
1874 2007-03-01  Naba Kumasr  <naba@gnome.org>
1876         * TODO.tasks: Added a bounty for creating icons.
1878         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
1879         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
1880         profile-changed signal. Do not sync non-user-activatable plugins.
1882 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
1884         * plugins/debug-manager/disassemble.c,
1885         plugins/debug-manager/sparse_view.c,
1886         plugins/gdb/debugger.c,
1887         libanjuta/interfaces/libanjuta.idl:
1888         Display function name in disassembly view
1890 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
1892         * (added) plugins/debug-manager/bookmark.png,
1893         (added) plugins/debug-manager/breakpoint-disabled.png,
1894         (added) plugins/debug-manager/breakpoint-enabled.png,
1895         (added) plugins/debug-manager/program-counter.png,
1896         (added) plugins/debug-manager/linemarker.png,
1897         plugins/debug-manager/Makefile.am,
1898         plugins/debug-manager/disassemble.c,
1899         plugins/debug-manager/disassemble.h,
1900         plugins/debug-manager/sparse_buffer.c,
1901         plugins/debug-manager/sparse_buffer.h,
1902         plugins/debug-manager/sparse_view.c,
1903         plugins/debug-manager/sparse_view.h,
1904         plugins/debug-manager/plugin.c,
1905         plugins/debug-manager/breakpoints.c,
1906         libanjuta/interfaces/libanjuta.idl:
1907         Add markers in the disassembly view
1908         Display program counter and breakpoints in disassembly view
1910         * plugins/gdb/debugger.c:
1911         Fix a bug added with my previous patch, setting and clearing
1912         breakpoints was not working
1914 2007-02-28  Johannes Schmid <jhs@gnome.org>
1916         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
1917         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
1918         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
1919         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
1920         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
1921         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
1922         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
1923         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
1924         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
1925         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
1926         Updated (why do they need to be under version control?)
1927         
1928         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
1929         (create_tab_popup_menu), (on_msgman_popup_menu),
1930         (on_tab_button_press_event), (anjuta_msgman_page_new),
1931         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
1932         Added "Close all message tabs" popup menu
1934 2007-02-26  Naba Kumar  <naba@gnome.org>
1936         * plugins/profiler/gprof-flat-profile-entry.c,
1937         plugins/profiler/gprof-flat-profile.c,
1938         plugins/profiler/gprof-flat-profile-entry.h,
1939         plugins/profiler/gprof-flat-profile.h,
1940         plugins/profiler/gprof-flat-profile-view.c,
1941         plugins/profiler/gprof-flat-profile-view.h,
1942         plugins/profiler/gprof-call-graph-block-entry.c,
1943         plugins/profiler/gprof-call-graph-block.c,
1944         plugins/profiler/gprof-function-call-chart-view.c,
1945         plugins/profiler/gprof-call-graph-block-entry.h,
1946         plugins/profiler/gprof-profile-data.c,
1947         plugins/profiler/gprof-call-graph-block.h,
1948         plugins/profiler/gprof-view.c,
1949         plugins/profiler/gprof-call-graph.c,
1950         plugins/profiler/gprof-function-call-chart-view.h,
1951         plugins/profiler/gprof-profile-data.h,
1952         plugins/profiler/gprof-call-graph.h,
1953         plugins/profiler/gprof-view.h,
1954         plugins/profiler/gprof-view-manager.c,
1955         plugins/profiler/gprof-call-graph-view.c,
1956         plugins/profiler/plugin.c,
1957         plugins/profiler/gprof-view-manager.h,
1958         plugins/profiler/gprof-call-graph-view.h,
1959         plugins/profiler/gprof-function-call-tree-view.c,
1960         plugins/profiler/gprof-function-call-tree-view.h,
1961         plugins/profiler/Makefile.am: Fix compiler warnings and link with
1962         gnome-vfs. Fixes bug #411377.
1964 2007-02-26  Naba Kumar  <naba@gnome.org>
1966         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
1968         Patch from James Liggett  <jrliggett@cox.net>:
1969         * plugins/profiler/gprof-flat-profile-view.c,
1970         plugins/profiler/gprof-flat-profile-view.h,
1971         plugins/profiler/gprof-function-call-chart-view.c,
1972         plugins/profiler/gprof-function-call-chart-view.h,
1973         plugins/profiler/gprof-view.c,
1974         plugins/profiler/gprof-view.h,
1975         plugins/profiler/gprof-call-graph-view.c,
1976         plugins/profiler/plugin.c,
1977         plugins/profiler/gprof-call-graph-view.h,
1978         plugins/profiler/gprof-function-call-tree-view.c,
1979         plugins/profiler/gprof-function-call-tree-view.h: Implements
1980         double click navigation. Fixes bug #403514.
1982 2007-02-25  Naba Kumar  <naba@gnome.org>
1984         * libanjuta/anjuta-plugin-manager.c,
1985         libanjuta/anjuta-plugin-handle.[ch],
1986         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
1987         g_hash_table_remove_all (introduced in glib 2.12) to stay the
1988         dependency on glib 2.8. Fixes bug #411623.
1990 2007-02-24  Naba kumar  <naba@gnome.org>
1992         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
1993         
1994         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
1995         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
1996         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
1997         (added) libanjuta/anjuta-profile-manager.c,
1998         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
1999         manager.
2000         Implemented profile pushing and popping. Implemented profile xml
2001         synchronization. Implemented error handling in profiles. Implemented
2002         activation and deactivation signals in plugin manager.
2003         
2004         * libanjuta/Makefile.am: Added libanjuta log domain.
2005         
2006         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
2007         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
2008         in AnjutaShell interface and implemented it in AnjutaApp.
2009         
2010         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
2012 2007-02-23  Naba kumar  <naba@gnome.org>
2014         src/main.c: Fixed missing end quote.
2016 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
2018         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
2021 2007-02-20  Naba Kumar  <naba@gnome.org>
2023         * plugins/subversion/plugin.c: Added "..." menuitems.
2024         * ROADMAP, README: Updated.
2025         * libanjuta/anjuta-profile.c: Fixed bugs.
2027         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
2028         plugins/gtodo/Makefile.am: Removed dead code.
2030         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
2031         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
2032         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
2033         plugins/gtodo/list_tooltip.c,
2034         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
2035         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
2036         not contain markups. Fixes Bug #360462.
2038 2007-02-16  Naba Kumar  <naba@gnome.org>
2040         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
2041         unnecessary sub-sections.
2042         
2043 2007-02-15  Naba Kumar  <naba@gnome.org>
2045         * (removed) plugins/document-manager/bookmark-prev-16.png,
2046         plugins/document-manager/bookmark-last.png,
2047         (removed)plugins/document-manager/bookmark-first-16.png,
2048         plugins/document-manager/bookmark-prev.png,
2049         (added) plugins/document-manager/bookmark-toggle.png,
2050         (removed)plugins/document-manager/bookmark_toggle.xpm,
2051         (removed)plugins/document-manager/bookmark-last-16.png,
2052         plugins/document-manager/plugin.c,
2053         plugins/document-manager/anjuta-document-manager.ui,
2054         (removed)plugins/document-manager/bookmark-next-16.png,
2055         plugins/document-manager/bookmark-next.png,
2056         plugins/document-manager/Makefile.am,
2057         (added) plugins/document-manager/bookmark-clear.png,
2058         plugins/document-manager/bookmark-first.png: Upgraded bookmark
2059         icons (stolen from monodevelop). Added clear bookmarks toolbar
2060         button.
2062         * plugins/document-manager/plugin.c,
2063         (added) plugins/document-manager/swap.png,
2064         (removed) plugins/document-manager/undock.png,
2065         plugins/document-manager/Makefile.am: Fixed swap icon.
2067 2007-02-13  Naba Kumar  <naba@gnome.org>
2069         * plugins/class-gen/element-editor.c: Fixed typo.
2070         
2071         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
2072         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
2073         Implementing plugin profiles loading.
2075 2007-02-13  Naba Kumar  <naba@gnome.org>
2077         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
2078         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
2079         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
2080         pixmaps/open_project.png, pixmaps/close_project.png:
2081         Removed more old icons.
2082         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
2083         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
2084         anjuta_logo.png
2085         
2086 2007-02-13  Naba Kumar  <naba@gnome.org>
2088         * plugins/class-gen/element-editor.c: Included missing headers to
2089         prevent build failures in some cases.
2090         
2091 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
2093         * plugins/debug-manager/stack_trace.c:
2094         Fix bug #407115
2096         * plugins/debug-manager/watch.c,
2097         plugins/debug-manager/breakpoints.c:
2098         Same bug than above, wrong use of gtk_ui_manager_get_widget
2100 === anjuta 2.1.1 ===
2102 2007-02-11  Naba Kumar  <naba@gnome.org>
2104         * cofigure.in: Bumped version to 2.1.1
2105         * NEWS: Updated for 2.1.1 release.
2106         
2107 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
2109         * plugins/debug-manager/plugin.c,
2110         plugins/debug-manager/sparse_view.c,
2111         plugins/debug-manager/sparse_view.h:
2112         Reorder some code
2114         * plugins/gdb/debugger.c,
2115         plugins/debug-manager/debugger.c,
2116         plugins/debug-manager/memory.c,
2117         plugins/debug-manager/sparse_buffer.c
2118         plugins/gdb/debugger.h,
2119         libanjuta/interfaces/libanjuta.idl:
2120         Clean up, remove some warnings
2121         Use guint everywhere for addresses
2122         Rewrite code parsing position in debugger
2124 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
2126         * plugins/debug-manager/debug_tree.c:
2127         Use GtkTreeRowReference instead of GtkTreeIter as callback data
2128         Fix bug #406113
2130 2007-02-08  Naba Kumar  <naba@gnome.org>
2132         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
2133         Delay showing the 'file modified on disk' dialog for one sec
2134         from the last notification to insure multiple notifications for
2135         the same file are treated as one. Do not same multiple dialogs
2136         for the same file. Make sure to destory the dialog if later
2137         the conent is no longer different.
2138         
2139 2007-02-08  Naba Kumar  <naba@gnome.org>
2141         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
2142         Prevented spurious 'file modified' dialogs in scintilla editor
2143         when the file is saved.
2145 2007-02-09  Johannes Schmid <jhs@gnome.org>
2147         * scripts/glade2schema.pl:
2148         Added script to convert glade preferences into gconf schema files.
2149         See #406061
2151 2007-02-08  Naba Kumar  <naba@gnome.org>
2153         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
2154         itself is destroyed. Fixes bug #355160.
2155         
2156 2007-02-08  Johannes Schmid <jhs@gnome.org>
2158         * plugins/profiler/profiler.plugin: 
2159         removed from version control (only .in file needed)
2160         
2161         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
2162         * plugins/sourceview/sourceview.c: (sourceview_new):
2163         Code cleanup
2164         
2165         * plugins/subversion/svn-thread.c: (svn_thread_start):
2166         * src/main.c: (main):
2167         
2168         Fixed #395875 about initialisation of threads too late
2170 2007-02-07  Armin Burgmeier  <armin@arbur.net>
2172         Reviewed by Naba Kumar  <naba@gnome.org>:
2173         * plugins/class-gen/plugin.c:
2174         * plugins/class-gen/window.c: Removed browse button related code, load
2175         generated output directly into new buffers when not adding to project.
2177         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
2178         buttons from user interface.
2180 2007-02-07  Naba Kumar  <naba@gnome.org>
2182         * po/POTFILES.in: Fixed distcheck.
2184 2007-02-07  Daniel Nylander <po@danielnylander.se>
2186         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
2188 2007-02-07  Johannes Schmid <jhs@gnome.org>
2190         * anjuta.desktop.in.in:
2191         Fixed spelling
2193 2007-02-07  Johannes Schmid <jhs@gnome.org>
2195         * configure.in:
2196         * manuals/anjuta-manual/*
2197         * manuals/anjuta-faqs/*:
2198         #398991 – Anjuta manuals does not use the gnome-doc-utils format
2199         
2200         * plugins/document-manager/anjuta-document-manager.plugin.in:
2201         Removed duplicate application-xml mime-type (review patches properly ;-)
2202         
2203 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
2205         * plugins/gdb/debugger.c,
2206         libanjuta/interfaces/libanjuta.idl:
2207         Fix bug #404755
2208         Fix handling of missing source file
2210 2007-02-06  Naba Kumar  <naba@gnome.org>
2212         Patch from James Liggett  <jrliggett@cox.net>:
2213         * plugins/profiler/gprof-flat-profile.c,
2214         plugins/profiler/gprof-profile-data.c,
2215         plugins/profiler/gprof-call-graph.c,
2216         plugins/profiler/gprof-profile-data.h,
2217         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
2218         Show profiler view when target selected bug #403515.
2220 2007-02-05  Naba Kumar  <naba@gnome.org>
2222         * configure.in: Enabled devhelp plugin by default now that
2223         it works.
2224         
2225         Patch from parmigio@2ainfo.it:
2226         * plugins/document-manager/anjuta-document-manager.plugin.in:
2227         Added xml file type in supported mime types list.
2228         
2229 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
2231         * plugins/debug-manager/debugger.c,
2232         plugins/debug-manager/plugin.c:
2233         Add a field in status bar displaying debugger state
2234         Change cursor shape when debugger is busy
2235         Fix bug #378600
2237         * plugins/debug-manager/watch.c,
2238         plugins/debug-manager/locals.c,
2239         libanjuta/interfaces/libanjuta.idl:
2240         Clean up, remove debugging messages and unused signals
2242 2007-02-03  Johannes Schmid <jhs@gnome.org>
2244         * configure.in:
2245         Fixed AC_INIT and seperated version to major, minor, micro
2247         * anjuta.anjuta:
2248         Load Subversion instead of CVS
2249         
2250         * anjuta.desktop.in.in:
2251         Fixed bug-buddy component
2253         Original patch from Rob Bradfort <robster@debian.org>:
2254         * src/main.c: (get_command_line_args), (main):
2255         Bug #335981 – Migration from popt to GOption
2257 2007-02-03  Naba Kumar  <naba@gnome.org>
2259         * configure.in: Depend on devhelp 0.13 and fixed gecko home
2260         path variable. Fixed bug #341170.
2261         * plugins/profiler/Makefile.am: Fixed indentation.
2262         
2263 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
2265         * libanjuta/interfaces/libanjuta.idl,
2266         plugins/sourceview/sourceview.c,
2267         plugins/editor/text-editor.c,
2268         plugins/symbol-browser/plugin.c,
2269         plugins/search/search-replace.c,
2270         plugins/document-manager/goto_line.c,
2271         plugins/document-manager/action-callbacks.c,
2272         plugins/document-manager/anjuta-docman.c:
2273         Rename markers of anjuta interface
2274         IANJUTA_MARKABLE_NONE has been removed
2275         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
2276         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
2277         IANJUTA_MARKABLE_ATTENTIVE renamed in
2278                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
2279         IANJUTA_MARKABLE_INTENSE renamed in
2280                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
2281         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
2283         * (removed) plugins/sourceview/marker-light.png,
2284         (removed) plugins/sourceview/marker-basic.png,
2285         (removed) plugins/sourceview/marker-attentive.png,
2286         (removed) plugins/sourceview/marker-intense.png,
2287         plugins/sourceview/bookmark.png,
2288         (added) plugins/sourceview/breakpoint-disabled.png,
2289         (added) plugins/sourceview/breakpoint-enabled.png,
2290         (added) plugins/sourceview/program-counter.png,
2291         (added) plugins/sourceview/linemarker.png,
2292         plugins/sourceview/Makefile.am,
2293         (added) plugins/editor/bookmark.xpm,
2294         (added) plugins/editor/breakpoint-disabled.xpm,
2295         (added) plugins/editor/breakpoint-enabled.xpm,
2296         (added) plugins/editor/program-counter.xpm,
2297         (added) plugins/editor/linemarker.xpm,
2298         plugins/editor/Makefile.am:
2299         Add or change marker pixmaps in scintilla and sourceview editor
2301         * plugins/document-manager/plugin.c,
2302         libanjuta/interfaces/libanjuta.idl,
2303         plugins/debug-manager/plugin.c,
2304         plugins/debug-manager/breakpoints.c
2305         plugins/gdb/debugger.c:
2306         Fix bug #376404, program counter marker is not displayed when debugger
2307         Return the selected editor or NULL (if file does not exist) with 
2308         ianjuta_document_manager_goto_file_line* functions
2309         Emit a change-location signal even if the program counter is in an
2310         unknown file
2312 2007-02-02  Naba Kumar  <naba@gnome.org>
2314         * TODO.tasks: Marked bounty bug #359478 completed. And checked
2315         older bounties 'Done'.
2316         
2317 2007-02-02  Naba Kumar  <naba@gnome.org>
2319         * TODO.tasks: Fixed typop.
2321         Patch from James Liggett  <jrliggett@cox.net>:
2322         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
2323         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
2324         profiler plugin by James Liggett. Completes bounty bug #359478
2325         'Gprof performance profiler plugin'
2327 2007-02-01  Naba Kumar  <naba@gnome.org>
2329         * src/main.c: Renamed option name.
2331         * TODO.tasks: Marked "Test and fix all project wizards templates"
2332         bounty completed.
2333         
2334 2007-01-29  Johannes Schmid <jhs@gnome.org>
2336         * plugins/document-manager/plugin.c: (on_editor_changed):
2337         Added DEBUG_PRINT(...)
2338         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
2339         implemented
2340         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
2341         Fix language support plugin for sourceview editor (add some new
2342         language names)
2343         
2344         * plugins/sourceview/sourceview.c: (iindic_clear):
2345         Clear all indicators
2347 2007-01-29  Johannes Schmid <jhs@gnome.org>
2349         * TODO.tasks:
2350         Minor task currentions
2351         
2352         * libanjuta/interfaces/libanjuta.idl:
2353         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
2354         (itext_editor_iface_init):
2355         * plugins/language-support-cpp-java/plugin.c: (install_support):
2356         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
2357         (ieditor_get_attributes), (ieditor_iface_init):
2358         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
2359         plugins.
2360         
2361         * plugins/sourceview/sourceview.glade:
2362         Fixed sourceview preference window
2364 2007-01-28  Naba Kumar  <naba@gnome.org>
2365         
2366         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
2367         Implemented --no-files and --no-session command line options and
2368         corresponding preferernces checkboxes in General tab.
2370 2007-01-28  Johannes Schmid <jhs@gnome.org>
2372         * plugins/subversion/plugin.c:
2373         * plugins/subversion/plugin.h:
2374         * plugins/subversion/svn-notify.c: (svn_show_info),
2375         (show_svn_error), (on_svn_notify):
2376         * plugins/subversion/svn-notify.h:
2377         * plugins/subversion/svn-thread.c: (create_message_view),
2378         (svn_thread_start):
2379         Fixed error handling and fixed #394216 – No indication of subversion commands running
2380         
2381         * plugins/tools/execute.c: (atp_output_context_print):
2382         Show name of tool in message pane
2384 2007-01-28  Naba Kumar  <naba@gnome.org>
2385         
2386         * configure.in, plugins/glade/plugin.c: Make it work with
2387         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
2388         
2389         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
2390         from devhelp (won't work untill devhelp is fixed: bug #341170).
2391         
2392         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
2393         
2394 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
2396         Reviewed by Naba Kumar  <naba@gnome.org>:
2397         * libanjuta/interfaces/libanjuta.idl, 
2398         plugins/debug-manager/debugger.c,
2399         plugins/debug-manager/start.c,
2400         plugins/gdb/plugin.c,
2401         plugins/gdb/debugger.c,
2402         plugins/gdb/debugger.h:
2403         Fix a bug when launching gdb
2404         Set the terminal for the debugged program on the command line.
2406 2007-01-26  Johannes Schmid <jhs@gnome.org>
2408         * plugins/sourceview/anjuta-document-saver.c:
2409         (anjuta_document_saver_save):
2410         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
2411         * plugins/sourceview/sourceview.c: (save_if_modified),
2412         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
2413         Proper error handling, for example if a file was modified externally. Use backup files
2414         to avoid data-loss on disk full.
2416 2007-01-24  Naba Kumar  <naba@gnome.org>
2417         
2418         * plugins/devhelp/htmlview.c: Fixed crash during project load.
2419         Fixed mem leak and source leak.
2420         
2421 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
2423         Reviewed by Naba Kumar  <naba@gnome.org>:
2424         * plugins/debug-manager/debug_tree.c,
2425         plugins/debug-manager/debug_tree.h,
2426         plugins/debug-manager/watch.c:
2427         Partial rewrite of the variable object code, find and fix a few bugs
2428         Fix bug #395808: gdb can still crash but children are listed
2429         on request only so you can avoid the crash
2431 2007-01-24  Naba Kumar  <naba@gnome.org>
2432         
2433         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
2434         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
2435         plugins/symbol-browser/plugin.h,
2436         plugins/symbol-browser/plugin.c,
2437         plugins/symbol-browser/Makefile.am: Added current file (local)
2438         symbols view (Seriously getting bored with the browse toolbar).
2440 2007-01-22  Naba Kumar  <naba@gnome.org>
2441         
2442         Patch from Gabor Kelemen:
2443         * po/POTFILES.in: Added .plugin.in files.
2445 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
2447         Reviewed by Naba Kumar  <naba@gnome.org>:
2448         * plugins/document-manager/anjuta-docman.c,
2449         plugins/message-view/anjuta-msgman.c
2450         Set right alignment to the label widget in the tab title.
2452 2007-01-21  Naba Kumar  <naba@gnome.org>
2453         
2454         * libegg/egg-combo-action.c: Fixed mode line.
2455         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
2456         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
2458 2007-01-21  Armin Burgmeier  <armin@arbur.net>
2460         Reviewed by Naba Kumar  <naba@gnome.org>:
2461         * plugins/class-gen/plugin.c: Prompt for target before actually
2462         generating the class files. This ensures that the files are created in
2463         the correct directory. Fixes bug #397406.
2465         * plugins/class-gen/window.c: Set browse buttons to insensitive when
2466         the class is added to the project.
2468 2007-01-21  Naba Kumar  <naba@gnome.org>
2470         * libanjuta/anjuta-plugin-description.c,
2471         libanjuta/anjuta-ui.h,
2472         libanjuta/anjuta-status.c,
2473         libanjuta/anjuta-plugin-description.h,
2474         libanjuta/cell-renderer-captioned-image.c,
2475         libanjuta/anjuta-plugin-handle.c,
2476         libanjuta/anjuta-status.h,
2477         libanjuta/resources.c,
2478         libanjuta/cell-renderer-captioned-image.h,
2479         libanjuta/glue-cpp.c,
2480         libanjuta/anjuta-plugin-handle.h,
2481         libanjuta/anjuta-plugin.c,
2482         libanjuta/anjuta-preferences-dialog.c,
2483         libanjuta/libanjuta.h,
2484         libanjuta/resources.h,
2485         libanjuta/glue-cpp.h,
2486         libanjuta/anjuta-plugin.h,
2487         libanjuta/anjuta-preferences-dialog.h,
2488         libanjuta/anjuta-plugin-manager.c,
2489         libanjuta/anjuta-shell.c,
2490         libanjuta/anjuta-plugin-manager.h,
2491         libanjuta/anjuta-shell.h,
2492         libanjuta/anjuta-save-prompt.c,
2493         libanjuta/anjuta-save-prompt.h,
2494         libanjuta/anjuta-children.c,
2495         libanjuta/anjuta-utils.c,
2496         libanjuta/anjuta-profile.c,
2497         libanjuta/anjuta-preferences.c,
2498         libanjuta/anjuta-launcher.c,
2499         libanjuta/anjuta-utils.h,
2500         libanjuta/anjuta-profile.h,
2501         libanjuta/anjuta-launcher.h,
2502         libanjuta/anjuta-ui.c: Updated file headers.
2504         * po/POTFILES.in: Updated.
2506         * libanjuta/anjuta-marshal.list,
2507         (added) libanjuta/anjuta-plugin-handle.c,
2508         (added) libanjuta/anjuta-plugin-handle.h,
2509         (added) libanjuta/anjuta-plugin-manager.c,
2510         (added) libanjuta/anjuta-plugin-manager.h,
2511         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
2512         (added) libanjuta/anjuta-profile.c,
2513         (added) libanjuta/anjuta-profile.h,
2514         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
2515         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
2516         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
2517         src/action-callbacks.c: Implemented AnjutaPluginManager
2518         class based on old plugins.[ch]. Implemented AnjutaProfile as
2519         prelimanary profiles implementation. Implemented AnjutaPluginHandle
2520         class to represent plugins (not to be confused with plugin objects).
2521         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
2522         implemented it in AnjutaApp and AnjutaTestShell.
2523         De-globalized plugin management and several clean ups.
2525         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
2526         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
2527         plugins/search/search-replace.c, plugins/terminal/terminal.c,
2528         plugins/project-import/project-import.c,
2529         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
2530         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
2531         Fixed plugins for the change in API.
2533         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
2534         file.
2535         
2536         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
2538 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
2540         Reviewed by Naba Kumar  <naba@gnome.org>:
2541         * libanjuta/anjuta-launcher.c,
2542         libanjuta/anjuta-launcher.h:
2543         Add a new function anjuta_set_terminate_on_exit to close the i/o
2544         channel when the child exit
2545         Return directly the status and not the exit code in child-exited
2546         signal
2548         * plugins/gdb/debugger.c:
2549         Use new function in debugger plugin
2551 2007-01-18  Johannes Schmid <jhs@gnome.org>
2553         * src/about.c: Do not show empty license information instead hide the button (#397883)
2555 2007-01-15  Johannes Schmid <jhs@gnome.org>
2557         * plugins/project-manager/plugin.c:
2558         * plugins/project-wizard/templates/python.wiz
2559         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
2560         
2561         Fixed #335235 python programs are not executeable/ do not start when pressing F3
2562         You will also need latest gnome-build svn       
2564 === anjuta 2.1.0 ===
2566 2007-01-14  Naba Kumar  <naba@gnome.org>
2568         * configure.in: Removed reference of mkfile project
2569         template to fix distcheck build error.
2570         * AUTHORS: Updated.
2571         * NEWS: Updated.
2572         * configure.in: Bumped version to 2.1.0 for beta release.
2573         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
2574         crashes as soon as editing starts in normal text files.
2576 2007-01-14  Johannes Schmid <jhs@gnome.org>
2578         * configure.in
2579         * po/LINGUAS:
2580         Applied http://live.gnome.org/GnomeGoals/PoLinguas
2582         * tagmanager/c.c:
2583         Patch from Massimo Cora' to hopefully fix #395362
2585         * plugins/project-wizard/templates/*:
2587         Fixed and tested all project-wizards. Deactivated mkfile project because
2588         it was totally broken and I don't see any real use for it.
2589         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
2591 2007-01-14  Naba Kumar  <naba@gnome.org>
2593         * NEWS: Updated for release.
2594         
2595         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
2596         
2597         * libanjuta/interfaces/libanjuta.idl,
2598         plugins/editor/text_editor_cbs.c,
2599         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
2600         interface and implemented it for scintilla.
2601         
2602         * plugins/editor/text-editor.c: Fixed highlighing issues when
2603         used with indicators (particularly when the file is just opened).
2604         Fixes bug #377477 – when debugging, scintilla editor grays out all
2605         lines before current line.
2606         
2607         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
2608         Maintain a separate list of indicated edtitors for separate contexts.
2609         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
2610         
2611 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
2613         Reviewed by Naba Kumar  <naba@gnome.org>:
2614         * plugins/debug-manager/plugin.c:
2615         Bug fix: breakpoints cannot be added after stopping the debugger
2617 2007-01-13  Naba Kumar  <naba@gnome.org>
2619         * NEWS: Updated for release.
2621 2007-01-12  Johannes Schmid <jhs@gnome.org>
2623         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
2624         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
2625         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
2626         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
2627         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
2628         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
2629         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
2630         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
2631         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
2632         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
2633         
2634         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
2635         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
2636         
2637         * plugins/sourceview/sourceview.c:
2638         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
2639         on character positions.
2640         
2641 2007-01-12  Naba Kumar  <naba@gnome.org>
2643         * src/anjuta-app.c,
2644         plugins/project-manager/plugin.c,
2645         plugins/profile-default/plugin.c,
2646         libanjuta/anjuta-status.c,
2647         libanjuta/anjuta-status.h: Introduced an API for application title
2648         in AnjutaStatus. Set application title to project name.
2650 2007-01-11  Massimo Cora' <maxcvs@email.i>
2652         Reviewed by Naba Kumar  <naba@gnome.org>:
2653         * tagmanager/Makefile.am,
2654         plugins/symbol-browser/Makefile.am: removed installation for 
2655         test programs.
2657 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
2659         Reviewed by Naba Kumar  <naba@gnome.org>:
2660         * plugins/debug-manager/start.h,
2661         plugins/debug-manager/start.c,
2662         plugins/debug-manager/anjuta-debug-manager.ui,
2663         plugins/debug-manager/plugin.c:
2664         Partial fix for bug #392537
2666         * plugins/debug-manager/disassemble.c:
2667         Fix bug #392543
2669 2007-01-11  Naba Kumar  <naba@gnome.org>
2671         * src/anjuta.c: Load project seperately from session,
2672         so that project session is also loaded.
2673         
2674         * plugins/profile-default/plugin.c: Load project in new
2675         anjuta if there already is one loaded currently (disabled
2676         code for now).
2677         
2678         * plugins/editor/aneditor.cxx: Disconnect focus in/out
2679         signals when editor is destroyed. Fixes a crash bug.
2680         
2681         * plugins/editor/text_editor.c: Do not mark line in
2682         ianjuta_editor_goto_line() implementation.
2683         
2684         * plugins/search/search-replace.c: Always check for markable
2685         interface availablility because its optional for an editor.
2686         
2687         * plugins/document-manager/goto_line.c,
2688         plugins/document-manager/action-callbacks.c: Mark lines for
2689         goto line commands (from dialog and from menu entry box).
2690         
2691         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
2692         plugins/file-manager/an_file_view.c: Expand file manager
2693         nodes in idle loop, one at a time. Did as a possible work
2694         around for bug #361763, but it didn't make any difference.
2695         However, it could still be useful in situations where there
2696         are lots to expand.
2697         
2698         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
2700 2007-01-11  Naba Kumar  <naba@gnome.org>
2702         * plugins/editor/scintilla/LineMarker.h,
2703         plugins/editor/scintilla/LexBasic.cxx,
2704         plugins/editor/scintilla/LexHTML.cxx,
2705         plugins/editor/scintilla/include/SciLexer.h,
2706         plugins/editor/scintilla/include/Scintilla.h,
2707         plugins/editor/scintilla/include/Scintilla.iface,
2708         plugins/editor/scintilla/include/ScintillaWidget.h,
2709         plugins/editor/scintilla/LexBash.cxx,
2710         plugins/editor/scintilla/PlatGTK.cxx,
2711         plugins/editor/scintilla/ViewStyle.h,
2712         plugins/editor/scintilla/Editor.cxx,
2713         plugins/editor/scintilla/StyleContext.h,
2714         plugins/editor/scintilla/LexCPP.cxx,
2715         plugins/editor/scintilla/Converter.h,
2716         plugins/editor/scintilla/LexAU3.cxx,
2717         plugins/editor/scintilla/Editor.h,
2718         plugins/editor/scintilla/LexPerl.cxx,
2719         plugins/editor/scintilla/LexVB.cxx,
2720         plugins/editor/scintilla/ScintillaGTK.cxx,
2721         plugins/editor/scintilla/ViewStyle.cxx,
2722         plugins/editor/scintilla/PropSet.cxx,
2723         plugins/editor/scintilla/LexSQL.cxx,
2724         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
2725         version 1.71
2727 2007-01-11  Armin Burgmeier  <armin@arbur.net>
2729         Reviewed by Naba Kumar  <naba@gnome.org>:
2730         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
2731         selected for editing. This fixes bug #394218.
2733         * plugins/class-gen/plugin.c: Do not use project's root URI as project
2734         name if said URI is not known.
2736         * plugins/class-gen/window.c: When stripping function prefix away,
2737         include the trailing underscore because it is already set by the
2738         template.
2740         * plugins/class-gen/transform.c: Include "const char*" and "const
2741         gchar*" in the list for transforming a default C type to a GType.
2742         Don't access invalid memory when writing pointer_str in
2743         cg_transform_first_argument.
2745 2007-01-11  Naba Kumar  <naba@gnome.org>
2747         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
2748         pixmaps/anjuta.svg, pixmaps/Makefile.am,
2749         (renamed) pixmaps/anjuta_icon.png, src/main.c,
2750         libegg/test-actions.c, anjuta.desktop.in.in,
2751         anjuta.prj: Renamed application icon to 'anjuta.png' from
2752         'anjuta_icon.png'. Added more fields in desktop file.
2754         * mime/anjuta.xml: Added magic section.
2755         
2756         * (removed) mime/anjuta.applications,
2757         (removed) mime/anjuta.mime, mime/Makefile.am,
2758         (removed) mime/anjuta.keys,
2759         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
2760         registeration and added scalable icon. Also fixes bug #393680
2762 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
2764         Reviewed by Naba Kumar  <naba@gnome.org>:
2765         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
2766         and anjuta_status_progress_add_ticks() to check for progressbar 
2767         being realized before trying to update it.
2769 2007-01-10  Naba Kumar  <naba@gnome.org>
2771         * tagmanager/tm_workspace.c,
2772         po/POTFILES.in,
2773         plugins/debug-manager/Makefile.am,
2774         plugins/tools/scripts/Makefile.am,
2775         plugins/class-gen/plugin.c,
2776         plugins/class-gen/Makefile.am,
2777         global-tags/Makefile.am: Fixed make distcheck.
2779         * plugins/debug-manager/attach_process.c,
2780         plugins/debug-manager/attach_process.h,
2781         plugins/class-gen/action-callbacks.h,
2782         plugins/class-gen/action-callbacks.c,
2783         plugins/class-gen/class_gen.h,
2784         plugins/class-gen/class_gen.c: Deleted unused/old files.
2786         * (removed) scintilla, (added) plugins/editor/scintilla,
2787         plugins/editor/scintilla/lexers.make,
2788         plugins/editor/scintilla/Makefile.am,
2789         plugins/editor/Makefile.am
2790         configure.in, manuals/reference/libanjuta/Makefile.am
2791         Makefile.am: Moved scintilla to its right place.
2793 2007-01-09  Naba Kumar  <naba@gnome.org>
2795         * plugins/profile-default/plugin.c: Save project session before
2796         a new one is opened.
2798         * plugins/project-manager/plugin.c,
2799         plugins/project-manager/plugin.h,
2800         plugins/project-manager/anjuta-project-manager.ui,
2801         plugins/profile-default/plugin.c,
2802         plugins/profile-default/plugin.h,
2803         plugins/profile-default/Makefile.am,
2804         (added) plugins/profile-default/anjuta-default-profile.ui,
2805         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
2806         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
2807         multiple projects support.
2808         
2809 2007-01-06  Armin Burgmeier  <armin@arbur.net>
2811         Reviewed by Naba Kumar  <naba@gnome.org>
2812         * plugins/class-gen/combo-flags.h:
2813         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
2814         enum, added a type parameter to selected signal. Select highlighted
2815         entry when pressing enter (but not unselect it if it was already
2816         selected) before closing the popup. Also accept input when clicking
2817         not into the popup.
2819         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
2820         according to selection type.
2822         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
2823         VOID:BOXED,ENUM.
2825 2007-01-08  Johannes Schmid <jhs@gnome.org>
2827   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
2828   * plugins/project-wizard/templates/gtkmm/Makefile.am
2829   * plugins/project-wizard/templates/python/configure.ac.tpl
2830   * plugins/project-wizard/templates/python/configure.in.tpl
2831   * plugins/project-wizard/templates/python/Makefile.am
2832   * plugins/project-wizard/templates/cpp/configure.ac.tpl
2833   * plugins/project-wizard/templates/cpp/configure.in.tpl
2834   * plugins/project-wizard/templates/cpp/Makefile.am
2835   * plugins/project-wizard/templates/terminal.wiz
2836   * plugins/project-wizard/templates/xlib-dock.wiz
2837   * plugins/project-wizard/templates/wxwin.wiz
2838   * plugins/project-wizard/templates/java.wiz
2839   * plugins/project-wizard/templates/xlib/configure.ac.tpl
2840   * plugins/project-wizard/templates/xlib/configure.in.tpl
2841   * plugins/project-wizard/templates/xlib/Makefile.am
2842   * plugins/project-wizard/templates/gcj/configure.ac.tpl
2843   * plugins/project-wizard/templates/gcj/configure.in.tpl
2844   * plugins/project-wizard/templates/gcj/Makefile.am
2845   * plugins/project-wizard/templates/terminal/configure.ac.tpl
2846   * plugins/project-wizard/templates/terminal/configure.in.tpl
2847   * plugins/project-wizard/templates/terminal/Makefile.am
2848   * plugins/project-wizard/templates/terminal/autogen.sh
2849   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
2850   * plugins/project-wizard/templates/wxwin/configure.in.tpl
2851   * plugins/project-wizard/templates/wxwin/Makefile.am
2852   * plugins/project-wizard/templates/gnome.wiz 
2853   * plugins/project-wizard/templates/java/configure.ac.tpl
2854   * plugins/project-wizard/templates/java/configure.in.tpl
2855   * plugins/project-wizard/templates/java/Makefile.am
2856   * plugins/project-wizard/templates/anjuta-plugin.wiz
2857   * plugins/project-wizard/templates/gtkmm.wiz
2858   * plugins/project-wizard/templates/python.wiz
2859   * plugins/project-wizard/templates/cpp.wiz
2860   * plugins/project-wizard/templates/gtk.wiz
2861   * plugins/project-wizard/templates/gcj.wiz
2862   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
2863   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
2864   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
2866   Starting fixing of all project wizards:
2867   - rename configure.in to configure.ac
2868   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
2869   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
2870   (See #394184)
2871   
2872   * TODO.task: Added bug number to bounty
2874 2007-01-07  Johannes Schmid <jhs@gnome.org>
2876   *  plugins/build-basic-autotools.c:
2877   Fixed #392290 – Missed install as root option in project manager
2879 2007-01-07  Johannes Schmid <jhs@gnome.org>
2881   * plugins/sourceview/sourceview.c:
2882   Fixed #388731 – Odd editor behaviour after performing block-text operations
2883   Fixed #388727 – Block-tab does not work
2884   
2885   * plugins/sourceview/anjuta-document.h/c:
2886   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
2887   
2888   * configure.in:
2889   Require Gtk+ >= 2.10 for sourceview plugin
2891 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
2893         * libanjuta/anjuta-status.c:
2894         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
2896 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
2898         * configure.in,
2899         plugins/terminal/terminal.c:
2900         Fix bug #377027
2901         remove support for VTE < 0.9
2903 2007-01-06  Naba Kumar  <naba@gnome.org>
2905         * po/POTFILES.in: Updated
2907 2007-01-05  Adam Dingle  <adam@medovina.org>
2909         Reviewed by Naba Kumar  <naba@gnome.org>:
2910         * plugins/message-view/anjuta-message-manager-plugin.glade:
2911         Fixed bug #377903 (improve message color defaults).
2913 2007-01-05  Naba Kumar  <naba@gnome.org>
2915         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
2916         
2917 2007-01-03  Armin Burgmeier  <armin@arbur.net>
2919         Reviewed by  Naba Kumar  <naba@gnome.org>:
2920         * plugins/symbol-browser/test-class.h: Fixed block ends.
2922         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
2923         C-style-block comment.
2925         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
2926         allow lists when writing autogen definition files. This is required
2927         for the new class generator. Also fixed a wrong return value in
2928         npw_autogen_write_definition_file and set a GError in
2929         npw_autogen_execute when the output file could not be opened.
2931         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
2932         user interface.
2934         * plugins/class-gen/Makefile.am: Added templates subdir, removed
2935         goc_template_header and goc_template_source, added top_srcdir to
2936         includes, link against project wizard (also hopefully temporarily),
2937         removed class_gen.h, class_gen.c, action-callbacks.h,
2938         action-callbacks.c.
2940         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
2942         * plugins/class-gen/cell-renderer-flags.h:
2943         * plugins/class-gen/cell-renderer-flags.c:
2944         * plugins/class-gen/combo-flags.h:
2945         * plugins/class-gen/combo-flags.c:
2946         * plugins/class-gen/element-editor.c:
2947         * plugins/class-gen/element-editor.h:
2948         * plugins/class-gen/generator.c:
2949         * plugins/class-gen/generator.h:
2950         * plugins/class-gen/plugin.h:
2951         * plugins/class-gen/plugin.c:
2952         * plugins/class-gen/transform.c:
2953         * plugins/class-gen/transform.h:
2954         * plugins/class-gen/validator.c:
2955         * plugins/class-gen/validator.h:
2956         * plugins/class-gen/window.c:
2957         * plugins/class-gen/window.h: Rewrote class generator, it now allows
2958         adding of several class elements and uses autogen.
2960         * plugins/class-gen/templates/cc-header.tpl:
2961         * plugins/class-gen/templates/cc-source.tpl:
2962         * plugins/class-gen/templates/go-header.tpl:
2963         * plugins/class-gen/templates/go-source.tpl:
2964         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
2965         for the class generator.
2967         * configure.in: Added plugins/class-gen/templates/Makefile to output.
2969 2007-01-04  Naba Kumar  <naba@gnome.org>
2971         Patch from Nick Treleaven:
2972         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
2973         all matching symbols.
2974         
2975         Patches from  Maik Beckmann and Sébastien Granjoux:
2976         * plugins/profile-default/plugin.c,
2977         plugins/project-manager/plugin.c: Unescape project name. Fixes
2978         Bug #357151
2980 2007-01-04  Naba Kumar  <naba@gnome.org>
2982         * plugins/glade/plugin.c: Fixed compilation with
2983         older glade-3 version.
2984         
2985         Patch from Roland Illig:
2986         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
2987         plugins/sourceview/anjuta-document-saver.c,
2988         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
2989         are necessary to build anjuta on NetBSD 3.0
2991         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
2992         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
2993         window manager in gnome.
2994         
2995 2007-01-02  Naba Kumar  <naba@gnome.org>
2996         
2997         * plugins/glade/plugin.c: Make it work with glade-3 svn.
2998         
2999 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
3001         Reviewed by Naba Kumar  <naba@gnome.org>:
3002         * libanjuta/interfaces/libanjuta.idl,
3003         plugins/debug-manager/Makefile.am,
3004         plugins/debug-manager/anjuta-marshal.list,
3005         plugins/debug-manager/debugger.c,
3006         plugins/debug-manager/sparse_buffer.c,
3007         plugins/debug-manager/sparse_buffer.h,
3008         plugins/debug-manager/sparse_view.c,
3009         plugins/debug-manager/sparse_view.h,
3010         plugins/debug-manager/disassemble.h,
3011         plugins/debug-manager/disassemble.c,
3012         plugins/debug-manager/anjuta-marshal.list,
3013         plugins/debug-manager/plugin.c,
3014         plugins/gdb/debugger.c,
3015         plugins/gdb/debugger.h,
3016         plugins/gdb/plugin.c:
3017         Add a disassembly view window
3019         * plugins/debug-manager/breakpoints.c,
3020         plugins/debug-manager/chunk_view.c,
3021         plugins/debug-manager/locals.c,
3022         plugins/debug-manager/memory.c,
3023         plugins/debug-manager/registers.c,
3024         plugins/debug-manager/stack_trace.c:
3025         Add some debugging information 
3027 2006-12-18  Naba Kumar  <naba@gnome.org>
3029         * configure.in, plugins/glade/plugin.c: Allow building against both
3030         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
3032 2006-12-03  Naba Kumar  <naba@gnome.org>
3033         
3034         * TODO.tasks: Marked a bounty completed.
3036 2006-11-24  Adam Dingle <adam@medovina.org>
3038         Reviewed by Naba Kumar  <naba@gnome.org>:
3039         * plugins/build-basic-autotools/build-basic-autotools.c,
3040         plugins/debug-manager/watch.c,
3041         plugins/document-manager/plugin.c, 
3042         plugins/patch/plugin.c,
3043         plugins/project-manager/plugin.c:
3044         Fixed bug #378879 (several command names need ellipses).
3046 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
3048         Reviewed by: Naba Kumar  <naba@gnome.org>
3049         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
3050         GCC 4.1.2 (there are only two warnings remaining now when compiling
3051         plugins).
3053         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
3055         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
3056         macro so that the generated function support a NULL plugin parameter.
3058         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
3059         in debug_tree_find_expression by freeing memory returned by the call
3060         to gtk_tree_model_get instead of the parameter string.
3062 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
3064         * plugins/debug-manager/breakpoints.c:
3065         Fix bug #378850
3067         * plugins/debug-manager/anjuta-debug-manager.ui,
3068         plugins/debug-manager/debugger.c,
3069         plugins/debug-manager/plugin.c:
3070         Fix bug #378871
3072 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
3074         * libanjuta/anjuta-launcher.c,
3075         plugins/gdb/debugger.c:
3076         Fix bug #377061
3078 2006-11-21  Naba Kumar  <naba@gnome.org>
3080         * plugins/search/search_preferences.c: Fixed build break.
3081         
3082 2006-11-20  Naba Kumar  <naba@gnome.org>
3083         
3084         Patch from Kjartan Maraas:
3085         * plugins/cvs-plugin/cvs-interface.c,
3086         plugins/document-manager/plugin.c,
3087         plugins/gtodo/interface.c,
3088         plugins/gtodo/libgtodo.h,
3089         plugins/message-view/anjuta-msgman.c,
3090         plugins/project-wizard/druid.c,
3091         plugins/search/search_preferences.c,
3092         plugins/sourceview/sourceview-prefs.c,
3093         plugins/terminal/terminal.c,
3094         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
3096         Patch from Przemysław Grzegorczyk:
3097         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
3098         plugins/subversion/anjuta-subversion.glade: Enable files in
3099         fileselection dialog. Fixes bug #376031.
3100         
3101 2006-11-17  Adam Dingle <adam@medovina.org>
3103         Reviewed by: Naba Kumar  <naba@gnome.org>
3104         * plugins/build-basic-autotools/build-basic-autotools.c
3105         * plugins/class-gen/anjuta-class-gen.plugin.in
3106         * plugins/debug-manager/breakpoints.c
3107         * plugins/debug-manager/plugin.c
3108         * plugins/devhelp/plugin.c
3109         * plugins/document-manager/plugin.c
3110         * plugins/gdb/debugger.c
3111         * plugins/glade/anjuta-glade.plugin.in
3112         * plugins/gtodo/plugin.c
3113         * plugins/language-support-cpp-java/plugin.c
3114         * plugins/message-view/plugin.c
3115         * plugins/project-import/anjuta-project-import.glade
3116         * plugins/project-import/anjuta-project-import.plugin.in
3117         * plugins/search/plugin.c
3118         * plugins/tools/scripts/tools-2.xml.in
3119         * plugins/valgrind/plugin.c
3120         * src/anjuta-actions.h:
3121         Fixed bug #376335 "menu items should be capitalized".  Minor
3122         grammar edits.
3124 2006-11-20  Naba Kumar  <naba@gnome.org>
3125         
3126         * configure.in: Fixed build.
3128         Patch from: Arjan Timmerman
3129         *configure.in: Make subvesion plugin build for apr 1.x.
3130         Fixes: Bug #364754.
3131         
3132 2006-11-20  Johannes Schmid <jhs@gnome.org>
3134         * configure.in
3135         * plugins/*/*.[ch]:
3136         Removed patches from Sylvain and Günther. They caused not problems but
3137         Naba was against them.
3139 2006-11-20  Johannes Schmid <jhs@gnome.org>
3141         * Removed me from MAINTAINERS
3143 2006-11-14  Günther Brammer <GBrammer@gmx.de>
3145         * configure.in:
3146         Use apr-1 instead of apr-0
3148 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
3150         * global-tags/create_global_tags.sh.in: Correct a bug when environment
3151         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
3152         and another bug occuring when parsing .pc file containing quotes.
3154 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
3156         * plugins/*/*.[ch]: Use class macro for type casting.
3158         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
3159         GCC 4.1.2 (there are only two warnings remaining now when compiling
3160         plugins).
3162         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
3163         a memory leak in debug_tree_find_expression; g_free was called on
3164         the parameter instead of the memory allocated by gtk_tree_model_get.
3166         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
3167         to declare and initialize the global type variable of the plugin.
3169 2006-10-31  Naba Kumar  <naba@gnome.org>
3171         * global-tags/create_global_tags.sh.in: Added an end message.
3172         
3173         * libanjuta/anjuta-launcher.h: Fixed indentation.
3174         
3175         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
3176         creation to a) append the messages in right way, b) Connect signals
3177         to the view properly and c) Recreate the system-tags.cache at the
3178         end of the generation.
3180         * plugins/symbol-browser: Fixed action path (double
3181         click on sysmbols was not working).
3183         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
3184         Fixed typedef and removed dead code.
3186         * tagmanager/c.c: Took the latest version from ctags source
3187         repository, because the one we had (from ctags 5.6) was broken.
3188         
3189         * global_tags/create_global_tags.sh.in: Reverted the patch from
3190         Sylvain because it was not right fix (and added a helpful comment).
3191         Used /bin/bash to fix the bashism and generated separate log files
3192         for each tag files in the same directory.
3193         
3194 2006-10-29  Naba Kumar  <naba@gnome.org>
3196         * plugins/editor/text_editor.c: Use a temporary file
3197         to save the editor and move it at the end to original
3198         file. This will prevent data corruption if file save
3199         failed for any reason. Also report proper errors when
3200         file save fails. Fixes bug #346575.
3201         
3202 2006-10-26  Naba Kumar  <naba@gnome.org>
3204         * plugins/document-manager/anjuta-docman.c: Do not load
3205         the same files with different path more than once (happens
3206         with symlinked files). Fixes Bug #323591.
3208 2006-10-25  Naba Kumar  <naba@gnome.org>
3210         * plugins/valgrind/vgactions.c: Fixed a warning.
3212 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
3214         Reviewed by Naba Kumar  <naba@gnome.org>:
3216         * plugins/valgrind/vgtoolview.c:
3217         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
3219         * plugins/valgrind/bugged-prg-test.c:
3220         No more warning during compilation with GCC 4.1.
3221         Program is still buggy in order to be used as a test of the
3222         plugin.
3224         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
3225         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
3226         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
3227         plugins/valgrind/vgrule.c:
3228         No more warning during compilation with GCC 4.1.
3230         * plugins/valgrind/plugin.c:
3231         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
3232         prototype (was missing from previous patch).
3234 2006-10-24  Naba Kumar  <naba@gnome.org>
3236         * plugins/glade/plugin.c: Show glade tree view, not list view.
3237         
3238         * plugins/glade/plugin.c: Fixed crash when Anjuta is
3239         exited with glade plugin still loaded. Fixes Bug #364755.
3241         * plugins/document-manager/anjuta-document-manager.plugin.in:
3242         Added application/x-reject in accepted mime-types.
3243         
3244         * Changelog: Fixed changelog alignments.
3246 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
3248         Reviewed by: Naba Kumar  <naba@gnome.org>
3249         
3250         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
3251         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
3252         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
3253         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
3254         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
3255         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
3256         plugins/valgrind/vgsearchbar.c:
3257         Use class macro for type casting.
3259         * plugins/valgrind/plugin.h:
3260         Don't force cast a GtkActionGroup to a GtkAction.
3262         * plugins/valgrind/plugin.c:
3263         Use correct API to get path of the preoject root when building
3264         the list of targets for the run action.
3265         Correct ordering of the construction of the preferences widgets.
3266         Only remove the valgrind widget if it is currently displayed.
3268         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
3269         Return if check_valgrind_binary() fails.
3270         The ValgrindPluginPrefs object is initialized after the call to
3271         vg_action_new. Take a handle to the location of the pointer to
3272         the future object.
3274 2006-10-24  Naba Kumar  <naba@gnome.org>
3276         * HACKING: Updated coding sample.
3277         
3278         Patch from: Armin Burgmeier  <armin@arbur.net>
3279         * plugins/symbol-browser/test-class.h,
3280         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
3281         
3282 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
3284         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
3285         * plugins/valgrind/vgtoolview.h:
3286         Correctly handle the argv / srcdir of vg_tool_view object. Do
3287         not leak memory associated with those arrays.
3289         * plugins/symbol-browser/an_symbol_prefs.c:
3290         Support unloading / reloading of the module (for example when
3291         closing a project and opening another one).
3293         * plugins/project-manager/plugin.c:
3294         Remove plugin widget before removing plugin itself, preventing
3295         a crash with valgrind plugin.
3297         * libanjuta/anjuta-preferences-dialog.c:
3298         Do not use the page_num returned by gtk_notebook_append_page to
3299         remove the page as it cause bugs when pages removal is not done
3300         in LIFO.
3302         * plugins/document-manager/anjuta-docman.c:
3303         Fix some GTK+ warnings.
3305         * global-tags/create_global_tags.sh.in:
3306         Rewrite script to remove bash-ism and use pkg-config directly
3307         instead of parsing the *.pc file by hand. This solve problems
3308         that occurred when one of the directory in PKG_CONFIG_PATH is
3309         empty.
3311 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
3313         * plugins/glade/plugin.c: Fix build (#363884)
3315 2006-10-22  Johannes Schmid <jhs@gnome.org>
3317         * plugins/file-manager/an_file_view.c:
3318         * plugins/file-manager/plugin.c:
3319         * plugins/file-manager/plugin.h:
3320         Fix possible crasher when changing project-root uri when we try to restore open nodes
3321         * AUTHORS: Updated
3323 2006-10-19  Naba Kumar  <naba@gnome.org>
3325         Patch from: Juan Pablo Ugarte
3326         * plugins/glade/plugin.c: Include glade header
3327         correctly.
3328         
3329 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3330         
3331         * plugins/debug-manager/Makefile.am,
3332         plugins/debug-manager/sexy-icon-entry.h,
3333         plugins/debug-manager/sexy-icon-entry.c,
3334         plugins/debug-manager/dataview.c:
3335         Fix bug #358134 (Goto memory prompt)
3336         Use sexy-icon-entry from libsexy 0.1.10
3338         * plugins/debug-manager/debugger.c,
3339         plugins/debug-manager/plugin.c,
3340         plugins/debug-manager/start.c,
3341         plugins/gdb/debugger.c,
3342         plugins/gdb/plugin.c:
3343         Better error handling when starting and stopping debugger
3345 2006-10-13  Maik Beckmann <maik@eigenco.de>
3347         * src/action_callbacks.c:
3348         Fixed bug #361830 (AboutDialog does not close) which is caused 
3349         due to a change in Gtk+ 2.10  
3350   
3351 2006-10-12  Adam Dingle <adam@medovina.org>
3353         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
3355         * plugins/search/search-replace.c:
3356         Fixed bug #358068 (indicate when Find in Files is complete)
3358         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
3360         * plugins/sourceview/sourceview-prefs.c:
3361         * plugins/sourceview/sourceview.glade:
3362         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
3364         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
3366         * plugins/devhelp/plugin.c:
3367         * plugins/search/plugin.c: 
3368         Fixed bug #359750 (fix find/replace shortcut keys).
3370         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
3371         use Alt+key for shortcuts)
3373         *  plugins/debug-manager/debug_tree.c:
3374         *  plugins/debug-manager/debugger.c:
3375         Fixed bug #359317 (can't load debug manager)
3377         * /plugins/document-manager/plugin.c:
3378         Fixed bug #359259 (highlight modes listed in reverse 
3379         alphabetical order).
3381 2006-10-10  Johannes Schmid <jhs@gnome.org>
3383         * plugins/glade/plugin.c:
3384         Add scrollbars to glade project window
3386 2006-10-10  Johannes Schmid <jhs@gnome.org>
3388         * libanjuta/interfaces/Makefile.am.iface:
3389         Fixed Makefile with broke build
3391 2006-10-07  Johannes Schmid <jhs@gnome.org>
3393         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3394         * libanjuta/interfaces/Makefile.iface.am:
3395         Fixed enum types generation
3397         * libanjuta/interfaces/libanjuta.idl:
3398         Fixed some strange typo
3400 2006-10-06  Johannes Schmid <jhs@gnome.org>
3402         * libanjuta/interfaces/Makefile.iface.am:
3403         Fixed enum-types.h generation
3404         * libanjuta/interfaces/libanjuta.idl:
3405         char* => gchar*
3406         IAnjutaTODO::load should take const gchar* argument
3407         Remove include to libanjuta/e-splash.h which is not installed as header file
3408         Disable get_attributes for now
3409         
3410         * pluings/sourceview/sourceview.c: Disabled get_attributes
3411         
3412         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
3414 2006-10-05  Naba Kumar  <naba@gnome.org>
3416         * TODO.tasks: Set 'Improve class widzard' task to assigned.
3417         Set bug id for 'Profiler plugin' task.
3419 2006-10-03  Naba Kumar  <naba@gnome.org>
3421         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
3422         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
3424         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
3425         plugins/project-manager/plugin.c: Added a new API in
3426         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
3427         Added some documentation. On project close, close all editors that
3428         has files opened for the project.
3429         
3430         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
3431         from the containers on anjuta_shell_remove_widget(). Do not destroy
3432         glade widgets once created.
3433         
3434 2006-10-03  Johannes Schmid <jhs@gnome.org>
3436         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3437         * libanjuta/interfaces/libanjuta.idl:
3438         const-List<> => const List<>
3439         List-free<> => List<>
3440         
3441         * Makefile.am: Reenabled launcher
3443 2006-10-03  Johannes Schmid <jhs@gnome.org>
3445         * libanjuta/interfaces/Makefile.am.iface:
3446         Install libanjuta.idl
3448 2006-10-02  Adam Dingle <adam@medovina.org>
3450         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
3452 2006-10-02  Adam Dingle <adam@medovina.org>
3454         * plugins/editor/style-editor.c: fixed bug #357534
3455         * plugins/gdb/utilities.h: removed 2 unused declarations
3457 2006-10-02  Johannes Schmid <jhs@gnome.org>
3459         * Makefile.am: disabled anjuta-launcher
3460         * libanjuta/Makefile.am:
3461         
3462         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
3463         * libanjuta/glue-factory.c: (glue_factory_add_path),
3464         (glue_factory_get_path):
3465         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
3466         * libanjuta/glue-factory.h:
3467         * libanjuta/glue-cpp.h:
3468         * libanjuta/glue-cpp.c:
3469         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
3470         
3471         * libanjuta/interfaces/Makefile.am.iface:
3472         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3473         * libanjuta/interfaces/libanjuta.idl:
3474         Add a new features to idl compiler:
3475         List<Type> => List of Type
3476         List-free<Type> => List of Type, it is up to the caller to free items and list
3477         const-List(-free)<Type> = const List of Types
3478         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
3479         
3480         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
3481         (generic_cpp_class_create_code):
3482         Adapted to new project_manager interface
3483         
3484         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
3485         * plugins/debug-manager/debugger.c:
3486         (ivariable_debugger_iface_init):
3487         Do not use C++ keyword "delete" for interface name
3488         
3489         * plugins/document-manager/anjuta-document-manager.plugin.in:
3490         Added m4 to mime-types
3491         
3492         * plugins/project-manager/plugin.c:
3493         (iproject_manager_add_source_multi):
3494         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
3496 2006-10-01  Naba Kumar  <naba@gnome.org>
3498         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
3499         UI file used when out-of-process devhelp is used instead of
3500         embedded devhelp.
3501         
3502         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
3503         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
3504         plugins/profile-default/default.anjuta: Build devhelp plugin,
3505         but use out-of-process devhelp if devhelp plugin is disabled
3506         (either by user or devhelp is not installed). Disabled devhelp
3507         plugin by default. Added it in default profile.
3509 2006-10-01  Naba Kumar  <naba@gnome.org>
3511         * plguins/project-manager/plugin.c: Possible fix for crash
3512         bug #358583.
3513         
3514         * configure.in, plugins/Makefile.am: Enabled glade plugin and
3515         set dep to last version 3.0.2.
3516         
3517         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
3518         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
3519         plugins/symbol-browser/plugin.c: Use the right action group
3520         for getting popup actions (Fixes lots of assertion failures).
3522         * plugins/project-manager/plugin.c,
3523         plugins/project-manager/plugin.h: use separate action group
3524         for profie actions.
3525         
3526         * plugins/message-view/plugin.c: Disconnect session load
3527         signal on plugin deactivation (fixes a crash).
3529 2006-09-30  Naba Kumar  <naba@gnome.org>
3531         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
3532         * TODO.tasks: Assigned a bounty to Massimo.
3534 2006-09-29  Naba Kumar  <naba@gnome.org>
3536         * src/anjuta-app.c, src/shell.c: Fixed build errors.
3538 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
3540         * plugins/debug-manager/debugger.c,
3541         plugins/debug-manager/plugin.c,
3542         libanjuta/interfaces/libanjuta.idl:
3543         Add a new abort command to quit debugger without waiting
3545         * plugins/gdb/debugger.c,
3546         plugins/gdb/debugger.h,
3547         plugins/gdb/plugin.c:
3548         Send a signal directly to the debugged program
3549         Implement abort command
3551         * plugins/debug-manager/debug_tree.c:
3552         Fix bug #358163
3554         * plugins/debug-manager/stack-trace.c:
3555         Fix bug #358009
3557 2006-09-29  Naba Kumar  <naba@gnome.org>
3559         * TODO.tasks: Updated.
3560         
3561         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
3562         dialog.
3563         
3564         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
3565         
3566         * TODO.tasks: Updated in light of the word wrapping fix
3567         in Tasks Manager. Added a test bounty entry.
3569         * TODO.tasks: Added four bounties.
3570         
3571 2006-09-28  Naba Kumar  <naba@gnome.org>
3573         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
3574         Added 'customizable' parameter to
3575         anjuta_ui_add_action_group_entries() and similar functions to
3576         allow user configuration of the actions. Filter out actions that
3577         are not configurable items (such as submenu items). Now the
3578         'Customize shortcuts' dialog is much better listed.
3580         * plugins/build-basic-autotools/build-basic-autotools.c,
3581         plugins/build-basic-autotools/build-basic-autotools.h,
3582         plugins/cvs-plugin/plugin.c,
3583         plugins/cvs-plugin/plugin.h,
3584         plugins/debug-manager/breakpoints.c,
3585         plugins/debug-manager/plugin.c,
3586         plugins/debug-manager/stack_trace.c,
3587         plugins/debug-manager/watch.c,
3588         plugins/devhelp/plugin.c,
3589         plugins/document-manager/plugin.c,
3590         plugins/file-loader/plugin.c,
3591         plugins/file-manager/plugin.c,
3592         plugins/glade/plugin.c,
3593         plugins/gtodo/interface.c,
3594         plugins/gtodo/plugin.c,
3595         plugins/language-support-cpp-java/plugin.c,
3596         plugins/macro/plugin.c,
3597         plugins/macro/plugin.h,
3598         plugins/message-view/plugin.c,
3599         plugins/patch/plugin.c,
3600         plugins/profile-default/default.anjuta,
3601         plugins/project-manager/plugin.c,
3602         plugins/project-manager/plugin.h,
3603         plugins/sample1/plugin.c,
3604         plugins/search/plugin.c,
3605         plugins/subversion/plugin.c,
3606         plugins/subversion/plugin.h,
3607         plugins/symbol-browser/plugin.c,
3608         plugins/symbol-browser/plugin.h,
3609         plugins/tools/plugin.c,
3610         plugins/valgrind/plugin.c,
3611         plugins/valgrind/plugin.h: Fixed to take care of above change
3612         in API of AnjutaUI. Properly added/removed action groups in some
3613         plugins. Split action groups into customization and non-customizable
3614         groups and added them separately.
3616         * plugins/document-manager/plugin.c: Close files belonging to
3617         project when project is closed (not complete).
3618         
3619         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
3620         vertical aligned cell entries.
3621         
3622         * src/anjuta-app.c: Define macros for the placeholder names.
3623         Set default widths and heights of the default placeholders,
3624         so that newly docked widgets are correclty sized.
3625         
3626         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
3627         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
3628         Fixed to generated correct actions addition/removal code.
3630 2006-09-25  Naba Kumar  <naba@gnome.org>
3632         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
3633         libanjuta/anjuta-serializer.[ch]: Implemented serialization
3634         class.
3635         
3636         * plugins/message-view/anjuta-msgman.c,
3637         plugins/message-view/anjuta-msgman.h,
3638         plugins/message-view/message-view.c,
3639         plugins/message-view/message-view.h,
3640         plugins/message-view/plugin.c: Serialize messages panes in
3641         session save and deserialize them in session load so that
3642         build messages persistant.
3643         
3644 2006-09-24  Johannes Schmid <jhs@gnome.org>
3646         * libanjuta/anjuta-utils.c:
3647         * plugins/message-view/message-view.c:
3648         Really fixed #355407
3650 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
3652         * libanjuta/interfaces/libanjuta.idl:
3653         Change one variable sign
3655         * plugins/debug-manager/anjuta-debug-manager.glade,
3656         plugins/debug-manager/anjuta-debug-manager.ui:
3657         Few small interface changes     
3659         * plugins/debug-manager/debug_tree.h,
3660         plugins/debug-manager/watch.c,
3661         plugins/debug-manager/debugger.c,
3662         plugins/debug-manager/plugin.c
3663         plugins/gdb/debugger.c,
3664         plugins/gdb/plugin.c:
3665         Big rewrite of debugger queue
3666         Allow to cancel command
3668         * plugins/debug-manager/memory.c:
3669         Fix a bug if a command is cancelled
3671 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
3673         * plugins/gdb/debugger.c,
3674         plugins/debug-manager/debug_tree.c,
3675         plugins/debug-manager/locals.c:
3676         Restore tree representation for local variable
3677         Add argument in local variable list
3678         Use gdb variable object to get all informations
3680 2006-09-19  Naba Kumar  <naba@gnome.org>
3682         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
3683         that implements AnjutaSavePrompt class.
3685         * ChangeLog: Fixed indentation.
3686         
3687         * libanjuta/Makefile.am,
3688         libanjuta/anjuta-marshal.list,
3689         libanjuta/anjuta-shell.c,
3690         libanjuta/anjuta-shell.h,
3691         plugins/document-manager/action-callbacks.c,
3692         plugins/document-manager/action-callbacks.h,
3693         plugins/document-manager/anjuta-docman.c,
3694         plugins/document-manager/anjuta-docman.h,
3695         plugins/document-manager/plugin.c,
3696         src/anjuta.c: Impletemnted save prompt dialog to prompt for
3697         unsaved items during exit. A new signal is added in shell
3698         interface called 'save-prompt' to collect all unsaved items.
3699         Create AnjutaSavePrompt class (dialog) to process unsaved items.
3700         Fixed document manager to use the new save-prompt signal in shell
3701         and AnjutaSavePrompt object for unsaved files. Cleaned up
3702         AnjutaDocman to synchronously save new files. Fixed function
3703         names.
3705 2006-09-18  Johannes Schmid <jhs@gnome.org>
3707         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
3708         gdl requirement to 0.7.0
3710 2006-09-18  Johannes Schmid <jhs@gnome.org>
3712         * global-tags/.cvsignore:
3713         * global-tags/Makefile.am:
3714         * global-tags/create_global_tags.sh (removed):
3715         * global-tags/create_global_tags.sh.in (added):
3716         Fixed #355407
3717         
3718         * libanjuta/anjuta-launcher.c:
3719         Fixed #349374
3720         
3721         * plugins/project-manager/plugin.c:
3722         (project_manager_plugin_close_project):
3723         Fixed crasher
3724         
3725         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
3726         Fixed gtk critical
3727         
3728         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
3729         More reasonable toolbar creation/deletition though it does
3730         not completly work!
3732 2006-09-15  Johannes Schmid <jhs@gnome.org>
3734         * libanjuta/anjuta-utils.c/.h:
3735         Fixed #355168
3737 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
3739         * scintilla/ScintillaGTK.cxx
3740         Fixed doulbe freeing in Scintilla
3742 2006-09-12  Johannes Schmid  <jhs@gnome.org>
3744         * plugins/symbol-browser/an_symbol_prefs.c:
3745         Support unloading / reloading of the module (for example when
3746         closing a project and opening another one).
3748         * plugins/project-manager/plugin.c:
3749         Really fixed #355148 (Show project name in title bar)
3751 2006-09-09  Johannes Schmid  <jhs@gnome.org>
3753         * libanjuta/plugins.c:
3754         Fixed #355156 (Show plugins in alphabetical order)
3756 2006-09-09  Johannes Schmid  <jhs@gnome.org>
3758         * plugins/project-manager/plugin.c:
3759         Fixed #355148 (Show project name in title bar)
3761 2006-09-09  Johannes Schmid  <jhs@gnome.org>
3763         * plugins/project-manager/plugin.c:
3764         (value_removed_project_root_uri):
3765         Fixed crasher if project cannot be opened
3767 2006-08-30 Naba Kumar  <naba@gnome.org>
3769         * plugins/language-support-cpp-java/plugin.[c,h],
3770         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
3771         Impletemnted UI for auto indent.
3772         
3773 2006-08-28 Naba Kumar  <naba@gnome.org>
3774         
3775         * plugins/gvim/.cvsignore,
3776         plugins/gvim/Makefile.am,
3777         plugins/gvim/anjuta-vim-plugin.png,
3778         plugins/gvim/anjuta-vim.c,
3779         plugins/gvim/anjuta-vim.h,
3780         plugins/gvim/anjuta-vim.plugin.in,
3781         plugins/gvim/gtkvim.c,
3782         plugins/gvim/gtkvim.h,
3783         plugins/gvim/plugin.c,
3784         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
3785         in build yet.
3787 2006-08-28 Naba Kumar  <naba@gnome.org>
3789         Patch from: Massimo Corà  <maxcvs@email.it>
3790         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
3791         possible infinite loop.
3793 2006-08-22 Adam Dingle <adam@medovina.org>
3794         
3795         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
3796         to edit are shown in the preferences dialog in anjuta").
3797         Removed unused widgets from the style editor dialog.
3799 2006-08-21  Johannes Schmid <jhs@gnome.org>
3801         * plugins/symbol-browser/test-class.[cpp/h]
3802         Added missing files
3804 2006-08-18  Naba Kumar  <naba@gnome.org>
3806         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
3807         end of document loading.
3809         * plugins/language-support-cpp-java/plugin.c,
3810         plugins/sourceview/sourceview.c: Fixed plugin loading.
3812 2006-08-17  Naba Kumar  <naba@gnome.org>
3814         * plugins/language-support-cpp-java/plugin.c,
3815         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
3816         mode line parsing. Indentation parameters initialized based on
3817         mode line parameters.
3819 2006-08-16  Naba Kumar  <naba@gnome.org>
3821         * Makefile.am, plugins/editor/text_editor.c,
3822         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
3823         comments.
3825 2006-08-16 Naba Kumar  <naba@gnome.org>
3827         Patch from  Massimo Cora'  <maxcvs@email.it>:
3828         
3829         * plugins/editor/aneditor-autocomplete.cxx,
3830         plugins/editor/aneditor-calltip.cxx,
3831         plugins/symbol-browser/Makefile.am,
3832         plugins/symbol-browser/an_symbol.c,
3833         plugins/symbol-browser/an_symbol_view.c,
3834         plugins/symbol-browser/plugin.c,
3835         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
3836         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
3837         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
3838         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
3839         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
3840         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
3841         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
3842         tagmanager/get.h, tagmanager/html.c,
3843         tagmanager/include/tm_source_file.h,
3844         tagmanager/include/tm_tag.h,
3845         tagmanager/include/tm_workspace.h,
3846         tagmanager/jscript.c, tagmanager/keyword.c,
3847         tagmanager/keyword.h, tagmanager/lisp.c,
3848         tagmanager/lregex.c, tagmanager/lua.c,
3849         tagmanager/main.h, tagmanager/make.c,
3850         tagmanager/options.c, tagmanager/options.h,
3851         tagmanager/parse.c, tagmanager/parse.h,
3852         tagmanager/parsers.h, tagmanager/pascal.c,
3853         tagmanager/perl.c, tagmanager/php.c,
3854         tagmanager/python.c, tagmanager/read.c,
3855         tagmanager/read.h, tagmanager/readtags.c,
3856         tagmanager/readtags.h, tagmanager/rexx.c,
3857         tagmanager/routines.c, tagmanager/routines.h,
3858         tagmanager/ruby.c, tagmanager/scheme.c,
3859         tagmanager/sh.c, tagmanager/slang.c,
3860         tagmanager/sml.c, tagmanager/sort.c,
3861         tagmanager/sort.h, tagmanager/sql.c,
3862         tagmanager/strlist.c, tagmanager/strlist.h,
3863         tagmanager/tcl.c, tagmanager/tm_source_file.c,
3864         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
3865         tagmanager/tm_workspace.c, tagmanager/verilog.c,
3866         tagmanager/vim.c, tagmanager/vstring.c,
3867         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
3868         5.6 and namespace completion fixed.
3870         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
3871         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
3873 2006-08-15 Naba Kumar  <naba@gnome.org>
3875         * libanjuta/interfaces/libanjuta.idl,
3876         plugins/editor/text-editor-iterable.c,
3877         plugins/editor/text_editor.c,
3878         plugins/sourceview/sourceview-cell.c,
3879         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
3880         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
3881         ianjuta_editor_end_action().
3882         
3883         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
3885 2006-08-13 Naba Kumar  <naba@gnome.org>
3887         * plugins/debug-manager/breakpoints.c,
3888         plugins/debug-manager/memory.c,
3889         plugins/debug-manager/registers.c,
3890         src/layout.xml: Fixed debugger widgets layout.
3892 2006-08-12 Naba Kumar  <naba@gnome.org>
3894         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
3895         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
3896         plugins/editor/editor.glade, plugins/editor/text_editor.h,
3897         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
3898         codes and dead codes. Removed automatic indentation prefs.
3900 2006-08-12  Johannes Schmid <jhs@gnome.org>
3902         * libanjuta/Makefile.am:
3903         * libanjuta/anjuta-launcher.c:
3904         * libanjuta/anjuta-launcher.h:
3905         * libanjuta/anjuta-plugin.c:
3906         * libanjuta/anjuta-plugin.h:
3907         * libanjuta/anjuta-preferences.c:
3908         * libanjuta/anjuta-preferences.h:
3909         * libanjuta/anjuta-shell.c:
3910         * libanjuta/anjuta-shell.h:
3911         * libanjuta/libanjuta.h:
3912         
3913         Made wrapper friendly:
3914         - no inline in header files (preferences_set/get)
3915         - correct signal names
3916         - correct GError** argument in anjuta_shell_freeze/thaw
3917         - include correct files in libanjuta.h
3918         
3919         * plugins/project-manager/plugin.c: 
3920         Fixed two crashers
3922 2006-08-11 Naba Kumar  <naba@gnome.org>
3924         * plugins/editor/aneditor-priv.h,
3925         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
3926         
3927         * plugins/editor/text_editor_cbs.c,
3928         plugins/sourceview/anjuta-view.c: Pass the right position for char
3929         added signal.
3930         
3931         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
3932         
3933         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
3935 2006-08-11 Naba Kumar  <naba@gnome.org>
3937         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
3938         return the right character at the iter position and get_char() to
3939         not leak memory.
3941         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
3942         to set to character offset and not byte index.
3944         * plugins/language-support-cpp-java/plugin.c: Improved
3945         auto-indentation login. Indents opening and closing braces correctly.
3947 2006-08-10  Johannes Schmid <jhs@gnome.org>
3949         * INSTALL:
3950         * autogen.sh:
3951         Required automake = 1.9
3953         * libanjuta/anjuta-children.c:
3954         * libanjuta/anjuta-children.h:
3955         * libanjuta/anjuta-encodings.h:
3956         * libanjuta/anjuta-launcher.h:
3957         * libanjuta/anjuta-plugin-description.h:
3958         * libanjuta/anjuta-preferences-dialog.h:
3959         * libanjuta/anjuta-preferences.h:
3960         * libanjuta/anjuta-session.h:
3961         * libanjuta/anjuta-status.h:
3962         * libanjuta/anjuta-ui.h:
3963         * libanjuta/anjuta-utils.c:
3964         * libanjuta/anjuta-utils.h:
3965         * libanjuta/e-splash.h:
3966         * libanjuta/glue-factory.h:
3967         * libanjuta/glue-plugin.h:
3968         * libanjuta/plugins.h:
3969         * libanjuta/resources.h:
3970         Fixed libanjuta to be able to wrap it
3971         - G_BEGIN_DECLS, G_END_DECLS
3972         - include all necessary files in libanjuta.h
3974         * plugins/gtodo/tray-icon.c:
3975         * plugins/terminal/terminal.c:
3976         Some build fixes for freebsd
3978         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
3979         * plugins/sourceview/sourceview.glade:
3980         Remove auto-indent feature as it is now in language-support
3982 2006-08-09 Naba Kumar  <naba@gnome.org>
3984         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
3985         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
3986         Added missing files.
3988         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
3989         get_use_spaces(), set_tabsize() and set_use_spaces().
3991 2006-08-09 Naba Kumar  <naba@gnome.org>
3993         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
3994         succeeded in activating.
3996         * plugins/document-manager/plugin.c: Added debug message.
3998         * libanjuta/interfaces/libanjuta.idl,
3999         plugins/editor/text_editor.c: Implemented get_tabsize(),
4000         get_use_spaces(), set_tabsize() and set_use_spaces().
4002         * plugins/language-support-cpp-java/Makefile.am,
4003         plugins/language-support-cpp-java/plugin.c,
4004         plugins/language-support-cpp-java/plugin.h: Used editor parameters
4005         for indentation. Added preferences page for paramenters.
4007         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
4009 2006-08-08 Naba Kumar  <naba@gnome.org>
4011         * libanjuta/interfaces/libanjuta.idl,
4012         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
4013         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
4014         plugins/editor/text_editor.c,
4015         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
4016         and implemented it for both scintilla and sourceview.
4018         * plugins/search/plugin.c: Use the new grab_focus() to transfer
4019         focus back to editor (happens when pressing esc in incremental
4020         search box).
4022 2006-08-08 Naba Kumar  <naba@gnome.org>
4024         * libanjuta/interfaces/libanjuta.idl,
4025         plugins/editor/text_editor.c,
4026         plugins/editor/text_editor.h,
4027         plugins/editor/text-editor-iterable.c,
4028         plugins/sourceview/sourceview-cell.c,
4029         plugins/sourceview/sourceview.c: Implemented editor attributes
4030         methods.
4031         
4032         * plugins/editor/aneditor.cxx: Disabled old indentation code.
4033         plugins/language-support-cpp-java/plugin.c: Implemented indentation
4034         code (not complete yet).
4036         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
4037         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
4038         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
4039         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
4040         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
4041         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
4043 2006-08-04 Naba Kumar  <naba@gnome.org>
4045         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
4046         implementation.
4047         
4048 2006-08-03  Johannes Schmid <jhs@gnome.org>
4050         * configure.in: Add a more informative text to valgrind plugin
4052         * TODO.tasks:
4053         Modified Preferences tasl
4054         * libanjuta/anjuta-plugin.c: 
4055         * libanjuta/anjuta-preferences-dialog.c: 
4056         * libanjuta/anjuta-preferences-dialog.h:
4057         * libanjuta/anjuta-preferences.c:
4058         * libanjuta/anjuta-preferences.h:
4059         * libanjuta/interfaces/Makefile.am.iface:
4060         * libanjuta/interfaces/libanjuta.idl:
4061         Added IAnjutaPreferences interface which every plugin that has preferences should
4062         implement. Call merge() and unmerge() at plugin activation/deactivation.
4063         Fixed preferences_page_remove()
4064         
4065         * plugins/build-basic-autotools/build-basic-autotools.c:
4066         * plugins/cvs-plugin/plugin.c: 
4067         * plugins/document-manager/plugin.c:
4068         * plugins/editor/plugin.c:
4069         * plugins/editor/plugin.h:
4070         * plugins/file-manager/plugin.c: 
4071         * plugins/gtodo/main.h:
4072         * plugins/gtodo/plugin.c: 
4073         * plugins/gtodo/preferences.c: 
4074         * plugins/message-view/anjuta-msgman.c: 
4075         * plugins/message-view/anjuta-msgman.h:
4076         * plugins/message-view/plugin.c:
4077         * plugins/sourceview/plugin.c: 
4078         * plugins/sourceview/plugin.h:
4079         * plugins/symbol-browser/an_symbol_prefs.c:
4080         * plugins/symbol-browser/plugin.c: 
4081         * plugins/terminal/terminal.c: 
4082         * plugins/valgrind/plugin.c
4083         * src/anjuta-app.c:
4084         
4085         Updated preference loading/unloading for all plugins
4087 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
4088         
4089         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
4090         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
4091     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
4092         recommended by the autoconf manual. 
4093         - Fixes compiling with autoconf 2.60.
4094         
4095         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
4097 2006-08-02      Johanes Schmid <jhs@gnome.org>
4099         * plugins/profile-default/plugin.c:
4100         Fixed session handling
4102 2006-08-01  Johannes Schmid <jhs@gnome.org>
4104         * configure.in
4105         * plugins/Makefile.am:
4106         Disabled devhelp and glade for now as they do not work (#341073
4107         and #341170)
4108         
4109         * plugins/profile-default/anjuta-default-profile.ui (removed):
4110         * plugins/profile-default/plugin.c:
4111         * plugins/profile-default/plugin.h:
4112         * plugins/project-manager/anjuta-project-manager.ui:
4113         * plugins/project-manager/plugin.c:
4114         * plugins/project-manager/plugin.h:
4115         Limted multiple project support #315043
4117         * libanjuta/interfaces/libanjuta.idl:
4118         Added ianjuta_profile_unload
4120 2006-07-31 Naba Kumar  <naba@gnome.org>
4122         * libanjuta/interfaces/libanjuta.idl,
4123         plugins/editor/text-editor-iterable.c,
4124         plugins/editor/text_editor.c,
4125         plugins/sourceview/anjuta-view.c,
4126         plugins/sourceview/anjuta-view.h,
4127         plugins/sourceview/sourceview.c: Fixed text iteration and 
4128         IAnjutaEditor implementations in both scintilla
4129         and sourceview. Cleand up libanjuta API: Removed redundant
4130         erase_range() method from IAnjutaEditor interface, fixed
4131         ianjuta_editor_get_text to take length instead of range (consistency).
4132         autoindentation in both sourceview and scintilla more or less works,
4133         but still disabled for now because there are still some anomalies
4134         in text iteration.
4136         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
4138         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
4139         API changes.
4141 2006-07-30  Johannes Schmid <jhs@gnome.org>
4143         * plugins/sourceview/anjuta-document.c:
4144         * plugins/sourceview/anjuta-document.h:
4145         * plugins/sourceview/anjuta-view.c: 
4146         * plugins/sourceview/sourceview.c:
4147         Wrote a new "char_added" implementation, I hope this one is good
4149         * plugins/sourceview/sourceview-cell.c:
4150         Fixed typo: "text_iter" instead of "iter"
4152 2006-07-30 Naba Kumar  <naba@gnome.org>
4154         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
4156 2006-07-30  Johannes Schmid <jhs@gnome.org>
4158         * autogen.sh: use gnome-autogen.sh from gnome-coomen
4159         
4160         * plugins/debug-manager/plugin.c: 
4161         * plugins/patch/plugin.c:
4162         Use IAnjutaIndicable to mark debugger position
4164         * plugins/sourceview/sourceview.c:
4165         Define colors for IAnjutaIndicable
4167 2006-07-29  Johannes Schmid <jhs@gnome.org>
4169         * plugins/debug-manager/anjuta-debug-manager.ui:
4170         * plugins/debug-manager/breakpoints.c:
4171         * plugins/debug-manager/images/Makefile.am:
4172         * plugins/debug-manager/images/run-to-cursor.png:
4173         * plugins/debug-manager/plugin.c:
4174         Added toolbar and some icons
4176         * plugins/patch/anjuta-patch.ui:
4177         * plugins/patch/patch-plugin.c:
4178         * plugins/patch/patch-plugin.glade:
4179         * plugins/patch/plugin.c:
4180         * plugins/patch/plugin.h:
4181         Improved patch plugin (GUI and function)
4183         * plugins/sourceview/sourceview.c:
4184         Fixed another Gtk-Critical
4186         * plugins/tools/anjuta-tools.ui:
4187         * plugins/tools/plugin.h:
4188         Put Patch plugin in tools menu and changed ui file
4190 2006-07-29  Johannes Schmid <jhs@gnome.org>
4192         * plugins/document-manager/plugin.c:
4193         Fixed accelator Gtk-Warning
4195         * plugins/message-view/anjuta-msgman.c: 
4196         Fixed Gtk-Warning
4198         * plugins/sourceview/anjuta-document.c:
4199         * plugins/sourceview/anjuta-document.h:
4200         * plugins/sourceview/anjuta-marshal.list:
4201         Wrote a better emitter for the char-added signal
4203         * plugins/sourceview/sourceview.c:
4204         Fixed Redo/Undo to void Gtk-Criticals
4205         
4206         * plugins/sourceview/sourceview-args.c:
4207         * plugins/sourceview/sourceview-cell.c:
4208         * plugins/sourceview/sourceview-scope.c:
4209         * plugins/sourceview/sourceview-tags.c: 
4210         Adapted to new IAnjutaIterator API
4212 2006-07-28 Naba Kumar  <naba@gnome.org>
4214         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
4216         * plugins/symbol-browser/an_symbol.c,
4217         plugins/symbol-browser/an_symbol_iter.c,
4218         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
4219         subclass of AnjutaSymbol so that the symbol is accessible from
4220         the iter in light of changes in IAnjutaIterable.
4222         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
4223         implementation of IAnjutaIterable.
4225 2006-07-28 Naba Kumar  <naba@gnome.org>
4227         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
4228         IAnjutaIterable. They were kind of useless since the interface is
4229         defined on the data object itself. Added set_position() method
4230         in IAnjutaIterable to allow setting arbitrary current index to the
4231         iter.
4232         Added erase() and erase_range() in IAnjutaEditor.
4234         * plugins/editor/text-editor-iterable.c: Fixed 
4235         plugins/editor/text_editor.c: Implemented erase() and erase_range()
4236         methods in editor. Fixed get_line_from_position() method.
4238         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
4239         code. It's disabled for now.
4241         * plugins/sourceview/sourceview-cell.c,
4242         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
4243         implementation.
4245 2006-07-27  Johannes Schmid <jhs@gnome.org>
4247         * plugins/sourceview/sourceview-cell.c:
4248         Fixed IAnjutaEditorCell to work only on a single line
4249         Fixed crasher in finalize
4251         * plugins/symbol-browser/an_symbol_prefs.c:
4252         * global-tags/Makefile.am:
4253         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
4254         script installation     
4256 2006-07-26 Naba Kumar  <naba@gnome.org>
4258         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
4259         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
4260         
4261         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
4262         
4263         * plugins/document-manager/plugin.c: Fixed dynamic loading of
4264         support plugins
4265         
4266         * plugins/editor/text-editor-iterable.c,
4267         plugins/editor/text_editor.c,
4268         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
4269         method to work correctly, it was ignoring start and end parameters.
4270         Fixed TextEditorCell implementation. Fixed 'char-added' signal
4271         emission.
4272         
4273         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
4274         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
4276 2006-07-24  Massimo Cora'  <maxcvs@email.it>
4278         * plugins/symbol-browser/an_symbol_view.c,
4279         plugins/symbol-browser/an_symbol_view.h,
4280         plugins/symbol-browser/plugin.c:
4281     fix a matching case into sv_extract_type_qualifier_from_expr ()
4282     and some minor issues.
4284 2006-07-26  Johannes Schmid <jhs@gnome.org>
4286         * plugins/language-support-cpp-java/plugin.c:
4287         Fixed to work kind of with sourceview editor
4288         * plugins/sourceview/anjuta-document.c: 
4289         * plugins/sourceview/anjuta-view.c: 
4290         * plugins/sourceview/sourceview-cell.c:
4291         * plugins/sourceview/sourceview.c:
4292         Fixed IAnjutaEditorCell and "char-added" signal
4294 2006-07-24 Naba Kumar  <naba@gnome.org>
4296         * plugins/document-manager/plugin.c,
4297         plugins/document-manager/plugin.h: Initial implementedion for loading
4298         support plugins.
4299         
4300         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
4301         implementation.
4302         
4303         * plugins/editor/text_editor.c: Fixed syntax highlighting when
4304         indicators are cleared (that leaved grey texts).
4306 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
4308         * libanjuta/interfaces/libanjuta.idl,
4309         plugins/debug-manager/breakpoints.c,
4310         plugins/debug-manager/memory.c,
4311         plugins/debug-manager/registers.c,
4312         plugins/debug-manager/debug_tree.c,
4313         plugins/debug-manager/debugger.c,
4314         plugins/gdb/debugger.c,
4315         plugins/gdb/debugger.h,
4316         plugins/gdb/plugin.c:
4317         Add a parameter for reporting error
4318         Add a new interface for using gdb variable object
4319         Allow to cancel commands
4320         Rewrite handling of debugger state
4322         * plugins/debug-manager/plugin.c,
4323         plugins/debug-manager/locals.c,
4324         plugins/debug-manager/locals.h,
4325         plugins/debug-manager/register.c,
4326         plugins/debug-manager/stack_trace.c,
4327         plugins/debug-manager/stack_trace.h:
4328         Create and destroy local and stack trace windows when needed
4330 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
4332         * plugins/document-manager/plugin.c:
4333         Fixed "Automatic" highlighting
4335 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
4337         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
4339         * plugins/sourceview/anjuta-view.c:
4340         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
4342 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
4343         
4344         * configure.in: Check for C/C++-Compiler correctly
4346 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
4348         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
4350         * plugins/debug-manager/stack_trace.c:
4351         Destroy stack window when debuuger is disabled (#347414)
4352         
4353         * plugins/sourceview/anjuta-view.c:
4354         Fix a crash with popup-menu (#347412)
4356 2006-07-13 Naba Kumar  <naba@gnome.org>
4358         * plugins/editor/Makefile.am,
4359         plugins/editor/text_editor.h,
4360         plugins/editor/text-editor-iterable.h,
4361         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
4362         tested yet).
4363         
4364         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
4365         code.
4366         
4367         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
4369 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
4371         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
4372         Bug #342937
4373         
4374 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
4376         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
4378         * libanjuta/anjuta-preferences-dialog.c:
4379         Do not use the page_num returned by gtk_notebook_append_page to
4380         remove the page as it cause bugs when pages removal is not done
4381         in LIFO.
4383         * plugins/document-manager/anjuta-docman.c:
4384         * src/anjuta-app.c:
4385         makes Anjuta display dock_items which have previously been hidden
4387 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
4389         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
4391         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
4392         * plugins/sourceview/sourceview.c: (imark_unmark):
4393         
4394         Patches for bugs #346450 and #346295
4395         
4396         * AUTHORS: Added Fredrik
4398 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
4400         * plugins/message-view/anjuta-msgman.c: 
4401         Fixed close button/icon size (like in docman)
4403 2006-06-10 Naba Kumar <naba@gnome.org>
4405         * plugins/editor/text_editor.c: Fixed goto line to mark the line
4406         being set.
4407         
4408 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
4410         * libanjuta/interfaces/libanjuta.idl:
4411         Move inspect_memory function in IAnjutaCpuDebugger interface
4412         Rename Boolean type to State
4414         * plugins/debug-manager/breakpoint.c:
4415         Rename Boolean type to State
4417         * plugins/debug-manager/Makefile.am,
4418         plugins/debug-manager/anjuta-marshal.list,
4419         plugins/debug-manager/data_view.c,
4420         plugins/debug-manager/data_view.h,
4421         plugins/debug-manager/data_buffer.c,
4422         plugins/debug-manager/data_buffer.h,
4423         plugins/debug-manager/chunk_view.c,
4424         plugins/debug-manager/chunk_view.h,
4425         plugins/debug-manager/anjuta-debug-manager.ui,
4426         plugins/debug-manager/debugger.c,
4427         plugins/debug-manager/memory.c,
4428         plugins/debug-manager/memory.h,
4429         plugins/debug-manager/plugin.c,
4430         plugins/gdb/debugger.c,
4431         plugins/gdb/debugger.h,
4432         plugins/gdb/plugin.c:
4433         Rewrite memory window using a special widget
4434         Rename Boolean type to State
4436 2006-06-08 Naba Kumar <naba@gnome.org>
4438         * plugins/editor/text_editor.c (itext_editor_get_current_word):
4439         Do not return garbage characters and return NULL when there is no
4440         current word.
4441         
4442         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
4443         work correctly.
4444         
4445         * plugins/search/search-replace.c: Fixed a mem leak.
4447 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
4449         * libanjuta/anjuta-launcher.c:
4450         Added debug message (see #343522)
4451         
4452         * plugins/build-basic-autotools/build-basic-autotools.c:
4453         Patch from Günther Brammer to fix #344015
4455         * plugins/sourceview/sourceview.c:
4456         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
4457         automatic highlight of build messages)
4459 2006-06-06 Naba Kumar <naba@gnome.org>
4461         * configure.in,
4462         libanjuta/interfaces/libanjuta.idl,
4463         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
4464         plugins/Makefile.am,
4465         plugins/document-manager/action-callbacks.c,
4466         plugins/document-manager/plugin.c,
4467         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
4468         interface for language highlight selection and langauge change
4469         signal.
4470         
4471         * plugins/language-support-cpp-java: Added language support
4472         plugin for cpp and java.
4474 2006-05-27  Naba Kumar  <naba@gnome.org>
4476         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
4477         plugins/debug-manager/*, data/Makefile.am,
4478         manuals/reference/libanjuta/libanjuta.types,
4479         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
4480         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
4481         merged anjuta-new-debugger branch into trunck.
4482         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
4484 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
4485         
4486         * libanjuta/interfaces/libanjuta.idl,
4487         plugins/debug-manager/debugger.c,
4488         plugins/debug-manager/debugger.h,
4489         plugins/gdb/anjuta-gdb.plugin.in,
4490         plugins/gdb/debugger.c,
4491         plugins/gdb/debugger.h,
4492         plugins/gdb/plugin.c:
4493         Add new IAnjutaCpuDebugger interface to access cpu register
4494         Run gdb instead of /usr/local/bin/gdb
4495         
4496         * plugins/debug-manager/plugin.c,
4497         plugins/debug-manager/registers.c,
4498         plugins/debug-manager/registers.h:
4499         Rewrite register window
4500         Rename Load target menu item to Run target
4502 2006-05-07  Naba Kumar  <naba@gnome.org>
4504         * plugins/gdb.init
4505         
4506 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
4508         * plugins/debug-manager/watch.c,
4509         plugins/debug-manager/breakpoint.c,
4510         plugins/debug-manager/breakpoint.h:
4511         Fix crash: disconnect save and load session signals
4513 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
4515         * libanjuta/interface/libanjuta.idl,
4516         plugins/debug-manager/debugger.c,
4517         plugins/gdb/plugin.c:
4518         Add a value parameter for evaluate command
4520         * plugins/debug-manager/anjuta-debug-manager.glade:
4521         Create new dialog box for watches using glade
4523         * plugins/debug-manager/anjuta-debug-manager.ui:
4524         Move watch menu items near the end
4525         Move breakpoint menu items outside the sub menu
4527         * plugins/debug-manager/debug_tree.c,
4528         plugins/debug-manager/debug_tree.h,
4529         plugins/debug-manager/debug_tree.h,
4530         plugins/debug-manager/watch.c:
4531         Move all GUI code from watch.c to debug_tree.c
4532         Add an auto update property to watches
4533         
4534         * plugins/debug-manager/locals.c,
4535         plugins/debug-manager/locals.h,
4536         plugins/debug-manager/stack_trace.c,
4537         plugins/debug-manager/stack_trace.h,
4538         plugins/debug-manager/plugin.c:
4539         Register actions before starting debugger
4541         * plugins/gdb/debugger.c:
4542         Do not call callback function if not present
4544 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
4546         * libanjuta/interfaces/libanjuta.idl,
4547         plugins/debug-manager/stack_trace.c,
4548         plugins/debug-manager/stack_trace.h,
4549         plugins/debug-manager/anjuta-debug-manager.ui,
4550         plugins/gdb/debugger.c:
4551         Add a popup menu in stack frame window
4552         Add a new frame-changed event
4553         Use MI command for getting stack informations
4554         Get filename with full path (need gdb > 6.3)
4556         * libanjuta/interfaces/libanjuta.idl,
4557         plugins/debug-manager/debug_tree.c,
4558         plugins/debug-manager/debugger.c,
4559         plugins/debug-manager/locals.c,
4560         plugins/debug-manager/locals.h,
4561         plugins/debug-manager/plugin.c,
4562         plugins/gdb/debugger.c,
4563         plugins/gdb/debugger.h,
4564         plugins/gdb/parser.c,
4565         plugins/gdb/parser.h,
4566         plugins/gdb/plugin.c,
4567         plugins/gdb/Makefile.am:
4568         Pass watch data with string instead of Watch structures
4569         Use debug_tree in local window
4570         Remove info local
4571         Remove parser.{ch}
4573         * plugins/debug-manager/breakpoints.c,
4574         plugins/debug-manager/utilities.c,
4575         plugins/debug-manager/utilities.h:
4576         Use a GtkListStore instead of a GtkTreeStore
4577         move goto_location_in_editor in utilities.c
4578         
4579 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
4581         * libanjuta/interfaces/libanjuta.idl,
4582         plugins/debug-manager/anjuta-debug-manager.ui,
4583         plugins/debug-manager/breakpoints.c,
4584         plugins/debug-manager/plugin.c,
4585         plugins/gdb/debugger.c:
4586         Add a breakpoint type
4587         Add new popup menu in breakpoint window
4588         Add toggle breakpoint in editor popup menu
4589         Save and restore breakpoint enable
4590         Fix bug in clear all breakpoints
4591         Remove old useless code
4593         * plugins/debug-manager/debugger.c:
4594         Fix some problem with debugger states
4596         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
4597         Update documentation
4598         
4599 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
4601         * data/Makefile.am,
4602         plugins/gdb/Makefile.am,
4603         plugins/gdb/gdb.init:
4604         Move gdb.init crom data to plugins/gdb
4606         * plugins/gdb/gdb.init,
4607         libanjuta/interfaces/libanjuta.idl,
4608         plugins/debug-manager/breakpoints.c,
4609         plugins/debug-manager/debugger.c,
4610         plugins/debug-manager/plugin.c,
4611         plugins/gdb/debugger.c,
4612         plugins/gdb/plugin.c:
4613         Support pending breakpoints
4614         Rewrite debugger states
4615         Split ianjuta_debugger_log into _enable_log and _disable_log
4617         * plugins/debug-manager/start.c,
4618         plugins/debug-manager/debug_tree.c,
4619         plugins/gdb/parser.c:
4620         Remove some useless lines
4622         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
4623         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
4624         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
4625         Update documentation
4627 2006-03-12 Naba Kumar <naba@gnome.org>
4629         * manuals/references/libanjuta/libanjuta.types: Fixed
4630         debug-manager name.
4631         
4632 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
4634         * libanjuta/anjuta-debugger.c,
4635         libanjuta/anjuta-debugger.h:
4636         Remove those files
4637         
4638         * libanjuta/interfaces/libanjuta.idl,
4639         plugins/debug-mananger/breakpoints.c,
4640         plugins/debug-manager/debug_tree.c,
4641         plugins/debug-manager/debugger.c,
4642         plugins/debug-manager/plugin.c,
4643         plugins/debug-manager/registers.c,
4644         plugins/debug-manager/sharedlib.c,
4645         plugins/debug-manager/signal.c,
4646         plugins/debug-manager/stack_trace.c,
4647         plugins/debug-manager/start.c,
4648         plugins/debug-manager/watch.c,
4649         plugins/gdb/debugger.c,
4650         plugins/gdb/debugger.h,
4651         plugins/gdb/parser.c,
4652         plugins/gdb/parser.h,
4653         plugins/gdb/plugin.c:
4654         Move types definitions from libanjuta/anjuta-debugger.{ch}
4655         Rename types from AnjutaDebugger* to IAnjutaDebugger*
4656         
4657         * plugins/gdb/Makefile.am:
4658         Remove user interface from gdb plugin
4660 2006-03-12 Naba Kumar <naba@gnome.org>
4662         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
4664 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
4666         Modified Patch from Marc Maurer <uwog@uwog.net>:
4667         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
4668         Fixes #342447
4669         
4670         * plugins/sourceview/Makefile.am:
4671         * plugins/sourceview/sourceview-cell.c:
4672         * plugins/sourceview/sourceview-cell.h:
4673         * plugins/sourceview/sourceview.c: 
4674         
4675         Implemented IAnjutaEditorCell
4677 2006-05-21  Naba Kumar  <naba@gnome.org>
4679         * libanjuta/interfaces/libanjuta.idl,
4680         plugins/document-manager/action-callbacks.c,
4681         plugins/document-manager/plugin.c,
4682         plugins/editor/print.c, plugins/editor/text_editor.c,
4683         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
4684         Fixed zooming and added icons and shortcuts for zoom menu items.
4686 2006-05-21  Naba Kumar  <naba@gnome.org>
4688         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
4689         whitespaces.
4691 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
4693         * plugins/document-manager/anjuta-docman.c:
4694         Fixed close button reaction by setting the correct current editor
4696 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
4698         Patch from Yang Hong <yanghong@ccoss.com.cn>:
4699         * plugins/document-manager/anjuta-docman.c
4700         - Fix close button, you can close any tab as you wish now.
4701         - Fadeout mime icon as the same as close image  
4703 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
4705         Patch from Marc Maurer <uwog@uwog.net>
4706         * main.c: Compile fix when NLS is enabled
4707         
4708         AUTHORS: Added Marc
4710 2006-05-20  Naba Kumar  <naba@gnome.org>
4712         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
4713         while loading abiword-2.4.4/abi project).
4715 2006-05-18 Naba Kumar  <naba@gnome.org>
4717         * libanjuta/interfaces/libanjuta.idl,
4718         plugins/document-manager/action-callbacks.c,
4719         plugins/editor/print.c,
4720         plugins/editor/text_editor.c,
4721         plugins/editor/text_editor.h,
4722         plugins/editor/text_editor_prefs.c: Fixed zooming.
4723         
4724         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
4725         interface for character iteration and IAnjutaEditorAssist interface
4726         for autocompletions and editor tips.
4728 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
4730         Patch from Günther Brammer <GBrammer@gmx.de>:
4731         * plugins/document-manager/anjuta-docman.c:
4732         Make tabs smaller but keep nice closing icon
4734         * plugins/document-manager/anjuta-docman.c:
4735         * plugins/document-manager/Makefile.am:
4736         
4737         Added nice mime-icons to the editor tabs
4739 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
4741         * configure.in: Bumped version to 2.0.3 (pre-release increment)
4742         
4743         * plugins/symbol-browser/an_symbol_view.c:
4744         - Fixed crasher
4745         - Fixed symbol searching (Yang Hong (#341997))
4746         
4747         * plugins/devhelp/htmlview.c:
4748         Fixed devhelp plugin
4749         
4750         * plugins/build-basic-autotools/build-basic-autotools.c:
4751         * plugins/search/search-replace.c:
4752         * plugins/document-manager/anjuta-docman.c:
4753         
4754         Only add a marker to a line where it makes sense!
4756 === anjuta 2.0.2 ===
4758 2006-05-15  Naba Kumar  <naba@gnome.org>
4760         * configure.in: set required versions for
4761         gdl and glade3.
4762         
4763 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
4765         * plugins/glade/plugin.c:
4766         Fixed signal connection for "gtk-doc-search"
4768 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
4770         * NEWS: Set release date, add known issues
4771         
4772         * libanjuta/anjuta-shell.c:
4773         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
4774         and debug other gtk-warnings/criticals)
4775         
4776         * plugins/build-basic-autotools/build-basic-autotools.c:
4777         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
4778         
4779         * plugins/sourceview/anjuta-view.c:
4780         * plugins/sourceview/sourceview-args.c:
4781         * plugins/sourceview/sourceview-scope.c:
4782         * plugins/sourceview/sourceview-tags.c:
4783         Fixed gtk-criticals (gtk_source_language_get_mime_types)
4785 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
4787         * pixmaps/Makefile.am:
4788         Add preferences_general.png
4789         
4790         * plugins/devhelp/plugin.c:
4791         Fixed some more realise things
4792         
4793         * plugins/message-view/anjuta-msgman.c:
4794         Support stock icons for message panes
4795         
4796         * plugins/search/search-replace.c:
4797         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
4798          
4799         * plugins/search/search-replace_backend.c:
4800         Fixed #341359
4801         
4802         * plugins/sourceview/anjuta-document.c:
4803         * plugins/sourceview/sourceview.c:
4804         Fixed finalise and tag completion
4805         
4806         * src/anjuta-app.c:
4807         Use preferences_general icon
4809 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
4811         * pixmaps/Makefile.am:
4812         Fixed EXTRA_DIST
4814 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
4816         * plugins/sourceview/sourceview-prefs.c:
4817         Fixed font & color handling
4818         
4819         * plugins/symbol-browser/an_symbol_view.c:
4820         Fixed crasher
4822 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
4824         * plugins/macro/macros.xml:
4825         Fixed bug #341583 (Address of FSF)
4827 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
4829         * src/main.c:
4830         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
4831         Update: Do it the cool way...
4832         
4833 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
4835         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
4836         Implement gtk-api-help signals of glade3
4837         * configure.in: Bump to glade3 2.91.2
4838         
4839         * plugins/devhelp/plugin.c:
4840         Fixed some realize stuff in the devhelp plugin
4841         
4842         * plugins/sourceview/anjuta-document.c:
4843         fixed bug with scope completion
4845 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
4847         * plugins/symbol-browser/an_symbol_view.c
4848         * plugins/symbol-browser/an_symbol_prefs.c
4849         * plugins/symbol-browser/an_symbol_prefs.h
4850         * global_tags/create_global_tags.sh:
4851         
4852         Automaticly create global tags on first startup
4854 2006-05-08  Massimo Cora'  <maxcvs@email.it>
4856         * configure.in:
4857         * plugins/project-wizard/templates/Makefile.am:
4858         * (added) plugins/project-wizard/templates/cpp-logo.png:
4859         * (added) plugins/project-wizard/templates/cpp.wiz:
4860         * (added) plugins/project-wizard/templates/cpp/*:
4862         Added a generic c++ template. It's a simple hello world.
4864 2006-05-07  Massimo Cora' <maxcvs@email.it>
4866         * plugins/symbol-browser/an_symbol_view.c:
4867         fixed a stupid crasher.
4869 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
4871         * plugins/project-wizard/templates/wxwin/configure.in.tpl
4872         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
4873         
4874         Fixed WxWidgets project type
4876 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
4878         * plugins/devhelp/htmlview.c: 
4879         * plugins/devhelp/plugin.c:
4880         Maybe I fixed the crash this time! I could at least not reproduce anymore!
4881         
4882         * plugins/project-wizard/install.c:
4883         Don't set a message - thanks to seb
4885 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
4887         * plugins/devhelp/htmlview.c: 
4888         * plugins/symbol-browser/an_symbol_view.c:
4889         
4890         There is a weird crash in gtk_idle which I still did not completly fix!
4891         
4892         * plugins/project-wizard/install.c:
4893         Default to success instead of failure
4895 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
4897         * plugins/devhelp/htmlview.c:
4898         * plugins/devhelp/plugin.c:
4899         Fixed bug and libdevhelp issue!
4901         * plugins/project-wizard/install.c:
4902         Fixed message string!
4904 2006-05-03  Massimo Cora' <maxcvs@email.it>
4905        
4906         * plugins/symbol-browser/an_symbol_view.c:
4907         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
4909 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
4911         * pixmaps/Makefile.am:
4912         * src/main.c:
4913         * anjuta.desktop.in.in
4914         
4915         GNOME Goal #2.1: Install theme-friendly icons
4917 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
4919         * plugins/devhelp/htmlview.c: Reload page on reparent
4920         * plugins/document-manager/anjuta-docman.c:
4921         Present document-manager when document is selected in file-manager
4923 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
4925         * plugins/symbol-broser/an_symbol_view.c:
4926         Fixed crasher in namespace exploration
4928 2006-05-01  Massimo Cora' <maxcvs@email.it>
4930         * configure.in:
4931         * plugins/valgrind/Makefile.am:
4933         Optional compiling of Valgrind plugin
4935 2006-05-01  Massimo Cora' <maxcvs@email.it>
4937         * plugins/symbol-browser/an_symbol_view.c:
4938         - modularized code. Marked with FIXME the parts which need improvement.
4939         - More comments.
4940     - Added basic namespace completion for Gtkmm type project:
4941     - namespace1::MyClass *class;
4942     - class-> [display]
4943     - Namespaces must be anyway improved.
4945 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
4947         * plugins/devhelp/plugin.c: 
4948         Fixed up plugin unloading and show html widget on link selected
4949         
4950         * NEWS: Updated
4951         
4952 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
4954         * plugins/devhelp/Makefile.am:
4955         * plugins/devhelp/anjuta-devhelp.plugin.in:
4956         * plugins/devhelp/htmlview.c:
4957         * plugins/devhelp/htmlview.h:
4958         * plugins/devhelp/plugin.c: 
4959         * plugins/devhelp/plugin.h:
4960         Reimplemeted devhelp plugin from scratch
4961         
4962         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
4963         Fixed crasher
4965 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
4967         * plugins/sourceview/sourceview-tags.c:
4968         complete some more tag types
4969         
4970         * plugins/valgrind/plugin.c:
4971         * plugins/valgrind/preferences.c:
4972         * plugins/valgrind/vggeneralprefs.c:
4973         
4974         Fixed lots of gtk warnings
4976 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
4978         * plugins/sourceview/sourceview-scope.c:
4979         Implemented type-ahead for scope completion
4981 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
4983         * manuals/C/Makefile.am:
4984         * manuals/Makefile.am:
4985         * plugins/document-manager/Makefile.am:
4986         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
4987         * plugins/sourceview/Makefile.am:
4988         * tagmanager/c.c:
4989         
4990         Fixed distcheck
4991         
4992         * plugins/class-gen/goc_template_header: G_END_DECLS
4994 2006-05-27  Naba Kumar <naba@gnome.org>
4996         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
4997         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
4998         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
4999         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
5000         scintilla/include/Scintilla.iface,
5001         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
5002         cvs. Fixed compile flags. Removed outdated patches.
5004 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
5006         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
5008         * plugins/sourceview/anjuta-document.c:
5009         * plugins/sourceview/sourceview-args.c:
5010         * plugins/sourceview/sourceview-scope.c:
5011         
5012         Add End/Home keypresses and support completion if symbol start with '!' for example
5013         in an if statement
5015 2006-04-27 Massimo Cora' <maxcvs@email.it>
5017         * libanjuta/interfaces/libanjuta.idl:
5019         * plugins/sourceview/sourceview-scope.c:
5020         * plugins/sourceview/tag-window.c: 
5021         * plugins/sourceview/tag-window.h:
5022         * plugins/symbol-browser/an_symbol_view.c:
5023         * plugins/symbol-browser/an_symbol_view.h:
5024         * plugins/symbol-browser/plugin.c:
5025         
5026         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
5027         interface.
5028         Code and ideas for C/C++ new completion engine comes from IComplete written by
5029         Martin Stubenschrott <stubenschrott@gmx.net>.
5030         Currently the interface works only with GtkSourceView plugin.   
5031         
5032         * tagmanager/Makefile.am:
5033         * tagmanager/c.c: 
5034         * tagmanager/entry.h:
5035         * tagmanager/get.c:
5036         * tagmanager/get.h:
5037         * tagmanager/include/tm_file_entry.h:
5038         * tagmanager/include/tm_project.h:
5039         * tagmanager/include/tm_source_file.h:
5040         * tagmanager/include/tm_symbol.h:
5041         * tagmanager/include/tm_tagmanager.h:
5042         * tagmanager/include/tm_work_object.h:
5043         * tagmanager/include/tm_workspace.h:
5044         * tagmanager/parse.c:
5045         * tagmanager/read.c: 
5046         * tagmanager/read.h:
5047         * tagmanager/tm_project.c: 
5048         * tagmanager/tm_source_file.c: 
5049         * tagmanager/tm_workspace.c:
5050         
5051         Tagmanager can now parse a memory buffer and generate/update 
5052         tags into tm_workspace/tm_project on the fly, without using files.
5053         C/C++ is supported now.
5054         
5055 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
5057         * plugins/sourceview/anjuta-document.c:
5058         * plugins/sourceview/sourceview-args.c:
5059         * plugins/sourceview/sourceview-scope.c:
5060         * plugins/sourceview/sourceview.c:
5061         
5062         Fixed some memory leaks and argument completion
5064 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
5066         * plugins/glade/plugin.c:
5067         
5068         Fixed glade plugin build because of API changes in glade3
5070 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
5072         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
5073         Updated editor section
5074         
5075         * manuals/C/anjuta-manual/interface.xml:
5076         * manuals/C/anjuta-manual/preferences.xml:
5077         * manuals/C/anjuta-manual/projects.xml:
5078         Updated manual
5079         
5080         * plugins/editor/anjuta-editor.plugin.in:
5081         Better plugin name
5083 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
5085         * configure.in:
5086         * plugins/editor/anjuta-editor.plugin.in:
5087         * plugins/sourceview/sourceview.plugin.in:
5089         Build both editors and let the user decide a runtime!
5090         
5091         * plugins/sourceview/sourceview-scope.c:
5092         Fixed bug in regex to allow test()-> completions
5094 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
5096         * plugins/sourceview/anjuta-document.c:
5097         * plugins/sourceview/sourceview-args.c: 
5098         * plugins/sourceview/sourceview-scope.c:
5099         * plugins/sourceview/sourceview-tags.c:
5100         * plugins/sourceview/tag-window.c: 
5101         
5102         Improved callltip windows
5104 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
5106         * src/anjuta-app.c: (on_session_save):
5107         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
5108         <ricardo.jose.ferrari@gmail.com> for pointing this out!
5110 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
5112         * libanjuta/anjuta-utils.c: 
5113         * plugins/cvs-plugin/cvs-execute.c:
5114         Off-by-one...
5116         * scintilla/LexInno.cxx:
5117         * scintilla/LexOpal.cxx:
5118         * scintilla/LexTCL.cxx:
5120         Added missing files from scintilla-update
5122 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
5124         * configure.in:
5125         * manuals/C/Makefile.am:
5126         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
5127         * manuals/C/anjuta-manual/Makefile.am:
5128         * manuals/C/anjuta-manual/anjuta-manual.xml:
5129         * manuals/C/anjuta-manual/build.xml:
5130         * manuals/C/anjuta-manual/debugger.xml:
5131         * manuals/C/anjuta-manual/execute.xml:
5132         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
5133         * manuals/C/anjuta-manual/figures/arguments.png:
5134         * manuals/C/anjuta-manual/figures/configure_dlg.png:
5135         * manuals/C/anjuta-manual/figures/file_menu.png:
5136         * manuals/C/anjuta-manual/figures/menu_main.png:
5137         * manuals/C/anjuta-manual/figures/menubar.png:
5138         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
5139         * manuals/C/anjuta-manual/figures/project_info.png:
5140         * manuals/C/anjuta-manual/figures/scrshot.png:
5141         * manuals/C/anjuta-manual/figures/symbol_browser.png:
5142         * manuals/C/anjuta-manual/figures/tool-editor.png:
5143         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
5144         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
5145         * manuals/C/anjuta-manual/figures/toolbar_format.png:
5146         * manuals/C/anjuta-manual/figures/toolbar_main.png:
5147         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
5148         * manuals/C/anjuta-manual/fileoperations.xml:
5149         * manuals/C/anjuta-manual/interface.xml:
5150         * manuals/C/anjuta-manual/introduction.xml:
5151         * manuals/C/anjuta-manual/preferences.xml:
5152         * manuals/C/anjuta-manual/projects.xml:
5153         * manuals/C/anjuta-manual/tools.xml:
5154         * manuals/Makefile.am:
5155         
5156         Updated manual and faq
5158         * scintilla/CallTip.cxx:
5159         * scintilla/CallTip.h:
5160         * scintilla/CellBuffer.cxx:
5161         * scintilla/CellBuffer.h:
5162         * scintilla/ContractionState.cxx:
5163         * scintilla/Document.cxx:
5164         * scintilla/Document.h:
5165         * scintilla/DocumentAccessor.cxx:
5166         * scintilla/Editor.cxx:
5167         * scintilla/Editor.h:
5168         * scintilla/ExternalLexer.cxx:
5169         * scintilla/Indicator.cxx:
5170         * scintilla/KeyMap.cxx:
5171         * scintilla/KeyWords.cxx:
5172         * scintilla/LexAU3.cxx:
5173         * scintilla/LexBash.cxx:
5174         * scintilla/LexCPP.cxx:
5175         * scintilla/LexCaml.cxx:
5176         * scintilla/LexCsound.cxx:
5177         * scintilla/LexEiffel.cxx:
5178         * scintilla/LexGui4Cli.cxx:
5179         * scintilla/LexHTML.cxx:
5180         * scintilla/LexLua.cxx:
5181         * scintilla/LexMSSQL.cxx:
5182         * scintilla/LexOthers.cxx:
5183         * scintilla/LexPOV.cxx:
5184         * scintilla/LexPython.cxx:
5185         * scintilla/LexRuby.cxx:
5186         * scintilla/LexSQL.cxx:
5187         * scintilla/LexVB.cxx:
5188         * scintilla/Makefile.am:
5189         * scintilla/PlatGTK.cxx:
5190         * scintilla/PropSet.cxx:
5191         * scintilla/RESearch.cxx:
5192         * scintilla/RESearch.h:
5193         * scintilla/ScintillaBase.cxx:
5194         * scintilla/ScintillaGTK.cxx:
5195         * scintilla/StyleContext.h:
5196         * scintilla/ViewStyle.cxx:
5197         * scintilla/ViewStyle.h:
5198         * scintilla/XPM.cxx:
5199         * scintilla/include/KeyWords.h:
5200         * scintilla/include/Platform.h:
5201         * scintilla/include/PropSet.h:
5202         * scintilla/include/SciLexer.h:
5203         * scintilla/include/Scintilla.h:
5204         * scintilla/include/Scintilla.iface:
5205         * scintilla/include/ScintillaWidget.h:
5206         * scintilla/lexers.make:
5208         Update to scintilla 1.68
5210         * src/anjuta-app.c:
5211         Only show help items which are really availible
5213         * plugins/cvs-plugin/cvs-callbacks.c
5214         * plugins/cvs-plugin/cvs-execute.c
5215         * plugins/cvs-plugin/subversion-callbacks.c:
5216         * libanjuta/anjuta-utils.c:
5217         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
5219 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
5221         * plugins/project-wizard/install.c,
5222         * plugins/project-wizard/autogen.c:
5223         Add error messages if using a read only directory
5224         Improve fix for bug #339296
5226 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
5228         * libanjuta/interfaces/libanjuta.idl:
5229         * plugins/document-manager/action-callbacks.c:
5230         * plugins/document-manager/plugin.c:
5231         * plugins/editor/text_editor.c:
5232         Added IAnjutaEditorGoto 
5234         * plugins/editor/aneditor.cxx:
5235         * plugins/editor/aneditor.h:
5236         * plugins/editor/text_editor.h:
5237         * plugins/editor/text_editor_prefs.c:
5238         
5239         Fixed #305076
5241 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
5243         * libanjuta/interfaces/libanjuta.idl:
5244         * plugins/document-manager/action-callbacks.c:
5245         * plugins/document-manager/anjuta-docman.c:
5246         * plugins/document-manager/plugin.c:
5247         * plugins/editor/text_editor.c: 
5248         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
5249         
5250         * plugins/sourceview/sourceview.c:
5251         * plugins/sourceview/sourceview.glade:
5252         Fixed some uft-8 issues and added a preference option
5253         to enable/disable gnome-vfs monitoring
5254         
5255         * scintilla/Makefile.am:
5256         * scintilla/include/Makefile.am:
5257         Fixed build
5259 2006-04-20  Massimo Cora' <maxcvs@email.it>
5261         * libanjuta/interfaces/libanjuta.idl:
5262         Remove get_current_pos () because we have get_position()
5264 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
5266         * NEWS: Updated
5267         * plugins/sourceview/tag-window.c:
5268         Don't close window on PageUp/PageDown
5270 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
5272         * data/Makefile.am:
5273         * manuals/reference/libanjuta/Makefile.am:
5274         
5275         Some build fixes
5276         
5277         * src/Makefile.am:
5278         * src/bacon-message-connection.c: 
5279         * src/bacon-message-connection.h: (both from gedit)
5280         * src/main.c:
5281         
5282         Fixed #312319 (Opening files when Anjuta is already open)
5284 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
5286         * TODO.tasks: Updated
5287         * plugins/sourceview/anjuta-view.c: 
5288         * plugins/sourceview/anjuta-view.h:
5289         * plugins/sourceview/sourceview.c: 
5290         
5291         * configure.in: Fix --enable-plugin-scintilla
5292         
5293         Added char_added signal
5295 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
5297         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
5298         
5299         Fixed diff for utf8
5300         
5301         * plugins/sourceview/sourceview.c:
5302         Fixed VFS monitoring (still a bit buggy)
5303         
5304         * plugins/sourceview/sourceview-args.c:
5305         * plugins/sourceview/tag-window.c: 
5306         
5307         Better sizing for the popup-window
5309 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
5311         * plugins/project-wizard/templates/gnome/src/main.c:
5312         * plugins/project-wizard/templates/gnome/src/project.glade:
5313         * plugins/project-wizard/templates/gtk/src/main.c: 
5314         * plugins/project-wizard/templates/gtk/src/project.glade:
5315         * plugins/project-wizard/templates/gtkmm/src/main.cc:
5316         
5317         Fixed up GLADE_FILE definition in project types and fixed bug #334546
5318         
5319 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
5321         * configure.in: More removal of obsoleteness.
5322         * po/no.po:
5324 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
5326         * ROADMAP:
5327         * libanjuta/anjuta-preferences.c: 
5328         * libanjuta/anjuta-utils.c: 
5329         * libanjuta/anjuta-utils.h:
5330         * plugins/message-view/message-view.c:
5331         
5332         Changed color functions and moved convert_color to anjuta-utils.h
5333         
5334         * plugins/message-view/anjuta-message-manager-plugin.glade:
5335         GnomeColorPicker -> GtkColorButton (bug #309154)
5336         
5337         * plugins/sourceview/plugin.c:
5338         * plugins/sourceview/sourceview-prefs.c:
5339         * plugins/sourceview/sourceview.glade:
5340         Added color and font preferences
5342         * plugins/sourceview/sourceview-tags.c:
5343         Only show as much choices as configured in preferences
5345 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
5347         * ROADMAP, NEWS: Updated (we are far behind ;-)
5348         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
5350 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
5352         * configure.in:
5353         * plugins/editor/Makefile.am:
5354         * scintilla/Makefile.am
5355         
5356         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
5357         
5358         * global-tags/Makefile.am:
5359         * global-tags/create_global_tags.sh:
5360         * plugins/symbol-browser/an_symbol_prefs.c:
5361         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
5362         * plugins/symbol-browser/plugin.h:
5363         * tagmanager/include/tm_workspace.h:
5364         * tagmanager/tm_workspace.c:
5365         
5366         Fixed symbol-browser prefs and move global tags generation from installtion to
5367         preferences to make the life easier for distributers and to allow updates after installtion
5369         * plugins/document-manager/action-callbacks.c: 
5370         * plugins/document-manager/action-callbacks.h:
5371         * plugins/document-manager/anjuta-document-manager.ui:
5372         * plugins/document-manager/indent-util.c:
5373         * plugins/document-manager/plugin.c:
5374         * plugins/editor/text_editor.c:
5375         
5376         Moved indent stuff to document-manager
5377         
5378         * plugins/sourceview/anjuta-view.c: 
5379         * plugins/sourceview/sourceview-args.c: 
5380         * plugins/sourceview/sourceview-scope.c:
5381         * plugins/sourceview/sourceview-tags.c: 
5382         * plugins/sourceview/sourceview.c:
5383         
5384         Fixed several bugs
5385         
5386         * plugins/sourceview/sourceview.plugin (removed):
5387         * plugins/sourceview/sourceview.plugin.in:
5388         Editor is not user-activatible
5389         
5390         * plugins/sourceview/sourceview.png:
5391         Updated icon
5393 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
5395         * src/anjuta-app.c: Fixed crasher on plugin unloading
5397 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
5399         * plugins/sourceview/sourceview.c
5400         * plugins/sourceview/sourceview-args.c
5401         * plugins/sourceview/sourceview-args.h:
5402         
5403         Polished argument completion
5405 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
5407         * plugins/message-view/anjuta-msgman.c:
5408         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
5409         
5410         Show message pane on switch (does not work, anjuta_shell needs a fix)
5411         
5412         * plugins/sourceview/Makefile.am:
5413         * plugins/sourceview/anjuta-view.c: (find_tag_window),
5414         * plugins/sourceview/sourceview-args.c: 
5415         * plugins/sourceview/sourceview-args.h:
5416         * plugins/sourceview/sourceview-private.h:
5417         * plugins/sourceview/sourceview-scope.c: 
5418         (sourceview_scope_update), (sourceview_scope_filter_keypress):
5419         * plugins/sourceview/sourceview-tags.c:
5420         * plugins/sourceview/sourceview.c:
5421         * plugins/sourceview/tag-window.c:
5422         * plugins/sourceview/tag-window.h:
5423         
5424         Added scope and argument completion
5426 2006-04-03  Johannes Schmid <jhs@gnome.org>
5428         * TODO.tasks
5429         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
5430         (on_widget_remove):
5431         Save toolbar state
5433         * plugins/sourceview/sourceview.c: (iselect_clear):
5434         Make "Delete"-key working
5436         * configure.in: #336389
5438 2006-04-03  Johannes Schmid <jhs@gnome.org>
5440         * plugins/sourceview/Makefile.am:
5441         * plugins/sourceview/anjuta-view.c:
5442         * plugins/sourceview/plugin.c: 
5443         * plugins/sourceview/sourceview-private.h:
5444         * plugins/sourceview/sourceview-scope.c:
5445         * plugins/sourceview/sourceview-scope.h:
5446         * plugins/sourceview/sourceview-tags.c: 
5447         * plugins/sourceview/sourceview-tags.h:
5448         * plugins/sourceview/sourceview.c:
5449         * plugins/sourceview/sourceview.h:
5450         * plugins/sourceview/tag-window.c:
5451         
5452         - fixed goto_file_line
5453         - scroll to cursor on undo/redo
5454         - show correct popup-menu
5455         - scope completion (not ready yet)
5457 2006-04-03  Johannes Schmid <jhs@gnome.org>
5459         * plugins/sourceview/plugin.c: 
5460         * plugins/sourceview/sourceview-tags.c:
5461         * plugins/sourceview/sourceview.c: 
5462         * plugins/sourceview/sourceview.h:
5463         * plugins/sourceview/tag-window.c:
5464         
5465         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
5467 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5469         * plugins/sourceview/sourceview.c:
5470         Fixed next/previous bookmark.
5471         Toggled bookmark (set/unset).
5473 2006-04-03  Johannes Schmid <jhs@gnome.org>
5475         * plugins/document-manager/action-callbacks.c:
5476         Fixed Gtk-Warning in goto_line
5477         
5478         * plugins/sourceview/Makefile.am:
5479         * plugins/sourceview/anjuta-document.c:
5480         * plugins/sourceview/anjuta-view.c: 
5481         * plugins/sourceview/anjuta-view.h:
5482         * plugins/sourceview/sourceview-autocomplete.c:
5483         * plugins/sourceview/sourceview-autocomplete.h:
5484         * plugins/sourceview/sourceview-private.h:
5485         * plugins/sourceview/sourceview-tags.c:
5486         * plugins/sourceview/sourceview-tags.h:
5487         * plugins/sourceview/sourceview.c:
5488         * plugins/sourceview/tag-window.c:
5489         * plugins/sourceview/tag-window.h:
5490         Created a nice API for tag and completion windows
5491         
5492         * plugins/sourceview/sourceview-print.h:
5493         * plugins/sourceview/sourceview-print.c:
5494         Added printing
5495                 
5496 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5498         * plugins/sourceview/sourceview.c:
5499         Fixed typo (Sort bookmarks).
5500         
5501 2006-04-01  Johannes Schmid <jhs@gnome.org>
5503         * plugins/sourceview/anjuta-document.c:
5504         * plugins/sourceview/anjuta-document.h:
5505         * plugins/sourceview/anjuta-view.c:
5506         * plugins/sourceview/anjuta-view.h:
5507         * plugins/sourceview/sourceview-autocomplete.c:
5508         * plugins/sourceview/sourceview-autocomplete.h:
5509         * plugins/sourceview/sourceview-prefs.c:
5510         * plugins/sourceview/sourceview-prefs.h:
5511         * plugins/sourceview/sourceview-private.h:
5512         * plugins/sourceview/sourceview-tags.c:
5513         * plugins/sourceview/sourceview-tags.h:
5514         * plugins/sourceview/sourceview.c:
5515         * plugins/sourceview/sourceview.glade:
5516         * plugins/sourceview/tag-window.c: 
5517         * plugins/sourceview/tag-window.h:
5518         
5519         Improved code complete and autocomplete
5521 2006-04-01  Johannes Schmid <jhs@gnome.org>
5523         * plugins/sourceview/Makefile.am:
5524         * plugins/sourceview/bookmark.png:
5525         * plugins/sourceview/marker-attentive.png:
5526         * plugins/sourceview/marker-basic.png:
5527         * plugins/sourceview/marker-intense.png:
5528         * plugins/sourceview/marker-light.png:
5529         * plugins/sourceview/sourceview.c: 
5530         
5531         Added pixmaps for all marker types and show bookmarks
5532         
5533         * configure.in
5534         * plugins/sourceview/Makefile.am:
5535         Build sourceview on 2.14 only
5537 2006-03-31  Johannes Schmid <jhs@gnome.org>
5539         * plugins/sourceview/Makefile.am:
5540         * plugins/sourceview/anjuta-document.c:
5541         * plugins/sourceview/anjuta-view.c:
5542         * plugins/sourceview/anjuta-view.h:
5543         * plugins/sourceview/sourceview-autocomplete.c:
5544         * plugins/sourceview/sourceview-private.h:
5545         * plugins/sourceview/sourceview-tags.c:
5546         * plugins/sourceview/sourceview-tags.h:
5547         * plugins/sourceview/sourceview.c: 
5548         * plugins/sourceview/tag-window.c:
5549         * plugins/sourceview/tag-window.h:
5550         
5551         Added code completion with tag manager to the editor and fixed a save_as bug
5553 2006-03-31  Johannes Schmid <jhs@gnome.org>
5555         * src/main.c: Revert patch from Rob to allow building with
5556         Gnome 2.12
5557         * configure.in: Require at least 2.12 libraries
5559 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
5561         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
5563         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
5564         Improve anjuta-plugin project template: Added missed files dist tarball
5565         (make dist)
5567         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
5568         typo
5570 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
5572         reviewed by: Johannes Schmid <jhs@gnome.org>
5574         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
5575         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
5576         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
5577         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
5578         
5579         Improve anjuta-plugin project template. Also fix for #322744
5581 2006-03-27  Johannes Schmid <jhs@gnome.org>
5583         * plugins/sourceview/sourceview-private.h:
5584         plugins/sourceview/sourceview.c:
5585         
5586         Added basic bookmark support
5588 2006-03-27  Johannes Schmid <jhs@gnome.org>
5590         * TODO.tasks:
5591         Updated
5592         
5593         Patch from Rob Bradfort <robster@debian.org>:
5594         * src/main.c: (get_command_line_args), (main):
5595         Migration from popt to GOption
5596         
5597 2006-03-26 Naba Kumar  <naba@gnome.org>
5599         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
5600         size to scale itself with theme.
5602 2006-03-26 Naba Kumar  <naba@gnome.org>
5604         * plugins/file-manager/an_file_view.c,
5605         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
5606         when symbolview and fileview objects are destroyed to avoid crashes
5607         after the plugins are disabled.
5609 2006-03-26 Naba Kumar <naba@gnome.org>
5611         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
5612         Deleted unused file.
5613         
5614         * plugins/glade/plugin.c: Be able to close glade plugin when there
5615         there is no glade project loaded.
5616         
5617         * plugins/sourceview/sourceview.plugin,
5618         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
5620 2006-03-23  Naba Kumar  <naba@gnome.org>
5622         * plugins/editor/print.c: Fixed a bug where some sections of
5623         printed/previewed text is not highlighted.
5624         
5625 2006-03-20  Johannes Schmid <jhs@gnome.org>
5627         * libanjuta/interfaces/libanjuta.idl:
5628         Added IAnjutaPrint
5629         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
5630         as we do not use private apis. Show help window and startup because it does 
5631         not survive gdl
5632         
5633         * plugins/document-manager/action-callbacks.c:
5634         plugins/editor/Makefile.am:
5635         plugins/editor/text_editor.c:
5636         plugins/editor/print.c:
5637         plugins/editor/print.h:
5638         
5639         Fixed printing (nobody has missed it BTW ;-)
5640         
5641         * plugins/sourceview/sourceview.c:
5642         Fixed a crasher
5644 2006-03-20 Naba Kumar <naba@gnome.org>
5646         * configure.in, plugins/devhelp/plugin.c: Be able to build with
5647         devhelp >= 0.9 < 0.11 versions.
5648         
5649 2006-03-20  Johannes Schmid <jhs@gnome.org>
5651         * plugins/sourceview/anjuta-document-loader.c
5652         plugins/sourceview/sourceview.c:
5653         
5654         Fixed encoding bugs
5656 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5658         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
5659         Fixed bug (line position)
5660         Give the good line position whatever the active editor.
5662 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
5664         * configure.in: Added fi to ALL_LINGUAS
5666 2006-03-19  Johannes Schmid <jhs@gnome.org>
5668         * plugins/sourceview/anjuta-document-loader.c:
5669         replace gnome_vfs_get_mime_type_for_name_and data
5671         * plugins/build-basic-autotools/build-basic-autotools.c:
5672         Fixed #335142
5674 2006-03-17  Johannes Schmid <jhs@gnome.org>
5676         * plugins/editor/editor.glade:
5677         Added style-editor again after it got lost somehow
5679 2006-03-17  Johannes Schmid <jhs@gnome.org>
5681         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
5682         configure.in: require devhelp 0.11
5683         
5684         Post 0.11 devhelp versions (CVS) do not work because of an API change...
5686         plugins/build-basic-autotools/build-basic-autotools.c:
5687         forgot a an installtion callback for the "install as root"-feature
5689 2006-03-17  Massimo Cora' <maxcvs@email.it>
5691         reviewed by: Johannes Schmid <jhs@gnome.org>
5693         * plugins/class-gen/anjuta-class-gen-plugin.glade
5694         plugins/class-gen/class_gen.c 
5695         plugins/class-gen/goc_template_header
5696         plugins/class-gen/goc_template_source
5697         
5698         Fixed bug #334663
5700 2006-03-16  Johannes Schmid <jhs@gnome.org>
5702         * plugins/sourceview/sourceview.c:
5703         Fixed "save-point" signal for undo actions
5705 2006-03-16  Massimo Cora' <maxcvs@email.it>
5706         
5707         reviewed by: Johannes Schmid <jhs@gnome.org>
5708         
5709         * plugins/document-manager/anjuta-docman.c:
5710         Implement tab drag and drop
5712 2006-03-16  Johannes Schmid <jhs@gnome.org>
5714         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5715         plugins/build-basic-autotools/build-basic-autotools.c:
5716         
5717         Implemented "install as root"-feature (#321455)
5719 2006-03-16  Johannes Schmid <jhs@gnome.org>
5721         * mime/.cvsignore
5722         plugins/sourceview/.cvsignore
5723         plugins/tools/scripts/.cvsignore:
5724         Added/extended .cvsignore files
5725         
5726         * plugins/sourceview/sourceview-autocomplete.c:
5727         plugins/sourceview/sourceview-autocomplete.h:
5728         plugins/sourceview/sourceview-prefs.c:
5729         plugins/sourceview/sourceview-private.h:
5730         plugins/sourceview/sourceview.glade:
5731         Autcomplete just works(tm) now and respects preferences
5732         
5733         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
5734         Use better algorithm from autocomplete
5736 2006-03-15  Johannes Schmid <jhs@gnome.org>
5738         * src/anjuta-app.c:
5739         Fixed bug #304495
5741 2006-03-15  Johannes Schmid <jhs@gnome.org>
5743         * libanjuta/interfaces/libanjuta.idl:
5744         plugins/class-gen/class_gen.c:
5745         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
5746         plugins/project-manager/plugin.c:
5747         
5748         Allow to add multiple source files (#320191)
5749         
5750         * configure.in: Require gnome-build 0.1.3
5752 2006-03-14  Johannes Schmid <jhs@gnome.org>
5754         * plugins/macro/macro-utils.c: Fixed bug #333606
5755         * plugins/file-wizard/file.c: Fixed bug #333601
5757 2006-03-13  Johannes Schmid <jhs@gnome.org>
5759         * plugins/sourceview/sourceview_autocomplete.c
5760         plugins/sourceview/sourceview_autocomplete.h
5761         plugins/sourceview/sourceview.c
5762         plugins/sourceview/sourceview-private.h
5763         plugins/sourceview/sourceview-prefs.c:
5764         
5765         Cleaned up and fixed several issues
5766         
5767 2006-03-13  Johannes Schmid <jhs@gnome.org>
5769         * plugins/sourceview/Makefile.am:
5770         plugins/sourceview/sourceview-autocomplete.c
5771         plugins/sourceview/sourceview-autocomplete.h:
5772         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
5773         plugins/sourceview/sourceview-private.h:
5774         plugins/sourceview/sourceview.c:
5775         
5776         Added (buggy) autocomplete feature to sourceview
5777         
5778 2006-03-12 Naba Kumar <naba@gnome.org>
5780         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
5781         libanjuta/anjuta-session.c: Added API docs.
5783 2006-03-12 Naba Kumar <naba@gnome.org>
5785         * TODO.tasks: Added couple of tasks.
5786         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
5787         Register private class as early as possible so that members could
5788         point to self class. Code clean up.
5790 2006-03-12 Naba Kumar <naba@gnome.org>
5792         * po/POTFILES.in, po/POTFILES.skip: Updated.
5794 2006-03-11 Naba Kumar <naba@gnome.org>
5796         * libanjuta/anjuta-shell.c,
5797         plugins/document-manager/anjuta-docman.c,
5798         plugins/document-manager/plugin.c,
5799         plugins/symbol-browser/an_symbol_search.c,
5800         plugins/valgrind/vgrule-list.c: Use correct signal names while
5801         creating them.
5802         
5803         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
5804         signal names and fixed enum IANJUTA_TYPE_* macro.
5806 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5808         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
5809         plugins/search/search-replace.c :
5810         Fixed bug (Bookmark the good line).
5811         Search & Replace (Mark all matched strings).
5812         
5813 2006-03-09  Johannes Schmid <jhs@gnome.org>
5815         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
5816         Completed changes from yesterday
5817         
5818         * plugins/document-manager/anjuta-document-manager.glade:
5819         plugins/editor/editor.glade
5820         plugins/editor/plugin.c: (activate_plugin)
5821         plugins/editor/text_editor.c
5822     plugins/sourceview/Makefile.am
5823         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
5824         plugins/sourceview/sourceview.glade:
5825         Completed preference changes
5827 2006-03-08  Johannes Schmid <jhs@gnome.org>
5829         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
5830         plugins/search/plugin.c: (activate_plugin):
5831         
5832         Removed Gtk-Criticals
5833         
5834         * plugins/document-manager/anjuta-document-manager.glade:
5835         plugins/document-manager/plugin.c: (on_docman_auto_save),
5836         (on_gconf_notify_timer), (prefs_init):
5837     plugins/document-manager/plugin.h:
5838         plugins/editor/text_editor.c: (text_editor_instance_init),
5839         (text_editor_dispose):
5840         plugins/editor/text_editor.h:
5841         plugins/editor/text_editor_cbs.c:
5842         plugins/editor/text_editor_cbs.h:
5843         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
5844         plugins/glade/plugin.c: (activate_plugin):
5845         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
5846         plugins/sourceview/sourceview-private.h:
5847         plugins/sourceview/sourceview.c: (on_menu_popup),
5848         (sourceview_new), (ifile_open), (ifile_savable_save),
5849         (ifile_savable_save_as), (ieditor_set_popup_menu),
5850         (ieditor_get_filename), (imark_mark):
5852     Moved autosave from editor to document manager and fixed some things in 
5853     Sourceview plugin
5855 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5857         * plugins/search/anjuta-search.glade :
5858         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
5859         plugins/search/search-replace_bachend.c: Fixed a crash bug.
5860         plugins/search/search-replace.c : Fixed bug.
5861         
5862 2006-03-08  Johannes Schmid <jhs@gnome.org>
5864     * plugins/search/anjuta-search.glade
5865     Fixed widget names (glade is a bit stupid on copying widgets to other files)
5867 2006-03-07  Johannes Schmid <jhs@gnome.org>
5869         * plugins/document-manager/action-callbacks.c
5870         plugins/document-manager/anjuta-document-manager.glade
5871         plugins/document-manager/plugin.c: (prefs_init),
5872         (activate_plugin):
5873         plugins/editor/Makefile.am:
5874         plugins/editor/editor.glade:
5875         plugins/editor/plugin.c: (on_style_button_clicked),
5876         (activate_plugin), (dispose):
5877         plugins/editor/style-editor.c:
5878         
5879         Startet to seperate document-manager and editor preferences
5881         * plugins/search/Makefile.am:
5882         plugins/search/anjuta-search.glade:
5883         plugins/search/search-replace.c:
5884         
5885         Moved search GUI to search-plugin
5886                 
5887         * plugins/sourceview/sourceview-prefs.c:
5888         plugins/sourceview/sourceview-prefs.h:
5889         plugins/sourceview/sourceview-private.h:
5890         plugins/sourceview/sourceview.c: 
5891         plugins/sourceview/sourceview.h:
5892         plugins/sourceview/Makefile.am:
5893         plugins/sourceview/anjuta-document.h:
5894         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
5895         plugins/sourceview/plugin.c: 
5896         
5897         Added some preferences to sourceview and fixed vfs_monitor
5898         
5899         * tagmanager/c.c: (parseParens): 
5900         Removed annoying debug message
5901         
5902         * libanjuta/interfaces/libanjuta.idl: 
5903         Removed IAnjutaEditorFactory::create_style_editor()
5905 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
5907         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
5908         Search : Bookmark all matched lines.
5910 2006-03-06  Johannes Schmid <jhs@gnome.org>
5912         * plugins/class-gen/anjuta-class-gen.plugin.in
5913         plugins/file-loader/plugin.c: (sort_wizards)
5914         (on_create_submenu), (activate_plugin)
5915         plugins/file-wizard/anjuta-file-wizard.plugin.in
5916         plugins/glade/anjuta-glade.plugin.in
5917         plugins/project-import/anjuta-project-import.plugin.in
5918         plugins/project-wizard/anjuta-project-wizard.plugin.in:
5919         
5920         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
5921         sorted alphabeticly
5922         
5923         * plugins/project-wizard/templates/mkfile.wiz:
5924         Use configured project directory instead of ~/myproject
5925         
5926         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
5927         (ifile_open):
5928         Show markers (again) and monitor uri
5930 2006-03-06  Naba Kumar  <naba@gnome.org>
5932         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
5933         typedefs separately so that forward linking would work.
5934         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
5936 2006-03-05  Naba Kumar  <naba@gnome.org>
5938         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
5939         passing Enums and Structs in signals. Define struct _Name in
5940         generated code, so that forward referencing.
5941         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
5942         
5943         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
5944         
5945 2006-03-05  Naba Kumar  <naba@gnome.org>
5947         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
5948         support. Generate GType definitions for enums in generated codes
5949         so that enums could be passed as signal params.
5950         
5951 2006-03-04  Naba Kumar  <naba@gnome.org>
5953         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
5954         Restored cvs-moved revision files. They were originally marked
5955         deleted at their older locations. Now they are restored at
5956         their new locations. The changeset is one that was committed
5957         as part of document-manager, editor, search and print plugins
5958         separation from editor plugin.
5959         
5960 2006-03-03  Johannes Schmid <jhs@gnome.org>
5962         * plugins/sourceview/*:
5963         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
5964         poiting this out!
5966 2006-03-04  Naba Kumar  <naba@gnome.org>
5968         * plugins/gdb/*: Deleted removed files (see previous changlog
5969         entry for files list).
5970         
5971 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
5973         * plugins/debug-mananger/breakpoints.c,
5974         plugins/debug-manager/breakpoints.h,
5975         plugins/debug-manager/debug_tree.c,
5976         plugins/debug-manager/debug_tree.h,
5977         plugins/debug-manager/info.c,
5978         plugins/debug-manager/info.h,
5979         plugins/debug-manager/locals.c,
5980         plugins/debug-manager/locals.h,
5981         plugins/debug-manager/memory.c,
5982         plugins/debug-manager/memory.h,
5983         plugins/debug-manager/registers.c,
5984         plugins/debug-manager/registers.h,
5985         plugins/debug-manager/sharedlib.c,
5986         plugins/debug-manager/sharedlib.h,
5987         plugins/debug-manager/signal.c,
5988         plugins/debug-manager/signal.h,
5989         plugins/debug-manager/stack_trace.c,
5990         plugins/debug-manager/stack_trace.h,
5991         plugins/debug-manager/watch.c,
5992         plugins/debug-manager/watch.h,
5993         plugins/debug-manager/Makefile.am:
5994         Move from gdb plugin to debug manager plugin
5996         * plugins/debug-manager/anjuta-debug-manager.glade,
5997         plugins/debug-manager/anjuta-debug-manager.ui:
5998         Move all user interface from gdb to debug manager
6000         * plugins/debug-manager/utilities.c,
6001         plugins/debug-manager/utilities.h:
6002         Remove some unused code
6003         Add useful code from gdb plugin
6005         * plugins/debug-manager/start.c,
6006         plugins/debug-manager/start.h:
6007         Include code of attach_process
6008         Add more code to start the debugger
6010         * plugins/debug-manager/plugin.c,
6011         plugins/debug-manager/plugin.h,
6012         plugins/debug-manager/anjuta-debug-manager.plugin.in:
6013         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
6015         * plugins/debug-manager/debugger.c,
6016         plugins/debug-manager/debugger.h:
6017         Implement a queue of debugger command
6019         * plugins/gdb/actions.c,
6020         plugins/gdb/actions.h,
6021         plugins/gdb/watch_cbs.c,
6022         plugins/gdb/watch_cbs.h,
6023         plugins/gdb/watch_gui.c,
6024         plugins/gdb/watch_gui.h:
6025         Removed 
6027         * plugins/gdb/debugger.c,
6028         plugins/gdb/debugger.h,
6029         plugins/gdb/gdbmi.c,
6030         plugins/gdb/gdbmi.h,
6031         plugins/gdb/utilities.c,
6032         plugins/gdb/utilities.h,
6033         plugins/gdb/Makefile.am,
6034         plugins/gdb/anjuta-gdb.plugin.in:
6035         Implement necessary functions
6037         * plugins/gdb/parser.c,
6038         plugins/gdb/parser.h:
6039         Code for parsing variable previously in debug_tree.c
6041         * plugins/gdb/anjuta-gdb.glade,
6042         plugins/gdb/anjuta-gdb.ui:
6043         Remove user interface
6045         * plugins/gdb/gdbmi-test.c:
6046         Need update
6048         * plugins/gdb/anjuta-gdb.plugin.png:
6049         Try an improved icon for gdb (archer fish)
6051         * libanjuta/anjuta-debugger.c,
6052         libanjuta/anjuta-debugger.h,
6053         libanjuta/interfaces/libanjuta.idl,
6054         libanjuta/interfaces/anjuta-idl-compiler.pl,
6055         libanjuta/Makefile.am:
6056         Add declaration used in new IAnjutaDebugger interface
6058         * manuals/reference/libanjuta.types,
6059         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
6060         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
6061         Update documentation
6063 2006-03-02  Naba Kumar  <naba@gnome.org>
6065         * manuals/reference/libanjuta/Makefile.am,
6066         manuals/reference/libanjuta/libanjuta-docs.sgml,
6067         manuals/reference/libanjuta/libanjuta-sections.txt,
6068         manuals/reference/libanjuta/libanjuta.types,
6069         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
6070         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
6071         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
6072         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
6073         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
6074         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
6075         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
6076         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
6077         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
6078         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
6079         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
6080         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
6081         manuals/reference/libanjuta/tmpl/e-splash.sgml,
6082         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
6083         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
6084         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
6085         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
6086         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
6087         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
6088         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
6089         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
6090         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
6091         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
6092         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
6093         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
6094         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
6095         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
6096         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
6097         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
6098         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
6099         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
6100         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
6101         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
6102         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
6103         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
6104         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
6105         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
6106         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
6107         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
6108         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
6109         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
6110         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
6111         manuals/reference/libanjuta/tmpl/plugins.sgml,
6112         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
6113         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
6114         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
6115         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
6116         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
6117         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
6118         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
6119         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
6120         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
6121         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
6122         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
6123         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
6124         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
6125         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
6126         documentation.
6128 2006-02-28  Naba Kumar <naba@gnome.org>
6130         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
6131         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
6132         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
6133         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
6134         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
6135         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
6136         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
6137         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
6138         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
6139         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
6140         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
6141         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
6142         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
6143         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
6145 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6147         * plugins/sourceview/sourceview.c:
6148         Select to brace, select block.
6150 2006-02-28  Johannes Schmid <jhs@gnome.org>
6152         * plugins/file-wizard/Makefile.am
6153         plugins/file-wizard/action-callbacks.c (removed)
6154         plugins/file-wizard/action-callbacks.h (removed)
6155         plugins/file-wizard/anjuta-file-wizard.ui
6156         plugins/file-wizard/plugin.c: (activate_plugin),
6157         (deactivate_plugin)
6158         plugins/file-wizard/plugin.h:
6159         Removed Edit->Insert Text submenu (replace by macros plugin)
6160         
6161         * plugins/sourceview/sourceview.c: (sourceview_new),
6162         (ieditor_set_popup_menu):
6163         Fixed some more bugs
6164         
6165         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
6167 2006-02-28  Naba Kumar <naba@gnome.org>
6169         * plugins/file-manager/an_file_view.c,
6170         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
6171         rows also and with delay 1 sec (the color and timout value should
6172         probably be picked up from some system wide preference key).
6174 2006-02-28  Naba Kumar <naba@gnome.org>
6176         * libanjuta/interfaces/libanjuta.idl,
6177         plugins/document-manager/action-callbacks.c,
6178         plugins/document-manager/plugin.c,
6179         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
6180         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
6181         Added interface checks in document manager and enable/disable
6182         menus based on supported interface.
6183         
6184         * plugins/project-import/anjuta-project-import.glade: Set some
6185         resonable size for the import dialog.
6187  2006-02-27  Naba Kumar  <naba@gnome.org>
6189         * libanjuta/interfaces/libanjuta.idl,
6190         plugins/document-manager/action-callbacks.c,
6191         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
6192         and eol conversion actions.
6194 2006-02-27  Johannes Schmid <jhs@gnome.org>
6195         
6196         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
6197         * plugins/file-manager/an_file_view.c
6198         plugins/file-manager/plugin.h:  Added tooltips
6199         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
6201 2006-02-26  Naba Kumar  <naba@gnome.org>
6203         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
6204         plugins/build-basic-autotools/build-basic-autotools.c,
6205         plugins/build-basic-autotools/build-basic-autotools.h,
6206         plugins/build-basic-autotools/executer.c,
6207         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
6208         disable indicator highlights preferences from message manager to
6209         build plugin. Implemented message indicator highlights in build tool.
6210         
6211         * plugins/editor/text_editor.c: Fixed indicators.
6213 2006-02-26  Johannes Schmid <jhs@gnome.org>
6215         * plugins/sourceview/sourceview.c:
6216         - Fixed some bugs
6217         - Added markers
6218         * plugins/subversion/svn_auth.c:
6219         Fixed username/password authentification but there might be a memory corruption
6221 2006-02-26  Naba Kumar  <naba@gnome.org>
6223         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
6224         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
6225         libanjuta/anjuta-launcher.h: Added documentation.
6227 2006-02-24  Naba Kumar  <naba@gnome.org>
6229         * plugins/editor/text_editor.c: Fixed change in API in
6230         IAnjutaEditorSelection::set().
6231         
6232 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6234         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
6235         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
6236         libanjuta/interfaces/libanjuta.idl :
6237         Search in sourceview editor (Select in buffer).
6240 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6242         * plugins/sourceview/sourceview.c :
6243         Fixed Replace, to_upper, to_lower.
6244         
6245         * plugins/search/search-replace_backend.c :
6246         Renamed header name.
6248 2006-02-22  Naba Kumar  <naba@gnome.org>
6250         * libanjuta/anjuta-plugin-description.c,
6251         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
6252         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
6253         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
6254         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
6255         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
6256         
6257         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
6258         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
6259         
6260 2006-02-21  Naba Kumar  <naba@gnome.org>
6262         * libanjuta/interfaces/libanjuta.idl,
6263         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
6264         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
6265         interface for editor.
6267 2006-02-21  Naba Kumar  <naba@gnome.org>
6269         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
6271         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
6272         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
6274 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6276         * GTKSOURCEVIEW EDITOR
6277         plugins/sourceview/sourceview.c :
6278         Fixed copy and Goto Line.
6279         
6280         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
6281         plugins/macro/plugin.c :
6282         Fixed Insert key word and Insert macro.
6284 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
6286         * plugins/document-manager/anjuta-docman.c:
6287         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
6288         
6289         * configure.in:
6290         plugins/Makefile.am:
6291         plugins/sourceview/.cvsignore:
6292         plugins/sourceview/Makefile.am:
6293         plugins/sourceview/plugin.c: :
6294         plugins/sourceview/plugin.h:
6295         plugins/sourceview/sourceview.c: 
6296         plugins/sourceview/sourceview.h:
6297         plugins/sourceview/sourceview.plugin:
6298         plugins/sourceview/sourceview.plugin.in:
6299         plugins/sourceview/sourceview.png:
6301         Added sourceview editor plugin
6303 2006-02-19 Naba Kumar  <naba@gnome.org>
6305         * libanjuta/interfaces/libanjuta.idl,
6306         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
6307         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
6308         plugins/cvs-plugin/cvs-interface.c,
6309         plugins/document-manager/action-callbacks.c,
6310         plugins/document-manager/action-callbacks.h,
6311         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
6312         plugins/search/plugin.c, plugins/search/search-replace.c,
6313         plugins/search/search-replace_backend.c,
6314         plugins/subversion/subversion-actions.c,
6315         plugins/subversion/subversion-callbacks.c,
6316         plugins/tools/editor.c, plugins/tools/execute.c,
6317         plugins/tools/variable.c: Defined proper editor interfaces and fixed
6318         few fatal warnings.
6320 2006-02-15 Naba Kumar  <naba@gnome.org>
6322         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
6323         within another.
6324         
6325         * libanjuta/interfaces/libanjuta.idl,
6326         plugins/document-manager/anjuta-docman.c,
6327         plugins/document-manager/plugin.c,
6328         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
6329         unnecessary parameters from IAnjutaEditor interface and used proper
6330         types instead of 'gpointer'. Fixed various compiler warnings.
6331         
6332         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
6333         file
6335 2006-02-12 Naba Kumar  <naba@gnome.org>
6337         * po/POTFILES.in: Updated.
6338         
6339 2006-02-11 Naba Kumar  <naba@gnome.org>
6341         * plugins/editor/properties.[cxx,h],
6342         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
6343         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
6344         to sci_prop_*(), because they were conflicting with external
6345         functions (in some ssl library).
6346         
6347 2006-02-08 Naba Kumar  <naba@gnome.org>
6349         Patch from Massimo Cora  <maxcvs@email.it>:
6350         * plugins/valgrind/anjuta-valgrind.schemas,
6351         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
6352         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
6353         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
6354         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
6355         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
6356         plugins/valgrind/vgtoolview.c,
6357         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
6358         before running the debugging session. I've added also a
6359         preference in Anjuta Preferences where you can specify
6360         the path to the valgrind binary. The default is /usr/bin/valgrind.
6361         Now it displays a dialog with the error. [it can be -program
6362         exited- or -file loaded or end of input-]. Some valgrind 3.x
6363         compatibility.
6364         
6365 2006-01-29 Naba Kumar  <naba@gnome.org>
6367         Patch from Massimo Cora  <maxcvs@email.it>:
6368         * configure.in, plugins/Makefile.am,
6369         plugins/valgrind/*: Valgrind plugin (requires
6370         binutils-dev and valgrind to be installed.
6372 2005-01-24 Johannes Schmid <jhs@gnome.org>
6374         * Patch from Eric Greveson <ejg45@cam.ac.uk>
6375         plugins/tools/variables.c:
6376         Added current directory to possible variables
6378         * Patch from Günther Brammer <gbrammer@gmx.de>
6379         plugins/document-manager/anjuta-docman.c:
6380         Fix a crash on opening a file
6382         AUTHORS: Added Günther Brammer
6384 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
6386         * libanjuta/anjuta-launcher.c:
6387         Fix a bug in AnjutaLauncher when output is bigger than buffer
6388         Probably fix bug #315188 and #305134
6390 2005-12-28      Johannes Schmid <jhs@gnome.org>
6391         
6392         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
6393         * src/about.c: Use new gtk about dialog
6394         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
6395         Updated anjuta_ui_add_action_group_entries call
6396         
6397         Patch from Jean Breford <jean.breford@normalesup.org>
6398         and Markus Habermehl <bmh1980de@yahoo.de>:
6399         
6400         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
6401         * AUTHORS: Added Jean and Markus
6403 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6404         * plugins/search/search-replace.c :
6405         Bookmark all matched lines.
6406         * plugins/search/search-replace_backend.c :
6407         Fixed bug (Search in all project files).
6409 2005-12-21      Johannes Schmid <jhs@gnome.org>
6410         
6411         * plugins/search/plugin.c:
6412         Fixed signal names
6413         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
6414         investigation needed.
6415         
6416         AUTHORS: Added Ross Goldner
6418 2005-12-19  Ross Golder  <ross@golder.org>
6420         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
6421         application/xml MIME type.
6423 2005-12-18  Johannes Schmid <jhs@gnome.org>
6424         
6425         po/POTFILES.in: Updated files after directory changes
6426         HACKING: Removed outdated section 3 (anoncvs)
6428 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
6430         * plugins/build-basic-autotools/build-basic-autotools.c:
6431         Save all files in editor before running a command
6433         * plugins/tools/execute.c:
6434         Use document manager plugin instead of each editor for
6435         saving all files
6437 2005-12-15  Johannes Schmid <jhs@gnome.org>
6439         * plugins/document-manager/action-callbacks.c:
6440         (on_save_all1_activate), (on_swap_activate)
6441         plugins/document-manager/anjuta-docman.c:
6442         (on_save_as_filesel_response), (on_notebook_switch_page):
6443         
6444         Fixed some remaining issues in document-manger
6446 2005-12-15      Johannes Schmid <jhs@gnome.org>
6448         * plugins/profile-default/default.anjuta:
6449         Load Search plugin and Message Manager by default
6451 2005-12-14  Johannes Schmid <jhs@gnome.org>
6452         
6453         * plugins/editor/text_editor.c
6454         libanjuta/anjuta-utils.c:
6455         
6456         Check if files differ when gnome-vfs monitoring is used.
6457         (Bug #309688)
6459 2005-12-13  Johannes Schmid <jhs@gnome.org>
6461         * plugins/document-manager/plugin.c:
6462         Only save modified files in ianjuta_file_savable_save() for document-manager
6463         as discussed on mailing list.
6464         
6465         * plugins/cvs-plugin/cvs-callbacks.c:
6466         Fixed dialog handling for empty log message
6468 2005-12-13  Johannes Schmid <jhs@gnome.org>
6470         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
6471         
6472         * plugins/project-manager/* Removed ununsed files
6473         
6474         * plugins/symbol-browser/an_symbol_iter.c
6475         plugins/build-basic-autotools/build-basic-autotools.c
6476         plugins/build-basic-autotools/executer.c
6477         plugins/class-gen/class_gen.c
6478         plugins/class-inheritance/class-inherit.c
6479         plugins/cvs-plugin/cvs-actions.c
6480         plugins/cvs-plugin/cvs-interface.c
6481         plugins/debug-manager/attach_process.
6482         plugins/devhelp/plugin.c
6483         plugins/document-manager/plugin.c
6484         plugins/document-manager/indent_util.c
6485         plugins/editor/properties.cxx
6486         plugins/editor/aneditor.cxx
6487         plugins/editor/style-editor.c
6488         plugins/editor/text_editor.c
6489         plugins/macro/macro_db.c
6490         tagmanager/c.c:
6491         
6492         Use DEBUG_PRINT for debug messages
6494         libanjuta/anjuta-debug.h: Include config.h
6495         
6496         HACKING: Updated (BTW: does anyone read this?)
6497         
6498 2005-12-12  Johannes Schmid <jhs@gnome.org>
6500         Patch from Johan Ersvik <jersvik@fastmail.fm>:
6501         * plugins/gdb/debugger.c
6502         
6503         Fix a crasher in gdb plugin
6504         
6505         * plugins/gtodo/plugin.c
6506         plugins/search/plugin.c
6507         
6508         Fixed bug #305301
6509         
6510         * plugins/document-manager/anjuta-docman.c:
6511         
6512         Fixed error markers 
6513         
6514         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
6515         
6516         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
6517         
6518         * plugins/document-manager/anjuta-docman.c:
6519         highlight changed files in docman popup-menu
6520         * plugins/gdb/debug-tree.c:
6521         plugins/gdb/debugger.c
6522         Do not corupt entire "locals" tree when variable pointer have
6523         additional info and arrays/strucs/unions correctly.
6524         
6526 2005-12-11  Johannes Schmid <jhs@gnome.org>
6528         * plugins/document-manager/anjuta-docman.c
6529         plugins/document-manager/plugin.c
6530         plugins/editor/text_editor.c:
6531         
6532         AUTHORS: Added Johan Ersvik
6534         Fixed "is-dirty" bug and tab ordering
6536 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
6537         
6538         * plugins/editor/aneditor-autocomplete.cxx
6539         plugins/editor/aneditor-calltip.cxx
6540         plugins/editor/aneditor-priv.h
6541         plugins/symbol-browser/an_symbol.c
6542         plugins/symbol-browser/an_symbol_view.c
6543         tagmanager/entry.h
6544         tagmanager/tm_symbol.c
6545         tagmanager/tm_tag.c
6546         tagmanager/include/tm_symbol.h
6547         tagmanager/include/tm_tag.h
6548         tagmanager/c.c
6550         Better pointer recognition in tagmanager and symbol browser
6552 2005-12-11  Johannes Schmid <jhs@gnome.org>
6554         * plugins/search/*: New search plugin derived from search code in old editor
6555         plugin.
6556         
6557         * plugins/document-manager/*: new document-manger which is now seperated from
6558         editor to allow implementation of other editor widgets. Code is mostly derived
6559         from old editor plugin
6561         * plugins/print/* new print plugin which is not fully implemented in the
6562         moment
6564         * plugins/editor/text_editor.c: Added lots of interface code
6565         
6566         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
6567         IAnjutaEditorFactory and extended IAnjutaEditor
6568         
6569         * configure.in, plugins/Makefile.am updated build system for new
6570         plugins
6572         This is a huge commit which might still contain some bugs and also has
6573         some fixmes. Things that are not working are the search toolbar because it
6574         does not use the same backend as any other searching function and printing
6575         (easy to fix) because it did not yet implement IAnjutaPrintable.
6577 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
6579         * plugins/project-wizard/property.c:
6580         Use newer GtkFileChooser instead of GtkFileSelection with
6581         GnomeFileEntry to avoid a bug
6583         * plugins/project-wizard/install.c:
6584         Avoid an endless loop if project directory is not writable
6585         
6586         * plugins/project-wizard/druid.c:
6587         Allow creating project in empty directory without a
6588         warning
6590 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
6591         
6592         Patch from Massimo Cora <maxcvs@email.it>
6593         * plugins/class-inheritence/class-inherit.c
6594         plugins/class-inheritence/plugin.c
6595         plugins/class-inheritence/plugin.h
6596         configure.in
6597         
6598         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
6599         no longer supported!
6601 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
6602         
6603         Patch from Johan Ersvik <jersvik@fastmail.fm>
6604         * plugins/message-view/message-view.c
6605         plugins/build-basic-autotools/build-basic-autotools.c
6606         plugins/build-basic-autotools/automake-c.filters
6608         This patch correct regex-filters for newer automake
6609         versions
6611 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
6613        * plugins/tools/execute.c:
6614        Detect variables inside a word
6616 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6618         * libanjuta/anjuta-status.[ch],
6619         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
6620         plugins/editor/anjuta-docman.c :
6621         New anjuta-status procedure.
6623 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6625         *Modified Files:
6626         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
6627         plugins/editor/Makefile.am
6628         plugins/editor/anjuta-document-manager.glade
6629         plugins/editor/plugin.c plugins/editor/plugin.h
6630         plugins/editor/text_editor.c plugins/editor/text_editor.h
6631         *Added Files:
6632         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
6633         plugins/editor/indent-util.c plugins/editor/indent-util.h
6634         plugins/editor/indent_test.c :
6635         Set and Preview indent preferences parameters.
6636         Saved indent user parameters.
6638 2005-10-27  Naba Kumar  <naba@gnome.org>
6640         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
6641         * plugins/editor/anjuta-docman.c: Restore tab color to normal
6642         theme color for saved documents.
6643         
6644 2005-10-26  Naba Kumar  <naba@gnome.org>
6646         * libanjuta/anjuta-encodings.c: Save changed supported encodings
6647         list. Fixed bug #316731.
6648         
6649 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
6651         * tagmanager/tm_symbol.c: Fixed bug #315218
6653 2005-10-23  Adam Weinberger  <adamw@gnome.org>
6655         * plugins/build/build_file.c
6656           plugins/build-basic-autotools/build-basic-autotools.c
6657           plugins/tools/execute.c
6658           plugins/build/compile.c
6659           plugins/build/configurer.c
6660           plugins/debug-manager/plugin.c
6661           plugins/editor/plugin.c
6662           plugins/editor/print.c
6663           plugins/editor/text_editor.c
6664           plugins/file-loader/plugin.c
6665           plugins/file-manager/an_file_view.c
6666           plugins/symbol-browser/an_symbol_view.c
6667           plugins/gdb/debugger.c
6668           plugins/gdb/plugin.c
6669           plugins/glade/plugin.c
6670           plugins/macro/macro-actions.c
6671           plugins/macro/plugin.c
6672           plugins/profile-default/plugin.c
6673           plugins/project-manager/plugin.c
6674           plugins/project-manager/project_import.c
6675           plugins/symbol-browser/plugin.c
6676           plugins/tools/execute.c
6677           src/anjuta.c
6678           src/anjuta-actions.h
6679           src/shell.c:
6680           Correct spacing errors before and after "...".
6682 2005-10-20  Naba Kumar  <naba@gnome.org>
6684         * plugins/gdb/debugger.c: Fixed attach/detach process to
6685         updated UI properly.
6686         
6687 2005-10-18  Naba Kumar  <naba@gnome.org>
6689         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
6690         #171314 too).
6691         
6692 2005-10-13  Naba Kumar  <naba@gnome.org>
6693         
6694         * plugins/project-mkfile-import/*: Removed separate import wizard for
6695         makefile based projects (because single widzard handles all wizards).
6697         * plugins/project-import/project-import.c: Made wizard window
6698         transient to main window.
6700         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
6701         
6702         * AUTHORS: Added Eric's name in contributors list.
6703         
6704         * configure.in, plugins/Makefile.am,
6705         plugins/project-import/Makefile.am,
6706         plugins/project-import/anjuta-project-import.glade,
6707         plugins/project-import/project-import.c,
6708         plugins/project-import/project-import.h: Import wizard now detects
6709         both makefile and automake projects together instead of separate wizard.
6710         
6711         * plugins/project-wizard/templates/java/project.anjuta,
6712         plugins/project-wizard/templates/mkfile/project.anjuta,
6713         plugins/project-wizard/templates/python/project.anjuta,
6714         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
6715         name to make it appropriate.
6717 2005-10-11  Naba Kumar  <naba@gnome.org>
6719         * configure.in: Fixed glade3 version requirement.
6721 2005-09-29  Alexander Shopov  <ash@contact.bg>
6723         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
6725 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
6727         * plugins/subversion/svn_auth.c
6728         plugins/subversion/anjuta_subversion.glade:
6729         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
6731 2005-09-22  Naba Kumar  <naba@gnome.org>
6733         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
6735         * configure.in,  plugins/Makefile.am
6736         plugins/project-manager/anjuta-project-manager.plugin.in,
6737         plugins/project-manager/plugin.c,
6738         (added) plugins/project-mkfile-import/.cvsignore,
6739         (added) plugins/project-mkfile-import/Makefile.am,
6740         (added) plugins/project-mkfile-import/
6741             anjuta-project-mkfile-import-plugin.png,
6742         (added) plugins/project-mkfile-import/
6743             anjuta-project-mkfile-import.glade,
6744         (added) plugins/project-mkfile-import/
6745             anjuta-project-mkfile-import.plugin.in,
6746         (added) plugins/project-mkfile-import/plugin.c,
6747         (added) plugins/project-mkfile-import/plugin.h,
6748         (added) plugins/project-mkfile-import/project-mkfile-import.c,
6749         (added) plugins/project-mkfile-import/project-mkfile-import.h,
6750         plugins/project-wizard/templates/Makefile.am,
6751         (added) plugins/project-wizard/templates/mkfile-logo.png,
6752         (added) plugins/project-wizard/templates/mkfile.wiz,
6753         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
6754         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
6755         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
6756         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
6757         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
6758         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
6759         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
6760         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
6761         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
6762         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
6763         (added) plugins/project-wizard/templates/mkfile/src/main.c:
6764         Added makefile based project import wizard and wizard template.
6766 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
6768         * libanjuta/anjuta-launcher.c: Reduced false password detections
6770 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
6772         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
6773         messages correctly.a
6775 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
6776         
6777         * scintilla/Makefile.am: Changed scintilla library to noinst
6778         * pixmaps/Makefile.am: Install password.png
6779         * libanjuta/anjuta-launcher.c: Changed password detection
6780         to be able to access GNOME CVS with ssh.
6781         
6782 2005-08-31  Naba Kumar  <naba@gnome.org>
6784         * plugins/glade/plugin.c: Set transient window for the widget
6785         dialogs.
6786         
6787 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
6789         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
6791 2005-08-10  Naba Kumar  <naba@gnome.org>
6793         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
6794         as shortcut key for execute.
6796         * src/about.c: Clean up.
6797         
6798         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
6799         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
6800         entry boxes.
6801         
6802 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6804         * plugins/editor/search-replace_backend.c :
6805         Fixed search in File Patterns.
6807 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
6809         * plugins/gdb/Makefile.am: Fixed a make -j x bug
6810         
6811 2005-08-04  Naba Kumar  <naba@gnome.org>
6813         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
6814         for pango-1.8 rendering bug.
6815         
6816 2005-08-03  Naba Kumar  <naba@gnome.org>
6818         * plugins/glade/plugin.c: Proper names for plugin widgets.
6819         
6820         * plugins/subversion/anjuta-subversion.glade,
6821         plugins/subversion/svn-auth.c: Fixed authentication dialog and
6822         string allocations. Use passed default values when available.
6823         Set proper focus and dialog default response. Destroy dialog after use.
6824         Return error when appropriate.
6826 2005-08-02  Naba Kumar  <naba@gnome.org>
6828         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
6829         for pango-1.8 rendering bug.
6830         
6831 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
6833         * scintilla/Makefile.am: Fixed a make -j x bug
6834         
6835 2005-08-02  Johannes Schmid <jhs@gnome.org>
6836         
6837         * plugins/subversion/svn-auth.c: Added username/password 
6838         auto function.
6840 2005-08-01  Naba Kumar  <naba@gnome.org>
6842         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
6843         checks for character width calculations.
6844         
6845 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6847         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
6849 2005-07-31  Naba Kumar  <naba@gnome.org>
6851         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
6852         messup with pango 1.8. Fixed bug #311846.
6854 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
6856         * plugins/gdb/memory.c : Fixed bug 305082.
6857         
6858         * plugins/project-wizard/templates/anjuta-plugin.wiz,
6859         plugins/project-wizard/templates/gcj.wiz,
6860         plugins/project-wizard/templates/gnome.wiz,
6861         plugins/project-wizard/templates/gtk.wiz,
6862         plugins/project-wizard/templates/java.wiz,
6863         plugins/project-wizard/templates/python.wiz,
6864         plugins/project-wizard/templates/wxwin.wiz,
6865         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
6867 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
6869         * plugins/tools/execute.c:
6870         Correct a crash if editor is closed while a tool still use it.
6872 2005-07-28  Naba Kumar  <naba@gnome.org>
6874         * scintilla/*: Updated scintilla from their latest CVS.
6876 2005-07-27  Naba Kumar  <naba@gnome.org>
6878         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
6879         plugins/build-basic-autotools/build-basic-autotools.c,
6880         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
6881         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
6882         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
6883         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
6884         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
6885         plugins/message-view/plugin.c, plugins/patch/plugin.c,
6886         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
6887         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
6888         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
6889         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
6890         argument to anjuta_ui_add_action_group_entries() and
6891         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
6892         Fixed all plugins to pass translation domain. This fixes untranslated
6893         UI bugs. 
6895 2005-07-27  Naba Kumar  <naba@gnome.org>
6897         * plugins/class-inheritance/class-callbacks.c,
6898         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
6899         proper system colors.
6901 2005-07-26  Naba Kumar  <naba@gnome.org>
6903         * ROADMAP: Updated and added more tasks.
6905 2005-07-25  Naba Kumar  <naba@gnome.org>
6907         * ROADMAP: Updated and added more tasks.
6908         
6909 2005-07-24  Naba Kumar  <naba@gnome.org>
6911         * HACKING: Fixed format.
6913 2005-07-24  Naba Kumar  <naba@gnome.org>
6915         * ROADMAP: Fixed format.
6916         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
6918 2005-07-24  Naba Kumar  <naba@gnome.org>
6920         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
6921         * data/properties/cpp.properties: Added *.c++ as file extension for c++
6923 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
6925         * plugins/tools/dialog.c, plugins/tools/dialog.h:
6926         Correct wrong sensitivity setting
6927         
6928         * plugins/tools/tool.c: Correct a crash when removing overridden tool
6929         
6930         * plugins/tools/variable.c:     Add variables for project manager
6932 2005-07-23  Naba Kumar  <naba@gnome.org>
6934         * ROADMAP: updated.
6936 2005-07-23 Naba Kumar  <naba@gnome.org>
6938         * plugins/subversion/Makefile.am,
6939         plugins/subversion/svn-auth.c,
6940         plugins/subversion/svn-auth.h: Added subversion authentication code
6941         stubs.
6942         
6943         * plugins/subversion/subversion-callbacks.c,
6944         plugins/subversion/subversion-callbacks.h,
6945         plugins/subversion/svn-backend-priv.h,
6946         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
6947         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
6948         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
6949         Added file mode line.
6951 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6953         * configure.in: Added 'gl' to ALL_LINGUAS.
6955 2005-07-21 Naba Kumar  <naba@gnome.org>
6957         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
6958         the active sources and kill the running process without emitting
6959         signals (which could be fatal because the object is being destroyed).
6960         Incidentally, fixed the crash that happens when stopping an active
6961         debugger session. Disabled debug prints and code clean up.
6962         Fixed bug #305587.
6963         
6964         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
6965         message view object, because that prevents many unprocessed outputs
6966         from the cvs command from being appended in view. Does not set NULL
6967         to mesg_view private member (not required) so that any pending outputs
6968         to view is processed.Fixed bug #172666.
6970         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
6971         type in supported list.
6972         
6973 2005-07-18  Adam Weinberger  <adamw@gnome.org>
6975         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6976           grammar/spelling fixes.
6978 2005-07-17 Naba Kumar  <naba@gnome.org>
6980         * (new) plugins/project-wizard/templates/terminal/cvsignore,
6981         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
6982         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
6983         plugins/project-wizard/templates/anjuta-plugin.wiz,
6984         plugins/project-wizard/templates/gcj.wiz,
6985         plugins/project-wizard/templates/gnome.wiz,
6986         plugins/project-wizard/templates/gtk.wiz,
6987         plugins/project-wizard/templates/gtkmm.wiz,
6988         plugins/project-wizard/templates/java.wiz,
6989         plugins/project-wizard/templates/python.wiz,
6990         plugins/project-wizard/templates/terminal.wiz,
6991         plugins/project-wizard/templates/terminal/Makefile.am,
6992         plugins/project-wizard/templates/terminal/po/Makefile.am,
6993         plugins/project-wizard/templates/terminal/src/Makefile.am,
6994         plugins/project-wizard/templates/wxwin.wiz,
6995         plugins/project-wizard/templates/xlib-dock.wiz,
6996         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
6997         wizards and updated .wiz files to install them in newly created
6998         projects.
7000 2005-07-16 Naba Kumar  <naba@gnome.org>
7002         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
7003         
7004         * plugins/file-manager/an_file_view.c,
7005         plugins/file-manager/plugin.c: Added file manager preferences to
7006         show/hide files ignored by version control (e.g. cvsignore).
7007         
7008         * plugins/editor/text_editor.c: Initialize vfs info struct.
7009         
7010         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
7011         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
7012         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
7013         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
7014         omf-install/.cvsignore, pixmaps/.cvsignore,
7015         plugins/file-manager/anjuta-file-manager-plugin.glade,
7016         scintilla/.cvsignore, scintilla/include/.cvsignore,
7017         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
7018         tagmanager/python.c: Updated.
7020 2005-07-16 Naba Kumar  <naba@gnome.org>
7022         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
7023         Fixed python parser to parser class methods.
7025 2005-07-15 Naba Kumar  <naba@gnome.org>
7027         * plugins/project-wizard/property.c: Used parenthesis to remove
7028         ambiguty.
7029         
7030         * plugins/project-wizard/templates/anjuta-plugin.wiz,
7031         plugins/project-wizard/templates/gcj.wiz,
7032         plugins/project-wizard/templates/gnome.wiz,
7033         plugins/project-wizard/templates/gtk.wiz,
7034         plugins/project-wizard/templates/gtkmm.wiz,
7035         plugins/project-wizard/templates/java.wiz,
7036         plugins/project-wizard/templates/python.wiz,
7037         plugins/project-wizard/templates/terminal.wiz,
7038         plugins/project-wizard/templates/wxwin.wiz,
7039         plugins/project-wizard/templates/xlib-dock.wiz,
7040         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
7041         and names.
7043 2005-07-15 Naba Kumar  <naba@gnome.org>
7045         * plugins/project-wizard/templates/java.wiz,
7046         plugins/project-wizard/templates/java/Makefile.am,
7047         plugins/project-wizard/templates/java/project.anjuta,
7048         plugins/project-wizard/templates/python.wiz,
7049         plugins/project-wizard/templates/python/Makefile.am,
7050         plugins/project-wizard/templates/python/project.anjuta: Use different
7051         project files for java and python module where debugger is not
7052         included in the list of plugins.
7054 2005-07-15 Naba Kumar  <naba@gnome.org>
7056         * configure.in, plugins/project-wizard/templates/Makefile.am,
7057         plugins/project-wizard/templates/gcj-logo.png,
7058         plugins/project-wizard/templates/gcj.wiz,
7059         plugins/project-wizard/templates/gcj/.cvsignore,
7060         plugins/project-wizard/templates/gcj/Makefile.am,
7061         plugins/project-wizard/templates/gcj/configure.in.tpl,
7062         plugins/project-wizard/templates/gcj/src/.cvsignore,
7063         plugins/project-wizard/templates/gcj/src/Makefile.am,
7064         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
7065         plugins/project-wizard/templates/java-logo.png,
7066         plugins/project-wizard/templates/java.wiz,
7067         plugins/project-wizard/templates/java/configure.in.tpl,
7068         plugins/project-wizard/templates/java/po/Makefile.am,
7069         plugins/project-wizard/templates/java/po/POTFILES.in,
7070         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
7071         plugins/project-wizard/templates/java/src/main.java,
7072         plugins/project-wizard/templates/python-logo.png,
7073         plugins/project-wizard/templates/python.wiz,
7074         plugins/project-wizard/templates/python/.cvsignore,
7075         plugins/project-wizard/templates/python/Makefile.am,
7076         plugins/project-wizard/templates/python/configure.in.tpl,
7077         plugins/project-wizard/templates/python/po/.cvsignore,
7078         plugins/project-wizard/templates/python/po/Makefile.am,
7079         plugins/project-wizard/templates/python/po/POTFILES.in,
7080         plugins/project-wizard/templates/python/src/.cvsignore,
7081         plugins/project-wizard/templates/python/src/Makefile.am,
7082         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
7083         plugins/project-wizard/templates/python/src/main.py: Added Generic
7084         gcj and python project wizards. Fixed Generic java project to
7085         use _JAVA primary. Update gnome-build from cvs for them to work
7086         correctly.
7088 2005-07-12 Naba Kumar  <naba@gnome.org>
7090         * plugins/project-manager/plugin.c: Automatically determine
7091         project backend by probing.
7092         
7093 2005-07-04 Naba Kumar  <naba@gnome.org>
7095         * Makefile.am: Do not install old anjuta.glade file which conflicts
7096         with newer src/anjuta.glade.
7098 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
7100         * plugins/an_symbol_prefs.c:
7101         Sort list of available symbol files
7103 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
7105         * plugins/build-basic-autotools.c:
7106         Fixed #307810
7107         
7108         * plugins/gtodo/libgtodo.c:
7109         Possible fix for #307800
7111         * libanjuta/anjuta-encodings.c
7112         libanjuta/anjuta-launcher.c
7113         libanjuta/anjuta-preference-dialog.c
7114         libanjuta/anjuta-preferences.c
7115         libanjuta/anjuta-ui.c
7116         libanjuta/anjuta-util.c
7117         libanjuta/cell-renderer-captioned-image.c
7118         libanjuta/plugin.c:
7119         
7120         Patch from de_lupus@pandora.be (Kristof Vansant):
7121         Replaced deprecated gnome-i18n.h
7122         Closed #309153
7124 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
7125         
7126         * plugins/subversion/anjuta-subversion.glade
7127         plugins/subversion/anjuta-subversion.ui
7128         plugins/subversion/plugin.c
7129         plugins/subversion/subversion-actions.c
7130         plugins/subversion/subversion-callbacks.h
7131         plugins/subversion/subversion-callbacks.c
7132         plugins/subversion/svn-backend-priv.h
7133         plugins/subversion/svn-backend.h
7134         plugins/subversion/svn-backend.c
7135         plugins/subversion/svn-thread.h
7136         plugins/subversion/svn-thread.c:
7137         
7138         Implemented Subversion diff
7139         
7140 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
7141         
7142         * plugins/build-basic-autotools/build-basic-autotools.c:
7143         Fixed crash bug! Might be useful to release 2.0.2 soon
7144         because this bug will crash any build which produces errors
7145         or warnings
7147 === Anjuta 2.0.1 ===
7149 2005-06-27 Naba Kumar  <naba@gnome.org>
7151         * plugins/tools/execute.c: Formated code.
7152         
7153 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
7155         * plugins/build-basic-autotools/build-basic-autotools.c:
7156         Remove two memory leaks
7157         Check command output versus untranslated strings too
7159         * plugins/tools/execute.c:
7160         Remove two memory leaks
7161         Check command output versus untranslated strings too
7162         Remove description message
7164         * plugins/tools/fileop.c:
7165         Escape tool name in xml configuration file
7167 2005-05-26 Naba Kumar  <naba@gnome.org>
7169         * configure.in: Bumped version to 2.0.1
7170         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
7172         * plugins/tools/execute.c: Fixed clickable messages.
7173         * NEWS: Updated.
7175         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
7176         Deactivate glade plugin when last glade project is closed. Reorder
7177         glade widgets in layout. Change glade project when user selects a
7178         new project. Removed project from the list when user closes it. Fixed
7179         glade project file loading from URI. Save and restored loaded glade
7180         projects in/from session.
7182         * plugins/class-gen/action-callbacks.c,
7183         plugins/class-gen/anjuta-class-gen-plugin.glade,
7184         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
7185         plugins/file-wizard/anjuta-file-wizard.glade,
7186         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
7187         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
7188         "Add to project" correctly. Use the source file path returned after
7189         adding to project. Fixed memory leaks. Deactivate wizard plugins
7190         after use.
7191         
7192         * plugins/project-manager/plugin.c,
7193         plugins/project-wizard/anjuta-project-wizard.glade,
7194         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
7195         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
7196         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
7197         project-wizard preference page to anjuta app, because they are
7198         more appropriated as general preferences. Renamed username and
7199         useremail properties keys.
7200         
7201         * po/POTFILES.in: Updated.
7203         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
7204         saved at closing.
7205         
7206         * plugins/file-loader/plugin.c: Do not use static variable to store
7207         created submenu in factory. Fixed crash in anjuta exit.
7208         
7209 2005-05-24 Naba Kumar  <naba@gnome.org>
7211         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
7212         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
7213         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
7214         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
7215         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
7216         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
7217         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
7218         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
7219         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
7220         
7221         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7222         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
7223         plugins/build-basic-autotools/build-basic-autotools.c,
7224         plugins/build-basic-autotools/build-basic-autotools.h,
7225         plugins/build-basic-autotools/executer.c,
7226         plugins/build-basic-autotools/executer.h,
7227         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
7228         plugins/tools/variable.c: Added an extra argument to
7229         anuta_util_dialog_input() to pass default value. Save/load project
7230         configure and execution parameters in/from session.
7232         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
7233         symbol browser is loaded.
7234         
7235         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
7236         freeze/thaw.
7238         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
7239         deactivate would not start shell.
7241 2005-05-24 Naba Kumar  <naba@gnome.org>
7243         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
7244         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
7245         libegg/egg-submenu-action.c, libegg/test-actions.c,
7246         plugins/build-basic-autotools/build-basic-autotools.c,
7247         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
7248         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
7249         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
7250         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
7251         plugins/macro/plugin.c, plugins/message-view/plugin.c,
7252         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
7253         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
7254         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
7255         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
7256         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
7258 2005-05-24 Naba Kumar  <naba@gnome.org>
7260         * data/properties/styles.properties: Fixed defalt font.
7262         * plugins/editor/search-replace.c,
7263         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
7264         project openness wihtout activating project-manager plugin (i.e.
7265         using anjuta_shell_get()).
7266         
7267         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
7268         - Completed add_source(), add_group() and add_target() methods of
7269         IAnjutaProjectManager.
7270         - Change their definition to return the added element (or NULL).
7271         - Used interface API for project main menus and 'add to project'
7272         from file-manager context menu.
7273         - Select proper default target/group when prompting for adding
7274         source/target/group.
7275         - Do not expand all nodes in selection tree when default selection
7276         are given (eases navigation in big projects).
7277         - Code clean ups.
7278         - Marked strings for translation.
7280 2005-05-23 Naba Kumar  <naba@gnome.org>
7282         * src/anjuta-app.c: Save menu accelerators on change.
7283         * NEWS: Updated.
7284         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
7285         save-as dialog (leading to crash later).
7287 2005-05-22 Naba Kumar  <naba@gnome.org>
7289         * NEWS: Updated.
7290         * AUTHORS: Added developers for other projects. Updated.
7291         * TODO.tasks: Updated.
7292         * ChangeLog: Added past changelogs from anjuta-0.1.5.
7293         
7294 2005-05-22 Naba Kumar  <naba@gnome.org>
7296         * plugins/tools/execute.c: Make parsable lines distinct by adding
7297         a "Click me" description in the message. Allow tools to open arbibrary
7298         file in editory using gdb-styled annotation (The line starts with two
7299         \032 characters followed by the file:line).
7300         
7301         * plugins/tools/scripts/prepare-changelog.pl,
7302         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
7303         ChangeLog file itself and open it.
7305 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
7307         * plugins/tools/execute.c:
7308         Parse output in message pane
7309         Correct a crash on plugin deactivation
7311         * plugins/tools/fileop.c,
7312         plugins/tools/tool.c,
7313         plugins/tools/tool.h:
7314         Load only valid tools
7316 2005-06-21  Naba Kumar  <naba@gnome.org>
7318         * anjuta.spec.in: Fixed devel package requirement.
7320         * plugins/message-view/message-view.c: Scroll message on next/previous.
7322         * TODO.tasks: Updated.
7324         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
7325         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
7326         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
7327         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
7328         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
7329         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
7330         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
7331         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
7333         * libanjuta/anjuta-preferences.c,
7334         plugins/build-basic-autotools/build-basic-autotools.c,
7335         plugins/build-basic-autotools/executer.c,
7336         plugins/class-gen/action-callbacks.c,
7337         plugins/class-gen/action-callbacks.h,
7338         plugins/class-gen/class_gen.c,
7339         plugins/cvs-plugin/cvs-interface.c,
7340         plugins/debug-manager/attach_process.c,
7341         plugins/debug-manager/plugin.c,
7342         plugins/debug-manager/utilities.c,
7343         plugins/debug-manager/utilities.h,
7344         plugins/editor/aneditor-autocomplete.cxx,
7345         plugins/editor/aneditor.cxx,
7346         plugins/editor/search-replace.c,
7347         plugins/editor/search-replace_backend.c,
7348         plugins/gdb/breakpoints.c,
7349         plugins/gdb/registers.c,
7350         plugins/patch/plugin.c,
7351         plugins/project-wizard/druid.c,
7352         plugins/project-wizard/install.c,
7353         plugins/subversion/plugin.c,
7354         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
7355         codes.
7357         * plugins/class-gen/action-callbacks.c,
7358         plugins/project-wizard/parser.c,
7359         plugins/project-wizard/property.c,
7360         plugins/project-wizard/values.c,
7361         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
7363         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
7364         alphabetically
7366 2005-06-20  Naba Kumar  <naba@gnome.org>
7368         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
7369         manuals/reference/libanjuta/tmpl/e-splash.sgml,
7370         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
7371         
7372         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
7373         exit idle function.
7374         
7375         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
7376         Fixed possible memory corruption.
7378         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
7379         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
7380         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
7381         progress bar increment and added progress status for symbol refresh
7382         and project loading.
7383         
7384         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
7385         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
7386         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
7387         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
7388         bar.
7390         * TODO.tasks: Updated.
7392 2005-06-19  Naba Kumar  <naba@gnome.org>
7394         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
7395         Fixed warning.
7396         
7397         * plugins/project-import/project-import.c: Deactivate plugin when done.
7398         
7399 2005-06-18  Naba Kumar  <naba@gnome.org>
7401         * plugins/profile-default/plugin.c: Fixed error when loading another
7402         project while a project is still loaded.
7403         
7404         * plugins/project-manager/plugin.c: Used (newly added) group-activated
7405         signal from gnome-build to popup group properties.
7406         
7407         * src/anjuta.c: Load default session by default.
7409         * po/POTFILES.in: Added missing files.
7410         
7411         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
7412         activate plugin on load (activate it separately). Connect to activate
7413         and deactivate signals for housekeeping, so that if plugins are
7414         activated or deactivate externally, they are properly recorded.
7415         
7416         * plugins/profile-default/plugin.c: Save profile before a project
7417         is loaded so that it could be restored when project is closed.
7418         
7419         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
7421 2005-06-17  Naba Kumar  <naba@gnome.org>
7423         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
7424         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
7425         for project. The plugins loaded for the project is restored when project
7426         is loaded next time.
7427         
7428         * TODO.tasks: Updated.
7429         
7430 2005-06-15  Naba Kumar  <naba@gnome.org>
7432         * plugins/tools/scripts/find-fixmes.pl,
7433         (new) plugins/tools/scripts/translation-status.pl,
7434         plugins/tools/scripts/tools-2.xml.in,
7435         plugins/tools/scripts/Makefile.am,
7436         plugins/tools/scripts/prepare-changelog.pl: Added translation
7437         status script. Completed find-fixmes.pl script. Fixed bugs.
7439         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
7440         tool path.
7442 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
7444         * plugins/message-view/anjuta-message-manager-plugin.glade :
7445         renamed "messages.tag.position" to "messages.tab.position".
7446         plugins/message-view/anjuta-msgman.c : 
7447         Messages tab position prefrences.
7448         
7449 2005-06-14  Naba Kumar  <naba@gnome.org>
7451         * (new) plugins/tools/scripts/find-fixmes.pl,
7452         (new) plugins/tools/scripts/tools-2.xml.in,
7453         (new) plugins/tools/scripts/Makefile.am,
7454         (new) plugins/tools/scripts/prepare-changelog.pl,
7455         plugins/tools/plugin.h, plugins/tools/fileop.c,
7456         plugins/tools/Makefile.am, configure.in: Added system tools.
7458 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
7460         * plugins/tools/editor.c:
7461         Take care of creating .anjuta directory if missing
7463 2005-06-10  Naba Kumar  <naba@gnome.org>
7465         * configure.in: Increased gnome-build required to version 0.1.2.
7466         
7467         * plugins/project-manager/plugin.c: Fixed target/group removal.
7468         Fixed memory leaks.
7469         
7470 2005-06-10  Naba Kumar  <naba@gnome.org>
7472         * plugins/project-manager/plugin.c: Implemented target/group
7473         configuration (update gnome-build module from cvs).
7474         
7475 2005-06-07  Naba Kumar  <naba@gnome.org>
7477         Patch from: Massimo Cora'  <maxcvs@email.it>:
7478         * plugins/class-inheritance/Makefile.am,
7479         plugins/class-inheritance/class-inherit.c,
7480         plugins/class-inheritance/class-inherit.h,
7481         plugins/class-inheritance/plugin.c,
7482         plugins/class-inheritance/plugin.h,
7483         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
7484         expanded view of classes in hierarchy canvas (collapsable again).
7485         
7486 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
7488         * scintilla/patches/scintilla-64-bit.diff (added)
7489         * plugins/patch/patch-plugin.c:
7490         Conditional build for GTK 2.4 and GTK 2.6
7492 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
7494         * plugins/tools/anjuta-tools.glade,
7495         plugins/tools/editor.c,
7496         plugins/tools/plugin.h,
7497         plugins/tools/fileop.c:
7498         Add a check box to edit an user script
7499         Correct a few memory leak
7501         * plugins/tools/execute.c,
7502         plugins/tools/tool.c,
7503         plugins/tools/tool.h:
7504         Move utility remove_mnemonic function in tool.c
7505         Small fix
7507 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
7509         Patch from sbrabec@suse.cz:
7510         * configure.in
7511         scintilla/include/Scintilla.h:
7512         
7513         Fix 64-Bit warnings in gcc 4
7515 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
7516         
7517         * plugins/patch/patch_plugin.c
7518         plugins/patch/patch.h
7519         plugin/patch/patch-plugin.glade
7520         plugin/patch/Makefile.am:
7521         
7522         Changed patch plugin to use libglade and new gtk 2.6 widgets
7524 2005-05-31  Naba Kumar  <naba@gnome.org>
7526         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
7527         * plugins/editor/text_editor.c: Don't show error
7528         for empty files.
7529         
7530 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
7531         
7532         * plugins/message-view/anjuta-message-manager.ui,
7533         plugins/message-view/anjuta-msgman.c,
7534         plugins/message-view/anjuta-msgman.h,
7535         plugins/message-view/message-view.c,
7536         plugins/message-view/message-view.h,
7537         plugins/message-view/plugin.c:
7538         Add a popup menu in messages panes
7539         Move save message pane option in it
7541 2005-05-28  Naba Kumar  <naba@gnome.org>
7543         * data/properties/styles.properties: Fixed default font
7544         names and sizes.
7546         * plugins/editor/style-editor.c: cleanup.
7547         
7548 2005-05-25  Naba Kumar  <naba@gnome.org>
7550         * plugin/gdb/plugin.c: Start gdb even if the program does
7551         not exists. Fixes bug #305074
7552         
7553 2005-05-24  Naba Kumar  <naba@gnome.org>
7555         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
7556         * configure.in: graphviz pkgconfig path.
7558 2005-05-24  Naba Kumar  <naba@gnome.org>
7560         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
7561         * TODO.tasks: Updated.
7562         
7563 2005-05-22  Naba Kumar  <naba@gnome.org>
7565         * anjuta.spec.in: Fixed spec file
7566         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
7568 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
7569         
7570         * TODO.tasks: Updated.
7572         * plugins/message-view/anjuta-message-manager.ui,
7573         plugins/message-view/message-view.c,
7574         plugins/message-view/message-view.h,
7575         plugins/message-view/plugin.c:
7576         Add shortcut for next and previous message
7577         Add a save message menu item
7578         Fix a bug in previous message
7580 2005-05-21  Naba Kumar  <naba@gnome.org>
7582         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
7583         doc/Makefile.am, global-tags/create_global_tags.sh,
7584         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
7585         and rpm package creation. Fixed installation paths.
7586         
7587         * plugins/editor/anjuta-document-manager.glade,
7588         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
7589         and indent options.
7590         
7591         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
7593 2005-05-21  Naba Kumar  <naba@gnome.org>
7595         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
7596         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
7597         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
7598         tagmanager/Makefile.am: Fixed paths configure variables to take
7599         automake configure variables instead of hardcoding.
7601         * global-tags/tm_global_tags.c: Formated code.
7603         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
7604         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
7605         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
7606         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
7607         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
7608         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
7609         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
7610         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
7611         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
7613 2005-05-20  Naba Kumar  <naba@gnome.org>
7615         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
7616         and fixed rpm spec file (more testing required).
7617         
7618         * data/gdb.init: Don't set gdb prompt.
7619         
7620         * mime/Makefile.am: run update-mime-data only on system-wide install.
7621         
7622         * plugins/gdb/Makefile.am: Install plugin at correct paths.
7624 2005-05-19  Naba Kumar  <naba@gnome.org>
7626         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
7627         while it's not visible.
7629         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
7630         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
7631         
7632 2005-05-19  Naba Kumar <naba@gnome.org>
7634         * configure.in: Fixed subversion checks. Added
7635         --disable-plugin-subversion and --disable-plugin-glade
7636         configure flags to manually turn off their plugin builds.
7638         * plugins/editor/plugin.c: Save and restore current editor line
7639         positions in session.
7641 2005-05-18  Naba Kumar  <naba@gnome.org>
7643         * AUTHORS: Fixed email address.
7644         
7645         * libanjuta/anjuta-utils.c,
7646         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
7647         when the projectmanager toplevel is not a window. Check for valid
7648         gtkwindow type before using the passed window as parent for anjuta
7649         dialogs.
7651 2005-05-17  Naba Kumar  <naba@gnome.org>
7653         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
7654         
7655         * plugins/cvs-plugin/Makefile.am,
7656         plugins/devhelp/plugin.c,
7657         plugins/file-loader/Makefile.am,
7658         plugins/macro/Makefile.am,
7659         plugins/message-view/Makefile.am,
7660         plugins/patch/Makefile.am,
7661         plugins/project-manager/Makefile.am,
7662         plugins/subversion/Makefile.am,
7663         plugins/symbol-browser/Makefile.am: Removed -module flags
7664         from libtool flags
7666         * MAINTAINERS: Added file so that I could recieve bugzilla
7667         reports.
7669         * plugins/glade/plugin.c: Fixed compile error.
7671 === Anjuta 2.0.0 ===
7673 2005-05-15  Naba Kumar  <naba@gnome.org>
7675         * configure.in: Adjusted gdl version requirement. Bumped anjuta
7676         version to 2.0.0.
7678         * plugins/symbol-browser/an_symbol_view.c,
7679         plugins/symbol-browser/plugin.c,
7680         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
7681         symbols have been updated. Reset file symbols when update
7682         occurs. Fixed memory leaks.
7684         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
7685         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
7686         
7687 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
7689         * plugins/tools/anjuta-tools.glade:
7690         Remove unused parameter dialog
7692         * plugins/tools/dialog.c,
7693         plugins/tools/fileop.c,
7694         plugins/tools/fileop.h,
7695         plugins/tools/tool.c,
7696         plugins/tools/tool.h,
7697         plugins/tools/variable.c:
7698         Add a few comments and cleanups
7700         * plugins/tools/editor.c,
7701         plugins/tools/editor.h:
7702         Remove code from previous plugin and add comments
7703         Use main window as parent (instead of tool list)
7705         * plugins/tools/execute.c,
7706         plugins/tools/execute.h:
7707         Remove code from previous plugin and add comments
7708         Fix warnings
7710 2005-05-14  Naba Kumar  <naba@gnome.org>
7712         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
7713         release.
7714         
7715         * configure.in: Fixed
7716         
7717         * plugins/class-inheritance/class-inheritance.png: New icon.
7718         
7719         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
7720         screws up when reparented.
7722 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
7724         * plugins/editor/search-replace.c,
7725         plugins/editor/search-replace_backend.c
7726         plugins/project-manager/plugin.c : Clear find pane if searching same 
7727         expression. Clean code.
7729 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
7731         * configure.in: Added ne in ALL_LINGUAS
7732         
7733 2005-05-13  Naba Kumar  <naba@gnome.org>
7735         * configure.in: Fixed glade-3 version.
7736         
7737         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
7738         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
7739         plugins/gdb/watch.c: Update locals, watch and frame document on
7740         frame change.
7742 2005-05-12  Naba Kumar  <naba@gnome.org>
7744         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
7745         scope autocompletion when the function definition is incomplete.
7746         
7747         * plugins/class-gen/anjuta-class-gen.plugin.in,
7748         plugins/file-wizard/anjuta-file-wizard.plugin.in,
7749         plugins/gdb/plugin.c,
7750         plugins/glade/anjuta-glade.plugin.in,
7751         plugins/project-import/anjuta-project-import.plugin.in,
7752         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
7753         titles for the wizards.
7755 2005-05-11  Naba Kumar  <naba@gnome.org>
7757         * configure.in, plugins/debug-manager/Makefile.am,
7758         plugins/debug-manager/plugin.c,
7759         (added) plugins/debug-manager/images/.cvsignore,
7760         (added) plugins/debug-manager/images/Makefile.am,
7761         (added) plugins/debug-manager/images/detach-16.png,
7762         (added) plugins/debug-manager/images/detach.png,
7763         (added) plugins/debug-manager/images/step-into-16.png,
7764         (added) plugins/debug-manager/images/step-into.png,
7765         (added) plugins/debug-manager/images/step-out-16.png,
7766         (added) plugins/debug-manager/images/step-out.png,
7767         (added) plugins/debug-manager/images/step-over-16.png,
7768         (added) plugins/debug-manager/images/step-over.png,
7769         plugins/gdb/Makefile.am,
7770         plugins/gdb/breakpoints.c,
7771         plugins/gdb/plugin.c,
7772         (added) plugins/gdb/images/.cvsignore,
7773         (added) plugins/gdb/images/Makefile.am,
7774         (added) plugins/gdb/images/breakpoint.png,
7775         (added) plugins/gdb/images/locals.png,
7776         (added) plugins/gdb/images/stack.png,
7777         (added) plugins/gdb/images/watch.png: Fixed breakpoints
7778         'remove all'. Added debugger icons.
7780         * plugins/editor/text_editor.c: Fixed file monitor.
7782         Patch from: Massimo Cora'  <maxcvs@email.it>
7783         * plugins/patch/anjuta-patch-plugin.png,
7784         plugins/class-gen/Makefile.am,
7785         plugins/class-gen/action-callbacks.c,
7786         plugins/class-gen/class_gen.c,
7787         plugins/class-gen/class_logo.xpm: Implemented vcs
7788         file addions. New icons by Fabio Zecchini
7790 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
7792         * libanjuta/interfaces/libanjuta.idl
7793         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
7794         plugins/editor/search-replace_backend.c
7795         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
7797 2005-05-11  Naba Kumar  <naba@gnome.org>
7798         
7799         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
7800         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
7801         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
7802         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
7803         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
7804         memory leaks.
7805         
7806         * plugins/symbol-browser/an_symbol_prefs.c,
7807         plugins/symbol-browser/an_symbol_search.c,
7808         plugins/symbol-browser/an_symbol_view.c,
7809         plugins/symbol-browser/an_symbol_view.h,
7810         plugins/symbol-browser/plugin.c: Fixed memory leaks.
7812 2005-05-11  Naba Kumar  <naba@gnome.org>
7814         * libanjuta/anjuta-shell.c: Fixed runtime warning.
7815         
7816         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
7817         progress bar location at create time, instead of hardcoding.
7818         
7819         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
7820         Added mini splash screen.
7821         
7822         * plugins/editor/text_editor.c: Do not produce warning when file
7823         monitor could not be created.
7824         
7825         * plugins/profile-default/plugin.c: Save project session on exit.
7826         Show mini splash with progress bar at profile load.
7828 2005-05-10  Naba Kumar  <naba@gnome.org>
7830         * configure.in, manuals/Makefile.am: Fixed compile flags.
7831         Disable outdated manuals builds.
7832         
7833         * global-tags/Makefile.am: Uninstall tags files on
7834         'make uninstall'
7835         
7836         * libegg/Makefile.am: Use configured deprecated flags.
7837         
7838         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
7839         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
7840         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7841         Updated.
7842         
7843         * mime/Makefile.am: Take DESTDIR into account.
7844         
7845         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
7846         
7847         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
7848         on scope autocompletion.
7849         
7850         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
7851         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
7852         shared libs and static libs paths for debugging. Order them
7853         correctly.
7854         
7855         * po/POTFILES.in: Updated.
7857 2005-05-09  Naba Kumar  <naba@gnome.org>
7859         * libanjuta/interfaces/libanjuta.idl,
7860         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
7861         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
7862         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
7863         Implemented debugger source directory search and emits location changed
7864         signal with absolute path of the file.
7866         * plugins/tools/tool.c: Fixed compile errors.
7867         
7868 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
7870         * plugins/tools/anjuta-tools.glade,
7871         plugins/tools/dialog.h,
7872         plugins/tools/dialog.c,
7873         plugins/tools/plugin.c,
7874         plugins/tools/editor.c:
7875         Improve graphical user interface
7876         Remove old code
7877         Correct an error on close
7878         Some cleanups
7880         * plugins/tools/fileop.c,
7881         plugins/tools/tool.h,
7882         plugins/tools/tool.c:
7883         Change the tool internal structure
7884         Support having tools configuration in several places
7886 2005-05-08  Naba Kumar  <naba@gnome.org>
7888         * plugins/gdb/actions.c,
7889         (removed) plugins/gdb/registers_cbs.c,
7890         (removed) plugins/gdb/registers_cbs.h,
7891         (removed) plugins/gdb/registers_gui.c,
7892         (removed) plugins/gdb/sharedlib_cbs.c,
7893         (removed) plugins/gdb/sharedlib_cbs.h,
7894         (removed) plugins/gdb/sharedlib_gui.c,
7895         (removed) plugins/gdb/signals_cbs.c,
7896         (removed) plugins/gdb/signals_cbs.h,
7897         (removed) plugins/gdb/signals_gui.c: Removed dead files.
7899 2005-05-08  Naba Kumar  <naba@gnome.org>
7901         * plugins/build-basic-autotools/executer.c: Fixed programs
7902         listing dialog.
7903         
7904         * plugins/debug-manager/Makefile.am,
7905         plugins/debug-manager/anjuta-debug-manager.glade,
7906         plugins/debug-manager/plugin.c,
7907         plugins/gdb/Makefile.am: Used libglade for programs listing
7908         dialog.
7909         
7910         * (added) plugins/gdb/pointer.png: Stack pointer image.
7911         
7912         * libanjuta/anjuta-marshal.list,
7913         pixmaps/Makefile.am,
7914         plugins/gdb/actions.c,
7915         plugins/gdb/actions.h,
7916         plugins/gdb/anjuta-gdb-plugin.ui,
7917         plugins/gdb/anjuta-gdb.glade,
7918         plugins/gdb/breakpoints.c,
7919         plugins/gdb/breakpoints.h,
7920         plugins/gdb/debug_tree.c,
7921         plugins/gdb/debug_tree.h,
7922         plugins/gdb/debugger.c,
7923         plugins/gdb/debugger.h,
7924         plugins/gdb/gdbmi-test.c,
7925         plugins/gdb/gdbmi.c,
7926         plugins/gdb/gdbmi.h,
7927         plugins/gdb/info.c,
7928         plugins/gdb/info.h,
7929         plugins/gdb/locals.c,
7930         plugins/gdb/locals.h,
7931         plugins/gdb/memory.c,
7932         plugins/gdb/memory.h,
7933         plugins/gdb/plugin.c,
7934         plugins/gdb/plugin.h,
7935         plugins/gdb/registers.c,
7936         plugins/gdb/registers.h,
7937         plugins/gdb/registers_cbs.c,
7938         plugins/gdb/registers_cbs.h,
7939         plugins/gdb/registers_gui.c,
7940         plugins/gdb/sharedlib.c,
7941         plugins/gdb/sharedlib.h,
7942         plugins/gdb/sharedlib_cbs.c,
7943         plugins/gdb/sharedlib_cbs.h,
7944         plugins/gdb/sharedlib_gui.c,
7945         plugins/gdb/signals.c,
7946         plugins/gdb/signals.h,
7947         plugins/gdb/signals_cbs.c,
7948         plugins/gdb/signals_cbs.h,
7949         plugins/gdb/signals_gui.c,
7950         plugins/gdb/stack_trace.c,
7951         plugins/gdb/stack_trace.h,
7952         plugins/gdb/utilities.c,
7953         plugins/gdb/utilities.h,
7954         plugins/gdb/watch.c,
7955         plugins/gdb/watch.h,
7956         plugins/gdb/watch_cbs.c,
7957         plugins/gdb/watch_cbs.h,
7958         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
7959         it for all debugger component updates and listing. Implemented
7960         user custom debugger command window. Fixed all debugger components
7961         to work correctly. Implemented debugger as GObject. Removed
7962         deprecated codes.
7963         
7964 2005-05-06  Naba Kumar  <naba@gnome.org>
7965         
7966         * TODO.tasks: Updated.
7967         
7968         * plugins/build-basic-autotools/Makefile.am,
7969         plugins/file-loader/Makefile.am,
7970         plugins/profile-default/Makefile.am,
7971         plugins/sample1/Makefile.am,
7972         plugins/symbol-browser/images/Makefile.am,
7973         src/Makefile.am: Fixed 'make distcheck' errors.
7975         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
7976         updates.
7978         * tagmanager/tm_workspace.c: Include prototypes in getting
7979         scope members.
7981 2005-05-06  Naba Kumar  <naba@gnome.org>
7983         * TODO.tasks: Updated.
7984         
7985         * configure.in, plugins/cvs-plugin/Makefile.am,
7986         plugins/debug-manager/Makefile.am,
7987         plugins/devhelp/Makefile.am,
7988         plugins/editor/Makefile.am,
7989         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
7990         
7991         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
7992         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
7993         interfaces.
7994         
7995         * tagmanager/tm_workspace.c,
7996         tagmanager/include/tm_workspace.h,
7997         plugins/editor/aneditor-autocomplete.cxx,
7998         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
7999         to return all matching tag types when no name is given instead of
8000         returning empty array.
8001         
8002         * plugins/symbol-browser/Makefile.am,
8003         (added) plugins/symbol-browser/an_symbol.c,
8004         (added) plugins/symbol-browser/an_symbol.h,
8005         plugins/symbol-browser/an_symbol_info.c,
8006         plugins/symbol-browser/an_symbol_info.h,
8007         (added) plugins/symbol-browser/an_symbol_iter.c,
8008         (added) plugins/symbol-browser/an_symbol_iter.h,
8009         plugins/symbol-browser/an_symbol_search.c,
8010         plugins/symbol-browser/an_symbol_view.c,
8011         plugins/symbol-browser/an_symbol_view.h,
8012         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
8013         plugins/symbol-browser/plugin.c,
8014         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
8015         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
8016         plugin and implemented IAnjutaIterable interface for symbol search
8017         and iteration.
8019         * plugins/class-inheritance/Makefile.am,
8020         plugins/class-inheritance/class-inherit.c,
8021         plugins/class-inheritance/class-inherit.h,
8022         plugins/class-inheritance/plugin.h: Use the newly added
8023         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
8024         get rid of libanjuta-ctags.la dependencies.
8026 2005-05-02  Naba Kumar  <naba@gnome.org>
8028         * plugins/class-inheritance/class-inherit.c,
8029         plugins/class-inheritance/plugin.c,
8030         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
8031         be found for a class. Formated code.
8033         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
8034         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
8035         of editor tabs.
8036         
8037 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
8039         * libanjuta/anjuta-launcher.c:
8040         Keep trying sending data until all bytes have been written
8042         * plugins/tools/anjuta-tools.glade,
8043         plugins/tools/editor.c:
8044         Add a combo box to defined data from stdin
8046         * plugins/tools/execute.c:
8047         Send data in stdin if needed
8048         Code cleanups
8050         * plugins/tools/fileop.c,
8051         plugins/tools/tool.h,
8052         plugins/tools/tool.c:
8053         Store, load and save stdin data
8054         Use tools-2.xml instead of tools.xml
8056         * plugins/tools/plugin.c,
8057         plugins/tools/plugin.h:
8058         Code cleanups
8060         * plugins/tools/dialog.c,
8061         plugins/tools/dialog.h:
8062         Few code cleanups
8064         * plugins/tools/variable.c,
8065         plugins/tools/variable.h:
8066         Add editor related variables
8067         Code cleanups
8069 2005-04-29  Naba Kumar  <naba@gnome.org>
8071         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
8073         * plugins/editor/text_editor.c: Fixed line marker interpretation.
8074         
8075         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
8076         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
8077         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
8078         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
8079         working on gdb MI interface. Completed MI parser interface.
8081         Patch from  Massimo Cora <maxcvs@email.it>:
8082         * plugins/class-inheritance/Makefile.am,
8083         plugins/class-inheritance/class-inherit.c,
8084         plugins/class-inheritance/class-inherit.h,
8085         plugins/class-inheritance/plugin.c,
8086         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
8087         Used system theme for colors. Display class members on mouse click.
8088         
8089 2005-04-28  Naba Kumar  <naba@gnome.org>
8091         * plugins/symbol-browser/an_symbol_prefs.c
8092         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
8093         implementation to create/add/remove custom tags files in symbol
8094         brower preferences.
8096         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
8097         EXTRA_DIST.
8099         * plugins/project-import/project-import.c: Fixed memory leaks and
8100         use correct debug prints.
8101         
8102         * TODO.tasks: Updated.
8103         
8104 2005-04-27  Naba Kumar  <naba@gnome.org>
8106         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
8107         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
8108         scintilla/Makefile.am: Fixed 'make distcheck' errors.
8110         * plugins/editor/anjuta-docman.c,
8111         plugins/editor/anjuta-docman.h,
8112         plugins/editor/plugin.c: Emit editor-added signal from docman
8113         and connect signals to new editor correctly.
8115         * plugins/class-inheritance/plugin.c,
8116         plugins/symbol-browser/plugin.c: Added stock icons.
8117         
8118         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
8119         plugins/build-basic-autotools/executer.c,
8120         plugins/build-basic-autotools/executer.h: Added missing files
8121         for the execute programs implementation.
8123 2005-04-26  Naba Kumar  <naba@gnome.org>
8124         
8125         * TODO.tasks: Updated.
8127         * plugins/file-loader/plugin.c,
8128         plugins/project-import/anjuta-project-import.plugin.in,
8129         plugins/project-import/plugin.c,
8130         plugins/project-import/project-import.c,
8131         plugins/project-import/project-import.h: Be able to import older
8132         anjuta projects.
8134 2005-04-26  Naba Kumar  <naba@gnome.org>
8136         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
8137         removing it from the shell.
8139         * libanjuta/anjuta-shell.c,
8140         libanjuta/anjuta-shell.h,
8141         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
8142         so that widget additions are freezed or thaw using a pending queue.
8143         Fixded UI flicker while loading projects.
8145 2005-04-26  Naba Kumar  <naba@gnome.org>
8147         * TODO.tasks: Updated.
8148         
8149         * libanjuta/interfaces/libanjuta.idl: Added execute method for
8150         IAnjutaBuildable interface.
8151         
8152         * plugins/build-basic-autotools/Makefile.am,
8153         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
8154         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
8155         plugins/build-basic-autotools/build-basic-autotools.c,
8156         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
8157         interface and UI for executing project/file programs. Implemented
8158         IAnjutaFile interface so that executables could be opened directly.
8159         
8160         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
8161         Authors line (Reserved for external plugins, which do not have a way to
8162         show their credits).
8163         
8164         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
8165         [File Loader] group for menu labels (default to "Name" if it is not
8166         defined.
8167         
8168         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
8169         for executing external commands.
8171 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
8173         * plugins/project-wizard/property.c:
8174         Correct a memory leak
8176         * libanjuta/interfaces/libanjuta.idl,
8177         plugins/editor/text_editor.c:
8178         Add erase_all and replace_selection function to IAnjutaEditor
8180         * plugins/tools/anjuta-tools.glade,
8181         plugins/tools/fileop.c,
8182         plugins/tools/editor.c,
8183         plugins/tools/tool.c
8184         plugins/tools/tool.h:
8185         Add shortcut and icon 
8187         * plugins/tools/variable.c,
8188         plugins/tools/variable.h:
8189         Add a variable asking parameters at run time
8191         * plugins/tools/execute.c:
8192         Add a warning message for missing document manager
8193         Add replace buffer and replace selection output
8194         Correct an error in popup output
8196         * plugins/tools/plugin.c,
8197         plugins/tools/plugin.h,
8198         plugins/tools/anjuta-tools.ui,
8199         src/anjuta.ui:
8200         Few clean up
8201         Attach tools menu to a new place
8203 2005-04-25  Naba Kumar  <naba@gnome.org>
8205         * libanjuta/plugins.c, src/about.c, src/about.h,
8206         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
8207         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
8208         plugins (about box for plugins) menu.
8210 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8212         *  plugins/editor/search-replace.c :
8213         Displayed full path in Search pane window. 
8214         Bug 300231 : Selected line in Search pane window .
8215                 
8216 2005-04-23  Naba Kumar  <naba@gnome.org>
8218         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
8220 2005-04-22  Naba Kumar  <naba@gnome.org>
8222         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
8223         
8224         * plugins/project-wizard/templates/java.wiz,
8225         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
8226         to create bytecodes (.class) files.
8227         
8228         * plugins/symbol-browser/an_symbol_info.c,
8229         plugins/symbol-browser/an_symbol_info.h,
8230         plugins/symbol-browser/an_symbol_search.c,
8231         plugins/symbol-browser/an_symbol_view.c,
8232         plugins/symbol-browser/plugin.c,
8233         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
8234         in file symbol list.
8236 2005-04-22  Naba Kumar  <naba@gnome.org>
8238         * TODO.tasks: Updated.
8239         
8240         * plugins/class-inheritance/Makefile.am,
8241         plugins/subversion/Makefile.am: Do not install plugin files when
8242         plugin build condition is false.
8243         
8244         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
8245         plugins/build-basic-autotools/build-basic-autotools.c,
8246         plugins/build-basic-autotools/build-basic-autotools.h,
8247         plugins/file-loader/anjuta-loader-plugin.ui,
8248         plugins/file-loader/dnd.c,
8249         plugins/file-loader/plugin.c,
8250         plugins/file-loader/plugin.h,
8251         plugins/project-manager/anjuta-project-manager.ui,
8252         plugins/project-manager/plugin.c: Added open file and build context
8253         menu in project manager context menu.
8255 2005-04-22  Naba Kumar  <naba@gnome.org>
8257         * configure.in: Added message output showing conditional plugins to
8258         build or not.
8259         
8260         * src/layout.xml: Added layout for class-inheritance plugin widget.
8261         
8262         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
8263         plugin name to remove redundant terms.
8264         
8265         * TODO.tasks: Updated.
8266         
8267         * configure.in,
8268         plugins/symbol-browser/Makefile.am,
8269         plugins/symbol-browser/an_symbol_view.c,
8270         (removed) plugins/symbol-browser/sv_class.xpm,
8271         (removed) plugins/symbol-browser/sv_function.xpm,
8272         (removed) plugins/symbol-browser/sv_macro.xpm,
8273         (removed) plugins/symbol-browser/sv_private_fun.xpm,
8274         (removed) plugins/symbol-browser/sv_private_var.xpm,
8275         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
8276         (removed) plugins/symbol-browser/sv_protected_var.xpm,
8277         (removed) plugins/symbol-browser/sv_public_fun.xpm,
8278         (removed) plugins/symbol-browser/sv_public_var.xpm,
8279         (removed) plugins/symbol-browser/sv_static_fun.xpm,
8280         (removed) plugins/symbol-browser/sv_static_var.xpm,
8281         (removed) plugins/symbol-browser/sv_struct.xpm,
8282         (removed) plugins/symbol-browser/sv_unknown.xpm,
8283         (removed) plugins/symbol-browser/sv_variable.xpm,
8284         (added) plugins/symbol-browser/images/.cvsignore,
8285         (added) plugins/symbol-browser/images/Icons.16x16.Class,
8286         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
8287         (added) plugins/symbol-browser/images/Icons.16x16.Field,
8288         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
8289         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
8290         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
8291         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
8292         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
8293         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
8294         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
8295         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
8296         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
8297         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
8298         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
8299         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
8300         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
8301         (added) plugins/symbol-browser/images/Icons.16x16.Method,
8302         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
8303         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
8304         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
8305         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
8306         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
8307         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
8308         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
8309         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
8310         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
8311         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
8312         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
8313         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
8314         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
8315         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
8316         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
8317         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
8318         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
8319         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
8320         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
8321         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
8322         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
8323         pixmaps and added new icons (taken from monodevelop).
8325 2005-04-21  Naba Kumar  <naba@gnome.org>
8327         Patch from  Massimo Cora <maxcvs@email.it>:
8329         * configure.in, plugins/Makefile.am
8330         (new) plugins/class-inheritance/.cvsignore,
8331         (new) plugins/class-inheritance/Makefile.am,
8332         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
8333         (new) plugins/class-inheritance/class-inherit.c,
8334         (new) plugins/class-inheritance/class-inherit.h,
8335         (new) plugins/class-inheritance/plugin.c,
8336         (new) plugins/class-inheritance/plugin.h,
8337         (new) plugins/class-inheritance/class-inheritance.png: Added class
8338         inheritance plugin.
8339         
8340         Changes by naba: Added pkgconfig check for graphviz and conditionally
8341         build graphviz.
8342         
8343         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
8345 2005-04-20  Naba Kumar  <naba@gnome.org>
8347         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
8348         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
8349         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
8350         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
8351         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
8352         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
8353         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
8354         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
8355         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
8356         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
8357         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
8358         
8359         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
8360         message view management.
8362         * libanjuta/anjuta-children.[ch],
8363         plugins/build-basic-autotools/build-basic-autotools.c,
8364         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
8365         Removed anjuta_children_init() function,
8366         because it is done automatically when first invoked. Introduced
8367         anjuta_children_recover() to recover the child signalling. Fixed
8368         child exit management to correctly recover the exit status.
8369         
8370         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
8371         to properly shutdown the launcher and to kill the running process
8372         (without emitting any signal).
8373         
8374         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
8375         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
8376         gdb and program instance.
8378 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8380         * plugins/editor/search-replace.c :
8381         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
8383 2005-04-18  Naba Kumar  <naba@gnome.org>
8385         * TODO.tasks: Marked completed items.
8386         
8387         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
8388         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
8389         plugins/project-manager/plugin.c: Prompt user for the debugging
8390         target (select from a list of project's executable targets) and
8391         correctly start debugger. Take care of libtool wrapping when the
8392         target selected is libtool target. Fixed debugger menu items
8393         sensitivity.
8395 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
8397         * plugins/tools/execute.c,
8398         plugins/tools/execute.h:
8399         Implement save all files before running a command
8400         Implement all options for stdout and stderr except replace buffer
8401         Allow running several tools
8403         * plugins/tools/plugin.c:
8404         Move anjuta launcher in execute.c
8406         * plugins/tools/tools.h,
8407         plugins/tools/variable.c:
8408         Small changes
8410 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
8412         * plugins/tools/anjuta-tools.glade:
8413         Add new properties in tool editor dialog
8414         Cosmetic improvements
8415         
8416         * plugins/tools/anjuta-tools.ui:
8417         Attach tool menu as a build menu
8419         * plugins/tools/dialog.c:
8420         Set tool menu item sensitivity in tool list
8421         Fix bugs
8423         * plugins/tools/editor.c,
8424         plugins/tools/editor.h,
8425         plugins/tools/fileop.c,
8426         plugins/tools/tool.c,
8427         plugins/tools/tool.h:
8428         Add new properties (active, save file...)
8429         Most of them are still not implemented
8431         * plugins/tools/execute.c,
8432         plugins/tools/execute.h:
8433         Reorganize code to support multiple run
8434         Support run in terminal
8435         
8436         * plugins/tools/plugin.c
8437         plugins/tools/plugin.h:
8438         Move message handling in execute.c
8440         * plugins/tools/variable.h,
8441         plugins/tools/variable.c:
8442         Add useful variables
8443         
8444 2005-04-13  Naba Kumar  <naba@gnome.org>
8446         * plugins/editor/text_editor.c: Fixed file monitoring condition.
8447         * plugins/editor/Makefile.am: Added gnome-vfs flags.
8448         
8449 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8451         * plugins/tools/dialog.c plugins/tools/tool.c :
8452         Fixed bugs.
8454 2005-04-06  Naba Kumar  <naba@gnome.org>
8456         * src/anjuta.c: Load default session only when
8457         "anjuta.session.load.last" preference is enabled.
8458         
8459 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
8461         * plugins/tools/Makefile.am,
8462         plugins/tools/variable.c,
8463         plugins/tools/variable.h:
8464         Add new code for handling variables
8466         * plugins/tools/anjuta-tools.glade:
8467         Improve tool editor dialog
8468         Add variable selection dialog
8470         * plugins/tools/dialog.c,
8471         plugins/tools/dialog.h,
8472         plugins/tools/plugin.c,
8473         plugins/tools/plugin.h:
8474         Add variable object
8475         Add a function to get it
8477         * plugins/tools/editor.c:
8478         Add gui code for variable selection dialog
8480         * plugins/tools/execute.c:
8481         Use variables for executing command
8482         
8483         * Naba: Compile warning fixes.
8485 2005-04-06  Naba Kumar  <naba@gnome.org>
8487         * TODO.tasks: Marked completed items.
8488         
8489 2005-04-06  Naba Kumar  <naba@gnome.org>
8491         * plugins/subversion/svn-backend.c: Fixed subversion plugin
8492         compile error.
8493         
8494         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
8496 2005-04-04  Naba Kumar  <naba@gnome.org>
8498         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
8499         inside Main window.
8500         
8501 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
8503         * plugins/tools/Makefile.am,
8504         plugins/tools/anjuta-tools.plugin.in,
8505         plugins/tools/anjuta-tools.ui,
8506         plugins/tools/anjuta-tools.gladei,
8507         plugins/tools/anjuta-tools-plugin.png,
8508         plugins/tools/plugin.c,
8509         plugins/tools/plugin.h,
8510         plugins/tools/dialog.c,
8511         plugins/tools/dialog.h,
8512         plugins/tools/fileop.c,
8513         plugins/tools/fileop.h,
8514         plugins/tools/tool.c,
8515         plugins/tools/tool.h,
8516         plugins/tools/editor.c,
8517         plugins/tools/editor.h,
8518         plugins/tools/execute.c,
8519         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
8520         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
8521         Not fully working
8523         * anjuta-tools.[ch]: Removed old tools code.
8524         
8525 2005-04-01  Steve Murphy  <murf@e-tools.com>
8527         * configure.in: Added "rw" to ALL_LINGUAS.
8529 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8531         * Modified Files:
8532         manuals/C/anjuta-manual/fileoperations.xml
8533         Added Files:
8534         manuals/C/anjuta-manual/figures/search_expr.png
8535         manuals/C/anjuta-manual/figures/search_expr_basic.png
8536         manuals/C/anjuta-manual/figures/search_file_list.png
8537         manuals/C/anjuta-manual/figures/search_file_pattern.png
8538         manuals/C/anjuta-manual/figures/search_replace.png
8539         manuals/C/anjuta-manual/figures/search_setting.png
8540         manuals/C/anjuta-manual/figures/search_target.png
8541         manuals/C/anjuta-manual/figures/search_target_action.png
8542         manuals/C/anjuta-manual/figures/search_target_in.png
8543         Removed Files:
8544         manuals/C/anjuta-manual/figures/find_files.png
8545         manuals/C/anjuta-manual/figures/find_replace.png
8546         manuals/C/anjuta-manual/figures/find_text.png :
8547         Updated Anjuta manual (File Operations)
8549 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8551         * manuals/C/anjuta-manual/fileoperations.xml,
8552         manuals/C/anjuta-manual/figures/open_file.png,
8553         manuals/C/anjuta-manual/figures/open_file_multiple.png,
8554         manuals/C/anjuta-manual/figures/prefs_print.png,
8555         manuals/C/anjuta-manual/figures/print_dlg.png,
8556         manuals/C/anjuta-manual/figures/print_preview.png.
8557         * Added Files:
8558         manuals/C/anjuta-manual/figures/add_edit_macro.png,
8559         manuals/C/anjuta-manual/figures/display_macro.png,
8560         manuals/C/anjuta-manual/figures/insert_text.png,
8561         manuals/C/anjuta-manual/figures/keyword_macro.png,
8562         manuals/C/anjuta-manual/figures/new_file_wizard.png,
8563         manuals/C/anjuta-manual/figures/save_as_file.png :
8564         Updated Anjuta Manual (File Operations)
8566 2005-03-23  Adam Weinberger  <adamw@gnome.org>
8568         * plugins/editor/action-callbacks.c,
8569           plugins/file-loader/plugin.c,
8570           plugins/gtodo/main.c,
8571           plugins/project-wizard/druid.c:
8572           Fix spelling/grammar errors. Fixes bugs
8573           169068, 169137, 169138, and 169139.
8575 2005-03-21  Naba Kumar  <naba@gnome.org>
8577         Patch from: Massimo Cora' <maxcvs@email.it>:
8578         
8579         * plugins/editor/Makefile.am
8580         plugins/editor/anjuta-docman.c,
8581         (added) plugins/editor/editor-tooltips.c,
8582         (added) plugins/editor/editor-tooltips.h: Added tooltips to
8583         editor tabs to show full path.
8585 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
8586         
8587         * plugins/subversion/svn-backend.c:
8588         Removed "apr-0/" from include because this is 
8589         already included in SVN_INCLUDE and broke building if
8590         apr >= 1.0 was installed.
8592 2005-03-18  Naba Kumar  <naba@gnome.org>
8594         Patch from: Massimo Cora' <maxcvs@email.it>:
8596         * plugins/editor/action-callbacks.c,
8597         plugins/editor/aneditor-calltip.cxx,
8598         plugins/editor/aneditor-priv.h,
8599         plugins/editor/aneditor.cxx,
8600         plugins/editor/aneditor.h,
8601         plugins/editor/anjuta-document-manager.ui: Added calltip
8602         activation from menu.
8604 2005-03-16  Naba Kumar  <naba@gnome.org>
8606         Patch from: Massimo Cora' <maxcvs@email.it>:
8607         
8608         * plugins/class-gen/action-callbacks.c,
8609         plugins/class-gen/anjuta-class-gen-plugin.glade,
8610         plugins/class-gen/class_gen.c,
8611         plugins/class-gen/class_gen.h,
8612         plugins/class-gen/class_logo.xpm,
8613         plugins/class-gen/plugin.c: Create files without project
8614         being open. Add to project support. And other enhancements.
8616 2005-03-15  Adam Weinberger  <adamw@gnome.org>
8618         * anjuta.glade,
8619           plugins/debug-manager/utilities.c,
8620           plugins/file-loader/plugin.c,
8621           plugins/gdb/utilities.c,
8622           plugins/profile-default/plugin.c,
8623           plugins/project-import/project-import.c,
8624           src/anjuta-actions.h:
8625           Spelling/grammar fixes.
8627 2005-03-13  Naba Kumar  <naba@gnome.org>
8628         
8629         * plugins/editor/action-callbacks.c,
8630         plugins/editor/action-callbacks.h,
8631         plugins/editor/anjuta-document-manager.ui,
8632         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
8633         submenu. Moved menuitems from Format to View->Editor.
8634         
8635         * src/action-callbacks.c, src/action-callbacks.h,
8636         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
8637         layout and lock layout menus in View submenu. Get rid of
8638         Settings->Layout Manager menu.
8639         
8640         * plugins/project-import/anjuta-project-import.plugin.in:
8641         Fixed icon name
8643         * global-tags/Makefile.am,
8644         global-tags/create_global_tags.sh,
8645         plugins/editor/aneditor-autocomplete.cxx,
8646         plugins/editor/aneditor-priv.h,
8647         plugins/editor/aneditor.cxx,
8648         tagmanager/tm_workspace.c: Fixed scope members autocompletion
8649         in editor and made it work in global symbols also.
8650         
8651         * src/anjuta-app.c: Always use priority texts besides icons style
8652         for toolbars, because other styles look horible for Anjuta (fixme).
8654 2005-03-11  Naba Kumar  <naba@gnome.org>
8656         * configure.in: Removed test for iconv.
8658         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
8659         before scintilla widget is realized.
8660         
8661         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
8662         for Update menuitem.
8663         
8664         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
8665         already applied in scintilla main stream.
8666         
8667         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
8668         and notified scintilla developer.
8669         
8670 2005-03-10  Naba Kumar  <naba@gnome.org>
8672         * src/action-callbacks.c: Removed reference to src/help.h (dead
8673         file).
8675         * plugins/editor/text_editor.c: Removed reference to
8676         src/launcher.h (a dead file).
8678         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
8679         src/controls.c, src/controls.h, src/fileselection.c,
8680         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
8681         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
8682         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
8683         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
8684         src/session.h, src/support.c, src/support.h, src/toolbar.c,
8685         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
8686         Removed these dead files from CVS.
8689 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8691         * plugins/file-wizard/action-callbacks.c : Added error message.
8692         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
8695 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
8696         
8697         * plugins/cvs-plugin/cvs-callbacks.c
8698         plugins/cvs-plugin/plugin.c:
8699         Fixed preferences page init and busy handling
8700         
8701         * plugins/subversion/plugin.c:
8702         Fixed preferences page init
8704 2005-03-09  Naba Kumar  <naba@gnome.org>
8706         * plugins/Makefile.am, plugins/glade/Makefile.am,
8707         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
8708         enabled glade plugin in Anjuta. The plugin is built only when
8709         glade3 is installed.
8710         
8711 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
8713         * plugins/project-wizard/templates/java.wiz
8714         plugins/project-wizard/templates/java-logo.png (*)
8715         plugins/project-wizard/templates/java/*
8716         plugins/project-wizard/templates/Makefile.am
8717         configure.in:
8718         
8719         Add Java project type. It generates a autoconf/automake
8720         project which is compiled using gcj. It requires automake 
8721         > 1.4 (1.9 is known to work) to work!
8722         
8723         (*) still awaiting response from the gcj team if we
8724         may use their logo.
8725         
8726 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
8727         
8728         * plugins/project-import/*
8729         plugins/Makefile.am
8730         configure.in:
8731         Added project import plugin. Might be a bit buggy and limited
8732         but works for now.
8733         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
8734         Icon from old pixmaps dir
8736 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8738         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
8739         plugins/macro/macro-util.c, plugins/macro/macros.xml :
8740         Added C Custom_Indent line macro.
8741         Cleaned macros.xml
8743 2005-03-09  Naba Kumar  <naba@gnome.org>
8745         * TODO.tasks: Added new message-manager tasks.
8746         
8747         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
8748         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
8749         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
8750         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
8751         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
8752         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
8753         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
8754         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
8755         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
8756         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
8757         
8758         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
8759         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
8760         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
8761         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
8762         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
8763         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
8764         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
8765         Removed debugger widgets from shell on debugger shutdown. Added
8766         scrolled windows for docked widgets. Removed unnecessary widget refs
8767         and unrefs. Destroy widgets correctly on debugger shutdown.
8768         
8769         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
8770         with project description title. Removed frame shadow.
8771         
8772         * plugins/project-wizard/druid.c: Initializes tooltips.
8773         
8774         * scintilla/Makefile.am: Fixed comiple error.
8776 2005-03-08  Adam Weinberger  <adamw@gnome.org>
8778         * plugins/class-gen/anjuta-class-gen-plugin.glade,
8779           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
8781 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8783         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
8784         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
8785         plugins/macro/macro-util.c, plugins/macro/macro-util.h
8786         plugins/macro/macros.xml, plugins/macro/plugin.c :
8787         Moved cursor at the '|' position defined in macros.
8789 2005-03-07  Naba Kumar  <naba@gnome.org>
8791         * plugins/subversion/Makefile.am: Fixed build error.
8793         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
8794         types (perl, python, shellscript).
8795         
8796         * plugins/editor/plugin.c: Fixed to show all highlight options.
8797         
8798 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8800         * TODO.tasks : updated tasks.
8801         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
8803 2005-03-07  Naba Kumar  <naba@gnome.org>
8805         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
8806         or disable subversion file-manager submenu. If "Subvesion" is also
8807         valid directory, we should also check for it.
8809         * configure.in: Disable cygwin macro until someone fixes the
8810         autoconf warnings.
8811         
8812         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
8813         backward compatibility.
8814         
8815 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8817         * src/about.c : Cleaned code.
8818         * plugins/macro/macros.xml : Added "do_while" C macro.
8819         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
8820         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
8821         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
8822         Closed registers, shared libraries, kernel signals dialogs with ESC key.
8823         
8824 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
8826         * plugins/class-gen/plugin.c:
8827         Removed "return" to activate project_root_uri watching.
8829 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
8831         * plugins/Makefile.am
8832         plugins/subversion/*:
8833         Added subversion plugin. Add, Remove, Commit and Update work
8834         everything else needs work.
8835         
8836         * plugins/terminal/terminal.c
8837         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
8838         we still have focus problems with the editor.
8840 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8842         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
8843         
8844 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8846         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
8848 2005-03-04  Naba Kumar  <naba@gnome.org>
8850         Patch from Massimo Cora' <maxcvs@email.it>:
8852         * plugins/class-gen/Makefile.am,
8853         plugins/class-gen/action-callbacks.c,
8854         plugins/class-gen/action-callbacks.h,
8855         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
8856         plugins/class-gen/anjuta-class-gen.plugin.in,
8857         plugins/class-gen/class_gen.c,
8858         plugins/class-gen/class_gen.h,
8859         (removed) plugins/class-gen/clsGen.c,
8860         (added) plugins/class-gen/goc_template_header,
8861         (added) plugins/class-gen/goc_template_source,
8862         plugins/class-gen/plugin.c,
8863         plugins/class-gen/plugin.h: Refactored class gen code.
8864         Added GOCBuilder code. Fixed UI. Implemented plugin.
8866 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
8868         * plugins/project-wizard/property.c
8869         plugins/project-wizard/install.c
8870         plugins/project-wizard/druid.c
8871         plugins/editor/goto_line.c
8872         plugins/editor/plugin.c
8873         plugins/gtodo/add_edit_item.c
8874         plugins/gtodo/ligtodo.c
8875         plugins/gtodo/main.c
8876         plugins/gtodo/preferences.c:
8877         Fixed #167559, #167534, #167266, #167357
8878         (Bad English in strings...)
8879         
8880         Thanks to Adam Weinberger and Thierry Moisan for
8881         reporting!
8883 2005-03-03  Naba Kumar  <naba@gnome.org>
8885         * libegg/Makefile.am, libegg/menu/Makefile.am,
8886         (added) libegg/egg-submenu-action.c,
8887         (added) libegg/menu/egg-submenu-action.h: Created a new action for
8888         submenu (used for wizard listing).
8889         
8890         * plugins/file-loader/anjuta-loader-plugin.ui
8891         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
8892         and toolbar.
8893         
8894         * plugins/editor/action-callbacks.c,
8895         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
8896         ctrl+tabbing because it was interfaring with focus navigation.
8897         Focus editor on "Esc" in incremental search entry. Cleanups.
8898         
8899         * plugins/file-manager/an_file_view.c,
8900         plugins/symbol-browser/plugin.c,
8901         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
8902         Cleanups.
8903         
8904         * plugins/profile-default/plugin.c,
8905         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
8906         for sesssion load.
8907         
8908         * (removed) scintilla/patches/a64-crash-fix.patch,
8909         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
8910         scintilla patches.
8912 2005-03-03  Naba Kumar  <naba@gnome.org>
8914         * HACKING: Fixed typos.
8915         
8916         * plugins/editor/aneditor-indent.cxx: Clean up.
8917         
8918         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
8919         Enable/disable save, undo and redo actions depending on state
8920         of the editor.
8921         
8922 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8924         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
8925         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
8926         Displayed search_incremental status.
8928         * Removed plugins/editor/search_incremental.[ch]
8930 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
8931         
8932         * plugins/cvs-plugin/cvs-execute.c
8933         plugins/cvs-plugin/cvs-callbacks.c:
8934         - Use weak reference on mesg_view and reuse tab if
8935         it still exists to avoid cluttering message manager.
8936         - Fixed bug in cvs remove
8937         
8938         README, HACKING: Updated
8939         
8940         configure.in: Added check for libsvn
8942 2005-02-29  Naba Kumar  <naba@gnome.org>
8943         
8944         * plugins/file-manager/an_file_view.c,
8945         plugins/symbol-browser/an_symbol_view.c,
8946         plugins/symbol-browser/plugin.c: Hide column headers (they
8947         are redundant).
8949 2005-02-29  Naba Kumar  <naba@gnome.org>
8951         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
8952         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
8953         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
8954         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
8955         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
8956         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
8957         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
8958         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
8959         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
8960         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
8962         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
8963         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8964         (added) libanjuta/anjuta-session.[hc],
8965         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
8966         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8967         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
8968         src/main.c:
8969         
8970         Implemented session management. Implemented session
8971         container class. Added session notifications from shell. Implemented
8972         session save/load in editor, file-loader, default-profile-plugin
8973         and anjuta-app. Fixed window sizing and restoration. Cleaned up
8974         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
8975         and maximized states in session. Implemented project session
8976         management.
8978 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
8980         * plugins/class-gen/action-callbacks.[ch],
8981         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
8982         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
8983         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
8984         with Escape key.
8986 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
8987         
8988         * plugins/project-wizard/anjuta-project-wizard.glade,
8989         plugins/project-wizard/druid.c:
8990         Add some padding in tab label in project selection page
8991         
8992         * plugins/project-wizard/druid.c,
8993         plugins/project-wizard/parser.c:
8994         Search for project template recursively
8995         Add ~/.anjuta/project to the search paths
8997 2005-02-26  Naba Kumar  <naba@gnome.org>
8999         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
9000         * plugins/file-loader/plugin.c: Fixed crash bug.
9001         * libanjuta/plugins.c: Fixed memory leak.
9002         
9003 2005-02-26  Naba Kumar  <naba@gnome.org>
9004         
9005         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
9006         "UserActivatable" attribute for plugins. This attribute if set to
9007         "no" will prevent users from activating/deactivating it from
9008         plugins dialog. Added a toggle button in plugins dialog to toggle
9009         the plugins list between list of activatable plugins (default) to
9010         list of all plugins. anjuta_plugin_select() now only selects the
9011         plugin. Added anjuta_plugins_select_and_activate() method that will
9012         select and activate it.
9013         
9014         * plugins/profile-default/Makefile.am,
9015         plugins/profile-default/anjuta-default-profile.ui,
9016         plugins/profile-default/plugin.c,
9017         plugins/profile-default/plugin.h,
9018         plugins/project-manager/anjuta-project-manager.ui,
9019         plugins/project-manager/plugin.c,
9020         plugins/project-manager/plugin.h:
9021         
9022         Anjuta projects (*.anjuta) files define the profile of respective
9023         projects. Profile is a set of related plugins required for the
9024         project to open. Moved "close project" action from Project Manager
9025         to Profile Manager plugin. Implemented loading and unloading of
9026         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
9027         (instead of Project Manager) now handles opening of *.anjuta files.
9028         Close Project menuitem is now moved to File submenu (being
9029         consistent with Anjuta 1.x versions and avoiding creating Project
9030         submenu when project manager is not loaded).
9031         
9032         * src/anjuta-actions.h: Fixed short-cut key for Help content.
9033         
9034         * src/anjuta.ui: Fixed place holder for projects.
9035         
9036         * (new) plugins/profile-default/default.anjuta: default startup
9037         profile. Removed the hardcoded plugins loading in
9038         DefaultProfilePlugin.
9040         * anjuta.anjuta,
9041         plugins/project-wizard/templates/terminal/project.anjuta:
9042         Implemented project format in newly created projects.
9044         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
9045         plugins/class-gen/anjuta-class-gen.plugin.in,
9046         plugins/cvs-plugin/anjuta-cvs.plugin.in,
9047         plugins/editor/anjuta-document-manager.plugin.in,
9048         plugins/file-loader/anjuta-loader.plugin.in,
9049         plugins/file-wizard/anjuta-file-wizard.plugin.in,
9050         plugins/gdb/anjuta-gdb.plugin.in,
9051         plugins/glade/anjuta-glade.plugin.in,
9052         plugins/message-view/anjuta-message-manager.plugin.in,
9053         plugins/profile-default/anjuta-default-profile.plugin.in,
9054         plugins/project-manager/anjuta-project-manager.plugin.in,
9055         plugins/project-wizard/anjuta-project-wizard.plugin.in:
9056         Defined UserActivatable attributes. Added supported types attribute.
9058         * plugins/project-wizard/anjuta-project-wizard.glade
9059         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
9060         "Project Wizard" in preferences title.
9062         * TODO.tasks: Updated.
9063         
9064         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
9065         Updated.
9066         
9067 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9069         * plugins/file-wizard/anjuta-file-wizard.glade
9070         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
9071         
9072         Integrated License macros, cleaned file.c.
9073         
9074 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
9075         
9076         * plugins/macor/macro-util.c: Fixed crash bugs if email or
9077         username can not be found correctly.
9079 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9081         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
9082         plugins/macro/macros.xml :
9083         
9084         Added Headers macros. Cleaned file.c
9086 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9088         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
9089         plugins/macro/macros.xml :
9090         
9091         Fixed a bug. Added Header macro.
9093         
9094 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9096         * plugins/file-wizard/action-callbacks.c, 
9097         plugins/file-wizard/file.c, plugins/macro/macro-util.c
9098         plugins/macro/macros.xml :
9099         
9100         Added FileName, Header template macros.
9101         
9102 2005-02-24  Naba Kumar  <naba@gnome.org>
9103         
9104         * plugins/patch/patch-plugin.c: Fixed a function call.
9105         
9106         * src/anjuta.c, src/main.c: Save and load default session.
9107         
9108 2005-02-24  Naba Kumar  <naba@gnome.org>
9110         * libanjuta/interfaces/libanjuta.idl,
9111         plugins/message-view/anjuta-msgman.c,
9112         plugins/message-view/anjuta-msgman.h,
9113         plugins/message-view/plugin.c: Added and implemented
9114         set_view_title() method.
9115         
9116         * plugins/build-basic-autotools/build-basic-autotools.c,
9117         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
9118         build context pooling. Maximum 3 contexts are reused. Additional
9119         contexts are created when all are busy.
9121 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9123         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
9124         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
9125         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
9126         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
9128         Added Copyright, Changelog macros.
9129                 
9130 2005-02-23  Naba Kumar  <naba@gnome.org>
9132         Patch from Massimo Cora' <maxcvs@email.it>:
9133         * plugins/Makefile.am,
9134         plugins/patch/Makefile.am,
9135         (added) plugins/patch/anjuta-patch-plugin.png,
9136         (added) plugins/patch/anjuta-patch.plugin.in,
9137         (added) plugins/patch/anjuta-patch.ui,
9138         plugins/patch/patch-plugin.c,
9139         (added) plugins/patch/patch-plugin.h,
9140         (added) plugins/patch/plugin.c,
9141         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
9142         architecture.
9144 2005-02-23  Naba Kumar  <naba@gnome.org>
9146         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
9147         file-loader/plugin.c, profile-default/plugin.c:
9148         Implemented "activated" and "deactivated" signals for plugin class.
9149         Renamed *_location() functions to *_id(), because location is
9150         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
9151         anjuta_plugins_unload_plugin().
9152         
9153         * class-gen/plugin.c: Fixed complier warning and utility function call.
9154         
9155         * debug-manager/plugin.c: Unload debugger plugin correctly.
9156         
9157         * project-manager/plugin.c:     Fixed compiler warnings.
9158         
9159         * plugins/project-wizard/templates/gnome/.cvsignore,
9160         plugins/project-wizard/templates/gnome/po/.cvsignore,
9161         plugins/project-wizard/templates/gnome/src/.cvsignore,
9162         plugins/project-wizard/templates/gtk/po/.cvsignore,
9163         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
9164         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
9165         
9166         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
9167         build (we need to fix this thing).
9168         
9169 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
9171         * plugins/macro/macro-action.[ch]
9172         plugins/macro/macro-edit.c
9173         plugins/macro/macro-dialog.c
9174         plugins/macro/macro-db.[ch]
9175         plugins/macro/plugin.[ch]
9176         plugins/macro/macro-util.[ch] (added)
9177         
9178         Cleaned up macro plugin and preview expanded macros.
9180 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
9182         * plugins/cvs-plugin/cvs-interface.c:
9184         Fixed option setting when using no compression and not 
9185         ignoring .cvsrc
9187 2005-02-23  Naba Kumar  <naba@gnome.org>
9188         
9189         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
9190         geometry on exit and startup (only if there is no geometry from the
9191         session).
9193         * TODO.tasks: Updated.
9194         
9195         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9196         
9197         * manuals/reference/libanjuta/Makefile.am,
9198         manuals/reference/libanjuta/libanjuta-docs.sgml,
9199         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
9200         documentation for writing project templates.
9202 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9204         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
9205         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
9206         
9207         Expansion keywords in macros. 
9209 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9211         * plugins/file-wizard/action-callbacks.c,
9212         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
9213         plugins/macro/macros.xml :
9214         
9215         Inserting text by macro plugin
9216         In progress ...
9218 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
9220         * plugins/macro/plugin.c
9221         plugins/cvs-plugin/plugin.c:
9222         
9223         Fixed interfaces (use static)
9225 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
9226         
9227         * plugins/macro/macro-actions.[ch]
9228         plugins/macro/plugin.c
9229         libanjuta/interfaces/libanjuta.idl:
9230         
9231         Implemented IAnjutaMacro interface to be used by file-wizard
9232         
9233         * plugins/cvs-plugin/plugin.c
9234         libanjuta/interfaces/libanjuta.idl:
9235         
9236         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
9237         for all version control systems and not only for cvs.
9239 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9241         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
9242         insert_macro.
9243         
9244         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
9247 2005-02-21  Naba Kumar  <naba@gnome.org>
9249         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
9250         IAnjutaDebugger interface.
9251         
9252         * plugins/debug-manager/anjuta-debug-manager.ui,
9253         plugins/debug-manager/attach_process.c,
9254         plugins/debug-manager/attach_process.h,
9255         plugins/debug-manager/plugin.c,
9256         plugins/debug-manager/plugin.h,
9257         plugins/gdb/actions.c,
9258         plugins/gdb/actions.h,
9259         plugins/gdb/anjuta-gdb-plugin.ui,
9260         plugins/gdb/breakpoints.c,
9261         plugins/gdb/breakpoints.h,
9262         plugins/gdb/debugger.c,
9263         plugins/gdb/debugger.h,
9264         plugins/gdb/memory.c,
9265         plugins/gdb/plugin.c,
9266         plugins/gdb/plugin.h,
9267         plugins/gdb/sharedlib.h,
9268         plugins/gdb/sharedlib_cbs.c,
9269         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
9270         correctly between debug-manager and debugger. Implemented debugger
9271         interface in gdb plugin. Fixed action names. Added UI updating.
9272         Start and stop debugger (does not work yet). Fixed UI merging.
9273         Fixed debugger plugin handling in debug-manager.
9275 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
9277         * plugins/editor/aneditor-autocomplete.cxx:
9278         
9279         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
9280         crash with C++ "template" keyword.
9282 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9284         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
9285         Fixed bug (Closed macro dialogs with Esc key).
9286         
9287 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
9288         
9289         * plugins/project-wizard/xlib.wiz,
9290         plugins/project-wizard/xlib-logo.png,
9291         plugins/project-wizard/xlib/*:
9292         Port old xlib anjuta project on new project wizard
9293         
9294         * plugins/project-wizard/xlib-dock.wiz,
9295         plugins/project-wizard/xlib-dock/*:
9296         Port old xlib dock anjuta project on new project wizard
9297         
9298         * plugins/project-wizard/wxwin.wiz,
9299         plugins/project-wizard/wxwin-logo.png,
9300         plugins/project-wizard/wxwin/*:
9301         Port old wxwin anjuta project on new project wizard
9302         
9303         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
9304         necessary changes for the new templates.
9305         
9306 2005-02-18  Naba Kumar  <naba@gnome.org>
9308         * plugins/Makefile.am: Added class-gen
9309         
9310 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
9312         * plugins/project-wizard/header.c:
9313         Fix a bug in sorting of project categories
9315 2005-02-18  Naba Kumar  <naba@gnome.org>
9317         Patch from Massimo Cora  <maxcvs@email.it>:
9318         
9319         * plugins/class-gen/.cvsignore,
9320         plugins/class-gen/Makefile.am,
9321         (added) plugins/class-gen/action-callbacks.c,
9322         (added) plugins/class-gen/action-callbacks.h,
9323         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
9324         (added) plugins/class-gen/class_gen.c,
9325         (added) plugins/class-gen/class_gen.h,
9326         (added) plugins/class-gen/plugin.c,
9327         (added) plugins/class-gen/plugin.h: Ported class wizard to the
9328         new architecture.
9329         
9330         * plugins/project-manager/plugin.c: implemented add_source().
9332 2005-02-17  Naba Kumar  <naba@gnome.org>
9334         * plugins/file-loader/plugin.c: Fixed possible crash.
9335         
9336         * src/action-callbacks.c, src/action-callbacks.h,
9337         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
9339 2005-02-17  Naba Kumar  <naba@gnome.org>
9340         
9341         * plugins/project-wizard/templates/anjuta-plugin.wiz,
9342         plugins/project-wizard/templates/gnome.wiz,
9343         plugins/project-wizard/templates/gtk.wiz,
9344         plugins/project-wizard/templates/gtkmm.wiz,
9345         plugins/project-wizard/templates/terminal.wiz,
9346         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9347         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
9348         plugins/project-wizard/templates/gnome/src/callbacks.c,
9349         plugins/project-wizard/templates/gnome/src/callbacks.h,
9350         plugins/project-wizard/templates/gnome/src/main.c,
9351         plugins/project-wizard/templates/gtk/src/callbacks.c,
9352         plugins/project-wizard/templates/gtk/src/callbacks.h,
9353         plugins/project-wizard/templates/gtk/src/main.c,
9354         plugins/project-wizard/templates/gtkmm/src/main.cc,
9355         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
9356         to generate licence correctly (without any extra newlines). Removed
9357         IncludeGNUHeader macro definition and added proper licence property.
9358         Fixed project directory paths in file contents.
9360 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9362         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
9363         Closed macro dialogs with Esc key.
9365 2005-02-16  Naba Kumar  <naba@gnome.org>
9367         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9368         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
9369         plugins/project-wizard/templates/gnome/src/callbacks.c,
9370         plugins/project-wizard/templates/gnome/src/callbacks.h,
9371         plugins/project-wizard/templates/gnome/src/main.c,
9372         plugins/project-wizard/templates/gtk/src/main.c,
9373         plugins/project-wizard/templates/gtkmm/src/main.cc,
9374         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
9375         macros to avoid blank newlines.
9377 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
9379         * plugins/project-wizard/autogen.c:
9380         Correct a problem when having property value in UTF-8
9382         * plugins/project-wizard/druid.c:
9383         Correct a bug when reselecting a new project (all pages
9384         must be removed)
9386         * plugins/project-wizard/property.c:
9387         Avoid having default invalid properties
9389         * plugins/project-wizard/templates/terminal.wiz,
9390         plugins/project-wizard/templates/terminal/po/ChangeLog,
9391         plugins/project-wizard/templates/terminal/src/main.c:
9392         Remove command for testing run function
9393         Move destination directory to second page and include
9394         project name. Add exist tag. Remove unused properties.
9396 2005-02-16  Naba Kumar  <naba@gnome.org>
9398         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
9399         plugins/debug-manager/anjuta-debug-manager.ui,
9400         plugins/debug-manager/plugin.c,
9401         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
9402         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
9403         plugins/gdb/plugin.h, plugins/gdb/registers.c,
9404         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
9405         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
9406         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
9407         (removed) src/anjuta_info.c,
9408         (removed) src/anjuta_info.h,
9409         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
9410         (added) plugins/gdb/anjuta-gdb-plugin.ui,
9411         (added) plugins/gdb/actions.c,
9412         (added) plugins/gdb/actions.h: Completed initial
9413         porting of debugger to new architecture. Fixed many of the debugger
9414         functions.
9416         * plugins/file-loader/plugin.c: Detect some important mime ourself
9417         to avoid inconsistencies when mime system isn't working.
9418         
9419 2005-02-16  Naba Kumar  <naba@gnome.org>
9421         * plugins/editor/Makefile.am,
9422         (added) plugins/editor/aneditor-autocomplete.cxx,
9423         (added) plugins/editor/aneditor-calltip.cxx,
9424         (added) plugins/editor/aneditor-indent.cxx,
9425         (added) plugins/editor/aneditor-priv.h,
9426         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
9427         different smaller chunks to make it easy to maintain.
9429 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9431         * plugins/project-wizard/druid.c :
9432         
9433         Found system Email address if not defined in Preferences.
9435 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
9436         
9437         * plugins/project-wizard/gtkmm.wiz
9438         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
9439         plugins/project-wizard/gtkmm/*
9440         
9441         Added GTKmm (C++) project type
9443 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
9445         * plugins/message-view/plugin.c
9446         plugins/message-view/message-view.c
9447         TODO.gtodo:
9448         Implemented next/prev action
9450 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9452         * plugins/project-wizard/templates/libglade2.* :
9453         Removed libglade2 project.
9454         
9455         * plugins/project-wizard/templates/gtk* :
9456         Removed interface.[ch] & support.[ch].
9457         
9458 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9460         * plugins/project-wizard/anjuta-project-wizard.glade,
9461         plugins/project-wizard/property.[ch],
9462         plugins/project-wizard/templates/anjuta-plugin.wiz :
9463         Added a new property ("iconfile").
9465 2005-02-14  Naba Kumar  <naba@gnome.org>
9467         * plugins/project-wizard/install.c,
9468         plugins/project-wizard/plugin.c,
9469         plugins/project-wizard/templates/anjuta-plugin.wiz,
9470         plugins/project-wizard/templates/gnome.wiz,
9471         plugins/project-wizard/templates/gtk.wiz,
9472         plugins/project-wizard/templates/libglade2.wiz,
9473         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
9474         newly created projects and open them. Fixed message buffering in
9475         wizard.
9477 2005-02-14  Naba Kumar  <naba@gnome.org>
9479         * src/about.c, pixmaps/Makefile.am,
9480         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
9481         
9482         * mime/gnome-mime-application-x-anjuta.png,
9483         pixmaps/anjuta_icon.png,
9484         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
9485         done by 9-speed at:
9486         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
9487         
9488 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9490         * configure.in,
9491         plugins/project-wizard/templates/libglade2-logo.png,
9492         plugins/project-wizard/templates/libglade2.wiz,
9493         plugins/project-wizard/templates/libglade2/* :
9494         Add Glade2 project
9497 2005-02-14  Naba Kumar  <naba@gnome.org>
9499         * TODO.tasks: Updated.
9500         
9501         * plugins/editor/anjuta-docman.c,
9502         plugins/editor/text_editor.c,
9503         plugins/editor/text_editor.h,
9504         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
9505         for file modification, but it is still not functioning.
9507 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
9509         * plugins/project-wizard/values.c,
9510         plugins/project-wizard/values.h,
9511         plugins/project-wizard/property.c,
9512         plugins/project-wizard/property.h,
9513         plugins/project-wizard/druid.c:
9514         Rewrite mandatory property check
9515         Add check of exist property
9516         Rewrite handling of cached property page
9518 2005-02-13  Naba Kumar  <naba@gnome.org>
9520         Patch from Igor Kovalenko  <garrison@mail.ru>:
9521         * tagmanager/tm_workspace.c: Improved performance.
9523 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9525         *plugins/project-wizard/templates/*.wiz,
9526         plugins/project-wizard/druid.c,
9527         plugins/project-wizard/templates/terminal/src/main.c,
9528         plugins/project-wizard/templates/gtk/src/*.[ch],
9529         plugins/project-wizard/templates/gtk/src/Makefile.am,
9530         plugins/project-wizard/templates/gnome/src/*.[ch],
9531         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
9532         Add Copyright date & Email address,
9533         Correct terminal project.
9534         
9535 2005-02-12  Naba Kumar  <naba@gnome.org>
9537         * plugins/project-wizard/property.c: Fixed hidden
9538         properties to take values.
9540         * plugins/project-wizard/file.[ch]: Renamed
9541         true/false enum values to fix compile error
9542         (conflict with other definition).
9543         
9544         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
9545         even when mime type detection fails (for example, when Anjuta is
9546         installed in non-system prefix).
9548 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
9550         * plugins/project-wizard/values.c,
9551         plugins/project-wizard/values.h:
9552         Rewrite file with more comments
9554         * plugins/project-wizard/druid.c,
9555         plugins/project-wizard/druid.h,
9556         plugins/project-wizard/autogen.c,
9557         plugins/project-wizard/autogen.h,
9558         plugins/project-wizard/druid.c,
9559         plugins/project-wizard/druid.h:
9560         Add more comments
9561         Use values instead of properties
9562         Move default properties to druid.c
9564         * plugins/project-wizard/install.c,
9565         plugins/project-wizard/install.h:
9566         Use values instead of properties
9567         Add a check to avoid overwriting files
9569         * plugins/project-wizard/parser.c,
9570         plugins/project-wizard/property.c,
9571         plugins/project-wizard/property.h:
9572         Update to use new values
9573         Add an "exist" attribute to check if a directory already exist
9575         * plugins/project-wizard/anjuta-project-wizard.glade:
9576         Change project selection page (GtkTextView => GtkLabel,
9577         GtkTable => GtkVBox)
9579         * plugins/project-wizard/templates/terminal.wiz:
9580         Move destination directory on second page
9581         
9582         * plugins/project-wizard/action.c:
9583         Add a few comments
9585 2005-02-12  Naba Kumar  <naba@gnome.org>
9587         * plugins/file-manager/an_file_view.c,
9588         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
9589         views. Created dynamic update date of view depending on project
9590         changes -- similar to file-manager view.
9591         
9592         * plugins/devhelp/plugin.c: Load help on idle.
9593         
9594         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
9595         autoformat' to proper location in preferences.
9596         
9597         * mime/anjuta.mime: Added .prj extension in the mime type for backward
9598         compatibility.
9599         
9600         * plugins/editor/plugin.c: Fixed accel name.
9602 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9604         *plugins/project-wizard/templates/anjuta-plugin.wiz,
9605         plugins/project-wizard/templates/gnome.wiz,
9606         plugins/project-wizard/templates/gtk.wiz,
9607         plugins/project-wizard/anjuta-project-wizard.glade,
9608         plugins/project-wizard/autogen.c:
9609         Add Username & Email address in Project preferences.
9611 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9613         *plugins/project-wizard/templates/gnome-logo.png,
9614         plugins/project-wizard/templates/gnome.wiz,
9615         plugins/project-wizard/templates/gnome/* :
9616         Add Gnome project
9618 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9620         * plugins/project-wizard/templates/terminal/src/main.c, 
9621         plugins/project-wizard/templates/terminal/src/main.c,
9622         plugins/project-wizard/templates/terminal/src/main.[ch] :
9623         Insert License in projects
9624         
9625 2005-02-11  Naba Kumar  <naba@gnome.org>
9627         * TODO.tasks: Added message manager task.
9628         
9629         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
9630         
9631         * plugins/editor/plugin.c: Use bookmark stock icons.
9632         
9633         * plugins/message-view/anjuta-message-manager.ui,
9634         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
9636 2005-02-10  Naba Kumar  <naba@gnome.org>
9638         * libanjuta/interfaces/libanjuta.idl: fixed build error.
9639         
9640 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9642         * global-tags/Makefile.am
9643         Error during 'make install'
9645 2005-02-09  Naba Kumar  <naba@gnome.org>
9647         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
9648         missing file.
9649         
9650 2005-02-08  Naba Kumar  <naba@gnome.org>
9652         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
9653         
9654         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
9655         Show busy cursur when updating global tags in preferences.
9657         * configure.in: Fixed.
9658         
9659 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9661         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
9662           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
9663          
9664         - Fixed anjuta-plugin project (glade)
9666 2005-02-08  Naba Kumar  <naba@gnome.org>
9668         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
9669         Fixed automatic indentations.
9671         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
9672         Global tags are now segregated into smaller api tags, which can be
9673         selectively loaded from symbol browser preferences.
9675         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
9676         Implemented IProjectManager interface in project-manager. Mostly getter
9677         methods for now, but need to add add() and remove() methods to add
9678         or remove project elements.
9680         * plugins/gdb/debug_tree.c: Small fix.
9682         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
9683         plugins/symbol-browser/an_symbol_info.c,
9684         plugins/symbol-browser/an_symbol_info.h,
9685         plugins/symbol-browser/an_symbol_search.c,
9686         plugins/symbol-browser/an_symbol_search.h,
9687         plugins/symbol-browser/an_symbol_view.c,
9688         plugins/symbol-browser/an_symbol_view.h,
9689         plugins/symbol-browser/plugin.c,
9690         plugins/symbol-browser/plugin.h,
9691         tagmanager/c.c,
9692         tagmanager/entry.h,
9693         tagmanager/tm_project.c,
9694         tagmanager/tm_symbol.c,
9695         tagmanager/tm_tag.c,
9696         tagmanager/tm_workspace.c,
9697         tagmanager/vstring.c,
9698         tagmanager/include/tm_tag.h,
9699         tagmanager/include/tm_workspace.h:
9700         
9701         - Fixed tagmanager parsing of source files to parse for typedefines and
9702         properly record element scopes. Implemented scope autocompletion
9703         (autocompletion on '.', '->', '::' and ':'. The functionality is not
9704         fully working. It was based on older patch for Anjuta 1.2.2 in SF
9705         patch list (author is unknown).
9706         - Implemented symbol-browser preferences for dynamically loading and
9707         saving tags API segments.
9708         - Fixed symbol-search to use tagmanager directly instead of depending
9709         on symbol-view for tags list.
9710         - Fixed symbol-view to create the tree using TMSymbol tree directly.
9711         - Fixed TMSymbol to create the complete tags tree instead of letting the
9712         symbol-view created the root nodes.
9713         - Changed project tags cache name to .tm_project2.cache because the
9714         newer format records additional scope information.
9715         
9716 2005-02-07  Naba Kumar  <naba@gnome.org>
9718         * plugins/editor/style-editor.c,
9719         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
9720         and GtkFontButton instead of deprecated widgets in
9721         style editor.
9722         
9723 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
9725         * plugins/project-wizard/action.c,
9726         plugins/project-wizard/action.h,
9727         plugins/project-wizard/autogen.c,
9728         plugins/project-wizard/autogen.h,
9729         plugins/project-wizard/file.c,
9730         plugins/project-wizard/file.h,
9731         plugins/project-wizard/install.c,
9732         plugins/project-wizard/install.h,
9733         plugins/project-wizard/parser.h,
9734         plugins/project-wizard/parser.c,
9735         plugins/project-wizard/property.c,
9736         plugins/project-wizard/property.h,
9737         plugins/project-wizard/plugin.h,
9738         plugins/project-wizard/plugin.c,
9739         plugins/project-wizard/values.c,
9740         plugins/project-wizard/values.h:
9741         Replace C++ comments by C comments
9743         * plugins/project-wizard/autogen.c,
9744         plugins/project-wizard/autogen.h:
9745         Add a run time check of autogen version.
9746         Add UserName variable.
9748         * plugins/project-wizard/anjuta-project-wizard.glade,
9749         plugins/project-wizard/header.c,
9750         plugins/project-wizard/druid.c,
9751         plugins/project-wizard/druid.h:
9752         Sort project in alphabetic order.
9753         Correct selection troubles in notebooks.
9755         * plugins/project-wizard/parser.c:
9756         Add some check when reading the project header block.
9758 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
9760         * plugins/project-wizard/action.c,
9761         plugins/project-wizard/action.h,
9762         plugins/project-wizard/autogen.c,
9763         plugins/project-wizard/autogen.h,
9764         plugins/project-wizard/file.c,
9765         plugins/project-wizard/file.h,
9766         plugins/project-wizard/install.c,
9767         plugins/project-wizard/parser.h,
9768         plugins/project-wizard/parser.c,
9769         plugins/project-wizard/property.c,
9770         plugins/project-wizard/property.h,
9771         plugins/project-wizard/values.c,
9772         plugins/project-wizard/values.h,
9773         Add a space between function name and open.
9775         * plugins/project-wizard/plugin.h,
9776         plugins/project-wizard/plugin.c,
9777         plugins/project-wizard/install.c,
9778         Avoid a crash if the user close the message view used by the .
9780         * plugins/project-wizard/anjuta-project-wizard,
9781         plugins/project-wizard/druid.c,
9782         plugins/project-wizard/druid.h,
9783         plugins/project-wizard/header.h,
9784         plugins/project-wizard/header.c,
9785         Add a text view with the description of each.
9786         Add a tab for each project.
9787         Replace some C++ comments to C comments.
9789 2005-02-05  Naba Kumar  <naba@gnome.org>
9791         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
9792         New icon from Sebastien Granjoux .
9793         
9794 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
9796         * libanjuta/anjuta-preferences.c:
9797         Set file property even without a focus out event (file selected 
9798         the browse dialog)
9800 2005-02-04  Naba Kumar  <naba@gnome.org>
9802         * plugins/glade/plugin.c: Fixed glade function calls.
9803         * configure.in: Fixed a typo.
9804         * TODO.tasks: Updated.
9806 2005-02-03  Naba Kumar  <naba@gnome.org>
9808         * plugins/project-manager/plugin.c: Fixed memory corruption.
9810         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
9811         build error.
9812         
9813         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
9814         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9815         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
9816         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9818         * libanjuta/interfaces/libanjuta.idl,
9819         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
9820         interface.
9821         
9822         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
9824         Patch from Massimo Cora <maxcvs@email.it>:
9825         * plugins/editor/plugin.c: Fixed update UI for created buffers.
9826         
9827 2005-02-01  Naba Kumar  <naba@gnome.org>
9829         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
9830         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9831         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
9832         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
9833         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
9834         from sourceforge -- a64 crash fixes (correct typing for GType)
9835         and fixes compile errors in sun.
9837         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
9838         paste (shift+insert) in terminal.
9840 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
9842         * configure.in: Add «nb» to ALL_LINGUAS.
9844 2005-02-01  Naba Kumar  <naba@gnome.org>
9846         * TODO.tasks, TODO: Updated todo tasks.
9847         
9848         * plugins/editor/anjuta-document-manager.glade: Improved search
9849         relace dialog.
9850         
9851         * TODO.tasks: Fixed xml format.
9852         
9853         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
9854         work yet).
9855         
9856         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
9857         cleanups.
9858         
9859         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
9860         format during save (removed unwanted text nodes). Fixed scrollbars.
9862 2005-01-31  Naba Kumar  <naba@gnome.org>
9864         * libanjuta/interfaces/libanjuta.idl,
9865         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
9866         Implemented append() method for IAnjutaEditor interface and fixed
9867         various bugs with text insertions (cvs diff and macro insertions).
9868         
9869         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
9870         automatic indentation.
9871         
9872         * plugins/editor/action-callbacks.c,
9873         plugins/editor/action-callbacks.h,
9874         plugins/editor/anjuta-docman.c,
9875         plugins/editor/anjuta-document-manager.ui,
9876         plugins/editor/plugin.c,
9877         plugins/editor/text_editor.c,
9878         plugins/editor/text_editor.h,
9879         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
9880         Fixed highlight issues.
9882         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
9883         macro.
9884         
9885         * plugins/symbol-browser/an_symbol_view.c: Force update project.
9887         * data/properties/*: Updated properties files from scite. Created
9888         styles.properties to override the scite styles.
9889         
9890         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
9892         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
9893         
9894 2005-01-30  Naba Kumar  <naba@gnome.org>
9896         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
9897         unused definitions.
9898         
9899         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
9900         
9901         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9902         plugins/editor/text_editor.c,
9903         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
9904         fixed linuwidth preference setting, fixed insert text interface
9905         implementation. Improved automatice-indentation for cpp lexer.
9906         
9907         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
9909 2005-01-29  Naba Kumar  <naba@gnome.org>
9911         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
9912         option in update dialog as default. Improved import dialog. Sized
9913         log dialog.
9915         * configure.in: Fixed underquoted warning from autoconf.
9916         
9917         * plugins/editor/action-callbacks.c,
9918         plugins/editor/aneditor.cxx,
9919         plugins/editor/aneditor.h,
9920         plugins/editor/anjuta-document-manager.glade,
9921         plugins/editor/plugin.c,
9922         plugins/editor/plugin.h,
9923         plugins/editor/text_editor.c,
9924         plugins/editor/text_editor.h,
9925         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
9926         for Editor and fixed all preferences syncronization and notifys for
9927         visible prefs (in editor preferences page).
9928         
9929         * plugins/file-loader/plugin.c: Load recent files on idle.
9931 2005-01-28  Naba Kumar  <naba@gnome.org>
9933         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
9934         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
9936         * plugins/editor/action-callbacks.c,
9937         plugins/editor/action-callbacks.h,
9938         plugins/editor/aneditor.cxx,
9939         plugins/editor/aneditor.h,
9940         plugins/editor/anjuta-document-manager.ui,
9941         plugins/editor/plugin.c,
9942         plugins/editor/text_editor.c,
9943         plugins/editor/text_editor.h,
9944         plugins/editor/text_editor_cbs.c,
9945         plugins/editor/text_editor_cbs.h,
9946         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
9947         Text editor.
9949         Patch from Massimo Cora <maxcvs@email.it>:
9950         * plugins/editor/an_symbol_search.c,
9951         plugins/editor/an_symbol_search.c: Fixed crash bugs.
9952         
9953 2005-01-27  Naba Kumar  <naba@gnome.org>
9954         
9955         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
9956         minimum size request to 200.
9958         * plugins/symbol-browser/an_symbol_info.c,
9959         plugins/symbol-browser/an_symbol_info.h,
9960         plugins/symbol-browser/an_symbol_search.c,
9961         plugins/symbol-browser/an_symbol_search.h,
9962         plugins/symbol-browser/an_symbol_view.c,
9963         plugins/symbol-browser/an_symbol_view.h,
9964         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
9965         pixbuf retrieval. Fixed runtime warning. Code clean up.
9967 2005-01-27  Naba Kumar  <naba@gnome.org>
9969         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
9970         src/anjuta.ui, (new) plugins/glade/.cvsignore,
9971         (new) plugins/glade/Makefile.am,
9972         (new) plugins/glade/anjuta-glade-plugin.png,
9973         (new) plugins/glade/anjuta-glade.plugin.in,
9974         (new) plugins/glade/anjuta-glade.ui,
9975         (new) plugins/glade/plugin.c,
9976         (new) plugins/glade/plugin.h,
9977         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
9978         now until glade3 works properly.
9980         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
9981         they are generated.
9982         
9983 2005-01-26  Naba Kumar  <naba@gnome.org>
9985         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
9986         Added mime icon for anjuta projects.
9987         
9988         patch from Massimo Cora <maxcvs@email.it>:
9989         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
9990         an_symbol_search.h, an_symbol_view.c, plugin.c:
9991         Fix/implement objects destroying/freeing.
9993 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
9994         
9995         * src/action-callback.[ch], src/anjuta-actions.h:
9996         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
9997         because it has not been updated for years and we know have a devhelp plugin
9998         which can do the job much better.
9999         * TODO.tasks: Updated done items
10001 2005-01-25  Naba Kumar  <naba@gnome.org>
10003         * autogen.sh: Fixed to generate interface files.
10005         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
10006         session save filenames.
10007         
10008         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
10009         
10010 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
10012         * plugins/project-wizard/Makefile.am,
10013         plugins/project-wizard/install.c,
10014         plugins/project-wizard/install.h,
10015         plugins/project-wizard/parser.c,
10016         plugins/project-wizard/parser.h,
10017         plugins/project-wizard/templates/terminal.wiz:
10018         Add action list block in wizard template
10019         * plugins/project-wizard/file.c,
10020         plugins/project-wizard/autogen.c:
10021         Small fixes
10023 2005-01-23  Naba Kumar  <naba@gnome.org>
10025         * configure.in: Fixed build error.
10027 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
10029         * plugins/project-wizard/druid.c,
10030         plugins/project-wizard/parser.c,
10031         plugins/project-wizard/property.c: Rewrite parser with
10032         better error handling
10034 2005-01-22  Naba Kumar  <naba@gnome.org>
10036         * plugins/symbol-browser/plugin.c: Changed c++ coments
10037         to c commnets and formated code to anjuta coding styles.
10038         
10039 2005-01-21  Naba Kumar  <naba@gnome.org>
10041         * configure.in, autogen.sh: Fixed build errors in newer automake.
10042         
10043         * plugins/editor/anjuta-docman.c: Do not emit change editor
10044         signal while in dispose.
10046         Patch from: Massimo Corà <maxcvs@email.it>
10047         * plugins/symbol-browser/Makefile.am,
10048         plugins/symbol-browser/an_symbol_view.c,
10049         plugins/symbol-browser/an_symbol_view.h,
10050         plugins/symbol-browser/plugin.c,
10051         plugins/symbol-browser/plugin.h,
10052         plugins/symbol-browser/test-symbol-browser.c,
10053         (new) plugins/symbol-browser/an_symbol_info.c,
10054         (new) plugins/symbol-browser/an_symbol_info.h,
10055         (new) plugins/symbol-browser/an_symbol_search.c,
10056         (new) plugins/symbol-browser/an_symbol_search.h:
10057         Added a cool real-time symbol-search-view in symbol browser.
10059 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
10060         
10061         * plugin/macro/plugin.c
10062         plugin/macro/anjuta-macro-plugin.ui
10063         plugin/macro/macro-db.[ch]
10064         plugin/macro/macro-dialog.[ch]
10065         plugin/macro/macro-actions.[ch]
10066         plugin/macro/macro-edit.[ch]
10067         plugin/macro/plugin.[ch]:
10068         
10069         Implemented three menu items as Naba proposed:
10070         Edit->Macro->
10071                 Insert Macro: Pops of a border-less window to enter a shortcut
10072                 Add Macro: Same as Manage Macro => New
10073                 Manage Macros: Full-features macro dialog
10075 2005-01-20  Naba Kumar  <naba@gnome.org>
10077         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
10078         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
10079         libanjuta/anjuta-shell.h,
10080         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
10081         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
10082         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
10083         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
10084         src/main.c, src/shell.c: Implemented command line args processing
10085         and session management. Fixed geometry restoration.
10087 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
10088         
10089         * plugins/macro/macro-db.c,
10090         plugins/macros.xml:
10091         Cleaned up XML interface and use attributes now for name, category and 
10092         shortcut. CDATA is used to avoid xml errors inside of macros.
10094 2005-01-19  Naba Kumar  <naba@gnome.org>
10096         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
10098 2005-01-18  Naba Kumar  <naba@gnome.org>
10099         
10100         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
10101         to work.
10103         * scintilla/*: Updated scintilla to current cvs and updated
10104         scintilla patches.
10105         
10106 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
10107         
10108         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
10109         plugins/cvs-plugin/cvs-actions.c:
10110         Added "Whole project" infrastructure but it does not
10111         work because I did not find a way to get the current project's
10112         root dir.
10114 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
10116         * plugins/cvs-plugin/Makefile.am
10117         plugins/cvs-plugin/anjuta-cvs.plugin.in
10118         plugins/cvs-plugin/cvs-actions.c
10119         plugins/cvs-plugin/cvs-callbacks.c
10120         plugins/cvs-plugin/cvs-interface.[ch] (added)
10121         plugins/cvs-plugin/plugin.c:
10122         
10123         Added IAnjutaCVS interface and improved cvs plugin. There
10124         is still some work to do on cvs import and to add a current
10125         project toggle.
10127 2005-01-17  Naba Kumar  <naba@gnome.org>
10129         * plugins/editor/aneditor.cxx: Fixed auto indentation.
10130         
10131         * configure.in: Fixed build errors.
10133         * data/Makefile.am,     (removed) data/README.stock_libs,
10134         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
10135         (removed) data/header.c, (removed) data/stock_libs.anj,
10136         (removed) data/x-anjuta-project.desktop,
10137         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
10139         * libanjuta/anjuta-plugin-description.c,
10140         libanjuta/anjuta-shell.c: Updated documentations.
10142         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
10143         
10144         * libanjuta/anjuta-launcher.c,
10145         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
10146         x86_64 systems.
10148 2005-01-17  Naba Kumar  <naba@gnome.org>
10149         
10150         * plugins/project-wizard/templates/anjuta-plugin.wiz,
10151         plugins/project-wizard/templates/gtk.wiz,
10152         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
10153         Updated templates to new format.
10154         
10155         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
10156         * plugins/project-wizard/druid.c,
10157         plugins/project-wizard/parser.c,
10158         plugins/project-wizard/property.c,
10159         plugins/project-wizard/property.h,
10160         plugins/project-wizard/templates/terminal.wiz,
10161         plugins/project-wizard/templates/terminal/AUTHORS,
10162         plugins/project-wizard/templates/terminal/ChangeLog,
10163         plugins/project-wizard/templates/terminal/NEWS,
10164         plugins/project-wizard/templates/terminal/README,
10165         plugins/project-wizard/templates/terminal/project.anjuta,
10166         plugins/project-wizard/templates/terminal/src/main.c:
10167         Moveed code related to property types from druid.c and parser.c to 
10168         property.c. Changed tag from "<string ..." to
10169         "<property type="string..."     and so on. Rewrite parser
10170         (warning still in progress). Added list property. Changed
10171         terminal project to avoid using autogen on some file (much 
10172         faster) using the autogen attribute. Add a license list box in
10173         terminal project (just as an example). _label in item list is
10174         optional now.
10176 2005-01-16  Naba Kumar  <naba@gnome.org>
10178         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
10179         plugins/edtior/anjuta-docman.c: Fixed build errors.
10180         
10181         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
10182         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
10183         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
10184         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
10185         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
10186         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
10187         libanjuta/resources.h,
10188         plugins/build-basic-autotools/build-basic-autotools.c,
10189         plugins/editor/plugin.c, plugins/editor/text_editor.c,
10190         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
10191         plugins/gtodo/plugin.c, src/Makefile.am,
10192         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
10193         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
10194         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
10195         should be handled in respective plugins. Added API documentations.
10197         * libanjuta-docs.sgml, libanjuta-sections.txt,
10198         libanjuta.types,
10199         (added) tmpl/anjuta-debug.sgml,
10200         (added) tmpl/anjuta-launcher.sgml,
10201         tmpl/anjuta-plugin.sgml,
10202         tmpl/anjuta-preferences.sgml,
10203         tmpl/anjuta-shell.sgml,
10204         (added) tmpl/anjuta-status.sgml,
10205         (removed) tmpl/anjuta-stock.sgml,
10206         tmpl/anjuta-utils.sgml,
10207         (removed) tmpl/defaults.sgml,
10208         (removed) tmpl/fileselection.sgml,
10209         (removed) tmpl/gnomefilelist.sgml,
10210         tmpl/ianjuta-buildable.sgml,
10211         (added) tmpl/ianjuta-debugger-manager.sgml,
10212         (added) tmpl/ianjuta-debugger.sgml,
10213         tmpl/ianjuta-document-manager.sgml,
10214         tmpl/ianjuta-editor.sgml,
10215         tmpl/ianjuta-file.sgml,
10216         tmpl/ianjuta-loader.sgml,
10217         tmpl/ianjuta-markable.sgml,
10218         tmpl/ianjuta-message-view.sgml,
10219         (added) tmpl/ianjuta-project-manager.sgml,
10220         (added) tmpl/ianjuta-todo.sgml,
10221         (added) tmpl/ianjuta-wizard.sgml,
10222         tmpl/libanjuta-iface-marshallers.sgml,
10223         tmpl/libanjuta-unused.sgml,
10224         (removed) tmpl/pixmaps.sgml,
10225         tmpl/plugins.sgml,
10226         (removed) tmpl/properties.sgml,
10227         tmpl/resources.sgml: Updated API documentations.
10229 2005-01-15  Naba Kumar  <naba@gnome.org>
10231         * libanjuta/anjuta-launcher.c: Added API docs.
10232         
10233         * plugins/project-wizard/templates/anjuta-plugin.wiz,
10234         plugins/project-wizard/templates/gtk.wiz,
10235         plugins/project-wizard/templates/terminal.wiz,
10236         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
10237         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
10238         plugins/project-wizard/templates/gtk/src/main.c,
10239         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
10240         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
10241         template files.
10243         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
10244         * plugins/project-wizard/anjuta-project-wizard.glade,
10245         plugins/project-wizard/autogen.c,
10246         plugins/project-wizard/druid.c,
10247         plugins/project-wizard/druid.h,
10248         plugins/project-wizard/file.c,
10249         plugins/project-wizard/file.h,
10250         plugins/project-wizard/install.c,
10251         plugins/project-wizard/parser.c,
10252         plugins/project-wizard/plugin.c,
10253         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
10254         setting the default project directory. Fix HIDDEN property, it's
10255         working but I think we could make this cleaner. Removed the
10256         copy of the string in mandatory_property. Add an optional autogen
10257         attribute, to force or avoid using autogen on some files, default
10258         without any attribute is autodetect.+ Replace the script tag with
10259         a normal file tag and an attribute execute.
10260         
10261 2005-01-14  Naba Kumar  <naba@gnome.org>
10263         * plugins/editor/action-callbacks.c,
10264         plugins/editor/search_incremental.c,
10265         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
10266         works now.
10267         
10268         * plugins/editor/plugin.c, plugins/editor/plugin.h,
10269         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
10270         tabs.
10272 2005-01-12  Naba Kumar  <naba@gnome.org>
10274         * configure.in,
10275         plugins/project-wizard/templates/Makefile.am,
10276         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
10277         plugins/project-wizard/templates/anjuta-plugin.wiz,
10278         (added) plugins/project-wizard/templates/gtk-logo.png,
10279         (added) plugins/project-wizard/templates/gtk.wiz,
10280         (added) plugins/project-wizard/templates/terminal-logo.png,
10281         plugins/project-wizard/templates/terminal.wiz,
10282         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
10283         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10284         (added) plugins/project-wizard/templates/gtk/.cvsignore,
10285         (added) plugins/project-wizard/templates/gtk/Makefile.am,
10286         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
10287         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
10288         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
10289         (added) plugins/project-wizard/templates/gtk/src/main.c,
10290         (added) plugins/project-wizard/templates/gtk/src/project.glade,
10291         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
10292         GTK+ project templated and fixed other templates. Updated template
10293         logos.
10295 2005-01-12  Naba Kumar  <naba@gnome.org>
10297         * plugins/macro/anjuta-macro.glade: Improved GUI.
10298         
10299 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
10301         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
10302         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
10303         * plugins/cvs-plugin/cvs.[ch] (removed)
10304         Removed old unused files
10305         
10306         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
10307         * plugins/cvs-plugin/cvs-actions.c
10308         * plugins/cvs-plugin/Makefile.am:
10309         Seperate callback functions for better error
10310         handling. Cleaned up code.
10311         
10312         * plugins/macro/macros.xml: removed corrupt cvs
10313         macros for now.
10315 2005-01-10  Naba Kumar  <naba@gnome.org>
10317         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
10318         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
10319         and leaks.
10321 2005-01-09  Naba Kumar  <naba@gnome.org>
10323         * libegg/egg-recent-action.c, libegg/test-actions.c,
10324         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
10325         recent files models.
10326         
10327         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
10328         two models -- one for projects and other for regular files and show
10329         both in recent files menu. Changed recent files group from "anjuta"
10330         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
10331         when adding the URI in recent files.
10332         
10333         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
10334         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
10335         * plugins/macro/macro-dialog.c: Fixed dispose() method.
10336         * plugins/macro/macros.xml: Fixed xml errors.
10338 2005-01-08  Naba Kumar  <naba@gnome.org>
10339         
10340         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
10341         libegg/test-actions.c, libegg/menu/Makefile.am,
10342         libegg/menu/egg-recent-action.h: Added a new action for
10343         recent files.
10345         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
10346         Fixed dispose. Cleanup.
10347         
10348         * plugins/file-loader/anjuta-loader-plugin.ui,
10349         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
10350         Use the new action for recent files. Added recent files in
10351         toolbar.
10353         * plugins/project-wizard/druid.c: Show busy cursor and
10354         de-sensitize druid buttons during page change.
10355         
10356         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
10357         * plugins/project-wizard/Makefile.am,
10358         plugins/project-wizard/druid.c,
10359         plugins/project-wizard/druid.h,
10360         plugins/project-wizard/install.c,
10361         plugins/project-wizard/plugin.c,
10362         plugins/project-wizard/plugin.h,
10363         plugins/project-wizard/property.c,
10364         plugins/project-wizard/property.h,
10365         (added) plugins/project-wizard/values.c,
10366         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
10367         objects (in values.c and values.h) containing the values of all
10368         properties. The NPWProperty objects now keep their values in this
10369         object which is persistant for one activation of the plugin, so the
10370         user keeps all the values even if he goes backward. Used an anjuta
10371         message view to list all files copied by the project wizard.
10373 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
10375         * plugins/macro/plugin.[ch],
10376         plugins/macro/macro-dialog.[ch]
10377         plugins/macro/macro-edit.[ch]
10378         plugins/macro/macro-db.[ch]
10379         plugins/macro/macro-actions.[ch]
10380         plugins/macro/anjuta-macro.plugin.in
10381         plugins/macro/anjuta-macro.glade
10382         plugins/macro/anjuta-macro.png
10383         plugins/macro/Makefile.am
10384         plugins/macro/macros.xml
10385         plugins/macro/anjuta-macro.ui (all added)
10386         configure.in
10387         plugins/Makefile.am:
10388         Added new macro plugins
10389         
10390         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
10391         New icon
10392         
10393         * manuals/reference/template (removed)
10394         Removed old api reference
10395         
10396         * plugins/message-view/message-view.c:
10397         "Fixed" crash in on_row_deleted and added a
10398         comment that I cannot work this way. We will
10399         have to change everything a bit to avoid losing
10400         memory there.
10401         
10402         * plugins/text-editor/text_editor.c:
10403         Update line number width on file save
10406 2005-01-07  Naba Kumar  <naba@gnome.org>
10408         * plugins/project-wizard/anjuta-project-wizard.glade,
10409         plugins/project-wizard/druid.c,
10410         plugins/project-wizard/templates/anjuta-plugin.wiz,
10411         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
10412         Display page description in bold. Fixed mandatory field check.
10414         * configure.in,
10415         libanjuta/libanjuta-1.0.pc.in,
10416         plugins/project-wizard/druid.c,
10417         plugins/project-wizard/parser.c,
10418         plugins/project-wizard/property.h,
10419         plugins/project-wizard/templates/anjuta-plugin.wiz,
10420         plugins/project-wizard/templates/terminal.wiz,
10421         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
10422         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
10423         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
10424         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
10425         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
10426         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
10427         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10428         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
10429         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
10430         plugins/project-wizard/templates/terminal/configure.in.tpl,
10431         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
10432         plugins/project-wizard/templates/terminal/src/main.c: Implemented
10433         a new property type -- hidden. Fixed terminal and anjuta-plugin
10434         project templates.
10436 2005-01-07  Naba Kumar  <naba@gnome.org>
10438         * templates/anjuta-plugin.wiz,
10439         templates/terminal.wiz,
10440         templates/terminal/Makefile.am.tpl,
10441         templates/terminal/autogen.sh,
10442         (Removed) templates/terminal/configure.ac.tpl,
10443         (Added) templates/.cvsignore,
10444         (Added) templates/Makefile.am,
10445         (Added) templates/anjuta-plugin/.cvsignore,
10446         (Added) templates/anjuta-plugin/Makefile.am,
10447         (Added) templates/anjuta-plugin/src/.cvsignore,
10448         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
10449         (Added) templates/terminal/.cvsignore,
10450         (Added) templates/terminal/Makefile.am,
10451         (Added) templates/terminal/configure.in.tpl,
10452         (Added) templates/terminal/po/.cvsignore,
10453         (Added) templates/terminal/po/ChangeLog,
10454         (Added) templates/terminal/po/Makefile.am,
10455         (Added) templates/terminal/po/POTFILES.in,
10456         (Added) templates/terminal/src/.cvsignore,
10457         (Added) templates/terminal/src/Makefile.am,
10458         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
10459         project wizard. Fixed configure/po/Makefile template errors.
10461 2005-01-06  Naba Kumar  <naba@gnome.org>
10463         * configure.in: Added project templates.
10464         * plugins/project-wizard/templates/*: Added to project and renamed
10465         Makefile.am and configure.in to Makefile.am and configure.ac respectively
10466         for the project templates (so that they do not conflict with autotools
10467         build. Created proper configure.ac.tpl and autogen.sh for project
10468         templates.
10469         
10470 2005-01-06  Naba Kumar  <naba@gnome.org>
10472         * plugins/project-wizard/anjuta-project-wizard.glade,
10473         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
10474         Fixed file list parsing and to take absolute file paths (for example,
10475         from an icon selected previously). Used toggle buttons for boolean
10476         properties. Check if all mandatory fields are given before going
10477         forward in the wizard. Use scrollable viewport for listing property
10478         widgets incase the list goes out of wizard's size. Added tooltips
10479         as descriptions of the property widgets. And other fixes.
10481         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
10482         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
10483         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
10484         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
10485         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
10486         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
10487         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
10488         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10489         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
10490         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
10491         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
10492         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
10493         Restructured template files.
10495 2005-01-06  Naba Kumar  <naba@gnome.org>
10497         * configure.in: Added check for autogen.
10498         
10499         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
10500         in dispose.
10501         
10502         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
10503         Do not emit changed signal when in dispose.
10505         * plugins/symbol-browser/plugin.c: Don't updated symbols when
10506         symbol-view widget has been destroyed.
10507         
10508         * src/anjuta-app.c: Set null to preference, status and ui object
10509         pointers when they are destroyed.
10511         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
10512         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
10513         Added boolean, integer and file property types.
10514         
10515         * plugins/project-wizard/Makefile.am,
10516         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
10517         project wizard templates.
10519 2005-01-04  Naba Kumar  <naba@gnome.org>
10521         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
10522         added widgets.
10523         
10524         * plugins/editor/aneditor.cxx,
10525         plugins/editor/anjuta-docman.c,
10526         plugins/editor/plugin.c,
10527         plugins/editor/text_editor.c:
10528         Removed unnecessary ref/unref of scintilla.
10529         
10530         * plugins/message-view/anjuta-msgman.c,
10531         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
10532         make close button similar to document manager.
10533         
10534         * plugins/project-manager/plugin.c,
10535         plugins/project-manager/plugin.h: Removed dead codes. Removed
10536         unnecessary ref/unref.
10537         
10538         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
10539         instead of hard refs.
10541 2005-01-03  Naba Kumar  <naba@gnome.org>
10543         * libanjuta/interfaces/libanjuta.idl: Added configure() and
10544         generate() methods for IAnjutaBuildable interface.
10546         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
10547         IAnjutaBuildable inteface.
10549         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
10550         to destroy build context when message view is destroyed.
10551         
10552         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
10553         a ref to it and unref in destructor. AnEditor class wants to be the
10554         owner of scintilla widget. Fixed compile warnings with signed/unsigned
10555         comparisions.
10556         
10557         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
10558         complicate the scene. Removed editor widget from AnjutaDocman when
10559         the widget is destroyed.
10560         
10561         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
10562         from shell. It will be removed from shell when the widget is destroyed.
10563         
10564         * plugins/editor/text_editor.c: Added debug codes to track object
10565         finalizations.
10567         * plugins/message-view/anjuta-msgman.c: Remove message view on
10568         widget destroy. Destroy message view on remove. Removed all views
10569         correctly.
10570         
10571         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
10572         from container.
10574 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10576         * plugins/file-wizard/action-callbacks.c,
10577         plugins/file-wizard/anjuta-file-wizard.glade,
10578         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
10579         Insert Licence, copyright, header template ...
10580         
10581 2005-01-02  Naba Kumar  <naba@gnome.org>
10583         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
10584         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
10585         anjuta_status_add_widget() to allow setting busy cursor on non
10586         toplevel windows.
10588         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
10590         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
10591         mime types to take text/source also.
10592         
10593         * plugins/editor/anjuta-docman.c,
10594         plugins/editor/anjuta-docman.h,
10595         plugins/editor/plugin.c,
10596         plugins/editor/text_editor.c,
10597         plugins/editor/text_editor.h,
10598         plugins/editor/text_editor_cbs.c: Listen for busy signal from
10599         AnjutaStatus and set busy cursor on editors.
10601         * plugins/file-loader/Makefile.am,
10602         plugins/file-loader/plugin.c,
10603         (added) plugins/file-loader/dnd.c,
10604         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
10606         * src/anjuta.c: Hide anjuta window before destruction.
10608         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
10609         * configure.in, plugins/Makefile.am,
10610         (removed) plugins/project-wizard/appwiz_page1.c,
10611         (removed) plugins/project-wizard/appwiz_page2.c,
10612         (removed) plugins/project-wizard/appwiz_page3.c,
10613         (removed) plugins/project-wizard/appwiz_page4.c,
10614         (removed) plugins/project-wizard/appwizard.c,
10615         (removed) plugins/project-wizard/appwizard.h,
10616         (removed) plugins/project-wizard/appwizard_cbs.c,
10617         (removed) plugins/project-wizard/appwizard_cbs.h,
10618         (removed) plugins/project-wizard/appwizard_gui.c,
10619         (removed) plugins/project-wizard/gnome_project.c,
10620         (removed) plugins/project-wizard/gnome_project.h,
10621         (removed) plugins/project-wizard/wizard_gui.c,
10622         (removed) plugins/project-wizard/wizard_gui.h,
10623         (added) plugins/project-wizard/.cvsignore,
10624         (added) plugins/project-wizard/Makefile.am,
10625         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
10626         (added) plugins/project-wizard/anjuta-project-wizard.glade,
10627         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
10628         (added) plugins/project-wizard/applogo.png,
10629         (added) plugins/project-wizard/appwizard.png,
10630         (added) plugins/project-wizard/autogen.c,
10631         (added) plugins/project-wizard/autogen.h,
10632         (added) plugins/project-wizard/druid.c,
10633         (added) plugins/project-wizard/druid.h,
10634         (added) plugins/project-wizard/file.c,
10635         (added) plugins/project-wizard/file.h,
10636         (added) plugins/project-wizard/header.c,
10637         (added) plugins/project-wizard/header.h,
10638         (added) plugins/project-wizard/install.c,
10639         (added) plugins/project-wizard/install.h,
10640         (added) plugins/project-wizard/parser.c,
10641         (added) plugins/project-wizard/parser.h,
10642         (added) plugins/project-wizard/plugin.c,
10643         (added) plugins/project-wizard/plugin.h,
10644         (added) plugins/project-wizard/property.c,
10645         (added) plugins/project-wizard/property.h: Removed old application-wizard
10646         codes and added new template based (autogen based) project wizard
10647         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
10649 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
10651         * plugins/cvs-plugin/plugin.c: Fixed crash bug
10652         * plugins/cvs-plugin/cvs-execute.c:
10653         Fix cvs_log which did not work because of some
10654         glade problem
10655         Patch from Mark R. Pariente <markpariente@cmu.edu>
10656         - Fix message highlighting
10658 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
10659         
10660         * template/*,
10661         date/template/*,
10662         configure.in:
10663         Removed template stuff completly because we dicussed to implement
10664         a macro system for Edit->Insert Text
10666 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
10667         
10668         * plugins/editor/aneditor.cxx,
10669         plugins/editor/text_editor.c:
10670         Set line number width dynamically
10671         * src/about.c:
10672         Prepered new GTK 2.6 about dialog
10674 2004-12-30  Naba Kumar  <naba@gnome.org>
10676         patch from: Massimo Corà  <maxcvs@email.it>
10677         * plugins/editor/aneditor.cxx: Highlights correct function
10678         argument in recursive calltips.
10680 2004-12-30  Naba Kumar  <naba@gnome.org>
10682         * plugins/symbol-browser/plugin.c,
10683         libanjuta/interfaces/libanjuta.idl,
10684         plugins/editor/text_editor.c: Fixed editor markers and added a new
10685         marker (BASIC) to indicate line numbers. Fixed symbol browser to
10686         mark the line visited.
10687         
10688         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
10689         libegg/Makefile.am, libegg/eggcomboselect.c,
10690         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
10691         widget for use with symbol view in toolbar.
10692         
10693         * plugins/cvs-plugin/anjuta-cvs.ui,
10694         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
10695         placeholder for cvs plugin context menu in filemanager.
10696         
10697 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
10698         
10699         * plugins/cvs-plugin/plugin.c:
10700         Show popup menu only if the file is contained in
10701         a directory containing a "CVS" directory
10703 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
10704         
10705         * plugins/cvs-plugin/cvs-action.[ch],
10706         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10707         * plugins/cvs-plugin/anjuta-cvs.ui,
10708         * plugins/cvs-plugin/plugin.c:
10709         Implemented "Import"
10710         
10711         Patch from Mark R. Pariente <markpariente@cmu.edu>:
10712         Added right-click-menu for file-manager
10714 2004-12-26  Naba Kumar  <naba@gnome.org>
10716         * src/action-callbacks.c, src/action-callbacks.h,
10717         src/anjuta-actions.h, src/anjuta-app.c,
10718         src/anjuta.ui: Added fullscreen action.
10720         * plugins/cvs-plugin/cvs-actions.c,
10721         plugins/cvs-plugin/plugin.c,
10722         plugins/cvs-plugin/plugin.h: Watches current editor,
10723         project and file manager selection in plugin
10724         implementation.
10725         
10726 2004-12-26  Naba Kumar  <naba@gnome.org>
10728         * src/anjuta-app.c, src/anjuta.c, src/main.c,
10729         src/action-callbacks.c: Fixed app finalization. Added a
10730         command line arg --proper-shutdown (-p), which when set
10731         will release all plugins and their resources (this option
10732         is mainly for debugging).
10733         
10734         * plugins/file-loader/plugin.c: Fixed filename duplications
10735         in recent files history.
10736         
10737         * plugins/profile-default/plugin.c: Disabled problematic
10738         plugins for now to load at startup.
10739         
10740         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
10741         annoying debug prints.
10742         
10743 2004-12-23  Naba Kumar  <naba@gnome.org>
10745         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
10746         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10747         plugins/cvs-plugin/anjuta-cvs.ui,
10748         plugins/cvs-plugin/cvs-actions.c,
10749         plugins/cvs-plugin/cvs-actions.h,
10750         plugins/cvs-plugin/cvs-execute.c,
10751         plugins/cvs-plugin/cvs-execute.h,
10752         plugins/cvs-plugin/Makefile.am,
10753         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
10754         Added cvs log command.
10756 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
10757         
10758         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
10759         default
10761 2004-12-20  Naba Kumar  <naba@gnome.org>
10763         patch from: Massimo Corà  <maxcvs@email.it>
10764         * plugins/editor/aneditor.cxx: Added recursive calltips.
10766 2004-12-20  Naba Kumar  <naba@gnome.org>
10767         
10768         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
10769         Show busy cursor during loading and unloading.
10770         
10771 2004-12-19  Naba Kumar  <naba@gnome.org>
10773         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
10774         memory leaks. Disabled debug print.
10776         * plugins/symbol-browser/an_symbol_view.c,
10777         plugins/symbol-browser/plugin.c,
10778         plugins/symbol-browser/plugin.h: Fixed loading and unloading
10779         problems. Creates SymbolView object every time when the
10780         plugin is activated.
10782         * plugins/project-manager/plugin.c: Close project when
10783         deactivating.
10784         
10785 2004-12-18  Naba Kumar  <naba@gnome.org>
10787         * po/POTFILES.in: Removed commented lines.
10788         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
10789         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
10790         * plugins/gdb/plugin.c: Fixed compile error.
10791         
10792         Patch from: Mark R. Pariente  <mark@demar.com.tr>
10793         * libegg/eggcellrendererkeys.c: Fixed compile error.
10794         
10795 2004-12-18  Naba Kumar  <naba@gnome.org>
10797         * plugins/file-loader/plugin.c: Fixed loading bug.
10798         
10799         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
10800         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
10801         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
10802         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
10803         and corruptions. Fixed loading and unloading of plugins.
10804         
10805 2004-12-17  Naba Kumar  <naba@gnome.org>
10806         
10807         * plugins/file-loader/Makefile.am,
10808         plugins/file-loader/plugin.c,
10809         plugins/project-manager/plugin.c: Fixed memory corruption
10810         and disposition codes. Added missing plugin.h in Makefile.am.
10812 2004-12-16  Naba Kumar  <naba@gnome.org>
10814         * plugins/symbol-browser/an_symbol_view.c,
10815         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
10816         codes. Fixed memory leaks and corruptions.
10818         * plugins/build-basic-autotools/build-basic-autotools.c
10819         plugins/editor/anjuta-docman.c,
10820         plugins/editor/text_editor.c,
10821         plugins/file-loader/plugin.c,
10822         plugins/file-manager/plugin.c,
10823         plugins/file-wizard/plugin.c,
10824         plugins/message-view/anjuta-msgman.c,
10825         plugins/message-view/anjuta-msgman.h,
10826         plugins/message-view/message-view.c,
10827         plugins/message-view/plugin.c,
10828         plugins/message-view/plugin.h,
10829         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
10831         * src/about.c, src/about.h, src/action-callbacks.c,
10832         src/action-callbacks.h, src/anjuta-actions.h,
10833         src/anjuta-app.c, src/anjuta-app.h,
10834         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
10835         src/anjuta.c, src/anjuta.h, src/getline.c, 
10836         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
10837         src/start-with.c, src/start-with.h: Fixed emacs modes.
10839         * src/layout.xml: Brought document manager in front.
10840         
10841 2004-12-15  Naba Kumar  <naba@gnome.org>
10843         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
10844         properly removed.
10845         
10846         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
10847         finalization. Added a method to unload all plugins and destroy them.
10848         Fixed memory leaks.
10849         
10850         * plugins/sample1/plugin.c: Proper finalization code and renamed
10851         functions to proper names.
10852         
10853         * plugins/build-basic-autotools/build-basic-autotools.c,
10854         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
10856         * src/shell.c: Unload all plugins on exit, so that memory profilers
10857         can detect memory leaks in plugins.
10859 2004-12-13  Naba Kumar  <naba@gnome.org>
10861         * plugins/devhelp/plugin.c: Delay widget initialization, now that
10862         docking is working.
10863         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
10864         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
10866 2004-12-11  Naba Kumar  <naba@gnome.org>
10868         * data/properties/anjuta.properties: Fixed font size.
10869         * plugin/build-basic-autotools/build-basic-autotools: Added initial
10870         compile file function. There are some fixmes there.
10871         * plugins/message-view/anjuta-msgman.c,
10872         * plugins/message-view/message-view.c: Fixed bugs and clean up.
10873         
10874 2004-12-08  Naba Kumar  <naba@gnome.org>
10876         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
10877         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
10878         to escape quotes in a string.
10879         
10880         * plugins/cvs-plugin/cvs-actions.c,
10881         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
10882         cvs diff command.
10884         * plugins/build-basic-autotools/build-basic-autotools.c,
10885         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
10886         filters.
10887         
10888 2004-12-07  Naba Kumar  <naba@gnome.org>
10890         * plugins/build-basic-autotools/build-basic-autotools.c,
10891         plugins/build-basic-autotools/automake-c.filters: Completed directory
10892         tracking. Double click on Errors and warnings now work as expected.
10894         * plugins/build-basic-autotools.c: Added codes to track build directory
10895         so that absolute path of the files could be determined.
10897 2004-12-06  Naba Kumar  <naba@gnome.org>
10899         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
10900         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
10901         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
10902         
10903 2004-12-05  Naba Kumar  <naba@gnome.org>
10905         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
10906         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
10907         
10908         * plugins/cvs-plugin/plugin.c,
10909         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
10910         
10911 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
10912         
10913         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10914         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
10915         plugins/cvs-plugin/cvs-execute.[ch]:
10916         Implemented cvs status and cvs diff
10917         Known bugs:
10918         - rdiff command is not correct
10919         - Must find a way to allow selection of directies AND files 
10920         in GtkFileChooser
10922 2004-12-03  Naba Kumar  <naba@gnome.org>
10924         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
10925         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
10926         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
10927         session.properties file if it is for the first time.
10928         
10929 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
10930         
10931         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
10932         commit.
10933         
10934         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
10935         plugins/cvs-plugin/anjuta-cvs.ui:
10936         Implemented update/commit and changed menu layout 
10938 2004-12-02  Naba Kumar  <naba@gnome.org>
10940         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
10941         property name (for cvs path property). Beautified dialogs.
10943 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
10944         
10945         * plugins/message-view/anjuta-msgman.c: Changed callback name
10946         and changed switch-page handling.
10947         
10948         * plugins/cvs-plugin/cvs-actions.c:
10949         * plugins/cvs-plugin/cvs-execute.c:
10950         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
10951         - Implemented cvs add and cvs removed - both working now
10952         - Created a useful preferences page
10953         
10955 2004-11-30  Naba Kumar  <naba@gnome.org>
10957         * libanjuta/anjuta-status.c: Fixed runtime warning.
10958         
10959         * plugins/editor/Makefile.am:
10960         plugins/editor/anjuta-document-manager.glade,
10961         plugins/editor/plugin.c
10962         plugins/editor/plugin.h
10963         plugins/editor/style-editor.c (new, moved from src/),
10964         plugins/editor/style-editor.h (new, moved from src/),
10965         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
10966         settings in preferences.
10968         * plugins/editor/text_editor.c,
10969         plugins/editor/text_editor.h: Do not take unused args in
10970         text_editor_get_props().
10972         * src/style-editor.c, src/style-editor.h: Removed, moved to
10973         plugins/editor/ directory.
10975 2004-11-29  Naba Kumar  <naba@gnome.org>
10977         * plugins/editor/text_editor_cbs.c: Emit click signal in
10978         IAnjutaMarkable.
10979         * libanjuta/anjuta-status.c: More spacing between items.
10980         
10981 2004-11-29  Naba Kumar  <naba@gnome.org>
10983         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
10984         
10985         * libanjuta/interfaces/libanjuta.idl,
10986         plugins/debug-manager/anjuta-debug-manager.plugin.in,
10987         plugins/debug-manager/plugin.c,
10988         plugins/gdb/breakpoints.c,
10989         plugins/gdb/breakpoints.h,
10990         plugins/gdb/debugger.c,
10991         plugins/gdb/debugger.h,
10992         plugins/gdb/plugin.c,
10993         plugins/gdb/plugin.h,
10994         plugins/gdb/utilities.c,
10995         plugins/gdb/utilities.h: Code cleanups and partial implementation of
10996         toggle breakpoint margin clicks.
10998 2004-11-28  Naba Kumar  <naba@gnome.org>
11000         * TODO.tasks: Fixed indentations.
11001         * plugins/gtodo/libgtodo.c: Save with indentation.
11002         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
11003         * plugins/project-manager/plugin.c: Fixed runtime warnings.
11004         * libanjuta/anjuta-status.c: Fixed busy cursors.
11005         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11006         * po/POTFILES.in: Updated.
11007         
11008 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
11009         
11010         * plugins/editor/anjuta-document-manager.glade,
11011           plugins/editor/search-replace.[c,h], 
11012           plugins/editor/search-replace_backend.h
11013           plugins/editor/search-preferences.[c,h] :
11014           Saved Search-Preferences (gconf),
11015           Basic search by default.
11017 2004-11-22  Naba Kumar  <naba@gnome.org>
11019         * configure.in: Fixed build error.
11021 2004-11-21  Naba Kumar  <naba@gnome.org>
11023         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
11024         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
11025         Added AnjutaStatus class to libanjuta.
11026         Added anjuta_shell_get_status() method.
11027         
11028         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
11029         and fixed marshaller generation.
11030         
11031         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
11032         "updade_ui" signals to IAnjutaEditor interface.
11033         
11034         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
11035         
11036         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
11037         regexes.
11038         
11039         * plugins/class-gen/clsGen.c: Intial port.
11040         
11041         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
11042         name.
11043         
11044         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
11045         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11046         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
11047         Implemented status update. Emits "update_ui" and "char_added" signals.
11048         Added view preferences.
11049         
11050         * plugins/file-loader/plugin.c: Added open with plugins in open with
11051         menus.
11052         
11053         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
11054         
11055         * plugins/message-view/anjuta-msgman.c,
11056         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
11057         to close correct message view rather than current view.
11059 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
11060         
11061         * plugins/cvs-plugin/cvs-actions.c
11062         plugins/cvs-plugin/plugin.[ch]
11063         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
11064         Implemented cvs add but ran into a launcher/message_view
11065         problem because of a limitation of the idl compiler
11067 2004-11-19  Naba Kumar  <naba@gnome.org>
11069         * plugins/project-manager/plugin.c: Displays a progress window during
11070         project load.
11071         
11072         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
11073         Fixed UI separators.
11074         
11075         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
11076         UI placeholder.
11077         
11078         * plugins/project-manager/anjuta-project-manager.ui,
11079         plugins/project-manager/plugin.[c,h]: Added add/remove context
11080         menus and implemented them. Added file manager merge menu.
11082 2004-11-18  Naba Kumar  <naba@gnome.org>
11084         * TODO.tasks: Updated.
11085         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
11086         plugins/message-view/message-view.c: Fixed finalize and dispose
11087         methods.
11088         * plugins/debugger/*: Removed from cvs (development now in
11089         debug-manager).
11091 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
11093         Reviewed by Naba Kumar  <naba@gnome.org>:
11094         
11095         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
11096         plugins/editor/plugin.c, plugins/editor/text_editor.c,
11097         plugins/gdb/breakpoints.c: all marker related stuff moved from
11098         editor and docman interfaces to IAnjutaMarkable
11100 2004-11-17  Naba Kumar  <naba@gnome.org>
11102         * TODO.tasks: Updated.
11103         
11104         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
11105         
11106         * libegg/egg-combo-action.c: Block changed signal when changing model.
11107         
11108         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
11109         Emit changed signal. Removed dead codes.
11110         
11111         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
11112         that recent files history do not duplicate.
11113         
11114         * plugins/symbol-browser/an_symbol_view.c,
11115         plugins/symbol-browser/an_symbol_view.h,
11116         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
11117         Fixed a bug.
11119 2004-11-15  Naba Kumar  <naba@gnome.org>
11121         * plugins/project-manager/plugin.c: Opens targets on double click.
11122         
11123         * plugins/message-view/message-view.c,
11124         plugins/file-manager/anjuta-file-manager-plugin.glade,
11125         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
11126         Added proper class finalization
11127         and disposition. Added preferences notifications and callbacks to
11128         change info/warning/error colors.
11129         
11130         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
11131         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
11132         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
11133         Implemented finalize method for AnjutaApp. Code cleanups.
11134         
11135         * plugins/message-view/plugin.c: Static parent_class.
11136         
11137 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11138         * plugins/editor/search-replace.[c,h], 
11139           plugins/editor/search-replace_backend.c
11140           Update search entry in main toolbar.
11141           Clean code.
11143 2004-11-11  Naba Kumar  <naba@gnome.org>
11145         * TODO.tasks: Updated.
11147         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
11148         and completed on-the-fly-change preferences. Removed "changed"
11149         signal as it is no longer necessary (use notify for similar
11150         purpose to monitor individual preferences).
11152         
11153         * plugins/editor/anjuta-document-manager.glade: Added view menu
11154         preferences so that they are registered.
11155         
11156         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
11157         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
11158         connection to "changed" signal of preferences and implemented
11159         notifications for some editor preferences. More to implement.
11161 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11162         * plugins/editor/print.c
11163         Fixed bug 1047624 : Add line number every X lines.
11165 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11166         * plugins/editor/search-replace.c
11167         Fixed a crash bug (995755) when searching "%n"
11169 2004-11-09  Naba Kumar  <naba@gnome.org>
11171         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
11172         Fixed to refresh categories list on file load.
11174 2004-11-08  Naba Kumar  <naba@gnome.org>
11175         
11176         * configure.in, plugins/Makefile.am,
11177         plugins/profile-default/plugin.c: Added cvs plugin in build.
11178         
11179         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
11180         
11181         * plugins/debug-manager/.cvsignore: Added file to ignore.
11182         
11183         * plugins/debug-manager/Makefile.am: Removed dead codes.
11184         
11185         * src/anjuta.ui: Added placeholder for version control UI.
11187 2004-11-08  Naba Kumar  <naba@gnome.org>
11189         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11190         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11191         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
11192         Updated.
11194         * global-tags/Makefile.am: Fixed make error.
11196         * plugins/profile-default/plugin.c: Added debug-manager
11197         and gdb plugins to load at startup so that debugger
11198         windows are docked properly. They will be removed
11199         later when we figure out runtime docking.
11201         * plugins/sample1/*: Restored to last working state.
11203         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
11204         windows in lower pane. Named the windows appropriately.
11206         * ChangeLog: Fixed format.
11207         
11208 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
11210         * libanjuta/interfaces/libanjuta.idl,
11211         libanjuta/anjuta-marshal.c,
11212         plugins/Makefile.am,
11213         plugins/debug-manager/plugin.c,
11214         plugins/editor/plugin.c,
11215         plugins/editor/text_editor.c,
11216         plugins/gdb/breakpoints.c,
11217         plugins/gdb/debugger.c,
11218         plugins/gdb/plugin.c,
11219         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
11221 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11222         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
11223         plugins/editor/search-replace.c,
11224         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
11225         Search and Replace; Show result in find pane
11226           
11227 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
11228         
11229         * plugins/gdb, plugins/debug-manager: Applied debugger patch
11230         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
11231         (added features: starting debugger and loading of core/executable,
11232         StepIn, StepOut, StepOver and Execute, toggling breakpoint
11233         partially works)
11235 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
11236         
11237         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
11238         my cvs-plugin files...
11239         I hope I have rescued everything possible.
11240         
11241         * Naba: Could you please fix sample1 because I messed it up to 
11242         but there should be a histroy of this directory we should commit
11244 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
11245         
11246         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
11247         infrastructure
11248         * plugins/cvs-plugin/plugin.c,
11249         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
11250         Added preferences dialog (not yet complete)
11252 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
11253         
11254         * global-tags/Makefile.am, mime/Makefile.am:
11255         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
11256         
11257         * template/xmltemplate.[ch],
11258         template/xmlstrings.[ch],
11259         template/autotools.[ch] removed,
11260         template/prj_template.[ch] removed,
11261         template/lang_template.[ch] removed,
11262         template/lib_template.[ch] removed,
11263         template/Makefile.am adjusted,
11264         template/dtds/lang.dtd removed, 
11265         template/dtds/lib.dtd removed,
11266         template/dtds/prj.dtd removed,
11267         template/dtds/autotools.dtd removed,
11268         data/template/lib/* removed,
11269         data/template/language/* removed,
11270         data/template/library/* removed,
11271         data/template/project/* removed,
11272         date/template/Makefile.am adjusted:
11273         Remove everything except text-templates to replace hardcoded 
11274         Edit->Insert texts with dynamic loaded.
11276         * plugins/cvs-plugin/plugin.[ch],
11277         plugins/cvs-actions.[ch],
11278         plugins/Makefile.am,
11279         plugins/cvs-plugin/Makefile.am,
11280         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
11281         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
11282         plugins/cvs-plugin/anjuta-cvs.plugin.in:
11283         Added initial cvs-plugin code
11285 2004-10-21  Naba Kumar  <naba@gnome.org>
11286         
11287         * libanjuta/anjuta-plugin.c,
11288         plugins/build-basic-autotools/build-basic-autotools.c,
11289         plugins/debugger/plugin.c,
11290         plugins/devhelp/plugin.c,
11291         plugins/editor/anjuta-docman.c,
11292         plugins/editor/goto_line.c,
11293         plugins/editor/plugin.c,
11294         plugins/editor/search-replace.c,
11295         plugins/editor/text_editor.c,
11296         plugins/file-loader/plugin.c,
11297         plugins/file-manager/plugin.c,
11298         plugins/file-wizard/file.c,
11299         plugins/file-wizard/plugin.c,
11300         plugins/gdb/plugin.c,
11301         plugins/gtodo/plugin.c,
11302         plugins/message-view/anjuta-msgman.c,
11303         plugins/profile-default/plugin.c,
11304         plugins/project-manager/plugin.c,
11305         plugins/sample1/plugin.c,
11306         plugins/terminal/terminal.c: Defined all global variables static,
11307         particularly class parent_class variables. They were getting
11308         confused at link time.
11310         * libanjuta/plugins.c: Do not unload plugins when they are
11311         deactivated. Simply cache them for later activation. Unloading
11312         modules have some problem with shared libs using static class
11313         registration. Fixed hash type for installed plugins. Eventually,
11314         we want to add "CanUnload" attribute for .plugin files (in
11315         "Anjuta Plugin" group) to let plugin loader know if the plugin can
11316         be unloaded from memory. Those plugins declaring CanUnload=false
11317         will not be unloaded from memory and will be put in the cache. Those
11318         not declaring anything or declaring CanUnload=true, will be unloaded
11319         from memory when they are deactivated.
11321         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
11322         plugins/editor/plugin.c, plugins/editor/text_editor.c,
11323         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
11324         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
11325         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
11326         activation, deactivation. Fixed memory leaks.
11328 2004-10-20  Naba Kumar  <naba@gnome.org>
11330         * TODO.tasks: Updated.
11331         
11332         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
11333         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
11334         macro for adding interfaces to plugin types. Code cleanup.
11335         
11336         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11337         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11338         
11339         * plugins/build-basic-autotools/build-basic-autotools.c,
11340         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
11341         plugins/editor/plugin.c, plugins/editor/text_editor.c,
11342         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
11343         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
11344         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
11345         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
11346         plugins/project-manager/plugin.c,
11347         plugins/symbol-browser/an_symbol_view.c,
11348         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
11349         newly defined macro to add interfaces to plugin types.
11351         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
11353 2004-10-20  Naba Kumar  <naba@gnome.org>
11355         * TODO.tasks: Added task list.
11356         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
11357         default values.
11359 2004-10-19  Naba Kumar  <naba@gnome.org>
11361         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
11362         
11363         * plugins/editor/action-callbacks.c,
11364         plugins/editor/action-callbacks.h,
11365         plugins/editor/anjuta-docman.c,
11366         plugins/editor/anjuta-docman.h,
11367         plugins/editor/anjuta-document-manager.ui,
11368         plugins/editor/file_history.c,
11369         plugins/editor/file_history.h,
11370         plugins/editor/plugin.c: Added file history browsing.
11371         
11372         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
11373         
11374         * plugins/message-view/anjuta-message-manager.ui,
11375         plugins/message-view/plugin.c: Added document manager context menu.
11376         
11377         * plugins/symbol-browser/an_symbol_view.c,
11378         plugins/symbol-browser/an_symbol_view.h,
11379         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
11380         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
11381         document manager context menu.
11382         
11383         * scintilla/*, scintilla/include/*: Updated to current cvs.
11384         
11385 2004-10-19  Naba Kumar  <naba@gnome.org>
11387         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
11388         placeholder for debugger UI.
11389         
11390         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
11391         * plugins/file-manager/plugin.c: Fixed loading bug.
11392         
11393         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
11394         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
11395         Initializes gconf database with default values when the
11396         values are not defined. Use bool and int prefs separately.
11398         * plugins/editor/plugin.c: Added encoding preferences.
11399         * plugins/project-manager/plugin.c: Cleanup and debug messages.
11401         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
11402         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11403         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11404         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11406 2004-10-18  Naba Kumar  <naba@gnome.org>
11408         * po/POTFILES.in: Updated.
11409         
11410         * libanjuta/anjuta-ui.c: Corrected debug messages.
11411         
11412         * libegg/egg-combo-action.c, libegg/test-actions.c,
11413         libegg/menu/egg-combo-action.h: Fixed combo action.
11414         
11415         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
11416         Fixed format.
11417         
11418         * plugins/editor/action-callbacks.[c,h],
11419         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
11420         Implemented file swap. Removed dead codes.
11421         
11422         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
11423         dead codes.
11424         
11425         * plugins/symbol-browser/an_symbol_view.[c,h],
11426         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
11427         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
11428         Implemented file symbols. Implemented goto file line when symbol is
11429         selected.
11430         
11431         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
11432         
11433 2004-10-10  Naba Kumar  <naba@gnome.org>
11435         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
11436         
11437         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
11438         
11439         * plugins/debugger/.cvsignore,
11440         (added) plugins/debugger/Makefile.am,
11441         (added) plugins/debugger/anjuta-debugger.glade,
11442         (added) plugins/debugger/anjuta-debugger.plugin.in,
11443         (added) plugins/debugger/anjuta-debugger.plugin.png,
11444         (added) plugins/debugger/anjuta-debugger.ui,
11445         plugins/debugger/attach_process.c,
11446         (removed) plugins/debugger/attach_process_cbs.c,
11447         (removed) plugins/debugger/attach_process_cbs.h,
11448         (removed) plugins/debugger/breakpoints.c,
11449         (removed) plugins/debugger/breakpoints.h,
11450         (removed) plugins/debugger/debug_tree.c,
11451         (removed) plugins/debugger/debug_tree.h,
11452         (removed) plugins/debugger/debugger.c,
11453         (removed) plugins/debugger/debugger.h,
11454         (removed) plugins/debugger/memory.c,
11455         (removed) plugins/debugger/memory.h,
11456         (added) plugins/debugger/plugin.c,
11457         (added) plugins/debugger/plugin.h,
11458         (removed) plugins/debugger/registers.c,
11459         (removed) plugins/debugger/registers.h,
11460         (removed) plugins/debugger/registers_cbs.c,
11461         (removed) plugins/debugger/registers_cbs.h,
11462         (removed) plugins/debugger/registers_gui.c,
11463         (removed) plugins/debugger/sharedlib.c,
11464         (removed) plugins/debugger/sharedlib.h,
11465         (removed) plugins/debugger/sharedlib_cbs.c,
11466         (removed) plugins/debugger/sharedlib_cbs.h,
11467         (removed) plugins/debugger/sharedlib_gui.c,
11468         (removed) plugins/debugger/signals.c,
11469         (removed) plugins/debugger/signals.h,
11470         (removed) plugins/debugger/signals_cbs.c,
11471         (removed) plugins/debugger/signals_cbs.h,
11472         (removed) plugins/debugger/signals_gui.c,
11473         (removed) plugins/debugger/stack_trace.c,
11474         (removed) plugins/debugger/stack_trace.h,
11475         (added) plugins/debugger/utilities.c,
11476         (added) plugins/debugger/utilities.h,
11477         (removed) plugins/debugger/watch.c,
11478         (removed) plugins/debugger/watch.h,
11479         (removed) plugins/debugger/watch_cbs.c,
11480         (removed) plugins/debugger/watch_cbs.h,
11481         (removed) plugins/debugger/watch_gui.c,
11482         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
11483         
11484         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
11485         Added debugger gdb backend plugin.
11486         
11487         * plugins/message-view/plugin.c: Registered all message stock icons.
11488         
11489         * plugins/profile-default/plugin.c: Loads debugger plugin.
11490         
11491         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
11493 2004-10-08  Naba Kumar  <naba@gnome.org>
11495         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
11496         information.
11497         
11498         * plugins/symbol-browser/.cvsignore,
11499         plugins/symbol-browser/Makefile.am,
11500         plugins/symbol-browser/an_symbol_view.c,
11501         plugins/symbol-browser/an_symbol_view.h,
11502         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
11503         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
11504         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
11505         plugins/symbol-browser/plugin.c,
11506         plugins/symbol-browser/plugin.h,
11507         plugins/symbol-browser/sv_class.xpm,
11508         plugins/symbol-browser/sv_function.xpm,
11509         plugins/symbol-browser/sv_macro.xpm,
11510         plugins/symbol-browser/sv_private_fun.xpm,
11511         plugins/symbol-browser/sv_private_var.xpm,
11512         plugins/symbol-browser/sv_protected_fun.xpm,
11513         plugins/symbol-browser/sv_protected_var.xpm,
11514         plugins/symbol-browser/sv_public_fun.xpm,
11515         plugins/symbol-browser/sv_public_var.xpm,
11516         plugins/symbol-browser/sv_static_fun.xpm,
11517         plugins/symbol-browser/sv_static_var.xpm,
11518         plugins/symbol-browser/sv_struct.xpm,
11519         plugins/symbol-browser/sv_unknown.xpm,
11520         plugins/symbol-browser/sv_variable.xpm,
11521         plugins/symbol-browser/test-symbol-browser.c,
11522         plugins/Makefile.am: Implemented Symbol
11523         browser plugin.
11524         
11525         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
11526         
11527         * plugins/build-basic-autotools/Makefile.am,
11528         plugins/devhelp/Makefile.am,
11529         plugins/editor/Makefile.am,
11530         plugins/file-loader/Makefile.am,
11531         plugins/file-manager/Makefile.am,
11532         plugins/file-wizard/Makefile.am,
11533         plugins/gtodo/Makefile.am,
11534         plugins/message-view/Makefile.am,
11535         plugins/profile-default/Makefile.am,
11536         plugins/project-manager/Makefile.am
11537         plugins/sample1/Makefile.am,
11538         plugins/terminal/Makefile.am,
11539         scintilla/Makefile.am,
11540         libegg/Makefile.am,
11541         launcher/Makefile.am,
11542         libanjuta/Makefile.am,
11543         src/Makefile.am,
11544         tagmanager/Makefile.am,
11545         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
11546         anjuta_data_dir in configure.in and used them in plugins Makefile.am
11547         files. Also fixed library dependencies.
11548         
11549         * plugins/editor/aneditor.cxx: Disabled unused codes.
11550         * plugins/file-manager/an_file_view.c: Added copyright.
11551         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
11552         
11553         * plugins/profile-default/plugin.c: Can load plugins by location.
11554         * plugins/project-manager/plugin.c: Remove project_root_uri value
11555         when project is closed.
11556         
11557 2004-10-06  Naba Kumar  <naba@gnome.org>
11559         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
11560         
11561         * libanjuta/interfaces/libanjuta.idl,
11562         plugins/editor/text_editor.c: Added get_length()
11563         and get_current_word() methods in IAnjutaEditor interface.
11564         
11565         * libegg/Makefile.am: Added test_actions target.
11566         
11567         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
11568         
11569         * plugins/build-basic-autotools/build-basic-autotools.c,
11570         plugins/file-loader/plugin.c,
11571         plugins/message-view/message-view.c: Added code to go to file and
11572         line number,
11573         
11574         * plugins/devhelp/plugin.c: Context sensitive help now works.
11575         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
11576         uri as line number and goes to that line number.
11577         
11578         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
11579         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
11580         gtodo_client_load() method to load from a diffrent file. Watched 
11581         project root directory in plugin to open TODO.tasks of the project.
11582         
11583         * plugins/project-manager/plugin.c: Updates project UI
11584         sensitive/insensitive.
11586         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
11587         anjuta-shell program to test plugins.
11588         
11589         * src/anjuta-app.c: Registered UI accels.
11590         
11591 2004-09-28  Naba Kumar  <naba@gnome.org>
11593         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
11594         method.
11595         
11596         * src/anjuta-app.c: Implemented present widget method.
11597         
11598         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
11599         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
11600         
11601         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
11602         added editor.
11603         
11604         * plugins/editor/text_editor.c: Connects to preferences changed signal
11605         correctly.
11606         
11607 2004-09-28  Naba Kumar  <naba@gnome.org>
11608         
11609         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
11610         print code.
11611         
11612         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
11613         size to 5 pix.
11614         
11615         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
11616         in changed signal callback.
11617         
11618         * plugins/editor/action-callbacks.c: Implemented save_all action
11619         callback. Removed dead code. Do save_as when saving a new file.
11620         Implemented incremental search.
11621         
11622         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
11623         
11624         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
11625         
11626         * src/anjuta-app.c: Registers UI accelerators.
11627         
11628 2004-09-27  Naba Kumar  <naba@gnome.org>
11630         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
11631         
11632         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
11633         plugins/devhelp/anjuta-devhelp.plugin.in,
11634         plugins/file-loader/anjuta-loader.plugin.in,
11635         plugins/file-manager/anjuta-file-manager.plugin.in,
11636         plugins/gtodo/anjuta-gtodo.plugin.in,
11637         plugins/project-manager/anjuta-project-manager.plugin.in,
11638         plugins/terminal/anjuta-terminal.plugin.in:
11639         Gave proper plugin names.
11641         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
11642         error when regex fail.
11643         
11644         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
11645         Added help and context search. Watches current editor. More menus
11646         in Help submenu. Update UI (sensitive when required) properly.
11647         
11648         * plugins/editor/anjuta-document-manager.ui,
11649         plugins/devhelp/anjuta-devhelp.ui,
11650         plugins/message-view/anjuta-message-manager.ui,
11651         src/anjuta.ui: Goto menu actions are in separate submenu.
11652         
11653         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
11654         Removed unimplemented UI elements.
11655         
11656         * src/anjuta-app.c: Larger (and normal) icon size.
11657         
11658         * src/layout.xml: Task manager plugin along with document (in middle).
11659         
11660         * plugins/editor/plugin.c, plugins/file-loader.c,
11661         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
11662         in gtkactions. Enable/disable UI properly.
11663         
11664 2004-09-26  Naba Kumar  <naba@gnome.org>
11666         * po/POTFILES.in: Updated, added missing files.
11668         * .cvsignore: Updated.
11669         
11670         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
11671         a new function to get User input text.
11672         
11673         * libanjuta/resources.[c,h]: Added a function to created sized image.
11674         
11675         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
11676         from filename, as thats the correct representation.
11677         
11678         * plugins/build-basic-autotools/Makefile.am,
11679         (added) plugins/build-basic-autotools/automake-c.filters,
11680         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
11681         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
11682         Rearragned UI elements in the build menu. Added codes to read build
11683         filter rules from external file. Implemented all build, configure,
11684         autogen commands. Watches current editor and project.
11685         
11686         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
11687         Added editor changed signal and exports current editor value.
11688         Fixed parameter names. Fixed get_uri() interface implementation to
11689         return correct uri.
11690         
11691         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
11692         elements.
11693         
11694         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
11695         
11696         * plugins/file-manager/an_file_view.c,
11697         plugins/file-manager/an_file_view.c: Exports file uri correctly.
11698         
11699         * plugins/file-wizard/file.c: Reads uri correctly.
11700         
11701         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
11702         sets the page to the new view.
11703         
11704         * plugins/message-view/message-view.c: Unrefs the tree model when done.
11705         Fixed signal connecting.
11706         
11707         * plugins/project-manager/plugin.c: Changed "project_root_directory"
11708         to "project_root_uri" and exports as uri.
11709         
11710 2004-09-24  Naba Kumar  <naba@gnome.org>
11712         * libanjuta/anjuta-ui.c: Fixed a crash bug.
11713         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
11714         in correct way.
11715         * plugins/file-manager/plugin.c: Fixed crash in unloading.
11716         * plugins/file-loader/plugin.c: Added comments.
11717         * plugins/build-basic-autotools/plugin.c: Added comments.
11718         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
11719         
11720         * libanjuta/interfaces/libanjuta.idl,
11721         plugins/message-view/anjuta-msgman.c,
11722         plugins/message-view/message-view.c,
11723         plugins/message-view/message-view.h,
11724         plugins/message-view/plugin.c: Buffering and appending messages have
11725         been separated. message-view implementations cleaned up. Signals
11726         Emissions fixed. Messages now displayed in summary and details show
11727         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
11728         API.
11729         
11730         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
11731         preferences.
11732         
11733         * plugins/build-basic-autotools/Makefile.am,
11734         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
11735         parsing of output to create message summaries. Uses new message view
11736         API.
11737         
11738         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
11739         preferences to make dialog box smaller.
11740         
11741         * plugins/editor/search-replace.c: Fixed compile error with change
11742         in IAnjutaMessageView API.
11743         
11744 2004-09-21  Naba Kumar  <naba@gnome.org>
11746         * plugins/Makefile.am: Deletes old (installed) plugins before
11747         installing new ones.
11748         
11749         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
11750         plugins/build-basic-autotools/build-basic-autotools.c,
11751         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
11752         file URI from filemanager. Only disables/enables build submenu in file
11753         manager, instead of merging/unmerging.
11754         
11755         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
11756         non-text files.
11757         
11758         * plugins/file-loader/anjuta-loader-plugin.ui,
11759         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
11760         Implemented "Open with" file manager submenu. Displays error message
11761         when file can not be opened.
11762         
11763         * plugins/file-manager/an_file_view.c: Renamed
11764         file_manager_current_filename value name to file_manager_current_uri
11765         and exports proper URI.
11766         
11767         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
11769 2004-09-19  Naba Kumar  <naba@gnome.org>
11771         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
11772         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
11773         save point signal to change editor tabs. Fixed accels.
11774         
11775         * plugins/file-loader/plugin.c: Fixed accels.
11777         * plugins/project-manager/plugin.c: Added target selection callback.
11778         
11779         * plugins/project-manager/plugin.c: Added URI activation.
11780         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
11781         Fixed dialog and closed it on ok. Fixed a crash bug.
11782         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
11784         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
11785         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
11786         plugins/file-loader/anjuta-loader-plugin.ui,
11787         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
11788         Added recent files in file loade plugin.
11789         
11790         * ChangeLog: Fixed entry dates.
11791         
11792 2004-09-18  Naba Kumar  <naba@gnome.org>
11794         * plugins/devhelp/plugin.c: Added UI sensitization and removed
11795         an unnecessary GtkFrame.
11796         
11797 2004-09-17  Naba Kumar  <naba@gnome.org>
11799         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
11801         * TODO: Updated.
11802         
11803         * data/Makefile.am: Disabled installing old mime info.
11804         
11805         * mime/anjuta.applications, mime/anjuta.keys: Updated.
11806         
11807         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
11808         plugins/editor/anjuta-document-manager.ui,
11809         plugins/editor/plugin.c, plugins/editor/text_editor.c,
11810         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
11811         Added Editor context popup menu.
11812         
11813         * plugins/project-manager/anjuta-project-manager-plugin.png:
11814         Update image.
11815         
11816         * plugins/project-manager/anjuta-project-manager.plugin.in:
11817         Support .anjuta mime type.
11818         
11819         * plugins/project-manager/plugin.c: Exports "project_root_directory"
11820         value.
11821         
11822         * plugins/file-manager/plugin.c: Watches "project_root_directory"
11823         value.
11824         
11825         * src/layout.xml, plugins/profile-default/plugin.c:
11826         Added project manager plugin for startup.
11828 2004-09-16  Naba Kumar  <naba@gnome.org>
11829         
11830         * anjuta.prj: Updated.
11831         
11832         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
11833         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
11834         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
11835         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
11836         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
11837         plugins/terinal/Makefile.am, src/Makefile.am,
11838         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
11839         Fixed makefile syntax errors.
11841 2004-09-16  Naba Kumar  <naba@gnome.org>
11843         * configure.in, src/layout.xml,
11844         plugins/profile-default/plugin.c,
11845         libanjuta/interfaces/libanjuta.idl,
11846         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
11847         
11848         * configure.in, plugins/Makefile.am,
11849         plugins/project-manager/.cvsignore, 
11850         plugins/project-manager/Makefile.am,
11851         plugins/project-manager/anjuta-project-manager-plugin.png,
11852         plugins/project-manager/anjuta-project-manager.plugin.in,
11853         plugins/project-manager/anjuta-project-manager.ui,
11854         plugins/project-manager/plugin.c,
11855         plugins/project-manager/plugin.h: Added project manager plugin
11856         based on gnome-build.
11857         
11858         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
11859         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
11860         
11861         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
11862         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11863         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
11864     
11865 2004-09-16  Naba Kumar  <naba@gnome.org>
11867         * plugins/editor/action-callbacks.c: Fixed compile error.
11868         
11869 2004-09-15  Naba Kumar  <naba@gnome.org>
11871         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
11872         
11873         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
11874         New improved splace with nicer progress.
11875         
11876         * configure.in, plugins/Makefile.am,
11877         (added) file-wizard/.cvsignore,
11878         (added) file-wizard/Makefile.am,
11879         (added) file-wizard/action-callbacks.c,
11880         (added) file-wizard/action-callbacks.h,
11881         (added) file-wizard/anjuta-file-wizard-plugin.png,
11882         (added) file-wizard/anjuta-file-wizard.glade,
11883         (added) file-wizard/anjuta-file-wizard.plugin.in,
11884         (added) file-wizard/anjuta-file-wizard.ui,
11885         (added) file-wizard/file.c,
11886         (added) file-wizard/file.h,
11887         (added) file-wizard/plugin.c,
11888         (added) file-wizard/plugin.h:
11889         Created new file wizard and added it. The wizard takes care of text
11890         bit insertions and new files creation.
11892         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
11893         plugins/editor/action-callbacks.h,
11894         plugins/editor/anjuta-document-manager.glade,
11895         plugins/editor/anjuta-document-manager.ui,
11896         plugins/editor/plugin.c, plugins/editor/text_editor.c,
11897         (removed) plugins/editor/file.[c,h]: Removed text insertions and
11898         new files code and moved into a new plugin (file wizard).
11899         
11900         * libanjuta/plugins.[c,h]: Added plugins selection function.
11901         
11902         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
11903         get_position(), insert() in IAnjutaEditor interface. Added
11904         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
11905         interface (for wizard plugins).
11907         * plugins/file-loader/anjuta-loader-plugin.ui,
11908         plugins/file-loader/plugin.c: Added wizard launcher interface which
11909         scans for plugins implement IAnjutaWizard interface and presents the
11910         list to user for selection. The selected plugin is then activated
11911         for the wizard.
11913         * libanjuta/interfaces/.cvsignore: Updated.
11914         * plugins/message-view/.cvsignore: Updated.
11915         * plugins/launcher/*: Removed as launcher has already been moved to
11916         libanjuta as class.
11918         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
11919         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11920         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11921         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11922         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
11923         Updated API documentations.
11925 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
11927         * configure.in: Added Punjabi to ALL_LINGUAS
11929 2004-07-29  Naba Kumar  <naba@gnome.org>
11931         * configure.in: Added file-loader plugin Makefile path and
11932         fixed devhelp version requirement.
11934 2004-07-28  Naba Kumar  <naba@gnome.org>
11936         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
11937         terminal/preferences-terminal.png (added), message-view/*.png (added),
11938         message-view/*.xpm (added), editor/*.png (added),
11939         editor/*.xpm (added), plugins/editor/Makefile.am,
11940         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
11941         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
11942         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
11943         respective plugins directories.
11945         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
11946         pixmaps/block-end-16.png, pixmaps/block-end.png
11947         pixmaps/block-start-16.png, pixmaps/block-start.png
11948         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
11949         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
11950         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
11951         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
11952         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
11953         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
11954         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
11955         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
11956         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
11957         pixmaps/preferences-editor.png, pixmaps/undock.png
11958         pixmaps/error-next-16.png, pixmaps/error-next.png
11959         pixmaps/error-prev-16.png, pixmaps/error-prev.png
11960         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
11961         pixmaps/preferences-terminal.png: Deleted
11963         * libanjuta/properties* (removed), plugins/editor/properties* (added),
11964         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
11965         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
11966         plugins/editor/anjuta-document-manager.plugin.in,
11967         plugins/editor/anjuta-document-manager.ui,
11968         plugins/editor/plugin.c, plugins/editor/print.c,
11969         plugins/editor/search-replace_backend.c,
11970         plugins/editor/search_preferences.h,
11971         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
11972         Moved properties souce files to editor plugin as it not required in
11973         libanjuta. Other editor fixes.
11975         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
11976         libegg/dock/* (removed)
11977         : Restored GDL external dependencies and removed libegg dock
11978         sources, because gdl is being developed.
11979         
11980         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
11981         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
11982         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
11983         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
11984         libanjuta/plugins.c, libanjuta/plugins.h,
11985         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
11986         gconf system. Shell now takes docking positions. Added more utility
11987         functions. Added plugins query function. And other fixes.
11989         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
11990         
11991         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
11992         plugin to load files based on mime type.
11993         
11994         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
11995         
11996         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
11997         plugins/file-manager/plugin.c: File manager now uses file loader to
11998         open files.
12000         * plugins/message-view/anjuta-msgman.c,,
12001         plugins/message-view/message-view.c,
12002         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
12004         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
12005         plugins/terminal/terminal.c, src/Makefile.am,
12006         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
12007         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
12008         
12009         * libegg/dock/*: Removed directory.
12010         
12011 2004-07-28  Naba Kumar  <naba@gnome.org>
12013         * configure.in: Reduced gnome-print version requirement.
12014         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
12016 2004-07-21  Ray Strode  <rstrode@redhat.com>
12017         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
12018         new mime sytem.
12020 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
12021         
12022         * plugins/editor/search-replace.c: Some fixes
12023         * plugins/terminal/Makefile.am:
12024         Patch from: Alexey Rusakov <ktirf@users.sf.net>
12026 2004-05-19  Naba Kumar  <naba@gnome.org>
12028         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
12029         compiler warning.
12031 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12033         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
12034         Implemented IAnjutaSavable
12035         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
12037 2004-05-17  Naba Kumar  <naba@gnome.org>
12039         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
12040         plugins/build-basic-autotools/.cvsignore,
12041         plugins/build-basic-autotools/Makefile.am,
12042         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
12043         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
12044         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
12045         plugins/build-basic-autotools/build-basic-autotools.c,
12046         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
12047         build plugin.
12048         
12049         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
12050         definition.
12051         
12052         * plugins/file-manager/an_file_view.c,
12053         plugins/file-manager/anjuta-file-manager.ui,
12054         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
12055         Added context menu UI.
12056         
12057         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
12058         in view menu.
12060 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
12061         
12062         * libanjuta/anjuta-preferences.[ch]: 
12063         Added save/load_gconf functions
12064         * src/action_callbacks.[ch], src/preferences.c: 
12065         Load global prefs from gconf at startup and save them
12066         on exit. Prefs load and save correctly but something resets
12067         them to default after loading...
12068         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
12069         Somehow the linker does not find save/load_gconf functions
12070         in libanjuta. Must be a stupid mistake, I would be glad
12071         if someone could fix that.
12072         * manuals/reference/libanjuta-sections.txt: Added new
12073         preferences functions and removed gnome-filelist
12074         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12075         * plugins/file-manager/plugin.c:
12076         Added root-path property
12078 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
12079         
12080         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
12081         they are not longer needed.
12082         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
12083         anjuta-sections.txt: Remove references to the files
12084         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
12085         Use new nautilus icons for file-manager, looks incredible
12086         cool!
12088 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
12089         
12090         * plugins/editor/anjuta-docman.c: gchar* to 
12091         const gchar* in arguments
12092         * plugins/editor/text_editor.c: Implemented IAnjutaFile
12093         Interface
12094         * plugins/file-manager/an_file_view.c: Open files on
12095         double-click. Does not work yet because it does not
12096         find IAnjutaFile interface in document manager
12098 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
12099         
12100         * plugins/editor/anjuta-docman.c
12101         * plugins/editor/text_editor.c:
12102         Made close button working, made multiple selection in
12103         File/Open dialog possble, fixed crash bug if file cannot
12104         be opened.
12106 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12107         
12108         * plugins/editor/action-callbacks.c
12109         * plugins/editor/anjuta-docman.c
12110         * plugins/editor/anjuta-docman.h
12111         * plugins/editor/search-replace.c
12112         * plugins/editor/search-replace_backend.c
12113         * plugins/editor/text_editor.c
12114         * plugins/editor/text_editor.h:
12115         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
12116         able to open all files, use uri instead of full_filename, fixed
12117         many bugs.
12120 2004-05-13  Naba Kumar  <naba@gnome.org>
12122         * plugins/message-view/anjuta-message-manager-plugin.glade:
12123         HIG compliant.
12125         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
12126         management.
12128         * pixmaps/anjuta_splash.png: Added border.
12129         
12130         * plugins/editor/anjuta-document-manager.png: New icon.
12131         
12132         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
12133         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
12134         
12135         plugins/editor/Makefile.am,
12136         plugins/editor/search-replace.c,
12137         plugins/editor/search-replace.h,
12138         plugins/editor/search-replace_backend.c,
12139         plugins/editor/search-replace_backend.h,
12140         plugins/editor/search_preferences.h,
12141         plugins/editor/search_preferences.c: Merged changes from
12142         ANJUTA_1_2_0 branch.
12143         
12144         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
12145         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
12146         operational.
12148         * plugins/terminal/Makefile.am,
12149         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
12150         dialog.
12151         
12152         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
12153         submenu.
12155 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12156         * plugins/message-view/plugin.c: Fixed glade file loading
12157         Removed "Show messages" menu item
12158         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
12159         twice because of this load system layout hack.
12160         * libanjuta/anjuta-ui.h: Removed #include config.h
12161         * libanjuta/libanjuta.pc: Fixed path and depencies
12162         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
12163         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
12164         * libanjuta/properties.cxx : #include "properties_cxx.h"
12165         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
12167 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
12168         * plugins/message-view/*: Fixed message view preferences
12169         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
12170         * anjuta.glade: Removed messages stuff
12172 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
12173         
12174         * Removed libanjutamm, it is now hosted on SF.net:
12175         cvs.sf.net/cvsroot/anjuta/libanjutamm
12177 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
12178         
12179         * libanjutamm/*
12180         Added some experimental code to add support for C++ plugins.
12181         Nothing works yet and it is likely that it will disappear but
12182         I have some questions to murrayc and he wants to see the code.
12184 2004-05-11  Naba Kumar  <naba@gnome.org>
12186         * plugins/terminal/terminal.c: Fixed prefs loading bug.
12188         * plugins/editor/action-callbacks.c: Fixed a crash bug in
12189         hightlight style menu actions.
12191         * manuals/reference/libanjuta/libanjuta-docs.sgml,
12192         manuals/reference/libanjuta/plugin-description-file.sgml,
12193         manuals/reference/libanjuta/writing-plugins.sgml,
12194         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12195         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12196         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
12198         * src/anjuta-app.c: Always load system layout for now.
12200         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
12201         
12202         * manuals/reference/libanjuta/libanjuta-docs.sgml,
12203         manuals/reference/libanjuta/libanjuta-sections.txt,
12204         manuals/reference/libanjuta/libanjuta.types,
12205         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12206         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12207         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12208         manuals/reference/libanjuta/tmpl/fileselection.sgml,
12209         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12210         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
12211         Updated documentation.
12213         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
12214         plugins/profile-default/plugin.c, src/layout.xml:
12215         Created terminal plugin.
12216          
12217         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
12218         (new) plugins/file-manager/.cvsignore,
12219         plugins/file-manager/an_file_view.c,
12220         plugins/file-manager/plugin.c,
12221         plugins/file-manager/plugin.h: Moved preferences to separate
12222         glade file and added cvsignore file.
12223         
12224         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
12225         from ANJUTA_1_2_0 branch. Please note that other po files need merging
12226         from the branch. I tried it     but there were way too many conflicts.
12227         
12228         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
12229         
12230         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
12231         util functions required during the merge.
12232         
12233         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
12234         interface.
12235         
12236         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
12237         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
12238         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
12239         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
12240         Merged with ANJUTA_1_2_0 branch.
12242 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
12244         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
12246 2004-05-07  Naba Kumar  <naba@gnome.org>
12248         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
12250         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
12251         Added preferences reading and loading.
12252         
12253         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
12254         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
12255         libanjuta/fileselection.c, libanjuta/fileselection.h,
12256         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
12257         
12258         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
12260         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
12261         anjuta.spec.in, configure.in, data/autogen.sh.generic,
12262         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
12263         data/macros/autogen.sh, data/macros2/autogen.sh
12264         data/properties/ada.properties, data/properties/anjuta.properties,
12265         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
12266         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
12267         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
12268         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
12269         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
12270         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
12271         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
12272         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
12273         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
12274         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
12275         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
12276         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
12277         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
12278         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
12279         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
12280         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
12281         plugins/class-gen/clsGen.c, plugins/editor/print.c,
12282         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
12283         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
12284         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
12285         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
12286         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
12287         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
12288         (added) scintilla/scintilla-marshal.c,
12289         (added) scintilla/scintilla-marshal.h,
12290         (added) scintilla/scintilla-marshal.list,
12291         scintilla/include/SString.h, scintilla/include/SciLexer.h,
12292         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
12293         (added) scintilla/patches/scintilla-calltip-align.patch,
12294         (added) scintilla/patches/scintilla-minor.patch,
12295         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
12297 2004-05-06  Naba Kumar  <naba@gnome.org>
12299         * (added) plugins/file-manager/Makefile.am,
12300         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
12301         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
12302         (added) plugins/file-manager/anjuta-file-manager.ui,
12303         (added) plugins/file-manager/plugin.c,
12304         (added) plugins/file-manager/plugin.h,
12305         (removed) plugins/file-manager/an_file_view.h,
12306         plugins/Makefile.am, configure.in,
12307         plugins/file-manager/an_file_view.c: Created file manager plugin.
12308         
12309         * plugins/profile-default/plugin.c: Added file manager plugin in default
12310         profile.
12311         
12312         * libanjuta/Makefile.am: Fixed dependencies.
12313         * pixmaps/anjuta_splash.png: New splash screen.
12315 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12316         
12317         * template/template.c/h: Added in-line doc
12318         * manuals/reference/template/*: Added template documentation
12319         * configure.in: Build template docs
12321 2004-05-05  Naba Kumar  <naba@gnome.org>
12323         * autogen.sh: Added commands to generate initial interfaces.
12324         
12325         * libanjuta/Makefile.am,
12326         (removed)libanjuta/anjuta-plugin-parser.c,
12327         (removed)libanjuta/anjuta-plugin-parser.h,
12328         (added)libanjuta/anjuta-plugin-description.c,
12329         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
12330         plugin description.
12331         
12332         * libanjuta/anjuta-plugin.c,
12333         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
12334         
12335         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
12336         and added AnjutaShellPlacement enum for widgeds placement (passed to 
12337         widget add_widget() method.
12338         
12339         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
12340         and moved plugin sets loading in profile plugins.
12341         
12342         * libanjuta/interfaces/.cvsignore,
12343         (removed)libanjuta/interfaces/Makefile.am,
12344         libanjuta/interfaces/libanjuta.idl,
12345         libanjuta/interfaces/anjuta-idl-compiler.pl,
12346         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
12347         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
12348         (removed)libanjuta/interfaces/ianjuta-editor.c,
12349         (removed)libanjuta/interfaces/ianjuta-editor.h,
12350         (removed)libanjuta/interfaces/ianjuta-file.c,
12351         (removed)libanjuta/interfaces/ianjuta-file.h,
12352         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
12353         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
12354         (removed)libanjuta/interfaces/ianjuta-message-view.c,
12355         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
12356         *.h and Makefile.am files. They are autogenerated. Interfaces are
12357         by anjuta-idl-compiler.pl from libanjuta.idl file.
12358         
12359         * manuals/reference/libanjuta/Makefile.am,
12360         manuals/reference/libanjuta/anjuta-architecture.sgml,
12361         manuals/reference/libanjuta/libanjuta-docs.sgml,
12362         manuals/reference/libanjuta/libanjuta-sections.txt,
12363         manuals/reference/libanjuta/libanjuta.types,
12364         manuals/reference/libanjuta/plugin-description-file.sgml,
12365         manuals/reference/libanjuta/writing-plugins.sgml,
12366         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
12367         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
12368         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
12369         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12370         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12371         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12372         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12373         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12374         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12375         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12376         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12377         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12378         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
12379         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
12380         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
12381         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12382         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
12383         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12384         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12385         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
12386         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12387         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12388         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12389         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12390         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12391         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12392         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
12393         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
12394         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
12395         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12396         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
12397         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12398         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
12399         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
12400         interfaces template sgmls.
12401         
12402         * plugins/Makefile.am,
12403         plugins/devhelp/anjuta-devhelp.plugin.in,
12404         plugins/devhelp/plugin.c,
12405         plugins/editor/action-callbacks.c,
12406         plugins/editor/anjuta-document-manager.plugin.in,
12407         plugins/editor/plugin.c,
12408         plugins/editor/plugin.h,
12409         plugins/editor/text_editor.c,
12410         plugins/sample1/plugin.c,
12411         plugins/message-view/anjuta-message-manager.plugin.in,
12412         plugins/message-view/plugin.c: Fixed shell add_widget method to take
12413         placement. Fixed other errors.
12414         
12415         * (added)plugins/profile-default/.cvsignore,
12416         (added)plugins/profile-default/Makefile.am,
12417         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
12418         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
12419         (added)plugins/profile-default/anjuta-default-profile.ui,
12420         (added)plugins/profile-default/plugin.c,
12421         (added)plugins/profile-default/plugin.h: Added a default new
12422         profile plugin.
12423         
12424         * src/Makefile.am,
12425         src/action-callbacks.c,
12426         src/anjuta-app.c,
12427         src/anjuta.c,
12428         src/main.cpp: Fixed necessary changes for libanjuta
12430 2004-05-04  Naba Kumar  <naba@gnome.org>
12432         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
12433         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
12434         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
12435         placement for default widgets placements.
12437 2004-05-03  Naba Kumar  <naba@gnome.org>
12439         * manuals/reference/libanjuta/anjuta-architecture.sgml,
12440         manuals/reference/libanjuta/libanjuta-docs.sgml,
12441         manuals/reference/libanjuta/plugin-description-file.sgml,
12442         manuals/reference/libanjuta/writing-plugins.sgml:
12443         Wrote more sections in writing-plugins document and fixed errors.
12445 2004-05-03  Naba Kumar  <naba@gnome.org>
12447         * libanjuta/interfaces/libanjuta.idl: Added interface
12448         IAnjutaFileManager.
12449         
12450         * manuals/reference/libanjuta/anjuta-architecture.dia,
12451         manuals/reference/libanjuta/anjuta-architecture.png: Updated
12452         architecture diagram.
12453         
12454         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
12455          manuals/reference/libanjuta/libanjuta-docs.sgml,
12456         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
12457         (added) manuals/reference/libanjuta/writing-plugins.sgml:
12458         Wrote writing-plugins document and separated chapters into
12459         separate sgml files.
12460         
12461         * plugins/file-manager/an_file_view.c,
12462         plugins/file-manager/an_file_view.h: New and improved directory
12463         rendering.
12465 2004-05-02  Sven Herzberg  <herzi@abi02.de>
12467         * anjuta.glade: re-designed the new file dialog
12468         * anjuta_dialogs_strings.c: new strings from the new file dialog
12470 2004-04-30  Naba Kumar  <naba@gnome.org>
12472         * libanjuta/interfaces/Makefile.am.iface,
12473         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
12474         
12475         * libanjuta/interfaces/libanjuta.idl: Updated.
12477         * libanjuta/interfaces/Makefile.am.iface,
12478         libanjuta/interfaces/libanjuta.idl: Updated.
12480 2004-04-29  Naba Kumar  <naba@gnome.org>
12481         
12482         * libanjuta/interfaces/Makefile.am.iface,
12483         libanjuta/interfaces/libanjuta.idl: Updated.
12485 2004-04-29  Naba Kumar  <naba@gnome.org>
12487         * libanjuta/interfaces/giface-idlc-c.pl,
12488         libanjuta/interfaces/libanjuta.idl: Upgraded.
12489         * libanjuta/interfaces/Makefile.am.iface: Added.
12490         
12491 2004-04-28  Naba kumar  <naba@gnome.org>
12493         * libanjuta/interfaces/giface-idlc-c.pl,
12494         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
12495         definitions and wrote a compiler.
12496         
12497 2004-04-28  Naba Kumar  <naba@gnome.org>
12499         * libanjuta/anjuta-shell.c: Fixed docs.
12500         * libanjuta/interfaces/Makefile.am,
12501         libanjuta/interfaces/ianjuta-file.c,
12502         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
12503         
12504         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
12505         
12506         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
12508         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12509         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12510         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12511         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12512         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
12513         * src/anjuta-app.c: Fixed bug.
12515 2004-04-27  Naba Kumar  <naba@gnome.org>
12517         * libanjuta/anjuta-preferences-dialog.c,
12518         manuals/Makefile.am: Fixed document bugs and enabled docs
12519         building.
12521         * libanjuta/anjuta-preferences-dialog.c,
12522         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
12523         More documentation.
12524         
12525         * libanjuta/anjuta-preferences.c,
12526         manuals/reference/libanjuta/libanjuta-docs.sgml,
12527         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12528         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12529         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12530         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12531         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
12532         Wrote more documentations.
12534         * (removed) plugins/message-view/imessage-view.c,
12535         (removed) plugins/message-view/ianjuta-msgman.c,
12536         plugins/message-view/Makefile.am,
12537         plugins/message-view/anjuta-msgman.c,
12538         plugins/message-view/anjuta-msgman.h,
12539         plugins/message-view/message-view.c,
12540         plugins/message-view/message-view.h,
12541         plugins/message-view/plugin.c,
12542         plugins/message-view/plugin.h: Moved interface implementations
12543         in their respective classes and used correct macros to
12544         defined class types.
12546         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12547         src/action-callbacks.c, src/anjuta-app.c: Subclassed
12548         AnjutaUI from GtkUIManager instead of GtkDialog.
12550         * manuals/reference/libanjuta/Makefile.am,
12551         manuals/reference/libanjuta/libanjuta-docs.sgml,
12552         manuals/reference/libanjuta/libanjuta-sections.txt,
12553         manuals/reference/libanjuta/libanjuta.types,
12554         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
12555         (added) manuals/reference/libanjuta/anjuta-architecture.png,
12556         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12557         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12558         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12559         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12560         Wrote more documentation, fixed typos, added architecture
12561         diagram, updated object types etc.
12563         * plugins/editor/text_editor.c: Fixed interface implementation.
12565 2004-04-26  Naba Kumar  <naba@gnome.org>
12567         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
12568         (added) manuals/reference/libanjuta/anjuta-architecture.png,
12569         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
12570         architecture diagram and a new chapter on plugins description file.
12572 2004-04-25  Naba Kumar  <naba@gnome.org>
12574         *  libanjuta/anjuta-children.h,
12575         libanjuta/anjuta-plugin.c,
12576         libanjuta/anjuta-plugin.h,
12577         libanjuta/anjuta-preferences.c,
12578         libanjuta/anjuta-shell.c,
12579         libanjuta/anjuta-shell.h,
12580         libanjuta/e-splash.c,
12581         libanjuta/e-splash.h,
12582         manuals/reference/libanjuta/Makefile.am,
12583         manuals/reference/libanjuta/libanjuta-docs.sgml,
12584         manuals/reference/libanjuta/libanjuta-sections.txt,
12585         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12586         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
12587         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12588         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
12589         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12590         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12591         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12592         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12593         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
12594         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12595         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12596         manuals/reference/libanjuta/tmpl/defaults.sgml,
12597         manuals/reference/libanjuta/tmpl/fileselection.sgml,
12598         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12599         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12600         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
12601         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12602         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
12603         manuals/reference/libanjuta/tmpl/plugins.sgml,
12604         manuals/reference/libanjuta/tmpl/properties.sgml,
12605         manuals/reference/libanjuta/tmpl/resources.sgml,
12606         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12607         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12608         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12609         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12610         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12611         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
12613         Added more template files and wrote more documentation.
12615 2004-04-24  Andras Timar  <timar@gnome.hu>
12617         * configure.in: Added hu to ALL_LINGUAS.
12619 2004-04-23  Naba Kumar  <naba@gnome.org>
12620         
12621         * configure.in: Fixed compile error.
12622         
12623         * libanjuta/anjuta-children.c,
12624         libanjuta/anjuta-children.h,
12625         libanjuta/anjuta-preferences.c,
12626         libanjuta/anjuta-preferences.h,
12627         libanjuta/anjuta-shell.c,
12628         libanjuta/anjuta-ui.c,
12629         libanjuta/anjuta-ui.h,
12630         manuals/reference/libanjuta/Makefile.am,
12631         manuals/reference/libanjuta/libanjuta-docs.sgml,
12632         manuals/reference/libanjuta/libanjuta.types,
12633         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12634         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
12635         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12636         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
12637         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12638         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12639         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12640         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12641         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
12642         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12643         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12644         manuals/reference/libanjuta/tmpl/defaults.sgml,
12645         manuals/reference/libanjuta/tmpl/fileselection.sgml,
12646         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12647         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12648         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
12649         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12650         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
12651         manuals/reference/libanjuta/tmpl/plugins.sgml,
12652         manuals/reference/libanjuta/tmpl/properties.sgml,
12653         manuals/reference/libanjuta/tmpl/resources.sgml,
12654         plugins/sample1/plugin.c: Added libanjuta API documentation.
12656 2004-04-22  Naba Kumar  <naba@gnome.org>
12658         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
12659         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
12660         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12661         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
12662         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
12663         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
12664         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
12665         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
12666         (removed) libegg/eggradiotoolbutton.c,
12667         (removed) libegg/eggseparatortoolitem.c,
12668         (removed) libegg/eggtoggletoolbutton.c,
12669         (removed) libegg/eggtoolbar.c,
12670         (removed) libegg/eggtoolbutton.c,
12671         (removed) libegg/eggtoolitem.c,
12672         (removed) libegg/prop-editor.c,
12673         (removed) libegg/test-actions.c,
12674         (removed) libegg/test-drag.c,
12675         (removed) libegg/test-merge.c,
12676         (removed) libegg/test-toolbar.c,
12677         libegg/menu/Makefile.am,
12678         (removed) libegg/menu/egg-accel-dialog.h,
12679         (removed) libegg/menu/egg-action-group.h,
12680         (removed) libegg/menu/egg-action.h,
12681         libegg/menu/egg-entry-action.h,
12682         (removed) libegg/menu/egg-markup.h,
12683         (removed) libegg/menu/egg-menu-merge.h,
12684         (removed) libegg/menu/egg-menu.h,
12685         (removed) libegg/menu/egg-radio-action.h,
12686         (removed) libegg/menu/egg-toggle-action.h,
12687         (removed) libegg/menu/howitshouldwork.txt,
12688         (removed) libegg/toolbar/.cvsignore,
12689         (removed) libegg/toolbar/Makefile.am,
12690         (removed) libegg/toolbar/TODO,
12691         (removed) libegg/toolbar/eggradiotoolbutton.h,
12692         (removed) libegg/toolbar/eggseparatortoolitem.h,
12693         (removed) libegg/toolbar/eggtoggletoolbutton.h,
12694         (removed) libegg/toolbar/eggtoolbar.h,
12695         (removed) libegg/toolbar/eggtoolbutton.h,
12696         (removed) libegg/toolbar/eggtoolitem.h,
12697         (removed) libegg/toolbar/prop-editor.h,
12698         (removed) libegg/toolbar/toolbar-api.txt,
12699         (removed) libegg/toolbar/toolbar-ideas.txt,
12700         plugins/devhelp/anjuta-devhelp.ui,
12701         plugins/devhelp/plugin.c,
12702         plugins/editor/action-callbacks.c,
12703         plugins/editor/action-callbacks.h,
12704         plugins/editor/anjuta-docman.c,
12705         plugins/editor/anjuta-document-manager.ui,
12706         plugins/editor/plugin.c,
12707         P plugins/message-view/Makefile.am,
12708         plugins/message-view/anjuta-message-manager.ui,
12709         plugins/message-view/plugin.c,
12710         plugins/sample1/anjuta-sample.ui,
12711         plugins/sample1/plugin.c,
12712         src/action-callbacks.c,
12713         src/action-callbacks.h,
12714         src/anjuta-actions.h,
12715         src/anjuta-app.c,
12716         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
12717         Gtk actions and UIManager. Fixed all plugins to use this.
12718         
12719         * manuals/reference/gtkdoc-scangobj.diff,
12720         manuals/reference/libanjuta/Makefile.am,
12721         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12722         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12723         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12724         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12725         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
12727         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
12728         
12729 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12730         
12731         * plugins/message-view/imessage-view.c
12732         * plugins/message-view/ianjuta-msgman.c:
12733         Added interfaces
12735 2004-04-17  Adam Weinberger  <adamw@gnome.org>
12737         * configure.in: Added en_CA to ALL_LINGUAS.
12739 2004-04-08  Naba Kumar  <naba@gnome.org>
12741         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
12742         libanjuta/interfaces/Makefile.am,
12743         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
12744         message manager and message view interfaces.
12746         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
12747         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
12748         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
12749         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
12750         src/anjuta-app.c: Used 'activate' and
12751         'deactivate' virtual methods for plugins. Fixed installed plugins
12752         dialogs. Added remove_widget() method for AnjutaShell.
12754         * libanjuta/interfaces/Makefile.am,
12755         libanjuta/interfaces/ianjuta-document-manager.c,
12756         libanjuta/interfaces/ianjuta-document-manager.h,
12757         libanjuta/interfaces/ianjuta-editor.c,
12758         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
12759         and editor interfaces.
12761         * plugins/devhelp/plugin.c,
12762         plugins/message-view/anjuta-message-manager.plugin.in,
12763         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
12764         plugins/sample1/plugin.c: Updated plugins implementation to
12765         reflect the changes.
12767 2004-04-07  Naba Kumar  <naba@gnome.org>
12769         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
12770         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
12771         libanjuta/interfaces/ianjuta-editor.h,
12772         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
12773         plugins/editor/anjuta-docman.c,
12774         plugins/editor/anjuta-document-manager.plugin.in,
12775         plugins/editor/plugin.c, plugins/sample1/plugin.c,
12776         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
12777         Added supported interfaces for plugins. Tested plugin interfaces
12778         through sample plugin.
12779         
12780 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
12781         
12782         * template/Makefile.am, data/templates/library/Makefile.am
12783         Fixed some automake-1.7 incompatibilities
12784         * template/xmltemplate.c: Small fix
12786 2004-02-23  Naba Kumar  <naba@gnome.org>
12788         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
12789         Added plugins manager dialog.
12790         
12791         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
12792         library dependencies.
12793         
12794         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
12795         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
12796         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
12797         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
12798         geometry command line option.
12799         
12800 2004-02-16  Naba Kumar  <naba@gnome.org>
12802         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
12803         Added interfaces and IAnjutaEditor editor interface.
12804         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
12805         interface.
12806         * libanjuta/anjuta-shell.h: Fixed bug.
12807         
12808 2004-02-13  Naba Kumar  <naba@gnome.org>
12810         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
12811         
12812 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
12813         
12814         * data/template/*/.cvsignore:
12815         Avoid all these ? in cvs output
12817 2004-02-13  Naba Kumar  <naba@gnome.org>
12819         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
12820         includes and linking.
12822         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
12823         and set required version to devhelp 0.8. This devhelp version
12824         can be acquired from gnome cvs branch devhelp branch
12825         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
12827         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
12828         src/actions-callbacks.c: Added Dock Manager settings menu item.
12830         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
12831         * plugins/devhelp/plugin.c: Fixed a linking bug.
12832         
12833         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
12834         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
12835         external GDL dependency and used libegg codes.
12836         
12837 2004-02-12  Naba Kumar  <naba@gnome.org>
12839         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
12840         Added devhelp plugin, but it can't be used without a
12841         patch in devhelp. So it's disabled for now.
12843         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
12844         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
12845         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
12846         Update cvsignore files.
12848         * libanjuta/plugins.c, widgets/e-splash.c:
12849         Fixed plugins loading to show splash icons.
12850         
12851         * plugins/message-view/anjuta-message-manager.plugin.in,
12852         plugins/message-view/plugin.c: Fixed plugin registered name.
12854         * plugins/message-view/anjuta-message-view.png,
12855         plugins/sample1/anjuta-sample-plugin.png: Update images.
12857         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
12858         src/main.c: Fixed layout loading.
12860         * plugins/devhelp/Makefile.am: Fixed error.
12862         * (removed) widgets/*, libanjuta/plugins.h,
12863         src/main.c: Transfered widgets to libanjuta/.
12864         
12865         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
12866         toplevel directory to created only one library as libanjuta-egg.
12868         * data/Makefile.am: Fixed build error.
12870         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
12871         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
12872         libegg/.cvsignore: Added egg dock widget.
12874         * gdl/*: Removed as they are now available in libegg.
12875         
12876 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
12878         * plugins/editor/anjuta-docman.c:
12879         Use stock close icon on tab close button
12881 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
12882         
12883         * data/template/Makefile.am
12884         data/template/language/Makefile.am
12885         data/template/library/Makefile.am
12886         data/template/text/Makefile.am
12887         data/template/project/Makefile.am
12888         data/template/project/terminal/Makefile.am
12889         configure.in: Created Makefile to install templates
12891 2004-02-11  Naba Kumar  <naba@gnome.org>
12893         * plugins/editor/action-callbacks.c,
12894         plugins/editor/anjuta-document-manager.ui,
12895         plugins/editor/plugin.c
12896         plugins/message-view/anjuta-message-manager.ui,
12897         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
12898         
12899 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
12900         
12901         * plugins/message-view/*: MessageView plugin is now loaded
12902         The menu items are still dummies.
12904 2004-02-09  Naba Kumar  <naba@gnome.org>
12906         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
12907         generation.
12908         
12909         * libanjuta/anjuta-preferences.h: Added some documentation.
12910         
12911         * libanjuta/anjuta-shell.h: Removed dead codes.
12912         
12913         * (removed) manuals/reference/gtkdoc-scangobj,
12914         manuals/reference/gtkdoc-scangobj.diff,
12915         manuals/reference/libanjuta/.cvsignore,
12916         manuals/reference/libanjuta/Makefile.am,
12917         manuals/reference/libanjuta/README.inline-doc,
12918         manuals/reference/libanjuta/README.sections,
12919         manuals/reference/libanjuta/libanjuta-docs.sgml,
12920         manuals/reference/libanjuta/libanjuta-sections.txt,
12921         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12922         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
12923         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12924         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
12925         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12926         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12927         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12928         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
12929         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12930         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12931         manuals/reference/libanjuta/tmpl/defaults.sgml,
12932         manuals/reference/libanjuta/tmpl/fileselection.sgml,
12933         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12934         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12935         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
12936         manuals/reference/libanjuta/tmpl/plugins.sgml,
12937         manuals/reference/libanjuta/tmpl/properties.sgml,
12938         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
12939         of scan program. Updated templates.
12941         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
12942         editor action callbacks data.
12943         
12944         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
12945         scintilla object ref/unref.
12947 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
12948         
12949         * template/*: Added new xml based template system
12950         * template/dtds/*: Dtds to validate xml files of the template systems
12951         * data/template/*: Some sample template files
12952         Still needs some work but builds fine!
12954 2004-02-06  Naba Kumar  <naba@gnome.org>
12956         * cofigure.in, manuals/Makefile.am,
12957         (added) manuals/reference/*: Added API documentation
12958         structure (gtk-doc based).
12960         * libanjuta/libanjuta.h: Updated
12961         
12962 2004-02-05  Naba Kumar  <naba@gnome.org>
12963         
12964         * configure.in: Sets correct dependencies and
12965         uses gdl external library.
12967         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
12968         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
12969         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
12970         libanjuta/fileselection.h, libanjuta/glue-factory.c,
12971         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
12972         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
12973         and added file dialogs.
12975         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
12976         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
12977         Build dynamic libraries for libegg.
12979         * plugins/Makefile.am, plugins/editor/Makefile.am,
12980         plugins/editor/action-callbacks.c, 
12981         plugins/editor/action-callbacks.h,
12982         plugins/editor/anjuta-docman.c,
12983         plugins/editor/anjuta-docman.h
12984         plugins/editor/anjuta-document-manager.plugin.in
12985         plugins/editor/anjuta-document-manager.png
12986         plugins/editor/anjuta-document-manager.ui
12987         plugins/editor/file.c
12988         plugins/editor/file.h
12989         plugins/editor/plugin.c
12990         plugins/editor/print.c
12991         plugins/editor/print.h
12992         plugins/editor/search-replace.c
12993         plugins/editor/search_incremental.c
12994         plugins/editor/search_incremental.h
12995         plugins/editor/text_editor.c
12996         plugins/editor/text_editor.h
12997         plugins/editor/text_editor_cbs.c
12998         plugins/editor/text_editor_menu.h
12999         plugins/sample1/Makefile.am
13000         plugins/sample1/anjuta-sample-plugin.png
13001         plugins/sample1/anjuta-sample.plugin.in
13002         plugins/sample1/anjuta-sample.ui
13003         plugins/sample1/plugin-sample1.c
13004         plugins/sample1/plugin.c
13005         plugins/sample1/plugin.h: Created sample
13006         plugin and fixed editor plugin.
13008         * printing/*: Removed.
13010         * scintilla/Makefile.am: Builds dynamic library.
13012         * src/Makefile.am, src/action-callbacks.c,
13013         src/action-callbacks.h, (removed) src/an_symbol_view.c,
13014         src/anjuta-actions.h, src/anjuta-app.c,
13015         src/anjuta-app.h, src/anjuta-callbacks.c,
13016         src/anjuta-callbacks.h, (removed) src/anjuta.c,
13017         (removed) src/anjuta.h, src/anjuta.ui,
13018         src/layout.xml, src/main.c, src/preferences.h,
13019         src/utilities.c: Debuggged and finally made plugins
13020         loadable.
13022         * global-tags/Makefile.am: Fixed build error.
13024 2004-02-03  Naba Kumar  <naba@gnome.org>
13026         * configure.in: Users GDL from external package.
13027         * plugins/*: Added many new plugins (not ready though).
13028         * src/*: Removed many files (which have been transfered in plugins/).
13029         
13030 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
13032         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
13034 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13036         * configure.in: Added editor plugins
13037         
13038         * plugins/Makefile.am, src/search-replace_backend.h,
13039         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
13040         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
13041         
13042         * Added: plugins/editor/search_incremental.c, 
13043         plugins/editor/search_incremental.h
13045         * Update search-replace in plugins/editor
13046         
13047 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
13048         
13049         * plugins/message-view/message-view.c: Some code clean-up
13051 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13053         * Added: search_incremental[ch]
13054         
13055         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
13056         src/mainmenu_callbacks.c, src/toolbar.c
13057         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
13058         
13059         * Incremental Search
13061 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
13062         
13063         * plugins/message-view/anjuta-msgman.[c/h]:
13064         Added message manager for easier message handling with a
13065         similar interface as docman. Of course you can still use
13066         MessageView standalone.
13067         * plugins/Makefile.am: Added message-view because it compiles
13068         without errors.
13070 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
13071         
13072         * plugins/message-view/*: Added message-view plugin 
13073         (still incomplete) 
13074         * configure.in: Added plugins/message-view/Makefile
13076 2004-01-03  Naba Kumar  <naba@gnome.org>
13078         * libanjuta/*.c: Added new files and updated old ones.
13079         * plugins/editor/*: Added editor plugin.
13080         * configure.in: Added editor plugin and moved editor related
13081         files into it.
13083 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
13085         * src/Makefile.am: Added search-replace_backend.[ch]
13086         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
13087         find_replace.[ch]
13088         * anjuta.glade, src/search-replace.c, src/search-replace.h,
13089         src/search-replace_backend.c, src/search-replace_backend.h,
13090         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
13091         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
13092         src/toolbar_callbacks.c
13093         * The advanced Search/Replace functionality now replaces the older
13094         Find/Replace stuff.
13095         * The Search/Replace functionality can be interrupted during a long
13096         Search/Replace;
13097         
13098 2003-12-11  Naba Kumar  <naba@gnome.org>
13100         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
13101         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
13102         errors.
13103         * Makefile.am, libanjuta/*: Added new module.
13104         * src/Makefile.am: Fixed linking error.
13105         * src/watch_cbs.c: Debugger clean up.
13106         * configure.in: Added libanjuta-2.0.pc
13108         * configure.in, libanjuta/Makefile.am,
13109         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
13110         libanjuta instead.
13112 2003-12-11  Naba Kumar  <naba@gnome.org>
13114         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
13116         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
13117         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
13118         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
13119         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
13120         The user can now give a name at the creation of a new file and
13121         insert automatically (user choice) header, gpl notice, header
13122         template. The file extension is added automatically according
13123         to the selected type of file. The various insert functions have
13124         been moved from mainmenu-callback.c to file.c. The cursor is now
13125         moved after an insert operation. Removes also useless code in
13126         memory.c and search-replace.c
13127         
13128 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
13130         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
13131         sortable headers, process tree, removal of path and process params
13132         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
13133         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
13134         code cleanup
13136 2003-12-10  Naba Kumar  <naba@gnome.org>
13138         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
13139         
13140 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
13142         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
13144 2003-11-28  Naba Kumar  <naba@gnome.org>
13146         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
13147         
13148         * manuals/de/*: Added german translation docs.
13149         
13150         * configure.in, Makefile.am, src/Makefile.am,
13151         libegg/*/*: Added libegg library.
13152         
13153         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
13154         installation directory.
13155         
13156         * src/text_editor_cbs.c: Fixed closing of file.
13158 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
13159                                                                                 
13160         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
13162 2003-09-05  Naba Kumar  <naba@gnome.org>
13164         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
13165         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
13166         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
13167         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
13168         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
13169         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
13170         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
13171         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
13172         using libegg. Initial commit -- compiles but is not complete.
13174 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
13176         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
13178 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
13180         * configure.in: Removed "ta" from ALL_LINGUAS.
13182 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
13184         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
13186 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
13188         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
13190 2004-04-24  Andras Timar  <tmar@gnome.hu>
13192         * configure.in: Added hu to ALL_LINGUAS.
13194 2004-04-14  Naba Kumar  <naba@gnome.org>
13196         * src/Makefile.am, printing/Makefile.am,
13197         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
13198         because we are still using GtkCombo and build breaks with gtk-2.4.
13199         
13200 2004-04-13  Naba Kumar  <naba@gnome.org>
13202         * NEWS: Updated.
13203         * anjuta.spec.in: Fixed build error.
13204         * po/POTFILES.in: Updated.
13205         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
13207 2004-04-11  Naba Kumar  <naba@gnome.org>
13209         * NEWS: Updated.
13210         * AUTHORS: Updated.
13211         * configure.in: Added ga in ALL_LINGUAS.
13212         * ChangeLog: Fixed dates.
13213         
13214 2004-04-09  Naba Kumar  <naba@gnome.org>
13216         * src/print.c: Fixed buffer styling bug when printing with
13217         selection.
13219         * data/properties/anjuta.properties: Defined only one base font and
13220         used courier instead of lucidatypewriter, because most newer systems are
13221         unlikely to have it (bug #885023, #925956, #890473).
13222         
13223         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
13224         warning.
13225         
13226         * src/an_file_view.c: Fixed possible crash bug.
13228 2004-04-07  Naba Kumar  <naba@gnome.org>
13230         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
13231         gtk_main_quit() etc..), so that atexit() functions are not called
13232         (which is apparently done to free up memory and we don't need to
13233         do that at this point). Incidentally, something also happens in the
13234         atexit call which freezes the UI for far too long when the application
13235         exits and we want to avoid that..
13236         * src/glade_iface.c: Fixed compiler warning.
13237         
13238 2004-04-06  Naba Kumar  <naba@gnome.org>
13240         * src/project_dbase_gui.c: Fixed errors.
13242         * src/registers_gui.c: Fixed possible crash bug.
13243         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
13244         * src/signals.[c,h]: Used tree view and glade file for dialog.
13245         * src/Makefile.am, src/about.c, src/an_file_view.c,
13246         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
13247         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
13248         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
13249         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
13250         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
13251         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
13252         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
13253         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
13254         src/launcher.h, src/main.c, src/main_menubar.c,
13255         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
13256         src/message-manager-private.cc, src/message-manager.cc,
13257         src/preferences.c, src/project_config.c, src/project_dbase.c,
13258         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
13259         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
13260         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
13261         src/search-replace.c, src/search-replace_backend.c,
13262         src/search_incremental.c, src/search_preferences.c,
13263         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
13264         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
13265         src/signals_gui.c, src/source.c, src/src_paths.c,
13266         src/stack_trace.c, src/start-with.c, src/style-editor.c,
13267         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
13268         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
13269         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
13270         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
13271         tagmanager/Makefile.am, scintilla/include/SString.h,
13272         widgets/Makefile.am, widgets/gnomefilelist.c:
13274         Removed all deprecated codes and substituted
13275         with newer APIs. Fixed some possible crash bugs where cell renderers
13276         were being shared.
13277         
13278         * scintilla/patches/scintilla-minor.patch: Minor patch.
13280 2004-04-06  Naba Kumar  <naba@gnome.org>
13282         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
13283         tree after all the files have been added (and not everytime a file
13284         is added in the project). Also fixed some memory corruption
13285         (possibly bug #900478).
13286         
13287         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
13288         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
13289         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
13290         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
13291         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
13292         qualifier wherever appropriate.
13294 2004-04-05  Naba Kumar  <naba@gnome.org>
13296         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
13297         switch terminal echo on/off. Debugger requires it off, while the
13298         rest requires it on.
13300         * src/search-replace.c: sets search direction and action (in addtion
13301         to target) for find in files.
13302         
13303 2004-04-02  Naba Kumar  <naba@gnome.org>
13305         * src/mainmenu_callbacks.c: Sets filename during save of new files.
13307         * src/project_dbase.c, src/debugger, src/an_file_view.c,
13308         src/an_symbol_view.c: Added an gtk events loop for
13309         displaying project loading status (for loading large projects) and
13310         debugger program starting ... just to give an impression of fastness :-).
13312         * configure.in, anjuta.prj: Bumped version to 1.2.2.
13314         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
13315         crash bug, which occurs when opening and closing a large project
13316         repeatedly.
13317         
13318         * src/attach_process.c: Fixed a comiple error for old gcc.
13319         
13320         * src/launcher.c: Prints proper error message when launcher child
13321         could not be executed and exits properly. Fixed a crash
13322         bug (bug #926606).
13323         
13324         * src/resources.c, src/utilities.c, src/glade_iface.c,
13325         src/debugger.c, src/attach_process.c: Properly exits forked children
13326         when they could not be executed.
13327         
13328 2004-04-01  Naba Kumar  <naba@gnome.org>
13330         * src/search-replace.c: Fixed a crash bug (bug #921893).
13332 2004-03-31  Naba Kumar  <naba@gnome.org>
13334         * anjuta.glade: Added a note on compiler options dialog ->support
13335         dialog telling that supports are only available for file mode.
13337         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
13338         src/anjuta_cbs.c:
13339         Improved shutdown time delay by bypassing project closing
13340         and unloading plugins.
13342         * src/build_file.c, data/properties/anjuta.properties: Added a property
13343         to toggle on/off for going to first error automatically.
13345 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
13347         * src/debugger.c: fixed core file loading
13348         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
13349         for long lines (bugs #700968 and #911376)
13350         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
13351         #917982.
13352         * src/anjuta.c: Focuses current AnEditor correctly.
13354 2004-03-30  Naba Kumar  <naba@gnome.org>
13356         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
13357         * AUTHORS: Updated with all contributors names.
13358         * NEWS: Updated.
13359         * src/about.c: Reads contributors names from AUTHORS file.
13360         * manuals/C/anjuta-manual/authors.xml: Points to online
13361         contributors list.
13362         
13363 2004-03-29  Naba Kumar  <naba@gnome.org>
13365         * data/properties/ada.properties: Fixed syntax colors. Patch
13366         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
13367         (bug #923474).
13369         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
13370         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
13371         generated projects, so that their pixmap files are
13372         found properly (bug #919903).
13373         
13374         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
13375         anjuta.
13377         * src/source.c: Installs .glade file of libgllade
13378         projects in $(datadir)/$(package)/glade (part of bug #861038).
13379         
13380         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
13381         in compiler options (bug #883837).
13382         
13383         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
13384         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
13385         
13386 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
13388         * anjuta/src/search-replace.c: fixed another crash bug in
13389         "Find Usage"
13390         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
13391         breakpoint property fix
13393 2004-03-29  Naba Kumar  <naba@gnome.org>
13395         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
13396         (new) manuals/C/anjuta-advanced-tutorial/*:
13397         Added menu entry for 'Anjuta Advanced Tutorial'
13398         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
13400 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13401         
13402         * src/fileselection.[ch], src/mainmenu_callbacks.c:
13403         Fixed bug #908941  ('Open' starts in wrong directory)
13404         
13405 2004-03-26  Naba Kumar  <naba@gnome.org>
13407         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
13408         compile error and bug #905738 with terminal.
13410         * src/search_incremental.c, src/register.c, src/sharedlib.c,
13411         src/search-replace.[h,c], src/search_incremental.[h,c],
13412         src/search_preferences.h, src/utilities.c, src/anjuta.c,
13413         src/text_editor.[c,h]: Fixed compiler warnings.
13414         
13415         * src/search-replace.c: Fixed a memory corruption (possible
13416         fix for bug #921893, but not yet confirmed).
13417         
13418         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
13419         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
13420         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
13421         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
13423 2004-03-25  Naba Kumar  <naba@gnome.org>
13425         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
13426         crash bug with attach process dialog and made the dialog closable
13427         with 'esc'.
13428         
13429         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
13430         always display within the margin.)
13431         
13432         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
13433         the old breakpoint when it's properties are updated
13434         (creating a new updated one).
13435         
13436 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
13438         * src/aneditor.cxx, src/aneditor.h: fixed calltips
13439         displayed for wrong file.
13440         * src/breakpoints.c: conditional breakpoints
13441         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
13442         "Find in Files..." disabling policy
13444 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13446         * src/build_file.c: Fixed bug #874380
13447         Goto the first error if it exists.
13449 2004-03-24  Naba Kumar  <naba@gnome.org>
13451         * src/anjuta.c: Fixed to get correct child exit status
13452         using mask (bug #905738).
13453         
13454         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
13455         Aligned buttons in the New file dialog,
13456         set default response to OK, entry box activates default response,
13457         ESC closes dialog and hides on delet_event.
13459 2004-03-19  Naba Kumar  <naba@gnome.org>
13461         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
13462         tree).
13464 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
13466         * src/search-replace.c: fixed "Find Usage" crash when no project open
13468 2004-03-17  Naba Kumar  <naba@gnome.org>
13470         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
13471         Fixed the generated projects to read m4 directory if the directory
13472         exists (bug #917781).
13473         
13474 2004-03-12  Naba Kumar  <naba@gnome.org>
13476         * HACKING: Fixed formatting for auto-parsing.
13478 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
13479         
13480         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
13481         rework (bug #890609)
13483 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13484         
13485         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
13487 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13488         
13489         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
13490         * src/search_preferences.c: Fixed typo.
13491         
13492 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13493         
13494         * src/search-replace.c: improved Search&Replace
13495         For the moment "Replace All" does not work with non opened files
13496         but Anjuta should not crash now ! ??? 
13497         
13498 2004-02-26  Naba Kumar  <naba@gnome.or>
13500         * src/source.c: Fixed to pass cflags correctly
13501         and suppress the automake's default cflags.
13502         bug #816130, #801056, #782798, #773459
13503         
13504         * data/properties/anjuta.properties: Do not defualt to -k make option.
13505         bug #875486.
13507         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
13508         bug #877683.
13509         
13510         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
13511         
13512         * src/message-manager-private.cc: Disabled debug messages.
13513         
13514 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
13516         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
13518 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13519         * anjuta.glade, src/search-replace.c:
13520         Reduced Search&Replace dialog, bug #902636.
13521         
13522 2004-02-23  Naba Kumar  <naba@gnome.or>
13524         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
13525         (bug #866143).
13527 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13528         
13529         * src/search_incremental.c: Fixed bug #900903
13531 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
13532         
13533         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
13534         src/anjuta.c: Fixed bugs #890609 and #890609
13536 2004-02-23  Naba Kumar  <naba@gnome.or>
13538         * src/message-manager.cc: Disconnects menuitem signal properly.
13539         Fixed bug #901723.
13540         
13541         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
13542         bug #900897.
13543         
13544 2004-02-20  Naba Kumar  <naba@gnome.org>
13546         * src/message-manager-private.[c,h]: Implemented keypress
13547         event for the terminal and resets it when ctrl c or ctrl d
13548         is pressed. But it doesn't seem to be working on keypress.
13549         Added a workaround to let it work on key release instead.
13550         (bug #878357).
13551         
13552         * src/search-replace: Fixed compiler warnings.
13553         
13554 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
13556         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
13557         Use defined file name when saving new files (fixes bug #898105)
13558         Don't change filename when clicking on a directory
13559         
13560         BTW: Happy birthday to me :-)
13561         
13562 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13563         
13564         * src/search-replace.c: Fixed a crash bug 
13565         Crash on Find & Replace (#887833)
13566         
13567 2004-02-18  Naba Kumar  <naba@gnome.org>
13569         * src/executer.c: Fixed a crash bug.
13570         
13571         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
13572         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
13573         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
13574         instead of GtkWindow (Part of bug #671596).
13575         
13576         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
13577         src/registers_gui.c, src/registers_cbs.[h,c],
13578         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
13579         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
13580         src/compiler_options.c, src/an_file_view.c, start-with.c,
13581         src/anjuta-tools.c, help.c:
13583         Added "close" buttons on all
13584         dialogs (HIG) and fixed to properly response to ESC close
13585         (Part of bug #671596).
13587         * src/launcher.c: Disabled printing of long debug lines.
13588         
13589         * src/utilities.h: Fixed a compiler warning.
13590         
13591 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
13593         * src/anjuta.c: "Save all" action now asks for filenames for new files
13594         (fixes bug #898111)
13596 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
13598         * anjuta.glade, src/text_editor.c:
13599         Fixed a typo in Hello World indentation style 
13600         Fixed misuse of translated strings when looking for style
13601         This entry fixes bug #876037
13603 2004-02-16  Naba Kumar  <naba@gnome.org>
13605         * src/utilities.c: Fixed return value when dest file could
13606         not be created.
13608         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
13609         * src/utilities.[c,h]: Removed 'cmp' dependency and used
13610         internal function to compare files.
13611         
13612 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
13614         * src/message-manager-private.cc:
13615         Set bold color as foreground color in terminal
13616         (fixes bug #864924)
13618         * src/aneditor.cxx:
13619         Use font style defined for message indicators in
13620         preferences/messages
13621         (fixes bug #885032)
13623 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
13625         * src/build_project.c:
13626         Use build.silent option from preferences (fixes bug #895726)
13627         
13628 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
13630         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
13632 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
13633         
13634         Patch from Massimo Corà <maxcvs@email.it>:
13635         * scintilla/LexCPP.cxx: Support "///" comments
13637 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13638         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
13639         src/search_replace.h, src/search-replace_backend.h
13640         anjuta.glade
13641         
13642         * Added: src/search_preferences.c, src/search_preferences.h
13643         Allow the user to save search/replace settings and give them names.
13645 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
13646         
13647         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
13648         scintilla/ScintillaGTK.cxx:
13649         Hopefully fixed AMD 64 crash bug by using correct marshaller
13651 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
13653         * src/preferences.c: Save GtkOptionMenu properties properly
13654         * src/text_editor.c: Fixes editor mispell of fold.symbols property
13656 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
13657         
13658         * configure.in, src/Makefile.am, scintilla/Makefile.am:
13659         Fixed libiconv issue
13660         * NEWS: Updated
13662 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
13663         
13664         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
13665         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
13666         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
13667         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
13668         src/sharedlib_gui.c:
13669         Debugger speed-up, replaced deprecated GtkCList
13671 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
13673         * src/text-editor.c: Use stock gtk+ close button for editor tabs
13675 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
13677         * configure.in: Added "sq" to ALL_LINGUAS.
13679 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
13681         * configure.in: Added "ko" to ALL_LINGUAS.
13683 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13685         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
13686         src/search_incremental.c, src/search_incremental.h: 
13687         Search_incremental code cleanup
13689 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13691         * scintilla/*/*: Updated scintilla to CVS
13692         * Added: scintilla/Readme.sync
13693         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
13694         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
13695         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
13696         scintilla/ScintillaGTK.cxx,
13697         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
13698         scintilla/include/Scintilla.iface: Updated.
13700 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13702         * search-replace_backend.[ch], search_incremental[ch]: Added
13703         
13704         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
13705         find_replace.[ch]: Removed.
13706         
13707         * anjuta.glade, src/search-replace.c, src/search-replace.h,
13708         src/search-replace_backend.c, src/search-replace_backend.h,
13709         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
13710         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
13711         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
13712         functionality now replaces the older Find/Replace stuff. The Search/Replace
13713         functionality can be interrupted during a long Search/Replace.
13715 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
13717         * widgets/gnomefilesel.c: Fix use of previously freed memory on
13718         selecting ".." and "." from file selector. 
13720 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
13722         * anjuta.glade: Fixed wrong "fold.symbols" property
13724 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
13725         
13726         * src/project_dbase_gui.c: Alphabetical order ;-)
13727         * src/compiler_options.c: Fixed bug #867539
13728         * src/launcher.c: Workaround for bugs #864922, #849928,
13729         #846386 and #845782: The launcher no longer hangs but does
13730         not get the exit status correctly sometimes.
13731         * Changes suggested by Bosik are obviously already in without
13732         any Changelog entry (ClsGen.c, project_dbase_gui.c)
13733         * NEWS, README, anjuta.prj, configure.in: 
13734         Changed version to 1.2.1
13735         
13736         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
13737         * anjuta_dialogs_strings.c, anjuta.glade: 
13738         Fixed bugs #860906, #859329
13739         
13740         Patch from grzegol@pld-linux.org
13741         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
13742         freedesktop.org standard)
13744 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
13745         
13746         Patch from Stefano Vallarino <stevalla@libero.it>:
13747         * src/source.[c/h]: Fixes cpp sample file to conform to 
13748         ISO/IEC 14882, C++-Standard 
13750 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
13752         Review by Johannes Schmid <jhs@cvs.gnome.org>
13753         * src/build_file.[ch]: Add build_execute_shell_command which executes the
13754         command using sh -c.
13755         * src/compile.c: Use build_execute_shell_command when compiling single
13756         files.
13758 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
13759         
13760         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
13761         * src/breakpoints.c: Code cleanup, workaroud for possible 
13762         launcher bug
13763         * src/src_paths.c: Update debugger dirs on directory change
13765 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
13767         Review by Johannes Schmid <jhs@cvs.gnome.org>
13768         * src/attach_process.c, src/attach_process.h, anjuta.glade:
13769         sortable headers, process tree, removal of path and process params
13770         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
13771         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
13772         code cleanup
13774 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
13775         
13776         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
13777         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
13778         Add a dialog for "New file" which lets the user set the 
13779         filename and to add copyright/header templates to the file
13780         * Review: Changed function names to contain modules name (file_)
13782 2003-12-09  Naba Kumar  <naba@gnome.org>
13784         * setup-gettext: Fixed a typo.
13785         * scintilla/Makefile.am: Fixed a build error for SMP systems.
13787 ---- Released version 1.2.0 ---
13789 2003-12-08  Naba Kumar  <naba@gnome.org>
13791         * src/preferences.c: Fixed compiler error.
13792         * global_tags/create_global_tags.sh: Fixed to install properly
13793         even when system.tags could not be generated.
13794         * NEWS: Updated.
13796 2003-12-06  Naba Kumar  <naba@gnome.org>
13798         * setup-gettext: Fixed to not generate intl directory with gettextize.
13800         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
13801         * src/anjuta.c: Filters out unnecessary files from find in files
13802         command.
13803         
13804         * NEWS: Updated.
13805         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
13806         * src/widzard_gui.c: Added horiz scrollbar for desc text.
13807         
13808 2003-12-04  Naba Kumar  <naba@gnome.org>
13809         
13810         * src/gnome_project.c: Enables debug and optimization flags for
13811         new projects.
13812         
13813         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
13814         
13815         * src/project_dbase_gui.c: combined header and c files for
13816         file selector.
13817         
13818         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
13819         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
13821 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
13823         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
13825 2003-11-29  Naba Kumar  <naba@gnome.org>
13827         * configure.in, anjuta.prj: Bumped version to 1.2.0.
13828         * NEWS: Updated.
13830 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
13831         
13832         * src/main_menubar.c: Now files cannot be opened twice in recently
13833         file menu
13835 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
13837         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
13839 2003-11-28  Naba Kumar  <naba@gnome.org>
13841         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
13842         
13843 2003-11-27  Naba Kumar  <naba@gnome.org>
13845         * src/breakpoints.c, src/launcher.c, src/find_text.c,
13846         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
13847         
13848         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
13849         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
13850         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
13851         checkbox in project wizard (project options page) to enable/disable
13852         source code generation with glade(mm).
13853         
13854         * NEWS: Updated
13855         
13856 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
13858         * src/dnd.c: Opening files with special characters in the name.
13860 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
13862         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
13863         a long time.
13865 2003-11-18  Naba Kumar  <naba@gnome.org>
13867         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
13868         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
13869         src/project_import.c, plugins/patch/patch-plugin.c:
13870         Fixed g_signal_diconnect calls to pass correct data.
13871         (Fixed possible crash in project imports).
13872         
13873         * NEWS: Updated.
13874         
13875 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
13877         Reviewed by Naba Kumar  <naba@gnome.org>
13878         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
13879         and debugger. Sets default settings for pty in launcher.
13880         * data/gdb.init: Removed charset work around (now works with user's
13881         native charset)
13882         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
13884 2003-11-18  Naba Kumar  <naba@gnome.org>
13886         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
13887         names of 'index' to 'idx'.
13888         
13889 2003-11-17  Naba Kumar  <naba@gnome.org>
13891         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
13892         * src/project_dbase.c: Prompts user for unsaved project files
13893         when project is closed.
13894         
13895 2003-11-16  Naba Kumar  <naba@gnome.org>
13897         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
13898         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
13899         older gcc.
13900         
13901 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
13902         
13903         * src/anjuta.c: Fixed crash related to tag == NULL while 
13904         anjuta is exiting
13906 2003-11-11  Naba Kumar  <naba@gnome.org>
13908         * src/glade_iface.c: Avoids error conditions for glade or glademm not
13909         found. It simply doesn't generate the c/c++ codes and continues with
13910         just a warning.
13911         * NEWS: Updated.
13912         
13913 2003-11-10  Naba Kumar  <naba@gnome.org>
13915         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
13916         'Start with dialog'.
13918         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
13919         German translation of anjuta-tutorial.
13920         
13921         * src/launcher.c: Fixed an encoding bug with GIOChannels.
13922         * NEWS: Updated.
13924 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
13926         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
13927         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
13928         the syntax highlighting in Preferences, the automatic syntax
13929         highlighting is now selected. When the debugger is stopped and the
13930         breakpoints window not closed, the gtk_tree_view in this window is
13931         now made unsensitive.
13933 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
13935         * src/preferences.h, src/preferences.c, anjuta.glade:
13936         Fixed translation bug in preferences by using GtkOptionMenu
13937         * anjuta.prj: Project version 1.1.98
13939 ---------------- Released version 1.1.98 ----------------
13941 2003-11-07  Naba Kumar  <naba@gnome.org>
13943         * anjuta.spec.in: Revived docs package and combined all docs into
13944         one package.
13945         * configure.in: Bumped version to 1.1.98 rc2
13946         * NEWS: Updated.
13947         * anjuta.spec.in: Fixed scrollkeepr-update command.
13948         * anjuta.spce.in: Fixed file permissions.
13950 2003-11-06  Naba Kumar  <naba@gnome.org>
13952         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
13953         menus to activate anjuta helps.
13954         
13955         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
13956         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
13957         manuals/C/anjuta-faqs/legal.xml (added),
13958         manuals/C/anjuta-faqs/Makefile.am,
13959         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
13960         manuals/C/anjuta-faqs/.cvsignore,
13961         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
13962         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
13963         manuals/C/anjuta-tutorial/legal.xml (added),
13964         manuals/C/anjuta-tutorial/Makefile.am,
13965         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
13966         manuals/C/anjuta-tutorial/.cvsignore,
13967         manuals/C/anjuta-manual/*.sgml (removed),
13968         manuals/C/anjuta-manual/*.xml (added),
13969         manuals/C/anjuta-manual/Makefile.am,
13970         manuals/C/anjuta-manual/anjuta-manual-C.omf,
13971         manuals/C/anjuta-manual/.cvsignore,
13972         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
13973         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
13974         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
13975         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
13976         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
13977         manuals/ja/anjuta-faqs/legal.xml (added),
13978         manuals/ja/anjuta-faqs/Makefile.am,
13979         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
13980         manuals/ja/anjuta-faqs/.cvsignore,
13981         manuals/ja/anjuta-manual/*.sgml (removed),
13982         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
13983         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
13984         manuals/ja/anjuta-manual/*.xml (added),
13985         manuals/ja/anjuta-manual/Makefile.am,
13986         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
13987         manuals/ja/anjuta-manual/.cvsignore,
13988         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
13989         manuals/sgmldocs.make (removed),
13990         manuals/xmldocs.make (added), manuals/omf.make (added),
13991         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
13992         documentations to newer docbook xml documentations. Converted 
13993         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
13994         Enabled manulas installations.
13995         
13996         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
13998 2003-11-05  Naba Kumar  <naba@gnome.org>
14000         * data/gdb.init: Sets host's charset to ascii to solve debugger
14001         freeze up due to uninitialized strings in target program.
14003         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
14004         Fixed a crash bug with 'Add expression in watch'. Bug #822017
14005         
14006         * NEWS: Updated.
14007         
14008         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
14009         src/launcher.c: Turns off echo in spawned pty to fix debugger.
14011 2003-11-04  Naba Kumar  <naba@gnome.org>
14013         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
14014         problems.
14015         
14016         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
14017         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
14018         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
14019         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
14020         in file headers.
14021         
14022         * src/search-replace.c: Fixed infinite loop bug.
14023         * start-with.c: Fixed a crash bug with "Open last project".
14024         
14025         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
14026         * scintilla/Makefile.am: Fixed compiler option.
14027         
14028 2003-10-16  Naba Kumar  <naba@gnome.org>
14030         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
14031         * src/text_editor.c: Fixed autoformat.
14032         
14033 2003-10-15  Naba Kumar  <naba@gnome.org>
14035         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
14036         of CTRL+number.
14037         
14038 2003-10-09  Naba Kumar  <naba@gnome.org>
14040         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
14041         
14042 2003-10-08  Naba Kumar  <naba@gnome.org>
14044         * src/source.c: Fixed a GETTEXT typo error.
14045         * anjuta.glade: Made 'Sorted in order you open them' default option
14046         for editor tabs.
14048         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14049         * anjuta.glade, data/properties/anjuta.properties:
14050         Fixed the freeze of the "Preferences" combos at the first Anjuta
14051         init is generated by:
14052                 - a not complete translation of preferences.c file
14053                 - a difference between 2 names in anjuta.glade and
14054                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
14055                 - the same name given to 3 combos (anjuta.glade).
14056                 
14057         * src/find_text.c: If the "whole document" mode is selected,
14058         a new search will select the next occurrence (Bug #764954).
14059         It is now possible to use the shortcuts to search next or previous
14060         occurrence even if the search dialog has the focus.     Bug #790318
14061         
14062         * src/main_menubar_def.h: "Select code block" shortcut; the new
14063         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
14064         (Bug #811016).
14066         Patch from: Richard Lee  <r.h.lee@comcast.net>
14067         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
14068         tagmanager/tm_workspace.c: The following is a patch to fix a
14069         seemingly random occurence where Anjuta would crash when a
14070         certain key was pressed.
14072 2003-09-29  Naba Kumar  <naba@gnome.org>
14074         * src/find_in_files.c: Ignores binary by default. Disabled the option
14075         of NOCVS search, because launcher does not use sh and hence can not
14076         pipe.
14077         
14078         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
14079         "clean before build" state in project session and not in account session,
14080         otherwise the state gets reflected to other projects causing annoyance.
14081         
14082         * src/compiler_options.c: Fixed a bug where compiler options were always
14083         claimed 'modified'.
14085         * src/build_project.c, data/properties/anjuta.properties,
14086         src/commands.[h]: Fixed a bad bug where clean-before-build
14087         doesn't work.
14088         
14089         * scintilla/patches/research-cvs-nolog.diff,
14090         scintilla/patches/scintilla-ac-gtk2-port.diff,
14091         scintilla/patches/scintilla-ac-sort-fix.diff,
14092         scintilla-optimization.diff: Removed, because they are already in
14093         scintilla CVS.
14094         
14095         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
14096         2003-09-29).
14098         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
14099         scintilla/LexYAML.cxx: Added new scintilla lexers.
14100         
14101         * TODO, NEWS: Updated.
14103         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14104         * src/utilities.c: Fixed typo bugs.
14106 2003-09-26  Naba Kumar  <naba@gnome.org>
14108         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
14109         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
14110         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
14111         text_editor_find() and Fixed I-Search wrapping.
14112         * src/debugger.c: Fixed to pass a newline after a debugger
14113         command (which was broken since the launcher was refactored.
14114         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
14116 2003-09-25  Naba Kumar  <naba@gnome.org>
14118         * src/toolbar_callbacks.c: Fixed start of incremental search.
14119         
14120         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14121         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
14122         src/main_menubar_def.h, src/mainmenu_callbacks.c,
14123         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
14124         menu and implementation.
14126 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
14128         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
14129         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
14130         variables in Locals window.
14132 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
14134         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
14135         * src/utilities.[ch] : Fix a tooltip bug in 
14136         anjuta_util_toolbar_append_stock(), the label appeared instead of
14137         the tooltip text. Remove label from arguments of the function
14138         because label is included in the stock icon data.
14139         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
14140         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
14141         * FIXME: translation file should be updated because of label text removal.
14143 2003-09-24  Naba Kumar  <naba@gnome.org>
14145         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
14146         
14147         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
14148         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
14149         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
14150         stdout and stderr. Also buffered output and check-for-password
14151         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
14152         with password prompts. Checkes for password prompts from all outputs.
14153         
14154         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
14155         which takes a string (which could be utf8 also) and converts into
14156         utf8 string.
14157         
14158         * src/main.c: Connects kernel signals after gnome_program_init().
14159         
14160         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14161         * src/message-manager.c: Fixed bug #787026 by converting the strings
14162         to proper UTF8.
14163         
14164 2003-09-22  Naba Kumar  <naba@gnome.org>
14166         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
14167         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
14168         GtkCList and using GtkTreeView instead. Added the patch.
14169         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
14170         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
14171         
14172 2003-09-19  Naba Kumar  <naba@gnome.org>
14174         * printing/print.c: Proper UTF8 printing support.
14175         * src/main.c: moved kernel signal connects at the
14176         end of application initialization.
14177         
14178 2003-09-18  Naba Kumar  <naba@gnome.org>
14180         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
14181         (new) lexers.make, (new) lexers: Update scintilla to latest
14182         scintilla CVS (2003-09-18), added new lexers, automated
14183         lexers makefiles sections and scintilla update. Added
14184         patches. Optimized pango rendering. Fixed a crash bug
14185         in scintilla.
14186         
14187         * (new) scintilla/patches/research-cvs-nolog.diff: Added
14188         patch to remove cvs log command from RESearch.cxx file.
14189         * scintilla/patches/scintilla-pango-always.diff:
14190         Fixed file name.
14191         * scintilla/RESearch.cxx: Removed spurious cvs log command
14192         and logs.
14193         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
14194         
14195         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
14196         * src/dnd.c: Fixed a crash bug with DND.
14197         
14198 2003-09-15  Naba Kumar  <naba@gnome.org>
14200         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
14201         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
14202         src/toolbar_callbacks.c: Added an additional parameter to
14203         text_editor_goto_line() funtion which decides if the line should
14204         be made visible (if it's under fold).
14205         
14206         * src/style-editor.c: Fixed a compiler warning.
14207         * src/message-manager.cc: Calls parent method correctly.
14209         * src/preferences.h: Fixed prent class.
14210         
14211         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14212         * src/project_dbase.c: Fixed bug #713210.
14213         
14214 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
14215                                                                                 
14216         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
14218 2003-09-11  Naba Kumar  <naba@gnome.org>
14220         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14221         * src/style-editor.c: Fixed bug #769130 (Crash on font
14222         selection dialog).
14223         
14224         * src/message-manger.[h,cc]: Made AnMessageManager
14225         derived from GtkFrame and removed deprecated code.
14226         
14227         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
14228         compiler warnings.
14229         
14230 2003-09-09  Naba Kumar  <naba@gnome.org>
14232         * src/Makefile.am: Addded rules for built sources.
14233         
14234 2003-09-08  Naba Kumar  <naba@gnome.org>
14236         * (new) src/anjuta-marshalers.list: Added marshalers definition
14237         file.
14238         
14239         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
14240         and CXXFLAGS are not overwriten by automake's default.
14241         * src/style-editor.c: Added 'operators' in the style editor.
14242         
14243         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
14244         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
14245         * src/message-manager-private.cc, src/message-manager.cc:
14246         Converts message going into message into UTF-8 endoding.
14247         * src/main.c: Uses UTF-8 codeset for localization.
14248         
14249 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
14251         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
14252         
14253 2003-09-08  Naba Kumar  <naba@gnome.org>
14255         * TODO: Updated.
14256         
14257         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14258         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
14259         Fixed bug #798717, Find - Find&Replace - Find in files bug;
14260         The combo entries were updated if the same data with a different
14261         case exist in the combo list. The combo entries are now case sensitive. 
14262         Search&Replace bug; First search ,max actions = 0 ==> now max
14263         actions = 100.
14264         
14265 2003-09-08  Naba Kumar  <naba@gnome.org>
14267         * TODO: Updated.
14268         * src/utilities.[c,h]: a function takes contant args.
14269         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
14270         Now the child terminated signal is emitted properly.
14271         * src/Makefile.am: Used $(top_srcdir) for referring to 
14272         scintilla objects.
14273         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
14274         definitions file which will generate anjuta-marshalers.[c,h] files.
14275         * src/.cvsignore: Updated.
14276         * src/build_project.c: Changed su command to preserve quotes.
14277         * src/anjuta-tools.c, tagmanager/tm_project.c,
14278         tagmanager/tm_workspace.c: Use standard tmp file.
14279         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
14280         so that users could report bugs easily.
14281         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
14282         
14283         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
14284         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
14285         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
14286         src/attach_process.c, src/breakpoints.c, src/commands.c,
14287         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
14288         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
14289         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
14290         src/memory.c, src/message-manager-private.c, src/preferences.c,
14291         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
14292         src/search-replace.[c,h], stack_trace.c, text_editor.c,
14293         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
14294         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
14295         Fixed compile warnings and cleanup.
14296         
14297         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
14298         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
14299         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
14300         Removed libzvt usage and implemented child spawing differently. Launcher is
14301         now proper GObject, which can be created multiple times (and can be
14302         operated in parallel).
14304         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
14305         * src/project_import_gui.c, src/project_import_cbs.c,
14306         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
14307         (crash on project import). Removed deprecared codes.
14308         
14309 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
14310         
14311         * src/cvs.c: Fixed cvs output bug.
14313 2003-09-03  Naba Kumar  <naba@gnome.org>
14315         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14316         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
14317         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
14318         src/text_editor_cbs.c: Implements --
14319                 If the debugger is started
14320                         A double click in the margin add or remove a breakpoint
14321                         A single click activate or deactivate the breakpoint
14322                 else
14323                         A double click in the margin add or remove a bookmark
14325 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
14326         
14327         Reviewed by Naba Kumar  <naba@gnome.org>
14328         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
14329         User is now able to choose a branch on cvs update for project.
14330         Cleaned up variable names.
14332 2003-09-03  Naba Kumar  <naba@gnome.org>
14334         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
14335         src/Makefile.am: Added lexers.
14336         * scintilla/*/*: Updated...
14337         * src/an_symbol_view.c: Fixed a crash bug.
14338         * src/compiler_options.c, src/project_dbase.c: Fixed compile
14339         and build bugs.
14340         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
14341         * src/source.c: Fixed project generation bug with gettext code.
14342         * tagmanager/tm_project.c: Fixed a crash bug.
14343         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
14344         bug when there is no project open. Bug #____.
14345         * src/source.c: Fixed a bug with build failure with non-gnome
14346         project with glade-generated source (eg. gtk2). Bug #____.
14347         * NEWS: Updated...
14349 2003-08-22  Naba Kumar  <naba@gnome.org>
14351         Patch from: Rob Bradford  <rob@debianplanet.org>
14352         * data/Makefile.am: Fixed to install properly during
14353         package building.
14354         
14355         Patch from: Etay Meiri  <etay-m@bezeqint.net>
14356         * src/debug-tree.c: Fixed a crash bug.
14357         * src/compiler_options.c: Takes care of linking the missing pieces;
14358         C flags, libs, optimization options, debug and profile.
14360         Patch from: Enver ALTIN  <ealtin@casdb.com>
14361         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
14362         
14363 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
14365         Reviewed by Naba Kumar  <naba@gnome.org>
14366         * src/project_dbase.c: Fixed bugs #778263 and #778413
14367           Adding multiple files to project should work now.
14369 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
14371         Reviewed by Naba Kumar  <naba@gnome.org>
14372         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
14373         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
14374         for Locals window.
14376 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
14378         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
14380 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
14382         * src/text_editor.c: Fix translatable string (#113934).
14384 2003-07-04  Naba Kumar  <naba@gnome.org>
14386         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
14387         bug when there is no project open. Bug #____.
14388         
14389         * src/source.c: Fixed a bug with build failure with non-gnome
14390         project with glade-generated source (eg. gtk2). Bug #____.
14392 2003-06-26  Naba Kumar  <naba@gnome.org>
14394         * src/anjuta.h: Removed reference to windows-dialog.h.
14395         * src/message-manager-private.[cc,h]: Fixed doulbe click
14396         activation of messages to properly jump at the destination.
14397         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
14398         * src/toolbar.c: Code clean-ups.
14399         
14400         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
14401         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
14402         
14403         * src/message-manager-private.[cc,h]: Removed dead codes.
14404         
14405         * (new) data/properties/css.properties,
14406         data/properties/anjuta.properties, data/properties/Makefile.am:
14407         Added CSS syntax hiliting properties.
14408         
14409         * tagmanager/tm_file_entry.c: Fixed a possible bug.
14410         * src/debugger.c: Clean ups.
14411         * src/lexer.h: Added CSS lexer definition.
14412         
14413         * Makefile.am: Installs destop file properly.
14414         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
14415         * NEWS: Updated for 1.1.97 release.
14416         * src/main_menubar_def.h: Changed some non working shortcuts.
14417         
14418 2003-06-24  Naba Kumar  <naba@gnome.org>
14420         * src/search-replace.c: Shows the dialog properly, even when it is
14421         hidden behind another window.
14422         
14423         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
14424         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
14425         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
14426         and code clean up.
14427         
14428         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
14429         setup wizard dialogs.
14430         
14431         * src/debugger.c: Removed a redundant call to
14432         debugger_update_controls().
14433         * src/compiler_options.c, src/launcher.c: code cleanup.
14434         * src/executer.c: Fixed execution bug with 'Set Program params...".
14435         
14436 2003-06-23  Naba Kumar  <naba@gnome.org>
14438         * widgets/e-splash.c: Removed border around the splash image.
14439         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
14440         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
14441         * src/cvs.c: Added a frame around commit log text widget.
14442         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
14443         crash bug associated with translated combo box list in preferences
14444         dialog (in different locale other than en_US). Used widget names
14445         to pass the combo list items.
14446         * po/POTFILES.in: Updated.
14447         * src/launcher.c: Creates the zvt terminal at startup (and not
14448         every time a build is done) -- speeds up buld operations.
14449         * src/file_history.c: Should be if() conditional instead of
14450         assertion check.
14451         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
14452         Disabled useless warnings.
14453         * src/project_dbase.c: Fixed bonobo 2 project name.
14454         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
14455         and uses correct glade-2 for file generation.
14456         
14457 2003-06-21  Naba Kumar  <naba@gnome.org>
14459         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
14460         And disables autocomple show for numbers (very annoying).
14461         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
14462         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
14463         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
14464         from view menu and adjust the controls accordingly.
14465         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
14466         only OK button.
14467         * src/project_dbase.[c,h]: Removed show_local flag processing.
14468         * src/message-manager.[c,h]: Reorganized messages tabs in more
14469         sensible order.
14470         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
14471         Also added PCRE dependency.
14472         
14473 2003-06-20  Naba Kumar  <naba@gnome.org>
14475         * pixmaps/anjuta_splash.png: New splash.
14476         from Jean Schurger  <yshartk@schurger.org>
14477         
14478         * src/controls.c: De-sensitize run-to-cursor when debugger
14479         is not running.
14480         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
14481         
14482         * src/message-manager-private.cc: Fixed to properly jump at
14483         the right file:line.
14484         
14485         * src/appwiz_page1.c: Fixed to correctly determine the project
14486         trpe from the wizard.
14487         
14488 2003-06-20  Naba Kumar  <naba@gnome.org>
14490         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
14491         * src/watch_gui.c: Code cleanups.
14492         * src/debugger.[c,h], src/stack_trace.[c,h],
14493         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
14494         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
14495         Removed direct access to stack_trace private data, Increased debugger
14496         command size from 256 to 1024 (to be on safer side). Also implemented
14497         row-activated signle for seting frame and viewing the source.
14498         * src/debugger.c: Avoids starting program and stopping debugger
14499         when starting debugger and stopping program, respectively.
14500         
14501         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
14502         Reverted codes to start debugger automatically
14503         The file is brought to the state just after the branching 
14504         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
14505         some code clean ups.
14506         
14507         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
14508         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
14509         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
14510         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
14511         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
14512         src/project_dbase.c: Code clean ups.
14513         
14514         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
14515         (Projects dir) so that correct $HOME/Projects path is set when
14516         anjuta is run for the first time.
14517         
14518 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
14520         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
14522 2003-06-13  Naba Kumar  <naba@gnome.org>
14524         * src/stack_trace_cbs.c: Moved variable declaration at the
14525         top of the block (bug #737867)
14526         
14527         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
14528         just CFLAGS and CXXFLAGS (bug #743617).
14529         
14530         * src/create_global_tags.sh: Fixed shell script to properly
14531         detect installed *-config files.
14532         
14533 2003-06-12  Naba Kumar  <naba@gnome.org>
14535         * src/preferences.[c,h]: Added methods for custom widgets in
14536         preferences: using custom set/get methods for them.
14537         
14538         * src/anjuta-encoding.c: Implemented up/down of the encodings
14539         in the list and property saves correctly.
14540         
14541         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14542         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
14543         the beginning of a file.
14545         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14546         * src/aneditor.cxx, src/aneditor.h,
14547         src/controls.c, src/main_menubar.c, src/main_menubar.h,
14548         src/main_menubar_def.h, src/mainmenu_callbacks.c,
14549         src/mainmenu_callbacks.h: Allows the operator to select the current
14550         word or the current line (Request: 680801). It puts also
14551         sensitive/unsensitive several select/comment menu items.
14553         * src/breakpoints.c: Presets by default the current line for a
14554         defined breakpoint.
14556 2003-06-11  Naba Kumar  <naba@gnome.org>
14558         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
14559         color (red highlight) now cosistent for inactive tabs also.
14560         
14561         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
14562         'Advanced search and replace' in Edit->Search submenu.
14563         
14564         * data/properties/tcltk.properties: Fixed bug #731851. Added line
14565         wrappings '\' where     they were missing.
14566         
14567         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
14568         message is now more descriptive and details the correct thing to do
14569         for GNOME2 desktop.
14570         
14571 2003-06-10  Naba Kumar  <naba@gnome.org>
14573         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
14574         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
14575         Removed any reference to particular version of automake/autoconf
14576         so that they could work with newer versions (Bug #659394).
14578         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
14579         src/anjuta.c: Added coded to add/remove supported encodings.
14580         
14581         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
14582         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
14583         src/project_import.c, src/project_type.c, src/project_type.h,
14584         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
14585         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
14586         from the project wizard.
14588 2003-06-06  Naba Kumar  <naba@gnome.org>
14590         Patch from Etay Meiri  <etay-m@bezeqint.net>
14591         * src/compiler_options.c: Fixed bugs related to clean before
14592         build patch.
14593         
14594         * anjuta.desktop.in.in: Added commandline options.
14595         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
14596         -dP and -A flags of CVS update into different options.
14597         
14598 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
14600         * configure.in: Removed "ta" from ALL_LINGUAS.
14602 2003-06-02  Naba Kumar  <naba@gnome.org>
14604         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
14605         return NULL for undefined properties and "" for defined but empty
14606         strings. It was creating many problems where both are assumed to be
14607         same. And besides, it doesn't matter to differentiate the two (the
14608         problem with preferences was due to a different bug).
14610         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
14611         correctly. Also, s/props_build_in/props_built_in/g.
14612         
14613         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
14614         list.
14615         
14616         * src/an_file_view.c: Unrefed pixbufs when done with them.
14618         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
14619         (removed) file_text.png: Added and removed pixmaps.
14620         
14621 2003-05-30  Naba Kumar  <naba@gnome.org>
14623         * anjuta.glade: Fixed encodings preferences dialog
14624         
14625 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
14626         
14627         Reviewed by Naba Kumar  <naba@gnome.org>
14628         
14629         * src/build_project.c src/clean_project/c: perform a clean before
14630         build, if required. Show the message manager on clean.
14631         * src/compiler_options.c: save the new options when window is closed
14632         and flag project to be cleaned before the next build.
14633         * src/project_dbase.c: added a 'clean before build' flag to project
14635 2003-05-29  Naba Kumar  <naba@gnome.org>
14637         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
14638         dialog.
14639         
14640         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
14641         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
14642         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
14643         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
14644         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
14645         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
14646         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
14647         print_color.xpm, print_landscape.xpm, print_layout.xpm,
14648         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
14650         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
14651         Removed unused icons references.
14653 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
14655         Reviewed by Naba Kumar  <naba@gnome.org>
14656         
14657         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
14658           src/compiler_options.c, src/debugger.c, src/find_replace.c,
14659           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
14660           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
14661           src/toolbar_callbacks.c: HIG compliant dialogs.
14663         * src/utilities.c: anjuta_button_new_with_stock_image() and
14664           anjuta_dialog_add_button() stolen from gedit.
14666         * src/main_menubar_def.h: Fixed mnemonics.
14668 2003-05-26  Naba Kumar  <naba@gnome.org>
14670         * src/project_dbase_gui.c: Added header files filter for add file
14671         dialog box. Disabled project window to be transient window.
14672         
14673         * src/message-manager.cc: Disabled message manager window to be
14674         transient window.
14675         
14676         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
14677         a file could not be loaded.
14678         
14679         * src/project_dbase.c: Fixed a bug with GUI editor command
14680         where empty string is returned.
14681         
14682         * src/Makefile.am, src/preferences.h, src/text_editor.c
14683         src/text_editor.h, (new) src/anjuta-encodings.h,
14684         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
14685         Added encoding support and to handle characters encoding correctly
14686         by auto detecting it during load. Added preferences for selecting
14687         the encoding during save.
14689         * src/preferences.c, src/resources.c: Removed debug messages.
14691         Patch from: Alexander Nedotsukov <bland@mail.ru>
14692         * src/getline.c: Fixed many fatal bugs for FreeBSD.
14694 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14695         * src/anjuta.c: Try to sow the splash image more often.
14697 2003-05-20  Naba Kumar  <naba@gnome.org>
14699         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14700         * src/debug_tree.c: Colorize the modified locals during
14701         debugging and call memory analyze from the debugger.
14702         * src/breakpoints.c: The color is now different for the enabled
14703         and disabled breakpoints. Anjuta now can erase several
14704         breakpoints defined at the same line. The markers are updated
14705         according to the enable/disable action.
14706         
14707         Patch from Etay Meiri  <etay-m@bezeqint.net>
14708         * src/launcher.c: Fixes launcher freeze up bug during build.
14710 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
14712         Reviewed by Naba Kumar  <naba@gnome.org>
14713         * scintilla/PropSet.h: Change member variables from private to protected.
14714         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
14715         to PropSetFile class, which return a gchar * (and can therefore indicate
14716         whether properties are empty or do not exist) and make prop_get and
14717         prop_get_expanded use them.
14718         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
14719         that the result of of prop_get cannot be an empty string.
14721 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
14723         Reviewed by Naba Kumar  <naba@gnome.org>
14724         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
14725         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
14726         src/text_editor_cbs.c: When saving all the files in the project, the
14727         text editors are now only rehighlighted once instead of once for each
14728         file saved.
14730 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14731         * src/main.c, widgets/e-splash.c: Splash screen improvements.
14732         * src/anjuta.desktop.in.in: Support startup notification.
14733 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14734         * src/main.c, widgets/e-splash.c: Splash screen improvements.
14735         * src/anjuta.desktop.in.in: Support startup notification.
14738 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
14740         Reviewed by Naba Kumar  <naba@gnome.org>
14741         
14742         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
14743         memory leak from glade_xml_new call. Removed gxml field from Executer
14744         struct as only used in create_executer_dialog and then destroyed.
14745         
14746         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
14747         
14748         * src/configurer.c: Fix warning trying to connect signal to non-existent
14749         environment entry in configure dialog and fix crash when closing the
14750         window.
14751         
14752         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
14753         gnome_date_edit_get_time instead.
14754         
14755         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
14756         in view menu required renumbering elsewhere.
14758 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
14760         Reviewed by Naba Kumar  <naba@gnome.org>
14761         
14762         * src/breakpoints.c: fixed an error when removing breakpoint
14763         * src/controls.c: 'run to cursor' is sensitive when debugger not active
14764         * src/debugger.c: changes to the way the debugger is activated
14765         * src/debugger.h: clean ups
14767 2003-05-13  Naba Kumar  <naba@gnome.org>
14769         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
14770         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
14771         src/memory.h: A new version of memory and the interface
14772         is now integrated in anjuta.glade
14774 2003-05-09  Naba Kumar  <naba@gnome.org>
14776         * configure.in: Bumped required gtk version to 2.0.8.
14777         
14778 2003-05-06  Naba Kumar  <naba@gnome.org>
14780         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
14782 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14783         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
14785 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14786         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
14787         , tagmanager/c.c: Support for ProC and RDB files.
14789 2003-05-06  Naba Kumar  <naba@gnome.org>
14791         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
14792         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
14793         Uncomment (Box & Stream), Select the current function,
14794         authorize the "Quit" button of the GotoLine window
14796 2003-05-05  Naba Kumar  <naba@gnome.org>
14798         * src/watch_gui.h: CVS added new file.
14800         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
14802         Patch from Etay Meiri <etay-m@bezeqint.net>
14803         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
14804         src/mainmenu_callbacks.c, src/message-manager.cc,
14805         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
14806         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
14807         Ported stack trace to GNOME2 and added it in the message manager
14808         pane.
14810 2003-05-02  Naba Kumar  <naba@gnome.org>
14812         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
14813         
14814         * src/preferences.[h,c]: Fixed preferences to save only one copy of
14815         preferences property.
14816         
14817         * anjuta.prj: Fixed multiple preferences saved data.
14818         
14819         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
14820         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
14821         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
14822         scintilla/include/Platform.h, scintilla/include/PropSet.h,
14823         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
14824         Upgraded scitilla from CVS with faster window repaint
14825         and more bugfixes.
14826         
14827         Patch from  Etay Meiri  <etay-m@bezeqint.net>
14828         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
14829         and code cleanups
14830         
14831 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
14833         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
14834         the window if messages are appended to the end and the scrollbar is
14835         at the end.
14837 2003-04-29  Naba Kumar  <naba@gnome.org>
14839         * configure.in: Removed omf-install from Makefiles list.
14841 2003-04-28  Naba Kumar  <naba@gnome.org>
14843         * po/POTFILES.in: Remvoded deleted files.
14844         
14845         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
14846         pixmaps/windows-style-undocked.png: Added setup wizard's images.
14848         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
14849         is executed as detached) is not set properly.
14850         
14851 2003-04-25  Naba Kumar  <naba@gnome.org>
14852         
14853         * anjuta.prj: Updated.
14854         * src/anjuta_info.c: Fixed text wrapping and column view.
14855         * data/welcome.txt.in: Removed unaligned characters.
14856         
14857 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14858         * src/main_menubar.c: Disable setup dialog.
14860 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14861         * src/breakpoints.c; Fixed compilation with older GCC
14862         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
14863         * HACKING: Spelling fixes (Suggested by Stephen Knight)
14865 2003-04-18  Naba Kumar  <naba@gnome.org>
14867         * anjuta.prj: Updated (includes compiler options).
14868         
14869         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
14870         function from anjuta.c (it was already available in anjuta-tools.c).
14871         
14872 2003-04-18  Naba Kumar  <naba@gnome.org>
14874         * src/about.c, THANKS: Updated
14875         
14876         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
14877         
14878         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
14879         properly from the project session before updating the file
14880         view.
14881         
14882         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
14883         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
14884         dialog settings (as it will not be required once GDL is in place) and
14885         added file view filters in the settings sub-menu.
14887 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14888         * HACKING: Updated
14889         * configure.in: Disable cast checks on final build.
14891 2003-04-17  Naba Kumar  <naba@gnome.org>
14893         * src/build_project.c: Fixed a compilation error.
14895         * src/launcher.c: Removed commnets.
14896         
14897         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
14898         properties from editor tab to indentation tab and fixed a property
14899         label for proper i18n translation. Fixed typos in project config
14900         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
14901         sorting and reordering in compiler options dialog.
14902         
14903         * src/compiler_options.c: Implemented _save() function to save the
14904         options (which was pending).
14905         
14906         * src/build_project.c: Destroys install-as-root dialog when it is done.
14907         
14908         * src/an_symbol_view.c: Change "event" event to "event-after" so
14909         that symbol row is selected first before the popup is shown.
14910         
14911 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
14913         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
14914         file in CVS/Entries. (Reviewed and applied by Biswa)
14916 2003-04-16  Naba Kumar  <naba@gnome.org>
14918         * aneditor.cxx: use unicode everytime (fixed unicode related
14919         bugs).
14921         * anjuta.prj: Fixed UI editor name (blank to use default) and
14922         anjuta version.
14923         
14924         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
14925         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
14926         Editor preferences page.
14928 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14929         * src/anjuta.[ch], src/print.c: Fixed warnings
14930         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
14931         * configure.in: Profiling support with gprof
14933 2003-04-16  Naba Kumar  <naba@gnome.org>
14935         Patch from Gaëtan de Menten  <ged@bugfactory.org>
14936         * src/launcher.c: Fixed cvs dialog.
14937         
14938 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
14939         
14940         * src/message-manager-private.cc: Fixed double-click on first line of 
14941         output to properly select a line.
14942         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
14943         because still was a deprecatd GtkCTreeNode and always NULL anyway.
14945 2003-04-15  Naba Kumar  <naba@gnome.org>
14947         * src/message-manager-private.cc: Fixed the glade filename typo.
14949 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14950         * scintilla/*, data/properties/*: Scintilla CVS merge
14951         * anjuta.prj: Removed unnecessary files.
14952         * scintilla/PlatGTK.cxx: Force Pango fonts always
14953         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
14954         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
14955         for preferences.
14956         * configure.in: Change version no. for 1.1.1 (alpha release)
14957         * configure.in: Added '--with-pref-suffix' option.
14958         * config.guess, config.sub: Removed from CVS.
14960 2003-04-15  Naba Kumar  <naba@gnome.org>
14962         Patch from Timothee Besset  <ttimo@idsoftware.com>
14963         * Makefile.am: Fixed a shell script error during intallation.
14964         
14965 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
14967         Reviewed by Naba Kumar  <naba@gnome.org>
14968         * src/message-manager.cc: Added popup-menu to TreeView and fixed
14969         set_wm_class to use "anjuta" instead of "an.
14970         * src/message-manager-private.cc: Headers are hidden again.
14972 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
14973         * src/project_dbase_gui.c: Memory corruption fix.
14974         * anjuta.prj: Updated project file
14976 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
14977         * an_file_view.c: Connect to event-after signal rather than event so that
14978         selection is updated first and thus context menu is for the right file.
14979         Reviewed and applied by Biswa.
14981 2003-04-14  Naba Kumar  <naba@gnome.org>
14983         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
14984         
14985         * src/auncher.c: More child exit fixes
14986         from Timothee Besset  <ttimo@idsoftware.com>
14988 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
14989         
14990         Reviewed by Naba Kumar  <naba@gnome.org>
14991         
14992         * src/message-manager.[c/h], src/message-manager-private[c/h],
14993                 anjuta.[c/h]: Ported message-manager to Gtk2
14994         
14995         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
14996         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
14997         src/clean_project.c, src/compile.c, src/configurer.c,
14998         src/controls.c, src/cvs.c, src/debugger.c,
14999         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
15000         src/project_import.c, src/search-replace.c: Changed name from
15001         AnjutaMessageManager to AnMessageManager to avoid too long type
15002         and funtion names.
15004 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15005         * src/launcher.c: Fix build won't stop problem - TTimo
15006         * TODO: Updated
15007         * pixmaps/anjuta_splash.c: New splash screen prototype.
15008         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
15009         * src/compiler_options.c: Mute pkgconfig errors.
15010         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
15012 2003-04-10  Naba Kumar  <naba@gnome.org>
15014         * configurer.[c,h]: Fixed dialog to close properly.
15015         * src/project_dbase.c, widgets/gnomefilelist.c: Added
15016         debugging asserts.
15017         
15018 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15019         * anjuta.prj: Removed unnecessary files, load with 1.2.0
15020         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
15021         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
15022         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
15023         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
15024         src/makefile.am: Move gdl to it's own directory.
15025         * global-tags/create_global_tags.sh: Silently ignore SDL error.
15027 2003-04-09  Naba Kumar  <naba@gnome.org>
15029         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
15030         branch.
15032 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15033         * src/anjuta-tools.c: Use CDATA for saving tools data.
15034         * anjuta.glade, src/search-replace.c: Port from branch.
15035         * widgets/e-splash.*, src/main.c: Better splash screen.
15036         * configure.in, widgets/gdl*: Import GDL widgets.
15037         * ROADMAP: Updated roadmap.
15038         * src/an_file_view.c: Use GDL icons for file tree.
15040 2003-04-09  Naba Kumar  <naba@gnome.org>
15042         * anjuta.glade: Added (hidden) initial setup-wizard window.
15043         
15044         Patch from: Vitaly  <vvv@rfniias.ru>
15045         * src/preferences.c: Fixes a bug with libglace widget access with
15046         translated strings.
15048         Patch from: Etay Meiri  <etay-m@bezeqint.net>
15049         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
15050         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
15051         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
15052         src/toolbar_callbacks.[c,h],
15053         src/memory.c, src/message-manager-private.cc,
15054         src/message-manager-private.h, src/message-manager.cc,
15055         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
15056         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
15057         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
15058         watch window to a subwindow in the notebook
15060 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15061         * ROADMAP: Updated roadmap.
15063 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
15065         * configure.in: Added Belarusian to ALL_LINGUAS.
15067 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15068         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
15069         Henry Jia
15070         * ROADMAP: Added roadmap for HEAD.
15072 2003-03-29  Naba Kumar  <naba@gnome.org>
15074         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
15075         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
15076         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
15077         (new) pixmaps/start-with-wizard.png,
15078         (new) pixmaps/start-with-import.png,
15079         (new) pixmaps/start-with-open.png Added Start with dialog which pops
15080         up on anjuta start-up to give quick access to opening file/project or
15081         creation wizards.
15083         * src/main.c: Sets proper data directory for the gnome
15084         program.
15086 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
15087         * src/text_editor.c: Fixed error/warning indicators.
15089 2003-03-24  Naba Kumar  <naba@gnome.org>
15091         * README: Correct version.
15092         
15093 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
15095         * configure.in: Added checks to see if were building on FreeBSD
15096         systems.  Sets -DFREEBSD if we are, and also attempts to find
15097         gmake if the host system is FreeBSD.
15099         * src/getline.c: New file used to provide the getline function,
15100         which isnt available on a FreeBSD system.  The function is only
15101         defined if FREEBSD is defined.
15103         * src/Makefile.am: Added getline.c to anjuta_SOURCES
15105         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
15106         configure.in sets this to gmake on FreeBSD systems, and make
15107         on everything else.
15109 2003-03-23  Naba Kumar  <naba@gnome.org>
15111         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
15112         
15113         * anjuta.spec.in: Fixed spec file for correct file paths and
15114         corrected rpmbuild.
15116         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
15117         the rpm build command separately now.
15118         
15119         * src/anjuta.c, windows-dialog.c: Added some more window management
15120         stuffs (not still fully working, though).
15122         * TODO: Updated.
15124 2003-03-22  Naba Kumar  <naba@gnome.org>
15126         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
15128 2003-03-21  Naba Kumar  <naba@gnome.org>
15130         * README: Removed Andy Piper's name from the active maintainers
15131         list on his request.
15132         
15133         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
15134         preferences.
15135         
15136         * src/anjuta-tools.c: Fixed compiler errors.
15138         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
15139         show bugs.
15140         
15141         * src/commands.c, src/src_paths.c, src/style-editor.c,
15142         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
15143         becuase they are now hidden by default (from glade editing).
15144         
15145         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
15146         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
15147         src/main_menubar_def.h, src/mainmenu_callbacks.c,
15148         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
15149         basic windows managements.
15150         
15151 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
15152         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
15153         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
15154         Enver ALTIN (a.k.a. skyblue)
15156 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
15157         * tagmanager/*: Added ignore-list for symbols. This will make
15158         parsing more accurate for projects. Doc updates needed.
15160 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
15161         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
15162         * launcher/Makefile.am: Link to correct libraries
15163         * src/launcher.c: Do not allow NULL shell
15165 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
15166         * src/debug_tree.c: Improve debug tree view.
15168 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
15170         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
15171         'Run Configure Script' and 'Execute Program'. Increase minimum width
15172         of Configure dialog.
15173         * find_in_files.c, find_in_files_cbs.*: Properly create the file
15174         list widget by setting a model and adding a column and renderer.
15175           Actually store the nocvs toggle button in FindInFiles data structure.
15176           Handle selection changes via changed signal rather than row_activated.
15177           Use response signal for handling the close and find buttons.
15178           Close window when escape is pressed.
15179         * find_replace.c: Close window when escape is pressed.
15180         * find_text.c: Close window when escape is pressed in find dialog as
15181         well as wrap search question, where now Yes is the default button.
15183 2003-03-05  Naba Kumar  <naba@gnome.org>
15185         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
15187         * src/message-manager-private.cc: Fixed a bug with vte conditional
15188         compilation.
15189         * anjuta.glade: Hides all windows in glade file.
15191 2003-03-05  Naba Kumar  <naba@gnome.org>
15193         * src/an_file_view.c: Fixed a compilation warning.
15194         * src/message-manager-private.cc: Conditional compilation for vte
15195         API.
15196         
15197 2003-02-28  Naba Kumar  <naba@gnome.org>
15199         * configure.in, anjuta.spec.in: Updated dependency packages version.
15200         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
15201         * src/preferences.c: Added debug assertions.
15202         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
15203         editor to enable/disable bringing the recent editor tabs first.
15204         
15205         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
15206         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
15207         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
15208         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
15209         and     bug fixes. Also code clean ups.
15210         
15211         * (new) src/search-replace.[h,c]: New search replace implementation
15212         from ANJUTA_1_0_0 branch.
15213         
15214         * (new) src/windows-dialog.[h,c]: New windows management class
15215         [work in progress].
15217 2003-02-28  Naba Kumar  <naba@gnome.org>
15219         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
15220         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
15221         src/appwizard.c, src/build_file.c, src/build_project.c,
15222         src/clean_project.c, src/compile.c, src/configurer.c,
15223         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
15224         src/message-manager-dock.c, src/message-manager-dock.h,
15225         src/message-manager-private.cc, src/message-manager.cc,
15226         src/preferences-dialog.c, src/preferences-dialog.h,
15227         src/preferences.c, src/preferences.h, src/project_dbase.c,
15228         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
15229         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
15230         src/utilities.c, src/utilities.h:
15231         
15232         Widgetized Preferences and gave proper function names.
15234         * src/executer.c: Fixed a session loading bug.
15235         
15236 2003-02-27  Naba Kumar  <naba@gnome.org>
15238         * printing/print.c: Fixed printing font bug that failed to load the
15239         proper fonts.
15240         
15241         * src/toolbar.c: Disabled LED flashing (not yet implemented).
15242         
15243         * TODO, anjuta.prj: Updated.
15245 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
15247         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
15248         manuals/C/anjuta-manual/anjuta-manual-C.omf,
15249         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
15250         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
15251         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
15252         fixed omf errors
15254 2003-02-25  Naba Kumar  <naba@gnome.org>
15256         * Makefile.am: Excluded omf-install from installation as the docs are
15257         not ready.
15258         
15259         TODO: Updated.
15260         
15261         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
15262         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
15263         property names and added new editor properties and code cleanups.
15264         Also added new project properties.
15265         
15266         * src/compiler_options.[h,c]: Added pkg-config packages supports
15267         and fixed bugs.
15268         
15269         * src/glade_iface.h: Cleanups.
15270         
15271         * src/launcher.c: Used timer instead of idle to scan.
15272         
15273         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
15274         src/project_config.[h,c], src/project_import.c: Implemented project
15275         property to define GUI editor and to handle it.
15276         
15277         * src/preferences.c: i18n fixes.
15278         
15279         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
15280         unused (and old) pixmaps.
15281         
15282         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
15283         
15284 2003-02-25  Naba Kumar  <naba@gnome.org>
15286         * src/message-manager-private.[h,cc], src/preferences.c,
15287         anjuta.glade, anjuta_dialog_strings.c: Implemented
15288         gnome terminal profiles for the terminal preferences and moved the
15289         addition of terminal preferences in the terminal constructor.
15290         
15291         * anjuta.prj: Updated.
15293 2003-02-24  Naba Kumar  <naba@gnome.org>
15295         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
15296         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
15297         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
15298         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
15299         preferences dialog.
15301         * TODO: Updated.
15303         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
15304         text selection and child re-spawning.
15306         * src/pixmaps.h: Removed unused pixmaps definitions.
15307         
15308 2003-02-23  Naba Kumar  <naba@gnome.org>
15310         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
15311         the project tree/window.
15313         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
15314         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
15315         Correct the use of a variable and implemented session save/load
15316         for tree expansion states.
15317         
15318         * src/main_menubar_def.h: Fixed shortcuts keys.
15319         
15320         * src/anjuta.c, src/gnome_project.c: Code clean ups.
15321         
15322         * anjuta.prj: Updated.
15323         
15324 2003-02-22  Naba Kumar  <naba@gnome.org>
15326         * src/debug_tree.[c,h]: GNOME2 port from 
15327         Etay Meiri <etay-m@bezeqint.net>
15328         
15329         * src/an_file_view.c, src/resources.[h,c],
15330         data/properties/bash.properties,
15331         data/properties/cpp.properties,
15332         data/properties/html.properties,
15333         data/properties/make.properties,
15334         data/properties/others.properties,
15335         data/properties/perl.properties,
15336         data/properties/props.properties,
15337         data/properties/xml.properties: Standarized file icons. Icons are
15338         defined in respective .properties file and are retrieved as resource
15339         data.
15341         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
15342         in labels from the commands editor as that would create
15343         problems for translators.
15345 2003-02-21  Naba Kumar  <naba@gnome.org>
15347         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
15348         as they should be part of CVS(?).
15350         * Makefile.am: Corrected a typo for glade generated strings file.
15352         * configure.in, po/hi.po: Added new Hindi (hi) translation
15353         in ALL_LINGUS and added initial Hindi translation.
15355         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
15356         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
15357         sv_unknown.xpm to more proper icon.
15359         * (new)data/properties/php.properties, data/properties/Makefile.am,
15360         data/properties/anjuta.properties, data/properties/html.properties:
15361         Fixed PHP syntax hilighting bug by separating php properties into
15362         different file (because of file size).
15364         * TODO: Updated.
15365         
15366 2003-02-20  Naba Kumar <naba@gnome.org>
15368         * src/breakpoints.c: Fixed breakpoints session saving/loading
15369         crash bug.
15370         
15371         * scintilla/*, scintilla/include/*: Updated to scintilla
15372         release 1.51
15373         
15374 2003-02-19  Naba Kumar <naba@gnome.org>
15376         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
15377         * TODO: Updated.
15379         * Makefile.am, src/Makefile.am,
15380         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
15381         (removed) src/anjuta_dialog_strings.c,
15382         (removed) src/anjuta_dialogs_strings.c,
15383         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
15384         (added) anjuta.glade: Transfered glade files from src/ directory
15385         to the top level directory.
15387         * po/POTFILES.in: Updated.
15388         
15389         * (removed) macrocs2/*: Transfered to data/ directory.
15390         
15391         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
15392         data/Makefile.am: Moved macros in data directory. Anjuta no longer
15393         requires to have macros dir, but the projects generated by anjuta
15394         require them.
15395         
15396         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
15397         trees.
15398         
15399         * src/defaults.c: Corrected default compiler options.
15400         
15401         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
15402         wizard.
15403         
15404         * src/message-manager-private.cc, src/message-manager-private.h,
15405         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
15406         
15407         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
15408         source code generation for gnome2 projects.
15410 2003-02-11  Naba Kumar <naba@gnome.org>
15412         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
15413         restores the expand/collaspe states of the nodes after refresh.
15414         
15415         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
15416         
15417 2003-02-11  Naba Kumar <naba@gnome.org>
15419         * src/style-editor.c: Fixed pango font description handling for fonts.
15420         * src/anjuta.glade: Removed font size spin button.
15421         * configure.in, src/anjuta.prj: Corrected version.
15422         * TODO: update.
15423         
15424 2003-02-10  Naba Kumar <naba@gnome.org>
15426         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
15427         references of scroll-menu.h and add about.h in Makefile.am.
15428         
15429         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
15430         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
15431         (removed) widgets/scroll-menu.h: Removed unused files.
15432         
15433         * Makefile.am: Added proper i18n rules and added intl tools for
15434         distributions.
15435         
15436         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
15437         to the stable release).
15438         
15439         * anjuta.spec.in: Removed manuals packaging.
15440         
15441         * data/Makefile.am: Removed 'macros' installation (not required for
15442         gnome2 projects).
15444 2003-02-10  Naba Kumar <naba@gnome.org>
15446         * po/POTFILES.in: Updated.
15448         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
15449         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
15450         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
15451         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
15452         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
15453         icons and images.
15455         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
15456         src/toolbar_callbacks.h: Fixed scintilla notification signal name
15457         and fixed to properly handle focus in find entry box.
15459         * Makefile.am: Added code for RH system menu update.
15461         * .cvsignore: Updated.
15463         * NEWS: Updated.
15465 2003-02-03  Naba Kumar <naba@gnome.org>
15467         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
15468         editor preferences. and fixes dialogs.
15470         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
15471         Fixed linenumbers and header margins when they are disabled and
15472         removed unused header files.
15474         * src/attact_process.[h,c], src/debugger.c: Attach to process
15475         now works.
15477         * src/help.c: Fixed dialog response.
15479         * TODO: Updated.
15481         * data/properties/anjuta.properties: Corrected typo.
15483         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
15484         Change the signal to "changed" in entry from "selection-changed" in
15485         list.
15487         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
15488         short-cuts.
15490 2003-01-31  Naba Kumar <naba@gnome.org>
15492         * configure.in: Upgraded to use libgnomeprint-2.2
15493         
15494         * printing/Makefile.am: Updated
15495         
15496         *(removed) printing/print-doc.c, printing/print-doc.h,
15497         printing/print-util.c, printing/print-util.h: Removed because already
15498         merged with print.c.
15499         
15500         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
15501         and libgnomeprintui-2.2 and fixed rendering problems.
15502         
15503         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
15504         uneccessary print properties, as they are separately taken
15505         care in gnomeprint.
15506         
15507         * po/POTFILES.in: Update.
15509 2003-01-30  Naba Kumar <naba@gnome.org>
15511         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
15512         for about dialog box.
15513         
15514         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
15515         src/pixmaps.h: Modified for the above additions for about dialog.
15517 2003-01-29  Naba Kumar <naba@gnome.org>
15519         * src/style_editor.[c,h]: Added missing files.
15520         
15521 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
15522         * scintilla/XPM.[cxx|h]: Added missing files
15524 2003-01-29  Naba Kumar <naba@gnome.org>
15525         
15526         * TODO, po/POTFILES.in: Updated.
15527         
15528         * anjuta.prj, src/anjuta.glade,
15529         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
15531 2003-01-28  Naba Kumar <naba@gnome.org>
15532         
15533         * data/properties/anjuta.properties, src/aneditor.cxx,
15534         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
15535         properties into text properties (earlier it was int properties).
15537         * TODO: Updated
15538         
15539         * scintilla/AutoComplete.c,xx,
15540         scintilla/AutoComplete.h,
15541         scintilla/CallTip.c,xx,
15542         scintilla/CallTip.h,
15543         scintilla/Document.c,xx,
15544         scintilla/Document.h,
15545         scintilla/Editor.c,xx,
15546         scintilla/Editor.h,
15547         scintilla/LexAVE.c,xx,
15548         scintilla/LexCSS.c,xx,
15549         scintilla/LexHTML.c,xx,
15550         scintilla/LexOthers.c,xx,
15551         scintilla/LexPython.c,xx,
15552         scintilla/LineMarker.c,xx,
15553         scintilla/LineMarker.h,
15554         scintilla/Makefile.am
15555         scintilla/PlatGTK.c,xx,
15556         scintilla/PropSet.c,xx,
15557         scintilla/ScintillaBase.c,xx,
15558         scintilla/ScintillaBase.h,
15559         scintilla/ScintillaGTK.c,xx,
15560         scintilla/ViewStyle.c,xx,
15561         scintilla/include/Platform.h,
15562         scintilla/include/SciLexer.h,
15563         scintilla/include/Scintilla.h,
15564         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
15565         
15566         
15567         src/Makefile.am,
15568         src/an_file_view.c,
15569         src/an_symbol_view.c,
15570         src/anjuta-tools.c,
15571         src/anjuta.c,
15572         src/anjuta.glade
15573         src/anjuta.h,
15574         src/anjuta_cbs.c,
15575         src/anjuta_dialogs_strings.c,
15576         src/anjuta_info.c,
15577         src/commands.c,
15578         src/compiler_options.c,
15579         src/debugger.c,
15580         src/help.c,
15581         src/main_menubar.c,
15582         src/main_menubar.h,
15583         src/main_menubar_def.h,
15584         src/mainmenu_callbacks.c,
15585         src/mainmenu_callbacks.h,
15586         src/message-manager-private.c,c
15587         src/message-manager-private.h,
15588         src/message-manager.c,c
15589         src/message-manager.h,
15590         src/pixmaps.h,
15591         src/preferences.c,
15592         src/preferences.h,
15593         src/project_config.c,
15594         src/project_dbase.c,
15595         src/project_dbase_gui.c,
15596         src/project_import_gui.c,
15597         src/properties.c,xx,
15598         src/properties.h,
15599         src/resources.c,
15600         src/src_paths.c,
15601         src/text_editor.c,
15602         src/text_editor_gui.c,
15603         src/toolbar.c,
15604         src/utilities.c,
15605         src/utilities.h,
15606         anjuta.prj: GNOME2 porting and fixed many porting bugs.
15607         
15608 2003-01-24  Naba Kumar <naba@gnome.org>
15610         * src/text_editor_gui.c, src/toolbar.c,
15611         src/text_editor.c, src/text_editor_cbs.h:
15612         Used correct notification signal name for scintilla
15613         (gtk2) and fixed UI.
15614         
15615         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
15616         when not required.
15617         
15618         * printing/print-doc.c,
15619         printing/print.c,,
15620         src/anjuta-tools.c,
15621         src/find_replace.c,
15622         src/goto_line.c,
15623         src/launcher.c,
15624         src/mainmenu_callbacks.c,
15625         src/project_dbase.c,
15626         src/project_dbase.h,
15627         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
15628         src/text_editor.c,
15629         src/text_editor_cbs.h:
15632 2003-01-23  Naba Kumar <naba@gnome.org>
15634         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
15635         correct stock icons and organized pixmap macros.
15636         
15637         Makefile.am: Removed non-generated files.
15638         
15639         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
15640         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
15641         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
15642         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
15643         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
15644         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
15645         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
15646         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
15647         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
15648         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
15649         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
15650         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
15651         stop.xpm, undo.xpm}: Removed because no longer used.
15653         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
15654         file_unknown.xpm}: Files renamed from fv_*, as it would
15655         be the right name.
15657         * pixmaps/Makefile.am: Updated for the above changes.
15659 2003-01-23  Jakub Steiner <jimmac * ximian * com>
15661         * pixmaps/autocomplete-16.png,
15662         pixmaps/autocomplete.png,
15663         pixmaps/block-end-16.png,
15664         pixmaps/block-end.png,
15665         pixmaps/block-start-16.png,
15666         pixmaps/block-start.png,
15667         pixmaps/bookmark-first-16.png,
15668         pixmaps/bookmark-first.png,
15669         pixmaps/bookmark-last-16.png,
15670         pixmaps/bookmark-last.png,
15671         pixmaps/bookmark-next-16.png,
15672         pixmaps/bookmark-next.png,
15673         pixmaps/bookmark-prev-16.png,
15674         pixmaps/bookmark-prev.png,
15675         pixmaps/error-next-16.png,
15676         pixmaps/error-next.png,
15677         pixmaps/error-prev-16.png,
15678         pixmaps/error-prev.png: gnome2-styled icons
15681 2003-01-23  Naba Kumar <naba@gnome.org>
15683         * anjuta.prj: Updated compiler options.
15684         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
15686         * src/aneditor.cxx,
15687         src/anjuta.c,
15688         src/anjuta.glade,
15689         src/anjuta_dialogs_strings.c,
15690         src/mainmenu_callbacks.c,
15691         src/mainmenu_callbacks.h,
15692         src/text_editor.c,
15693         src/text_editor_cbs.c,
15694         src/text_editor_gui.c: GNOME2 Porting.
15696 2003-01-22  Naba Kumar <naba@gnome.org>
15698         * ChangeLog: Corrected dates.
15699         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
15700         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
15701         preferences.
15703 2003-01-22  Naba Kumar <naba@gnome.org>
15704         
15705         * plugins/patch/patch-plugin.c: Bug fix.
15706         
15707         * src/anjuta-tools.c,
15708         src/anjuta.c,
15709         src/anjuta.glade,
15710         src/anjuta.h,
15711         src/anjuta_dialogs_strings.c,
15712         src/breakpoints.c,
15713         src/cvs_gui.c,
15714         src/debugger.c,
15715         src/debugger.h,
15716         src/executer.c,
15717         src/glade_iface.c,
15718         src/main.c,
15719         src/mainmenu_callbacks.c,
15720         src/mainmenu_callbacks.h,
15721         src/preferences.c,
15722         src/project_dbase.c,
15723         src/project_dbase_gui.c,
15724         src/registers.c,
15725         src/sharedlib.c,
15726         src/signals.c,
15727         src/signals_cbs.c,
15728         src/source.c,
15729         src/stack_trace.c,
15730         src/toolbar_callbacks.c,
15731         src/utilities.c,
15732         src/utilities.h,
15733         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
15734         
15735         * src/Makefile.am,
15736         (removed) src/CORBA-Server.c,
15737         (removed) src/CORBA-Server.h,
15738         (removed) src/Gladen-common.c,
15739         (removed) src/Gladen-stubs.c,
15740         (removed) src/Gladen.h,
15741         (removed) src/Prj-common.c,
15742         (removed) src/Prj-skelimpl.c,
15743         (removed) src/Prj-skels.c,
15744         (removed) src/Prj-stubs.c,
15745         (removed) src/Prj.h,
15746         (removed) src/glades.c,
15747         (removed) src/glades.h,
15748         (removed) src/messagebox.c,
15749         (removed) src/messagebox.h: Removed because no longer used.
15751 2003-01-21  Naba Kumar <naba@gnome.org>
15753         * src/anjuta-tools.c,
15754         src/anjuta.c,
15755         src/anjuta.glade,
15756         src/anjuta_dialogs_strings.c,
15757         src/anjuta_info.c,
15758         src/anjuta_info.h,
15759         src/breakpoints.c,
15760         src/compiler_options.c,
15761         src/debugger.c,
15762         src/find_replace.c,
15763         src/find_replace.h,
15764         src/find_text.c,
15765         src/find_text.h,
15766         src/goto_line.c,
15767         src/launcher.c,
15768         src/text_editor.c,
15769         widgets/gnomefilelist.c: GNOME2 porting.
15771 2003-01-20  Naba Kumar <naba@gnome.org>
15773         * global-tags/create_global_tags.sh: Uses pkg-config to
15774         read the modules.
15775         
15776         * src/anjuta.c,
15777         src/anjuta.glade,
15778         src/anjuta.h,
15779         src/anjuta_cbs.c,
15780         src/anjuta_dialogs_strings.c,
15781         src/breakpoints.c,
15782         src/breakpoints.h,
15783         src/compiler_options.c,
15784         src/compiler_options.h,
15785         src/fileselection.c,
15786         src/fileselection.h,
15787         src/mainmenu_callbacks.c,
15788         src/project_dbase_gui.c,
15789         src/session.c,
15790         src/src_paths.c,
15791         src/src_paths.h,
15792         src/text_editor.c,
15793         src/text_editor_gui.c,
15794         widgets/gnomefilelist.c,
15795         widgets/gnomefilelist.h: GNOME2 porting.
15796         
15797         * widgets/Makefile.am,
15798         (removed) widgets/gnomedirlist.c,
15799         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
15800         
15801         * src/Makefile.am,
15802         (removed) src/src_paths_cbs.c,
15803         (removed) src/src_paths_cbs.h,
15804         (removed) src/src_paths_gui.c,
15805         (removed) src/compiler_options_cbs.c,
15806         (removed) src/compiler_options_cbs.h,
15807         (removed) src/breakpoints_cbs.c,
15808         (removed) src/breakpoints_cbs.h: Removed because they are now
15809         combined in singe file
15811 2003-01-16  Naba Kumar <naba@gnome.org>
15813         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
15814         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
15815         options dialog UI and data handling.
15818 2003-01-15  Naba Kumar <naba@gnome.org>
15820         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
15821         Completed command editor porting.
15822         
15823         * src/anjuta.c: Removed the use of commands load function
15824         (not required).
15826         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
15827         and unrefs.
15829         * src/anjuta-tools.c: Fixed translatable strings.
15830         
15831         * src/find_text.c: Fixed dialog creation from glade.
15832         
15833         * src/text_editor_gui.c, src/text_editor.c,
15834         src/text_editor_cbs.c: Completed port of detached text editor
15835         to gnome2 plateform.
15836         
15837 2003-01-14  Naba Kumar <naba@gnome.org>
15839         * src/anjuta.glade, src/preferences.[h,c],
15840         src/anjuta_dialogs_strings.c: Added build and editor
15841         preferences pages and other UIs. Fixed preferense loading and saving.
15842         
15843         * src/anjuta.c: Does case-insensitive match for tabs position
15844         preferences and removed preferences loading (done at _new() call).
15845         
15846         * anjuta-tools.c: Debugged tools dialog handling.
15847         * plugins/class-gen/clsGen.c: Fixed an undefined function.
15848         
15849 2003-01-13  Naba Kumar <naba@gnome.org>
15851         * ABOUT-NLS: Update (strange).
15853         * autogen.sh: Removed blocking code.
15855         * configure.in: Fixed an autogen bug.
15856         
15857 2003-01-13  Naba Kumar <naba@gnome.org>
15859         * (new)src/anjuta.gladep
15860         (new)src/messagebox.c
15861         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
15862         will be gradually removed (and then the files).
15863         
15864         * Makefile.am,
15865         anjuta.prj,
15866         printing/print-util.c,
15867         printing/print.c,
15868         scintilla/ScintillaGTK.c,xx
15869         src/Makefile.am,
15870         src/an_file_view.c,
15871         src/an_symbol_view.c,
15872         src/anjuta.c,
15873         src/anjuta.glade
15874         src/anjuta.h,
15875         src/anjuta_dialogs_strings.c,
15876         src/anjuta_gui.c,
15877         src/attach_process.c,
15878         src/attach_process.h,
15879         src/breakpoints.c,
15880         src/breakpoints.h,
15881         src/breakpoints_cbs.c,
15882         src/commands.c,
15883         src/commands.h,
15884         src/compiler_options.c,
15885         src/compiler_options.h,
15886         src/compiler_options_cbs.c,
15887         src/configurer.c,
15888         src/configurer.h,
15889         src/controls.c,
15890         src/cvs_cbs.c,
15891         src/debug_tree.c,
15892         src/debug_tree.h,
15893         src/executer.c,
15894         src/executer.h,
15895         src/find_in_files.c,
15896         src/find_in_files.h,
15897         src/find_in_files_cbs.c,
15898         src/find_replace.c,
15899         src/find_replace.h,
15900         src/find_text.c,
15901         src/find_text.h,
15902         src/goto_line.c,
15903         src/help.c,
15904         src/help.h,
15905         src/launcher.c,
15906         src/main.c,
15907         src/main_menubar.c,
15908         src/mainmenu_callbacks.c,
15909         src/message-manager.c,c
15910         src/pixmaps.h,
15911         src/preferences.c,
15912         src/project_config.c,
15913         src/project_config.h,
15914         src/project_dbase.c,
15915         src/project_import_cbs.c,
15916         src/resources.c,
15917         src/resources.h,
15918         src/splash.c,
15919         src/src_paths.c,
15920         src/src_paths.h,
15921         src/src_paths_gui.c,
15922         src/text_editor.c,
15923         src/text_editor_gui.c,
15924         src/toolbar.c,
15925         src/toolbar.h,
15926         src/utilities.c,
15927         src/utilities.h,
15928         src/wizard_gui.c,
15929         widgets/gnomefilelist.c: GNOME2 Port.
15931 2003-01-10  Naba Kumar  <naba@gnome.org>
15933         * src/an_file_view.c,
15934         src/anjuta_gui.c,
15935         src/appwizard_gui.c,
15936         src/compiler_options.c,
15937         src/compiler_options_cbs.c,
15938         src/cvs_cbs.c,
15939         src/executer.c,
15940         src/fileselection.c,
15941         src/find_in_files.c,
15942         src/goto_line.c,
15943         src/main_menubar.c,
15944         src/memory.c,
15945         src/message-manager-dock.c,
15946         src/preferences.c,
15947         src/project_dbase_gui.c,
15948         src/project_import_gui.c,
15949         src/registers_gui.c,
15950         src/sharedlib_gui.c,
15951         src/src_paths_gui.c,
15952         src/text_editor_gui.c,
15953         src/toolbar.c,
15954         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
15956 2003-01-09  Naba Kumar <naba@gnome.org>
15958         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
15959         problems with some comments.
15961         * anjuta.prj: New project file (updated?)
15963         * src/Makefile.am: Enabled deprecated API and fixed variables.
15965         * src/an_file_view.c,
15966         src/an_symbol_view.c,
15967         src/anjuta-plugins.c,
15968         src/anjuta-tools.c,
15969         src/anjuta.c,
15970         src/anjuta_gui.c,
15971         src/appwizard_cbs.c,
15972         src/attach_process.c,
15973         src/attach_process_cbs.c,
15974         src/compiler_options.c,
15975         src/compiler_options_cbs.c,
15976         src/launcher.c,
15977         src/mainmenu_callbacks.c,
15978         src/message-manager-private.c,c
15979         src/message-manager-private.h,
15980         src/message-manager.c,c
15981         src/message-manager.h,
15982         src/project_dbase.c,
15983         src/project_dbase.h,
15984         src/project_dbase_gui.c,
15985         src/project_import_cbs.c,
15986         src/project_import_gui.c,
15987         src/registers.c,
15988         src/resources.c,
15989         src/resources.h,
15990         src/sharedlib.c,
15991         src/signals.c,
15992         src/signals_cbs.c,
15993         src/signals_gui.c,
15994         src/splash.c,
15995         src/src_paths_cbs.c,
15996         src/src_paths_gui.c,
15997         src/stack_trace.c,
15998         src/text_editor.c,
15999         src/text_editor_gui.c,
16000         src/text_editor_menu.c,
16001         src/toolbar.c,
16002         src/toolbar_callbacks.c,
16003         src/utilities.c,
16004         src/watch.c,
16005         src/watch_cbs.c,
16006         src/wizard_gui.c: GNOME porting.
16008 2002-12-24 Naba Kumar <naba@gnome.org>
16010         * AUTHORS, ChangeLog, HACKING, Makefile.am,
16011         NEWS, README, SEARCH-REPLACE,
16012         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
16013         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
16014         launcher/Makefile.am,
16015         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
16016         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
16017         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
16018         printing/print-util.c, printing/print.c, printing/print.h,
16019         scintilla/*/*, widgets/e-shell-about-box.c,
16020         src/*, tagmanager/*/*, widgets/Makefile.am,
16021         widgets/gnomefilelist.c:
16022         
16023         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
16024         src/*.[c,h] files to gnome2 API.
16026         * src/anjuta_dialogs_strings.c: Added glade generated translatable
16027         strings table.
16029 2002-10-23  Naba Kumar <naba@gnome.org>
16031         * autogen.sh: Prevented Users from building HEAD cvs.
16032         
16033 2002-09-16  Stephane Demurget  <demurgets@free.fr>
16035         * src/anjuta.glade: added the compiler options dialog, hopefully
16036         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
16038 2002-09-15  Stephane Demurget  <demurgets@free.fr>
16040         * src/anjuta.glade: fixed a lot of small glitches.
16042         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
16043         now.
16045         * src/breakpoints_cbs.c: polished a bit.
16047 2002-09-15  Stephane Demurget  <demurgets@free.fr>
16049         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
16051         * src/commands.c: partial gnome 2 port.
16053         * src/utilities.[ch]: changed some bits to be const.
16055 2002-09-14  Stephane Demurget  <demurgets@free.fr>
16057         * src/Makefile.am: removed breakpoints_gui.c and added a check
16058         for gdk-pixbuf deprecated functions, but there shouldn't be much
16059         anyway.
16061         * src/breakpoints_gui.c: killed.
16063         * src/anjuta.glade: added two dialogs for the breakpoints management.
16065         * src/anjuta.h:
16066         * src/anjuta_cbs.c:
16067         * src/appwizard.c:
16068         * src/attach_process.c:
16070         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
16071         really huge changes and porting work.
16072         
16073         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
16074         (breakpoints_dbase_new): moved the UI init bits here.
16076         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
16077         a lot, not using any color anymore (not HIG compliant) and not using
16078         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
16079         to be double checked.
16081         * src/build_file.c:
16082         * src/build_project.c: gnome 2 port.
16084 2002-09-11  Stephane Demurget  <demurgets@free.fr>
16086         * src/anjuta.glade:
16087         * src/anjuta.h:
16088         * src/anjuta_cbs.c:
16089         * src/appwizard.c:
16090         * src/breakpoints.c:
16091         * src/breakpoints_cbs.c: cleaned up some bits.
16093 2002-09-09  Stephane Demurget  <demurgets@free.fr>
16095         * src/Makefile.am:
16096         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
16098         * src/an_symbol_view.[ch]:
16099         * src/attach_process_cbs.h: polished a bit.
16101         * src/breakpoints_cb.[ch]: partial gnome 2 port.
16103 2002-09-02  Stephane Demurget  <demurgets@free.fr>
16105         * configure.in:
16106         * src/Makefile.am: added libglade-2 to the build.
16108         * src/anjuta.[ch]: added support for libglade.
16110         * src/anjuta.glade: added. There could be a file per top-level widget,
16111         as some other gnome projects, though.
16113         * src/attach_process_gui.c: removed.
16114         * src/attach_process.[ch]: gnome 2 port.
16115         (attach_process_new): Added the treeview init and the widget references
16116         here.
16118 2002-08-31  Stephane Demurget  <demurgets@free.fr>
16120         * src/an_file_view.c: fixed some compilation issues.
16122         * src/an_symbol_view.c: gnome 2 port.
16124 2002-08-26  Stephane Demurget  <demurgets@free.fr>
16126         * src/an_file_view.c: finished gnome 2 port.
16127         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
16128         directory pixmap depending on the event.
16130         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
16131         (project_file_data_new): use a GtkTreePath.
16133 2002-08-23  Stephane Demurget  <demurgets@free.fr>
16135         * src/Makefile.am: readded back an_*_view.[ch] because they are still
16136         driving me nuts but they need to be ported, heh ?
16138         * src/an_file_view.c: gnome 2 port, almost finished after some hard
16139         work since it's quite a total rewrite again.
16141 2002-08-22  Stephane Demurget  <demurgets@free.fr>
16143         * src/an_file_view.c:
16144         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
16146 2002-08-21  Stephane Demurget  <demurgets@free.fr>
16148         * src/anjuta_info.c:
16149         * src/utilities.h: gnome 2 port, featuring a total rewrite.
16151 2002-08-20  Stephane Demurget  <demurgets@free.fr>
16153         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
16154         nuts ATM.
16155        
16156         * src/an_file_view.c:
16157         * src/aneditor.cxx:
16158         * src/anjuta_cbs.c:
16159         * src/compiler_options.h:
16160         * src/messagebox.c:
16161         * src/messagebox.h:
16162         * src/pixmaps.h:
16163         * src/project_dbase.h:
16164         * src/resources.h: gnome 2 port.
16166 2002-08-14  Stephane Demurget  <demurgets@free.fr>
16168         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
16170         * data/properties/sql.properties: added the DATETIME data type.
16172         * data/properties/html.properties: added the foreach php keyword.
16174 2002-08-08  Stephane Demurget  <demurgets@free.fr>
16176         * widgets/Makefile.am: removed blank line after the last backslash
16177         for avoiding a warning from automake.
16179         * configure.in:
16180         * src/Makefile.am: added the ORBit-2 dep.
16182 2002-08-08  Stephane Demurget  <demurgets@free.fr>
16184         * AUTHORS: added Biswa, because I wonder why noone already have
16185         written his name in the Anjuta's hall of fame :)
16187 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
16189         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
16190         widgets/e-shell-about-box.c: Made to compile for gnome2.
16191         
16192 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
16194         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
16195         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
16196         
16197         * configure.in, printing/print.h, printing/print.c,
16198         printing/print-doc.c: Made to compile for gnome2.
16199         
16200 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
16202         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
16203         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
16204         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
16205         widgets/Makefile.am:
16206         
16207         Upgraded the build system to gnome2 platform.
16208         
16209 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16210         * manuals/*: Added capability to generate PDF and PS.
16211         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
16212         * TODO, TODO.biswa: Intergated TODO list.
16213         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
16214         , bug #574470
16215         * src/dnd.c: Fix typo
16216         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
16217         * src/anjuta.c: Bug #568895, Bug #575419
16219 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16221         * tagmanager/tm_global_tags.c: Fixed compiler warning.
16222         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
16224 2002-12-17  Naba Kumar <naba@gnome.org>
16226         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
16227         bugs.
16228         
16229 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16230         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
16231         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
16232         * anjuta.prj: Added tools.sgml
16233         * data/properties/cpp.properties: Bug # 646974
16235 2002-12-16  Naba Kumar <naba@gnome.org>
16237         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
16238         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
16239         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
16240         on 'Enter' and adds proper focus mechanism.
16241         * src/anjuta.c: Fixed a memory corruption bug.
16242         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
16243         'Enter' and can also be Canceled. Sets proper default and focus policies
16244         for tools dialogs.
16245         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
16246         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
16247         translatable strings in dialogs and fixed some dialog properties.
16248         * src/anjuta-tools.c: Now uses xml format for loading and saving.
16249         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
16250         * src/message_manager_private.cc: Fixed some debug messages.
16251         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
16252         widgets/gnomefilelist.c: Fixed a memory leaks.
16253         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
16254         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
16255         src/main_menubar_def.h: Implemented incremental search.
16256         * TODO: Updated.
16258 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16259         * tagmanager/*: Minor cleanups and warning fixes.
16260         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
16261         GUI during long updates.
16262         * src/text_editor.c: Remove debug message.
16264 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16265         * tagmanager/tm_project.c: Fix a memory access problem.
16267 2002-12-13  Naba Kumar <naba@gnome.org>
16269         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
16270         tools list to show "Enabled" flag of the tool. Fixed a bug where
16271         tool list is not cleared when creating a new tool.
16272         
16273 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16274         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
16276 2002-12-12  Naba Kumar <naba@gnome.org>
16278         * anjuta-tools.[h,c], commands.c: Used the tools help of
16279         anjuta variables list in commands editor and fixed a typos
16280         buy in anjuta-tools.c.
16281         
16282 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16283         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
16284         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
16285         * TODO.biswa: Added to help me track things better.
16287 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16289         * configure.in, anjuta.spec.in: Added libglade dependency.
16290         * Makefile.am: Added anjuta.glade file.
16291         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
16292         , src/mainmenu_callbacks.[ch], src/message-manager.h
16293         , src/widget-registry.c: Tools editor GUI + other additions.
16295 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16297         * src/project_dbase.[ch], tagmanager/tm_project.c,
16298         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
16299         Implement syncing tags image with the project database.
16300         * src/anjuta-tools.c: Implemented variable substitution and
16301         working directory in tools.
16303 2002-12-09  Naba Kumar <naba@gnome.org>
16304         
16305         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
16306         command configuration language list from properties.
16307         
16308         * data/properties/asm.properties, data/properties/ruby.properties:
16309         Fixed typos.
16311 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16313         * src/an_symbol_view.c: Remember current selected entry and select
16314         it automatically after refresh.
16316 2002-11-26  Murray Cumming  <murrayc@usa.net>
16318         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
16319           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
16320         and gnomemm 1.2 projects so that people know they are really
16321         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
16322         But I did correct these to sue lowercase names.
16324 2002-12-01  Naba Kumar <naba@gnome.org>
16326         * data/anjuta.properties: Fixed caching problem on 
16327         indicators.
16328         * src/preferences.c, src/preferences_gui.c: Implemented automatic
16329         indicators prefs.
16330         
16331 2002-12-01  Naba Kumar <naba@gnome.org>
16333         * data/properies/anjuta.properties: Corrected "indicators.automatic"
16334         property name.
16335         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
16336         property and uses it.
16337         * src/aneditor.cxx: Fixed a bug associated with selection a word at
16338         current cursor.
16339         
16340 2002-11-30  Naba Kumar <naba@gnome.org>
16342         * src/debugger.c: Fixed a typo.
16343         * data/properties/*: Updated properties files and added
16344         new ones.
16345         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
16346         Added comment submenu and cleaned up ref and unref of menus.
16347         * src/aneditor.h: Added definition of comment commands.
16348         * src/aneditor.c: Upgrade from latest SciTE source code.
16349         * src/text_editor.[hc], src/text_editor_cbs.c, 
16350         src/message_manager_private.cc, src/message_manager.[cc,h],
16351         src/anjuta.[c,h]: Added indicators support for errors/warnings
16352         highlight in the editor.
16353         * NEWS, TODO: Update.
16354         * scintilla/include/PropSet.h: Removed deprecrated function.
16355         
16356 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16358         * src/anjuta-tools.[ch]: Tools implementation (basic)
16359         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
16360           , src/main_menubar_def.h: PLugins cleanup and segregation
16361         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
16362           registry
16363         * anjuta.prj: Added new files
16364         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
16365         * plugins/class-gen/clsGen.c: Register menu under 'Project'
16366         * plugins/patch/patch-plugin.c: Register menu under 'Format'
16367         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
16368         * src/Makefile.am: Added new files
16369         * src/message-manager.[cc/h]: Added standard output and error windows
16371 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
16373         * project_type.c: Fixed Gnomemm2 project type
16375 2002-11-25  Naba Kumar <naba@gnome.org>
16377         * printing/print.c: Fixed a compile warning.
16378         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
16379         * src/utilities.c: Fixed a compile warning in sparc, hides the
16380         terminal check error output from the user.
16381         * project_config.[ch], project_dbase.[ch], source.c: Added project
16382         version, exclude modules configuration and reordered other config
16383         properties. Changed some strings to more descriptive text.
16384         * src/compiler_opitions.c: Removed extra newlines from .prj file
16385         save.
16386         * anjuta.prj: Converted to new format (only reorganised properties
16387         and removed extra newlines ... nothing else).
16388         * NEWS: updated
16389         
16390 2002-11-21  Naba Kumar <naba@gnome.org>
16392         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
16393         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
16394         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
16395         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
16396         Updated to the CVS version.
16398 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16400         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
16401           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
16402           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
16403           images in completion lists. 
16404         * src/resources.h: Make C++ friendly.
16405         * scintilla/PropSet.cxx: Fix memory leak.
16407 2002-11-20  Naba Kumar <naba@gnome.org>
16409         * scintilla/*/*: Synced to latest scintilla 1.49
16410         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
16411         New lexers added.
16413         * scintilla/RESearch.cxx: The automatic cvs log in the
16414         file really broke things trying to interprete the changelog
16415         entry incorrectly as end-of-comment. Removed the $cvs line
16416         and committed again.
16417         
16418 2002-11-19  Naba Kumar <naba@gnome.org>
16420         Patch from Timothee Besset <ttimo@idsoftware.com>
16421         
16422         * src/message-manager-private.cc: Interpretes absolute
16423         file paths properly in zvt terminal.
16425 2002-11-19  Naba Kumar <naba@gnome.org>
16427         Patch from Timothee Besset <ttimo@idsoftware.com>
16428         
16429         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
16430         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
16431         (important) editor preferences in project (if there is one
16432         open).
16433         
16434         * TODO: Updated
16435         
16436 2002-11-18  Naba Kumar <naba@gnome.org>
16437         
16438         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
16439         
16440         * src/debug_tree.c, src/find_in_files_gui.c,
16441         src/find_replace.c, src/find_text.c, 
16442         src/project_import.c, src/project_import_gui.c,
16443         src/wizard_gui.c: i18n Fixes.
16445 2002-11-15  Naba Kumar <naba@gnome.org>
16447         * plugins/class-gen/clsGen.c: Fixed to use project function
16448         to import files. Create non-existent directories before the
16449         sources are written.
16450         
16451         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
16452         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
16453         src/glade_iface.c,
16454         src/glades.c: Excluded gladen files from build. This
16455         will fix the unnecessary dependency on libssl.
16456         
16457         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
16458         file import funtion.
16459         
16460         * src/message_manager_private.cc: Fixed a compiler warning with
16461         DEBUG preprocessor macro.
16462         
16463         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
16464         wrong (undocked) editor window was closed on clicking close on an
16465         undocked editor window.
16466         
16467         * src/debugger.c: Fixed a bad bug where debugger terminal won't
16468         start correctly if the executable was run before with 'F3'.
16469         
16470         * src/toolbar_callbacks.c: Wrap around find next.
16471         * src/toolbar.c: Disable combo activate.
16472         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
16473         button positions to get 'yes' as default.
16475         * anjuta.spec.in: Updated.
16476         
16477         * src/anjuta_info.c, src/appwizard_gui.c,
16478         src/attach_process_gui.c, src/breakpoints_gui.c,
16479         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
16480         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
16481         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
16482         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
16483         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
16484         src/preferences.c, src/preferences_gui.c, src/project_config.c,
16485         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
16486         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
16487         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
16488         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
16489         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
16490         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
16491         plugins/patch/patch-plugin.c, printing/print-util.c:
16492         Set all windows and dialogs transient
16493         to their parents so that they remain floated above their parents.
16494         
16495 2002-11-13  Naba Kumar <naba@gnome.org>
16497         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
16498         take default editor font).
16499         
16500         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
16501         Corrected email address.
16502         
16503         * src/mainmenu_callbacks.c: Used spaces instead of tabs
16504         for changelog entry.
16506         * NEWS: Updated.
16507         
16508 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16509         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
16511 2002-11-06  Naba Kumar <naba@gnome.org>
16513         * README: Updated
16514         * anjuta.spec.in: Ships the .omf files with the
16515         documents instead of the base package.
16516         
16517 2002-11-04  Naba Kumar <naba@gnome.org>
16519         * data/properties/latex.properties: Fixed a bug.
16520         * ChangeLog: Released 1.0.0 stable.
16522 2002-11-04  Naba Kumar <naba@gnome.org>
16524         * src/commands.c: Added command with shell redirection capability.
16525         * data/properties/anjuta.properties: Changed default execution
16526         command.
16527         * src/project_dbase.c: Set project top dir in properties.
16528         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
16529         * data/Makefile.am: More diskcheck error fixes.
16530         
16531         * README, anjuta.spec.in, THANKS, AUTHORS,
16532         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
16533         manuals/C/anjuta-manual/authers,sgml,
16534         manuals/C/anjuta-manual/anjuta-manual.sgml,
16535         manuals/C/anjuta-manual/anjuta-manual-C.omf,
16536         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
16537         : Changed anjuta home to
16538         new URL and my email address.
16539         
16540         * manuals/C/anjuta-manual/interfaces.sgml,
16541         manuals/C/anjuta-manual/prefereces.sgml,
16542         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
16543         
16544         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
16545         : removed reference to the help menu as the menu is modified
16546         when no help is found (which is very likely when we are
16547         shiping the documents separately).
16548         
16549 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16550         * anjuta.spec.in: Update specfile to make multiple RPMs.
16551         * data/Makefile.am: make dist fix.
16552         * src/text_editor_menu.c: Fix compile warnings (casts).
16554 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16555         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
16556         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
16558 2002-11-01  Naba Kumar <naba@gnome.org>
16560         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
16561         Added gnome2 macros to be used by gnome2 project wizard.
16562         
16563         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
16564         from gnome-common.
16565         
16566         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
16567         as it was conflicting with generated projects and is not
16568         useful for us.
16569         
16570         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
16571         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
16572         project generation, removed qt project as it's not complete and
16573         added gnome2 bonobo wizard.
16575 2002-10-29  Naba Kumar <naba@gnome.org>
16577         * po/POTFILES.in: Updated.
16578         * po/POTFILES.skip: Added.
16579         * preferences.h: Fixed print paper size property name.
16581 2002-10-28  Naba Kumar <naba@gnome.org>
16582         
16583         * data/user.properties, data/Makefile.am: Added user properties file
16584         which will be copied in user's ~/.anjuta/user.properties.
16585         
16586         * data/anjuta.properties: Changed a comment.
16587         
16588         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
16589         
16590         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
16591         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
16592         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
16593         item.
16595         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
16596         instead of user properties file.
16597   
16598         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
16599         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
16600         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
16601         * README, TODO: Updated.
16602         
16603 2002-10-28  Naba Kumar <naba@gnome.org>
16605     * manuals/C/anjuta-manual/figures/editor_guides.png,
16606     manuals/C/anjuta-manual/figures/editor_margins.png,
16607     manuals/C/anjuta-manual/figures/editor_markers.png,
16608     manuals/C/anjuta-manual/figures/local_variables.png,
16609     manuals/C/anjuta-manual/figures/open_file_multiple.png,
16610     manuals/C/anjuta-manual/figures/prefs_print.png,
16611     manuals/C/anjuta-manual/figures/print_dlg.png,
16612     manuals/C/anjuta-manual/figures/print_preview.png,
16613     manuals/C/anjuta-manual/figures/symbol_browser.png,
16614     manuals/C/anjuta-manual/figures/variable_tip.png: New png
16615     files for manual documentation.
16616     
16617     * manuals/sgmldocs.make,
16618     manuals/C/anjuta-manual/Makefile.am,
16619     manuals/C/anjuta-manual/authors.sgml,
16620     manuals/C/anjuta-manual/build.sgml,
16621     manuals/C/anjuta-manual/compileopts.sgml,
16622     manuals/C/anjuta-manual/debugger.sgml,
16623     manuals/C/anjuta-manual/execute.sgml,
16624     manuals/C/anjuta-manual/fileoperations.sgml,
16625     manuals/C/anjuta-manual/interface.sgml,
16626     manuals/C/anjuta-manual/preferences.sgml,
16627     manuals/C/anjuta-manual/projects.sgml,
16628     manuals/C/anjuta-manual/figures/arguments.png,
16629     manuals/C/anjuta-manual/figures/open_file.png,
16630     manuals/C/anjuta-manual/figures/other_opts.png,
16631     manuals/C/anjuta-manual/figures/scrshot.png,
16632     manuals/C/anjuta-manual/figures/toolbar_browser.png,
16633     manuals/C/anjuta-manual/figures/toolbar_tags.png:
16634     
16635     Updated anjuta manual documentation.
16637     
16638 2002-10-27  Naba Kumar <naba@gnome.org>
16640     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
16641     check and modifies debugger terminal command accordingly
16642     to function properly.
16643     
16644 2002-10-25  Naba Kumar <naba@gnome.org>
16646         * manuals/sgmldocs.make: Fixed a couple of bugs.
16647         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
16649 2002-10-24  Naba Kumar <naba@gnome.org>
16651         * src/debug_tree.c: Fixed a crash bug from Etay.
16653         * global_tags/create_global_tags: Added messages.
16654         Fixed infinite looping within files.
16655         
16656         * macro/autogen.sh: Removed debug and warning flags for defaults.
16657         
16658         Patch from Vadim Berezniker <vadim@berezniker.com>
16659         
16660         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
16661         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
16662         generation.
16664         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
16665         temporarily just copy it
16667 2002-10-24  Naba Kumar <naba@gnome.org>
16669         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
16670         manuals/C/anjuta-manual/anjuta-manual.sgml, 
16671         manuals/C/anjuta-manual/compileopts.sgml,
16672         manuals/C/anjuta-manual/debugger.sgml,
16673         manuals/C/anjuta-manual/execute.sgml,
16674         manuals/C/anjuta-manual/fileoperations.sgml,
16675         manuals/C/anjuta-manual/interface.sgml,
16676         manuals/C/anjuta-manual/introduction.sgml,
16677         manuals/C/anjuta-manual/projects.sgml,
16678         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
16679         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
16680         manuals/ja/anjuta-manual/anjuta-manual.sgml,
16681         manuals/ja/anjuta-manual/compileopts.sgml,
16682         manuals/ja/anjuta-manual/debugger.sgml,
16683         manuals/ja/anjuta-manual/execute.sgml,
16684         manuals/ja/anjuta-manual/fileoperations.sgml,
16685         manuals/ja/anjuta-manual/interface.sgml,
16686         manuals/ja/anjuta-manual/introduction.sgml,
16687         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
16689 2002-10-24  Naba Kumar <naba@gnome.org>
16691         * src/project_type.c: added autogen for qt projects.
16692         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
16693         Fixed a bug that retrieves wrong terminal command.
16694         * src/commnads.c: Added more terminal commands.
16695         * configure.in: Checks for scrollkeeper version.
16696         
16697 2002-10-22  Naba Kumar <naba@gnome.org>
16699         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
16700         instead of AM_GNOME_GETTEXT.
16701         
16702         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
16703         for setup-gettext for the wizard generated projects.
16705         * src/source.c: Fixed a bug where glade file wasn't generated.
16706         
16707         * src/gnome_project.c: Excluded project version from project dir
16708         name.
16709         
16710 2002-10-22  Naba Kumar <naba@gnome.org>
16712         * acinclude.m4: New file with dummy funtion for gettext
16713         cross compatibility fix.
16714         
16715         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
16716         * configure.in: Fixed cflags to avoid useless warnings.
16717         * Makefile.am: EXTRA_DIST += setup-gettext.
16718         * src/toolbars.c: Added space paddings around tags label.
16720 2002-10-21  Naba Kumar <naba@gnome.org>
16722         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16723         
16724         * setup-gettext: New script to maintain gettext cross version
16725         compatibility.
16726         * configure.in, macros/autogen.sh: Fix for gettext cross version
16727         compatibility.
16728         
16729 2002-10-21  Naba Kumar <naba@gnome.org>
16731         * debug_tree.c: Fixed incorrect use of debug assertion.
16732         
16733 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
16734             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
16735         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
16736         src/memory.c, src/memory.h, src/message-manager-private.cc:
16737         
16738         New parsing algorithm; adapted from kdevelop.
16739         Middle button menu for changing the value's display type
16741 2002-10-07  Naba Kumar <naba@gnome.org>
16743         * src/main_menubar_def.h: Changed status bar message for Help->
16744         Browse info pages. Bug #603308
16746         * src/executer.c: Made "User terminal" default for creating
16747         projects (User can always disable it later). Bug #114222
16748         
16749 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16751         * macros/autogen.sh: Require gettext 0.10.x for autogen
16752         * src/text_editor.c: Fixes Bug #595303
16753         * src/source.c: Fixes Bug #595970
16754         * src/anjuta.c: Fixes Bug #598366
16755         * scingtilla/LexCPP.cxx: Bug #602296
16756         * src/main_menubar_def.h: Bug #604363
16757         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
16758         
16759 2002-10-07  Jens Georg <mail@jensgeorg.de>
16761         Reviewed by: Naba Kumar <kh_naba@gnome.org>
16762         * gnomefilelist.c: This patch fixes the bug #611542
16763         
16764 2002-09-20  Naba Kumar <kh_naba@gnome.org>
16766         * data/properties/Makefile.am: Added tcltk.properties file.
16767         
16768 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
16770         Reviewed by: Naba Kumar <kh_naba@gnome.org>
16771         
16772         * README: Updated README
16773         * plugins/class-gen/clsGen.c, src/message_manager.cc
16774           , src/mainmeu_callbacks.c, src/memory.c
16775           , src/project_dbase_gui.c, src/text_editor_gui.c
16776           , widgets/gnomefilelist.c: Set window icons
16777         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
16778           Enabled release build (stripped + optimized binaries, etc.)
16779         * data/properties/anjuta.properties, src/commands.c,
16780           src/defaults.cFixed bug #595489 (stdin on executables)
16781         * src/appwizard.c, src/main.c, src/message-manager.cc
16782           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
16783           , src/debug_tree.c: Memory related (valgrind) fixes.
16784         * src/message-manager-private.[cc,h], src/pixpams.h
16785           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
16786         * anjuta.prj: Added debug_tree.c to SOURCES
16787         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
16788           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
16789           Compacted code and cleaned up unnecessary functions.
16790         * tagmanager/*.[ch]: Code fixes.
16791         
16792 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
16793         
16794         Reviewed by: Naba Kumar <kh_naba@gnome.org>
16795         
16796         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
16797         Debug tree now detects changes of displayed variables
16798         and changes their color to red
16800 2002-09-20  Naba Kumar <kh_naba@gnome.org>
16802         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
16803         
16804         * mainmenu_callbacks.c: Set's the current file name in
16805         file save as dialog.
16806         
16807 2002-09-20  Naba Kumar <kh_naba@gnome.org>
16809         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
16811         * data/properties/tcltk.properties: New file for tcl/tk
16812         properties.
16814 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
16816         * src/project_type.[c,h], src/source.c, data/Makefile.am:
16817         Fixed a fatal bug which doesn't let building gnome2 related
16818         projects. They use different autogen.sh script. Defined new
16819         type field "gnome_macro_support".
16820         
16821         * data/autogen.sh.gnome2: New file.
16822         
16823         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
16824         bug with quotes escaping in quotes.
16825         
16826         * src/message-manager-private.cc: Used event box instead
16827         of frame for local message pane, so that the borders appear
16828         properly and nicely.
16829         
16830         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
16831         if there is a project open and all the files are un-docked.
16833         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
16835 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
16837         * src/main_menubar_def.h: implement feature request #595356, patch #597161
16838         * THANKS: updated for new contributions
16839         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
16841 2002-08-27 Steven Knight  <steven.knight@unh.edu>
16843         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
16844         src/project_dbase.h, src/project_type.c, src/source.c, 
16845         src/wizard_gui.c: new Qt project type
16846         *** NB not fully tested, may need some work, icon required...
16848 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
16850         * src/memory.c, src/memory.h: new memory patch
16852 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
16854         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
16856 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
16858         * lancher/anjuta_launcher.c: Determine pty from function
16859         call instead of running 'tty' externally.
16860         
16861         * data/properties/cs.properties: Added compile/build commands.
16862         Fixed execution properties.
16863         
16864         * src/commands.c: Added c# options.
16866         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
16867         
16868         * src/debug_tree.[c,h], src/debugger.[c,h],
16869         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
16870         
16871         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
16872         1. Misaligned structs when they are members of other structs.
16873         2. '{' sometimes appears as a variable.
16874         3. Wrong processing of some arrays.
16875         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
16876         that displays the tree in two columns (variable and value).
16878 2002-08-14  Stephane Demurget  <demurgets@free.fr>
16880         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
16882         * data/properties/sql.properties: added the DATETIME data type.
16884         * data/properties/html.properties: added the foreach php keyword.
16886 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
16888         * NEWS: Updated with new features.
16889         
16890         * data/.cvsignore, doc/.cvsignore: Updated.
16891         
16892         Patch from: Etay Meiri <etay-m@bezeqint.net>
16893         
16894         * src/debug_tree.h, src/debug_tree.c: New files.
16895         
16896         * src/Makefile.am, src/message-manger-private.[h,cc],
16897         src/message-manger.cc: Added Tree view for debugger
16898         locals view.
16899         
16900 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
16902         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
16903         
16904         * src/memory.c, src/memory.h: New files.
16905         
16906         * src/Makefile.am, src/appwizard.c, src/controls.c,
16907         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
16908         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
16909         
16910         Memory view implemetation that would enable viewing raw memory
16911         during debugging.
16913 2002-08-08  Stephane Demurget  <demurgets@free.fr>
16915         * AUTHORS: added Biswa, because I wonder why noone already have
16916         written his name in the Anjuta's hall of fame :)
16918 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
16920         * src/appwizard_gui.c: Removed an ambiguous prototype.
16921         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
16922         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
16923         * THANKS: Updated M. Ali Vardar's email.
16924         
16925 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
16927         * src/anjuta_gui.c: implemented feature request to stop main and browser
16928           toolbars having exclusive use of space
16930 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
16932         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
16933         left over from the previous work to fix bugs :-)
16934         
16935         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
16936         src/controls.c, src/mainmenu_callbacks.h, 
16937         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
16938         reviewed
16939         
16940         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
16941         src/project_import_gui.c, src/sharedlib_gui.c, 
16942         src/signals_gui.c: set window icon correctly
16943         
16944         * NEWS: more updates for the release
16945         
16946         * HACKING: updated for window icons and insert menu information
16947         
16948         * src/cvs_gui.c, src/build_project.c, 
16949         src/project_import_cbs.c: message strings reviewed
16950         
16951         * src/controls.c: context help button should be disabled if 
16952         DevHelp is not installed
16953         
16955 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
16957         * src/debugger.c: Fixed the signalling screw up because of string
16958         update in gdb used to report the child process PID. Also, no
16959         error dialog will be popped up for "no such file or directory"
16960         error (very annoying and useless error). This error will still
16961         be shown on the debug message window. Avoided terminating the
16962         program when the terminal is terminated -- doesn't hurt, otherwise
16963         we get crappy egg-and-hen problem.
16964         
16965         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
16966         dimensions loading.
16967         
16968         * src/anjuta.c: Limited the default size of main window to sane
16969         values.
16971         * src/preferences.c: Fixed some deadly memory corruption bugs in
16972         the recent patches. Return from getenv() should NEVER be freed,
16973         because they are static strings.
16974         
16975         * src/preferences_gui.c: Removed the fix for crash bug with font
16976         selection and applied the real fix.
16977         
16978 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
16980         * NEWS: updated for release
16982 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
16984         * src/launcher.c: Added a fix a memory leak and a possible
16985         fix for zvt-crash bug.
16986         
16987         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
16988         
16989         * data/properties/latex.properties,
16990         data/properties/ada.properties: Added file.is.source property.
16991         
16992         * src/an_file_view.c: Set auto column size of the file
16993         revision column.
16994         
16995         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
16996         The user is now prompted to confirm the closing of the file
16997         if it is being used by CVS. If yes, the editor is closed and
16998         the CVS operation stops.
16999         
17000 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
17002         * anjuta.prj: bump project version for release
17003         * BUGS: removed unnecessary file
17005 2002-06-07      Philip Van Hoof <freax@pandora.be>
17007         * widgets/gnomefilelist.c: fix up issue with directory deleted 
17008         during the life of the file list widget
17009         * src/preferences_gui.c: sticking-plaster fix to font selection
17010         causes segfault bug
17012         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
17014 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17016         * data/properties/anjuta.properties, src/an_file_view.[ch], 
17017         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
17018         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
17019         added options for symbol and file browsers.
17020         * data/properties/cpp.properties: linker flags should come after
17021         the name of the file to compile.
17022         * scintilla/Editor.cxx: fixed gcc compilation warning.
17023         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
17024         be executed from bindir only.
17025         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
17026         tagmanager/include/tm_file_entry.h: CVS version information in file 
17027         browser.
17028         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
17029         window.
17030         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
17031         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
17032         crashes during file import.
17033         * src/project_import.c: disable project menu items during project 
17034         import.
17035         
17036         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17038 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
17040         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
17041         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
17042         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
17043         modified Insert menu, added C functions template, header C 
17044         template, modified header_template HEADER_H ==> NAMEFILE_H
17045         
17046         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17048 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
17050         * data/properties/html.properties: changed some file 
17051         associations
17053 2002-06-05 Philip Van Hoof <freax@pandora.be>
17055         * widgets/gnomefilelist.c: Fixed #560759 and #561776
17056         
17057         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17059 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17061         * data/properties/anjuta.properties, src/defaults.c: Make windows
17062         docked by default, fix the big fonts bug.
17063         
17064         * src/an_file_view.c, src/main_menubar_def.h, 
17065         src/project_dbase_gui.c: sanitized the Edit/View mess.
17066         
17067         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
17068         for customizing shortcuts.
17069         
17070         * src/mainmenu_callbacks.c: Search for selected word if present.
17071         
17072         * src/text_editor_menu.c: Added context menu options for docking
17073         and undocking editor windows.
17074         
17075         * src/main_menubar.h, src/main_menubar.c: more support for the 
17076         shortcuts menu item.
17077         
17078         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17080 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
17082         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
17083         all commit messages being written to top of the file
17084         
17085         * src/main_menubar_def.h: message strings reviewed
17086         
17087         * src/project_import.c: message strings reviewed
17088         
17089         * src/source.c, src/glades.c: message strings reviewed. Fixed 
17090         some bugs around reading the project properties for creating 
17091         .glade and .desktop files in the Application Wizard. There were
17092         typos in the property names being retrieved
17093         
17094         * widgets/gnomefilelist.c: changed build_full_path to make 
17095         the file widget support ~
17096         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
17097         
17098         * THANKS, widgets/e-shell-about-box.c, 
17099         manuals/anjuta-manual/C/authors.sgml: updated for new
17100         patch
17102 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
17104         * src/project_dbase.c: Fixed the file-path-corruption bug
17105         and the cannot-import-file-in-project bug. (follow-up with
17106         the last commit from Stef).
17107         
17108         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
17109         with unsaved-project.
17110         
17111 2002-06-05  Stephane Demurget  <demurgets@free.fr>
17113         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
17114         misplaced g_free.
17116 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
17118         * data/properties/{xml,html,other}.properties: changed some file 
17119         associations
17120         
17121         * data/anjuta.mime: oops! cvs added
17122         
17123         * scintilla/RESearch.cxx: fixed up a problem with comments
17124         
17125         * global-tags/create_global_tags.sh: redirect errors to /dev/null
17126         to avoid messages about missing libs
17127         
17128         * NEWS: started the release notes
17130 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
17132         * HACKING: updated with new information on printing, patch naming
17133         
17134         * TODO: removed completed tasks
17135         
17136         * THANKS: updated a few contributions
17137         
17138         * anjuta.prj: updated the icon file
17139         
17140         * anjuta.desktop.in.in: updated to add Categories
17141         
17142         * data/anjuta.mime: created a mime type for Anjuta project files
17143         (NB needs to be added to the install in /usr/share/mime/)
17144         
17145         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
17146         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
17147         to PNG for websites.
17148         
17149         * plugins/patch/patch-plugin.c: clarified some messages and 
17150         made it easier to see different patching sessions
17151         
17152         * src/toolbar.c: changed some message text for consistency
17153         
17154         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
17155         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
17156         in preferences. 
17157         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
17158                  
17159         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
17160         src/project_dbase.{c,h}, src/project_import_cbs.c, 
17161         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
17162         Added XLib Project and a Dockapp Project types.
17163         * pixmaps/Makefile.am: added line for new pixmap for new xlib
17164         projects
17165         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
17166         * src/source.c: Fixed memory leak in existing projects. 
17167         (filename was not freed)
17168         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
17170 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
17172         * src/anjuta.h, src/anjuta.c: Added error display funtions
17173         with parent windows.
17174         
17175         * src/appwizard_cbs.c: Changed error display function to use
17176         parented version.
17177         
17178 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
17180         * printing/print.h, printing/printing.c: Taken care of document
17181         zoom factor and fixed a font loading bug. Dynamically calculated
17182         text widths to work with zooms properly. Re-organized code for
17183         dynamic text width calulations to work in general with utf8 chars.
17184          Determined font height and width automatically from the font info.
17185         
17186         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
17187         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
17188         Converted text.zoom.factor property to use #defined value. Removed
17189         margin header and margin numbers preferences, as they  now
17190         calculated dynamically.
17191         
17192 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
17194         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
17195         printing/print-util.h, printing/print.c, printing/print.h:
17196         Rewritten printing support for style based printing. Syntax highlighted
17197         printing, monochromatic printing, setup using preferences etc.
17199         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
17200         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
17201         language and the styled text buffer.
17202         
17203         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
17204         the print setup preferences page and added printer preferences. Added functions
17205         to retrieve preferences with default values.
17206         
17207         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
17208         the printing.
17210         * data/properties/anjuta.properties: Added default printer preferences.
17212         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
17213         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
17214         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
17216         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
17217         
17218 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17220         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17222         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
17223         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
17224         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
17225         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
17227         printing/Makefile.am: Reduced compiler optimizations.
17229         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
17230         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
17231         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
17232         tagmanager/tm_workspace.c: TagManager fixes.
17234 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
17236         * printing/*: CVS added. :)
17237         
17238 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17240         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17242         * printing*: CVS added.
17243         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
17244           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
17245           src/main_menubar_def.h: Gnome Print support
17246         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
17247         * configure.in: Enable debugging flag option
17248         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
17249           Print properties defined.
17250         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
17251         
17252 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17254         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17255         
17256         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
17257         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
17258           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
17259           and cleanups
17260         * src/text_editor.c: Minor cleanups.
17261         * anjuta.c: Tweaks to 'Goto File Line' functionality.
17262         * src/project_dbase.c: Fixes to add/remove files from project.
17263         * src/help.c: Fix minor memory leak.
17264         * src/project_dbase_gui.c: Remove debugging messages.
17265         * src/utilities.[ch]: Cleanups and minor fixes.
17266         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
17268 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
17270         * src/anjuta.c [anjuta_apply_preferences()]:
17271         Fixed a crash bug when tab pos is not defined for the editors.
17272         
17273         * data/properties/cpp.properties: Set default identifier property to normal.
17274         This fixes the bug in which the fore color gets hidden with dark background.
17276 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
17278         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
17279         scintilla 1.46
17280         
17281         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
17282         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
17283         src/anjuta.c, data/properties/anjuta.properties:
17284         Implemented line wrapping.
17285         
17286         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
17287         
17288         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
17289         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
17290         tags. Code was reviewed from GNOME Bonsai view.
17291         
17292         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
17293         it seems to have been removed by scintilla people.
17294         
17295         * data/properties/anjuta.properties: Set default line wrap to false, as
17296         is noticably slow with big files.
17297         
17298 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
17300         * src/project_import_gui.c: disallow the selection of files in
17301           the browse dialog.
17302         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
17303           preferences code.
17304         
17305 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17307         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
17308           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
17309         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
17310         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
17311           now works properly.
17312         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
17313         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
17314         * src/utilities.[ch]: Added some utility functions.
17315         * tagmanager/tm_project.c: Fix for bug in file removal from project.
17316         
17317         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17319 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
17321         * HACKING: info on FIXME statements and removed ccview references
17322         * Makefile.am: added rule to make RPM package
17324 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
17326         * THANKS, widgets/e-shell-about-box.c, 
17327         manuals/anjuta-manual/C/authors.sgml: updated for new
17328         patch
17329         * src/anjuta.c: removed unnecessary warning code since CVS 
17330         support is now implemented :-)
17331         * manuals/sgmldocs.make: implemented a fix for bug #553969
17332         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
17333         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
17334         manuals/C/anjuta-faqs-C.omf: modified the descriptions
17335         
17336 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
17337         
17338         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
17339           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
17340           src/main_menubar_def.h, src/preferences_gui.c,
17341           preferences.c, preferences.h: setup Username and Email 
17342           preferences, Insert ChangeLog and Username editor functions
17343           
17344           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
17346 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
17347         
17348         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
17349           src/src_paths_cbs.c, src/src_paths_gui.c
17350           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
17352           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
17354 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17356         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
17357           and goto tag menu items to main menu.
17359 2002-05-09  Andy Piper <andy.piper@freeuk.com>
17361         * THANKS, widgets/e-shell-about-box.c, 
17362         manuals/anjuta-manual/C/authors.sgml: added new contributors
17363         * HACKING: updated with info on files to change for credits
17365 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
17367     * src/aneditor.cxx: extended extension list which fixes segfault
17368     on selecting lisp, ruby or matlab as highlight style.
17370 2002-05-09  Andy Piper <andy.piper@freeuk.com>
17372         * src/main_menubar_def.h: fixed an array initialiser and fixed
17373         the lexer settings for the new entries on the Format menu
17375 2002-05-07  Stephane Demurget  <demurgets@free.fr>
17377         * Synced with Scintilla 1.45
17379 2002-05-06  Andy Piper <andy.piper@freeuk.com>
17381         * anjuta.prj: added another missing file
17382         * ChangeLog: fixed some incorrect change dates I caused by 
17383         sloppy cut-and-pasting :-/
17385 2002-05-06  Andy Piper <andy.piper@freeuk.com>
17386         
17387         * src/mainmenu_callbacks.c: fixed title of new About box
17389 2002-05-05  Andy Piper <andy.piper@freeuk.com>
17391         * src/pixmaps.h: added macros for OpenGL and SDL project icons
17393 2002-05-05  Andy Piper <andy.piper@freeuk.com>
17395         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
17396         * anjuta.prj: updated for new files
17398 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
17400         * widgets/e-shell-about-box.c: Added version display.
17401         
17402 2002-05-03  Andy Piper <andy.piper@freeuk.com>
17404         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
17405         widgets/scroll_menu.c: fixed up some compiler warnings (patch
17406         from Philip Van Hoof)
17408 2002-05-03  Andy Piper <andy.piper@freeuk.com>
17410         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
17411         dependency
17412         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
17413         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
17414         that produced build errors (needs checking on a machine with the
17415         ja locale!)
17416         * data/properties/lisp.properties: updated to match format of other
17417         lexer property files supplied with Anjuta
17419 2002-05-03  Andy Piper <andy.piper@freeuk.com>
17421         * anjuta.prj: added new files
17422         * HACKING: added information from the mailing list on 
17423         adding new project types to the wizard (thanks to Johannes)
17425 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17427         * src/utilities.h, src/launcher.c, src/gnome_project.c,
17428           src/appwiz_page2.c: Fix for 547038.
17430 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
17432     * attach_process.c, attach_process_cbs.c: Fixed a dialog
17433     hide bug.
17434     
17435     * about.h: cvs removed.
17436     
17437 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
17439         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
17441         Fix for #539574.
17443         * src/anjuta.c (anjuta_system_error): checks for the error number to
17444         know whether the error description is needed or not.
17446 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
17448         * pixmaps/anjuta_logo.png: New about logo.
17449     
17450         * pixmaps/anjuta_icon.png: New icon from Misha. The
17451         old one had trouble with some gtk themes.
17452     
17453         * about.c: Removed. No longer needed.
17455         * mainmenu_callbacks.c: Removed reference of about.h
17456     
17457 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
17459         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17461         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
17462           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
17463         About Dialog (thanks to the Evolution team for the cool widget!)
17465 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
17467         Patch from lbell <lbell@tsc4.com>
17468     
17469         * src/find_in_files.c, src/find_in_files.h,
17470           src/anjuta.c: Added save_yourself, load_yourself routines.
17471     
17472         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
17473         Added "Append messages" toggle button. This will enable
17474         the search results to be appended to the already existing
17475         results.
17476     
17477         * src/debugger.c: Fixed a typo.
17478     
17479         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
17480           src/session.c, src/session.h: Improved session management.
17482 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
17484         * THANKS, FUTURE, AUTHORS: Changed my email and
17485         avoided yahoo.com.
17487 2002-05-02  Stephane Demurget  <demurgets@free.fr>
17489         Impl. feature request #525271 (add Lisp support).
17491         * data/properties/lisp.properties: added.
17493         * data/properties/Makefile.am, data/properties/anjuta.properties: added
17494           the lisp properties.
17496         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
17497           src/utilities.[ch]: added support for the Lisp highlight style.
17499 2002-05-02  Stephane Demurget  <demurgets@free.fr>
17501         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
17502           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
17503           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
17504           option preferences to have a persistent setting. Plus it's not used
17505           often, so it's better here than flooding the menus.
17507         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
17508           preferences pages a lot more consistent and sweeter: tabs direction
17509           radiobuttons are directed against the meaning, all pages have an
17510           outter frame, a lot of padding, removed all expand attributes for
17511           vertical boxes, ...
17513           That's not a total revamp, but it's really looking better now, even
17514           if there's still work to be done.
17516 2002-05-01  Andy Piper <andy.piper@freeuk.com>
17518         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
17519         * TODO: added task to be completed before next release (update all credits)
17521 2002-05-01  Stephane Demurget  <demurgets@free.fr>
17523         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
17524         Benke László.
17526 2002-05-01  Benke László  <decike@freemail.hu>
17528         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
17530         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
17531           src/main_menubar_def.h, src/mainmenu_callback.[ch],
17532           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
17533           to the format menu in order to reorder the notebook tabs in
17534           alphabetical order everytime a file is created/opened/saved.
17536 2002-05-01  Philip Van Hoof <freax@pandora.be>
17538         * widgets/gnomefilelist.[ch] (history_combo_go),
17539         (history_combo_clicked): impl.
17541         (gnome_filelist_new_with_path): use this new impl.
17543 2002-05-01  Stephane Demurget  <demurgets@free.fr>
17545         * src/project_dbase_gui.c (add_file): added the xpm file type.
17547 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
17549         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
17550         tag manager fixes.
17552         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
17553           of tag types.
17555         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
17556           src/text_editor_menu.c: Added context sensitive search in symbol
17557           browser and editor.
17559         * configure.in: Changed version number to 0.1.9.99.
17561         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
17562           src/project_import.c: Minor changes to project import facility.
17564         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
17565           (Forced to use specific brace format)
17567         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
17568           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
17569           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
17571 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
17573         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
17574         replaced the spinbutton with an hscale, and made the UI less "blocky".
17576         * src/cvs_gui.c: When diffing a project you can choose date and
17577         release now.
17579         * src/project_dbase.c: Import_file activated again
17581         * configure.in, plugins/Makefile.am: Added patch plugin
17583         * plugins/patch/*: The new patch plugin
17585 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
17587         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
17589         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
17590         dropdown list shown by autocompletion are now removed.
17592 2002-04-28  Philip Van Hoof <freax@pandora.be>
17594         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
17595         a bunch of filetypes from the older version.
17597         * src/project_dbase_gui.c (add_file): changed the import
17598         dialog's filetypes combo contents depending on the
17599         type of data to be imported.
17601 2002-04-28  Stephane Demurget  <demurgets@free.fr>
17603         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
17604         the amount parameter as Philip stated and reformated to follow the
17605         Gnome convention.
17607         * src/project_dbase.c (project_dbase_make_default_filetype_list):
17608         changed accordingly.
17610 2002-04-25  Stephane Demurget  <demurgets@free.fr>
17612         Fix for #531293.
17614         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
17615         Shift-F6, to be more consistent with other Gnome apps.
17616         Moved the "Search next" entry under the "Search" one, and swapped the
17617         order of the "Find in files" and "Find and Replace" ones.
17619         Some additional fixes ands cleanups on the edit menu.
17621         * src/main_menubar.h: replaced all occurences of repeat_find by
17622         find_again for the code to be more consistent.
17624         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
17625         sensitiveness depending on the existence of an active text buffer.
17627         * TODO: added some bits about improving the usability of the
17628         search/search again couple.
17630 2002-04-25  Stephane Demurget  <demurgets@free.fr>
17632         * src/preferences_gui.c: made the tab labels text more consistent
17633         (s/misc/Misc/).
17635 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
17637         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
17639         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
17640         filename.
17642         * src/main.c (main): simplified some code and cleanups.
17644         Fix a part of #499366:
17646         * src/commands.[ch] (sync_from_props), (command_editor_save),
17647         (on_apply_clicked), (create_command_editor_gui): added the gui
17648         corresponding to the command.terminal preference.
17650 2002-04-25  Stephane Demurget  <demurgets@free.fr>
17652         Fix for #465180.
17654         * anjuta.spec.in: added build requirements for the source rpm.
17656 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
17658         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17659         
17660         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
17661           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
17662           src/project_type.c, source.c, wizard_gui.c:
17663           Added new GNOME 2 project types and changed glade behaviour to
17664           produce GTK code if project type GTK was selected and GTKmm code
17665           if project type GTKmm was selected (and not depending on the 
17666           selected language. Disabled glade for GNOME 2 projects because
17667           we will need glade2 there.
17668           
17669         * src/project_dbase.c: Fixed a memory lack.
17670         
17671         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
17672         
17673         * src/cvs.c: Added an error message if jobs are running
17675 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
17677         * tagmanager/tm_work_object.c: Fixed a chrash
17678         bug which occurs when it tries to stat an empty
17679         file name.
17680         
17681 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
17683         * src/controls.c: CVS menu items now becomes
17684         insensitive when the launcher is busy.
17685         
17686         * src/anjuta.c, cvs.h, cvs.c: Created a function
17687         to update the cvs preferences when preferences are
17688         applied in preferences dialog and called it from
17689         anjuta_update_preferences().
17690         
17691 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
17693         * src/cvs.c: Added a space in the cvs command
17694         before the revision part. This fixes the cvs
17695         error we get when cvs-diffing with revisions.
17696         
17697         * src/cvs.c: Fixed a compiler warning.
17698         
17699         * src/find_replace.c: The dialog now remembers
17700         the settings including the "prompt on replace"
17701         which seems to have broken somewhere line the
17702         changes.
17703         
17704 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
17706         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
17707         Added a new property in cvs class to hold a boolean
17708         for enabling date in cvs diff. This fixed the bizzare
17709         diff output due to the date that goes with the cvs
17710         command. Also, set the default value of compression
17711         to 3 and unified diff option to 1.
17712         
17713 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
17715         * src/cvs.c: The diff editor is set to hilite as
17716         diff syntax hiliting.
17717         
17718         * configure.in, manual/Makefile.am:
17719         Added a new manual module for ja language.
17720         
17721         * manual/ja/*/*/*: New module and files for the
17722         ja translation for the anjuta documentation
17723         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
17724         
17725 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
17727         * src/launcher.c: Made a very messy work around
17728         for the launcher authentication to work properly.
17729         
17730         * src/find_replace.c: Applied the missing patch
17731         from Dan Elphick <dre00r@ecs.soton.ac.uk>
17732         
17733 2002-04-16 Andy Piper <andy.piper@freeuk.com>
17735         * src/cvs.c, src/main_menubar_def.h: made message strings
17736         consistent with existing standards from our own documentation 
17737         (such as uppercase P in Project, corrected spelling of 
17738         repository, etc.)
17740 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
17742         * src/cvs_gui.c: Cleaned up gui and aligned various
17743         widgets to give a clean look.
17744         
17745 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
17747         * src/launcher.c: Added work around to retrieve
17748         the child exit code. It works. :)
17749         
17750         * src/find_in_files.c, src/gnome_project.c,
17751         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
17752         src/clean.c, src/clean_project.c, src/build_project.c,
17753         src/build_file.c: Modified to handle the new
17754         child exit code.
17755         
17756 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
17758         * src/find_replace.c: Changed signal to call
17759         on_replace_text_close on from delete_event
17760         to close => the replace history is now updated.
17762 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
17764         * src/cvs.c: escaped the cvs import message before
17765         passing it to cvs.
17766         
17767 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
17769         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17770         
17771         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
17772         
17773         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
17774         Added cvs import
17775         
17776         * src/preferences_gui.c: GUI improvements
17777         
17778         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
17780 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
17782         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
17783         Removed static qualifier from tm_tag_type_name() and
17784         availed it's prototype for use in outside code. also
17785         created reverse map function tm_tag_type_name();
17786         
17787         * src/anjuta.c: Implemented qualified tags names for
17788         the tag list (on the toolbar pulldown list) to avoid
17789         ambiguty in tags with similar names (like prototype
17790         and definition). Patch modified and improved.
17791         
17792         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
17793         
17794 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
17796         * src/utilities.[c,h]: Added a utility funtion
17797         that escapes the single and double quotes in a
17798         given string. Useful for passing command line
17799         args with quotes.
17800         
17801         * src/cvs.c: Escaped the cvs log message before
17802         passing it to cvs command line to avoid ambiguties
17803         with quotes in the message.
17804         
17805         * pixmaps/anjuta_icon.png: Changed to the new icon.
17806         from Todd Goyen <goyen@mbi-berlin.de>
17807         
17808         * src/message-manager-private.cc: Added regex to 
17809         recognize (underline hilite) the parsable outputs
17810         from the zvt terminal.
17811         
17812 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
17814         Patch from: Tina Hirsch <tehirsch@arcor.de>
17815         
17816         * src/project_type.c:
17817         Fixed a bug in the wxproject type and modified the erroroutput when
17818         configure doesn't find wx-config
17819         
17820         Patch from: Timothee Besset <ttimo@idsoftware.com>
17821         
17822         * src/anjuta.c, src/message-manager-private.cc,
17823           src/message-manager-private.h
17824         Catches double clicks in the zvt terminal, and calls goto_error_line
17825         to jump to the appropriate location in the source. This will recognize
17826         grep -n output
17827         
17828 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
17829         
17830         * src/build_project.c: Taken care of memory leak
17831           by freeing cmd variable properly.
17833         * src/main_menubar_def.h: Fixed wrong signal connection
17834           for cvs project commit.
17835           
17836         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
17837         
17838         * src/preferences_gui.c: Added some border and adjusted
17839           expandsion, filling in box adds to make the cvs preferences
17840           more nicer.
17841         
17842 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
17844         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17845         
17846         * src/cvs*, src/main_menubar*, src/preferences*: 
17847         Moved CVS settings to preferences, added a nice login dialog.
17848         
17849         * src/controls.c, src/project_dbase.c:
17850         CVS project options are only shown if a project is open
17851         
17852         * src/build_project.c:
17853         User is now asked if he wants to install as root 
17854         
17855         * src/launcher.c:
17856         Fixed a warning
17858         * anjuta.prj: Updated with cvs files
17859         
17860         * TODO: Remove task which are done
17861         
17862 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
17864         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
17865         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
17866         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
17868         Modified launcher to use controlling terminal to detect and
17869         take care of password authentications (for example, for cvs
17870         and root installs).
17871         
17872         * pixmaps/password.png: New file.
17873         
17874 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
17876         Anjuta kick start tutorial wirtten by:
17877           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
17879         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
17880           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
17881           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
17882           manuals/C/anjuta-tutorial/figures/*.png:
17883           
17884           Added files
17885         
17886         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
17887           
17888           Modified files.
17889         
17890 2002-03-28 Roel Vanhout <roel@stack.be>
17892         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17894         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
17895           src/preferences_gui.c:
17896         Added option to wrap around to beginning/end of file when on last bookmark
17897         and next/previous bookmark is pressed
17898         
17899 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
17901         Patch from Philip Van Hoof <freax@pandora.be>
17902         
17903         * src/gnomefilelist.c:
17904         Added gimp like feature that changes the file extension of
17905         the filename entered in the selections when the file
17906         filter is changed.
17907         
17908 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
17909         
17910         Patch from Roy Wood <roy.wood@filogix.com>
17911         
17912         * src/controls.c, src/find_text.c, src/find_text.h,
17913           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
17914           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
17915           
17916           Menuitem for entering currently selected text as find target,
17917           added key accel for "find next" and changed some key accels for
17918           other key for consistency.
17919           
17920         * src/utilities.c:
17921           Cleaned up code.
17922         
17923 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
17925         * src/watch.c, src/watch.h, src/watch_cbs.c,
17926           src/watch_cbs.h, src/watch_gui.c:
17927         
17928           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
17929         
17930           Added change watch entries feature
17931           and Watch entries modify on double click fixed.
17933 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
17935         * src/mainmenu_callbacks.c:
17936         
17937           Project commit should not bypass dialog as
17938           we need to get the cvs log from the user.
17939           
17940 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
17942         * src/project_dbase.c:
17943         
17944           Patch from Roy Wood <roy.wood@filogix.com>
17945           
17946           Fixed docking bug with the new docking patch
17947           to fix copy/paste bug.
17948           
17949 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
17951         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
17952           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
17953           src/main_menubar.h, src/main_menubar_def.h,
17954           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
17956           Added cvs project support. Featured bypass cvs dialog for
17957           cases where we don't need dialog (such as project and right
17958           click selection from file browser). Cleaned up cvs code to
17959           make them generic cvs operations instead of separate file
17960           and project operations. Added cvs log action. Increased
17961           file entry box width and enabled "unified diff" by default.
17962           Used Editor buffer for status and log and set hilite for
17963           these buffers including diff buffer (DIFF hilite).
17964           
17965 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
17967         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
17969         * data: Added file autogen.sh.wxwin 
17970         * data/Makefile.am: Added entry for autogen.sh.wxwin
17971         * pixmaps: Added project image appwiz_wxwin.png
17972         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
17973         * src/appwizard_cbs
17974           src/compiler_options.c
17975           src/pixmaps.h
17976           src/project_dbase.c
17977           src/project_dbase.h
17978           src/project_import_cbs.c
17979           src/project_type.c
17980           src/source.c
17981           src/source.h
17982           src/wizard_gui.c: Added everything necessary for new
17983                             project type 'wxWindows (wxGTK)
17984         * src/project_dbase.c: Fixed a bug that caused every project
17985                                to be a glade project in dialog
17986                                                    'Project information'.
17988 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
17990         Patch submitted by Roy Wood <roy.wood@filogix.com>
17991         
17992         * src/anjuta_gui.c, src/message-manager-dock.c,
17993           src/project_dbase.c:
17994           
17995           fixed the copy/paste bug by rewriting dock/undock
17996           code.
17998 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
18000         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18001         
18002         * src/cvs*, src/Makefile.am:
18003           New file for CVS support. File operations currently work
18004           cvs login needs to be done. Project support is not yet
18005           started.
18007         * src/main_menubar*, src/mainmenu_callbacks,
18008           src/anjuta.c, src/anjuta.h:
18009           Added menus and functions for cvs commands.
18010           
18011         * src/text_editor_menu.h: 
18012           Added #include <gtk/gtk.h>
18013           
18014         * src/gotoline.h:
18015           Removed a warning (and this time it works ;-)
18017         * src/utilities.c, src/utilities.h:
18018           Added a utility function to retrieve directory
18019           name out of full path.
18021 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
18023         * src/executer.c: (create_executer_dialog): changed the default
18024           focus on the entry.
18026 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
18028         * widgets/gnomefilelist.c:
18029         Fixed duplicate history entries for the same directory.
18030           
18031 2002-03-10  Stephane Demurget  <demurgets@free.fr>
18033         Fix for #520092.
18035         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
18036           it's already used by scintilla to delete the whole current line.
18038 2002-03-10  Stephane Demurget  <demurgets@free.fr>
18040         Fix for #525107.
18042         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
18043           calls to fileselection_hide_widget,
18044           (on_open_filesel_cancel_clicked): removed.
18046         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
18047           (on_add_prjfilesel_cancel_clicked):
18049         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
18050           impl.
18052         * src/fileselection.c: Made some functions static.
18053           (fileselection_hide_widget): rewritten using the new
18054           gnome_filelist_set_multiple_selection function.
18056         * src/fileselection.c: (on_file_selection_delete_event): removed
18057           unuseful widget hides. Some cleanups,
18058           (on_file_selection_cancel_clicked): impl,
18059           (create_fileselection_gui): changed the cancel button clicked's
18060           callback to use this new function.
18062         * src/anjuta.c: (anjuta_new):
18063         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
18064           callbacks, because this the gnome filelist widget's job.
18066         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
18067           clist selection mode duplicates set,
18068           (gnome_filelist_key_press): use the new impl. function.
18070 2002-03-10  Stephane Demurget  <demurgets@free.fr>
18072         Fix for #441233.
18074         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
18075           fixed some bogus code using an array cell out of
18076           range, removed unecessary gettext usages.
18078         * src/appwiz_page2.c: (on_prj_name_entry_changed):
18079           some cleanups and now transform minus characters to
18080           underscores.
18082         * src/source.c:
18083           (source_write_configure_in),
18084           (source_write_toplevel_makefile_am),
18085           (source_write_desktop_entry),
18086           (source_write_glade_file):
18087         * src/project_dbase.c: (project_dbase_summon_glade),
18088           (project_dbase_generate_source_code):
18089         * src/glades.c: (gladen_write_glade_write):
18090           replaced some occurences of the target name by the
18091           project filename, using project_dbase_get_proj_name,
18092           to fix the name of some files.
18093           Fixed a lot of mem leaks.
18094           Various code cleanups.
18096 2002-03-06  Stephane Demurget  <demurgets@free.fr>
18098         Merged with latest (1.44) scintilla.
18100         Added: - The calltip.<lexer>.end.definition property to display help
18101                  text on a second line of calltip.
18102                - The calltip.<lexer>.word.characters property to correctly find
18103                  calltips for functions that include characters like '$' which
18104                  is not normally considered a word character.
18105                - The use.monospaced property to determine initial state of
18106                  Use Monospaced Font setting.
18108         Bugs fixed: Too many to mention; please see :
18109                     http://www.scintilla.org/ScintillaHistory.html for the
18110                     full changes list.
18112         * scintilla/*/*: updated nearly all files.
18114         * TODO: removed the need of a scintilla merge.
18116         Merged with latest (1.44) SciTE properties.
18118         * data/properties/anjuta.properties: added the wrap, use.monospaced
18119           properties.
18121         * data/properties/html.properties: added a missing php extension, and
18122           updated php keywords to the latest reference.
18124         * data/properties/pascal.properties: added commands to compile, build
18125           and execute pascal applications.
18127         * data/properties/lua.properties: added styles for statements.
18129         * data/properties/bash.properties: added the declare keyword.
18131         Fixed distchecking.
18133         * global-tags/Makefile.am,
18134           global-tags/create-global-tags.sh: used some kind of ugly hack to
18135           make distchek work, since noone has proposed some better way.
18137         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
18138           and Ctrl-N replace Alt-N for new file according to the Gnome design
18139           reference.
18141 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
18143         * widgets/gnomedirlist.c
18144         widgets/gnomedirlist.h
18145         widgets/gnomefilelist.c
18146         widgets/gnomefilelist.h:
18148         Added GPL headings in the file.
18150 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
18152         * src/attach_process.c
18153         src/attach_process_cbs.c
18154         src/attach_process_cbs.h
18155         src/attach_process_gui.c
18156         src/breakpoints.c
18157         src/breakpoints_cbs.c
18158         src/breakpoints_cbs.h
18159         src/breakpoints_gui.c
18160         src/commands.c
18161         src/compiler_options.c
18162         src/compiler_options_cbs.c
18163         src/compiler_options_cbs.h
18164         src/compiler_options_gui.c
18165         src/find_in_files.c
18166         src/find_in_files_cbs.c
18167         src/find_in_files_cbs.h
18168         src/find_in_files_gui.c
18169         src/find_replace.c
18170         src/find_text.c
18171         src/help.c
18172         src/preferences.c
18173         src/preferences_gui.c
18174         src/project_config.c
18175         src/src_paths.c
18176         src/src_paths_cbs.c
18177         src/src_paths_cbs.h
18178         src/src_paths_gui.c:
18179         
18180         Bugs #521629 and #522427 fixed. The problem was, that the
18181         escape-key was not catched and the dialog was hidden, but
18182         the flag was not set correctly.
18184         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
18185         using the gnome_dialog_close_hides()-setting present in most dialogs.
18186         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
18187         emits "close" and set the flag in the close-callback.
18189         Patch from: Jens Georg <mail@jensgeorg.de>
18191 2002-03-06  Stephane Demurget  <demurgets@free.fr>
18193         * src/*.{c,cpp}: s/string_free/g_free/
18195         * src/utilities.[ch]: (string_free): removed.
18197 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
18199         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18201         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
18202         src/mainmenu_callbacks.[ch]:
18203         Removed Project menu options: README, TODO, ChangeLog and NEWS
18204         Moved Save Build Messages to Build menu and only highlight it
18205         when there are build messages.
18206         Corrected a spelling: "mojority" -> "majority"
18207         Fixed initialisation of edit.edit_app_gui so now Edit menu
18208         can be shown when no project is loaded.
18210         * src/project_dbase.h: Removed prototype for static function
18212 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
18214         * src/text_editor.c: Editor is marked changed after
18215         autoformat. 
18216         
18217         Patch from: Jens Georg <mail@jensgeorg.de>
18219 2002-03-04 Roel Vanhout <roel@stack.be>
18221         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18223         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
18224         Added option to ignore binary files on 'Find in files' (grep -I option)
18226 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
18228         * src/main.c:
18229         session restoration and commandline load in 
18230         gtk idle loop.
18231         
18232         * src/anjuta.[h,c], src/anjuta_cbs.c:
18233         Removed "clear windows menu" and prevented runtime 
18234         warnings.
18235         
18236         * src/compile.c, src/build_file.c, src/build_project.c,
18237         src/clean.c:
18238         Takes into account the preference setting for 
18239         show dialog when job completes. Dialogs are
18240         shown when it is enabled otherwise not.
18241         
18242 2002-03-03 Roel Vanhout <roel@stack.be>
18244         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18245         
18246         * src/find_text.c
18247         Store 'Find...' search string on search so that 'Find Next' will search for
18248         that string, even if the dialog hasn't been closed yet.
18250 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
18252         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
18253         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
18254         src/main_menubar_def.h:
18255         
18256         Organized menus, removed "Windows" and "Utilities" menus from the
18257         menubar [they are no longer needed]. Also removed some extragenous
18258         separators.
18259           
18260 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
18262         * src/message-manager-private.cc:
18263         Set message clist selection mode to BROWSE.
18264         
18265         * src/message-manager.cc, src/an_symbol_view.c,
18266         src/an_file_view.c:
18267         Added Key navigation for the CTree and CList. Arrow left for
18268         node collapse, right for node expand, space (or enter) for
18269         activation (same as double click).
18270         
18271 2002-03-03 Roel Vanhout <roel@stack.be>
18272         
18273         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18274         
18275         * plugins/class-gen/clsGen.c
18276         Added functionality to semi-intelligently prefill filename
18277         boxes with names deduced from class name
18279 2002-02-26 lbell <lbell@tsc4.com>
18281         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
18282         * src/preferences_gui.c:
18283         Removed an incorrect use of gtk_misc_set_alignment().
18284         
18285         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
18286         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
18287         src/preferences.h, src/preferences_gui.c:
18288         
18289         Added the option to reload last open project at the startup.
18290         Added the possibility to open a new project without close
18291         an existing one
18292         
18293         * src/properties.cxx:
18294         Corrected a spelling mistake in message string.
18295         
18296         * src/session.c:
18297         Updated session functions.
18298            
18299 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
18301         * widgets/gnomefilelist.c: Bug fixes.
18302         
18303         Patch from Philip Van Hoof <freax@pandora.be>
18304         
18305 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
18307         * src/an_file_view.c:
18308         anjuta was unable to open some files becuase they were not being
18309         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
18310         Removed mime checking when opening with anjuta, becuase it doesn't
18311         hurt to open binary files in anjuta (some even may want to do so).
18312         
18313         Added a warning when mime type is not set when "view with default
18314         viewer" is activated.
18315         
18316         * src/an_file_view.c, an_symbol_view.c:
18317         Converted N_() to _() where ever appropriate in the strings.
18318         
18319 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
18320         
18321         * src/appwizard_gui.c, src/appwizard_cbs.c
18322           src/wizard_gui.c/h, src/appwiz_page3.c,
18323           src/project_import_gui.c:
18324           
18325         Moved target type radiobuttons to appwiz. page 2
18326         
18327         * src/message-manager-private.cc
18328         Fixed a bug which caused a crash if next message function was used
18330         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
18332 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
18334         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
18335         Modifies the behaviour of Alt-TAB in Anjuta. This
18336         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
18337         edited files in the first items of the notebook.
18339         Patch from: Timothee Besset <timo@qeradiant.com>
18340         
18341 2002-02-24  Philip Van Hoof <freax@pandora.be>
18343         * widgets/gnomefilelist.c, gnomefilelist.h:
18344           Added filecompletion
18345           
18346         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
18348 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
18350         * configure.in: Added "sk" to ALL_LINGUAS.
18352 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
18353   
18354         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
18355           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
18356           src/wizard_gui.c: Added support for static and dynamic libs
18357         
18358 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
18360         * widgets/gnomefilelist.c:
18361           Fixed gnome_filelist_get_lastfilename so it no longer returns
18362           a corrupted path.
18364 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
18366         * src/resources.h, resources.c:
18367         Added url handler.
18369         * src/main_menubar_def.h, mainmenu_callbacks.c:
18370         Changed to use gnome configed url handler.
18372 2002-02-19  Philip Van Hoof <freax@pandora.be>
18374         * widgets/gnomefilelist.c
18375         Added PHP filetype.
18377 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
18379         * plugins/class-gen/clsGen.c:
18380         Added c++ support.
18381         
18382         * widgets/gnomefilelist.c:
18383         Gives the maximum space to the files section of the open file dialog.
18384         
18385         Patches from: lbell <lbell@tsc4.com>
18386         
18387 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
18389         * src/anjuta.c, main.c:
18390         Used tm_get_real_path in anjuta_get_full_filename();
18391         
18392 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
18393         
18394         * anjuta.prj: update version
18396 2002-02-17  Stephane Demurget  <demurgets@free.fr>
18398         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
18399           removed the amount arg and replaced with a NULL-ending list.
18400           (gnome_filelisttype_makedefaultlist): use the new prototype.
18402 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
18404         * src/about.c, THANKS: updated for new contributors
18405         
18406         * anjuta.prj: added new files
18407         
18408         * README: corrected some documentation, ctags no longer needed,
18409           pkgconfig now required
18410           
18411         * data/properties/others.properties: add .cvsdiff extension
18412         
18413         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
18414           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
18415           file import
18416           
18417         * doc/anjuta.1: added initial man page thanks to 
18418           Rob Bradford <rob@debianplanet.org> (NB build and install 
18419           needs work)
18420         
18421 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
18423         * src/Makefile.am: Cleaned handling of compiler flags by moving them
18424           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
18425           warning flags. 
18426   
18427         * configure.in: Changed version to 0.1.10-pre
18428   
18429 2002-02-17  Stephane Demurget  <demurgets@free.fr>
18431         * src/fileselection.c: (create_fileselection_gui): always display
18432           the directory creation button as we cannot rely on the dialog
18433           titlebar.
18435         * widgets/gnomefilelist.[ch]: fixed includes.
18437         * pixmaps/new_folder.xpm: resized, added a + sign.
18439 2002-02-17  Stephane Demurget  <demurgets@free.fr>
18441         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
18442           changed all extensions to begin with a dot.
18444 2002-02-16  Philip Van Hoof  <freax@pandora.be>
18446         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
18448         * THANKS: added Philip.
18450         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
18452         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
18453         * src/file_selection.[ch],
18454         * widgets/gnomefilelist.[ch]: added a filetype
18455           combobox to the Anjuta file dialog widget.
18457 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
18459         * anjuta.spec.in: eep! the import script was not being installed by
18460           RPM - fixed for the release.
18462 2002-02-13  Stephane Demurget  <demurgets@free.fr>
18464         Various cleanups and fixes for the next release to be able to make
18465         distcheck.
18467         * plugins/*/*.c: added missing prototypes causing gcc to speak to
18468           much and make some tweaks plus cleanups.
18470         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
18471           args to remove some warnings.
18473         * global-tags/Makefile.am,
18474           data/Makefile.am,
18475           src/Makefile.am: link against Anjuta static libs using the
18476           $(top_builddir) dir, not anymore on $(top_srcdir) to make
18477           distcheck happy.
18479         * src/Makefile.am: ditto with all the Anjuta static libs.
18481         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
18482           include, as we already include the whole directory for the build.
18484         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
18485           
18486 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
18488         * pixmaps/Makefile.am: icon for libglade project now installed
18489         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
18490         * manuals/C/Makefile.am: removed ChangeLog reference which was 
18491           breaking some build stuff
18492         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
18493           include reference problems that showed up on make distcheck
18494         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
18496 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
18497         
18498         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
18500 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
18502         * src/message-manager-private.cc:
18503           The horizontal scrollbar now shows properly on demand.
18504         
18505 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
18507         * src/dnd.c fixed some warnings
18508         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
18509           and works. It is shown always at the moment but before it was
18510           shown on demand and did never work. 
18512 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
18514         * src/anjuta.c: Fixed a crash bug.
18515           patch from: Jens Georg <mail@jensgeorg.de>
18517 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
18519         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
18520           reports a problem with missing end tags on <graphic>
18522 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
18524         * manuals/C/ChangeLog: removed since it was never used
18525         * manuals/C/anjuta-manual/*: more updates, new screenshots
18526         * anjuta.prj: updated for new manuals/ structure
18528 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
18530         * source.c, compiler_options.[c/h]:
18531           Fixed bug #460321 "Problem with optimization options" 
18532           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
18533         
18534 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
18536         * NEWS: prepared for release, need to fill in date
18537         * data/welcome.txt: version number updated
18539 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
18541         * src/text_editor_menu.c, src/an_file_view.c, 
18542           src/an_symbol_view.c: marked strings for translation
18543         
18544         * src/defaults.c, data/properties/xml.properties:
18545           *.omf and *.xsl files should use XML highlighting
18546           
18547         * manuals/C/anjuta-manual/*:
18548           - restructured so that files have more meaningful names
18549             and are easier to edit (see anjuta-manual.sgml for the
18550                 ordering)
18551           - updated some screenshots
18552           - continued rewrite
18554 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
18556         * main.c: Made a workaround to remove the old
18557         anjuta gnome config file (older than 9 Feb 2002). This
18558         will fix the bug which never lets the brower toolbar shown.
18559         
18560         * main.c: In fact, the above solution wouldn't work in all
18561         cases. Therefore, here is the better fix, which works by
18562         detecting the version of the old config file and deleting
18563         ~/.gnome/Anjuta if it is lesser than 0.1.9.
18564         
18565 2002-02-01  Andy Piper <andy.piper@freeuk.com>
18567         * HACKING: added info on submitting patches
18569 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
18571         * src/project_import_gui.c, src/project_import.c:
18572           - If Project Import Wizard is canceled everything is 
18573                 cleaned up now.
18574           - Back button is now insensitive on page 3 (some problems: 
18575                 see TODO in project_import_qui.c:284
18576           - Menu frame is insensitive if project type != GNOME(mm)
18578 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
18580         * src/main.c: Fixed bug #  (Unable to open files on
18581         double click in project window from second trial onwards when
18582         the project is opened from command line).
18583         
18584         * po/POTFILES.in: Removed tags_manager.[h,c]
18585         
18586 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
18588         * src/preferences.c:
18589           A quick hack to fix the 'invisible' browser toolbar when
18590           upgrading from 0.1.8 to 0.1.9
18591           
18592         * src/anjuta.c:
18593           Fixed toolbar names which were causing confusions in the toolbar
18594           show/hide.
18595           
18596         * src/main.c:
18597           Substituted "anjuta" with PACKAGE
18598           
18599         * src/project_import_gui.c: 
18600           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
18601           
18602         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
18603           Added new files and removed obsolete ones.
18604           
18605 2002-01-30  Andy Piper <andy.piper@freeuk.com>
18607         * src/appwizard_cbs.c, project_import_cbs.c, 
18608           main_menubar_def.h, project_import_gui.c: 
18609           updates to message strings and layout for the 
18610           import wizard.
18611           
18612         * text_editor_cbs.c: fix for the tab menu entries for 
18613           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
18615 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
18617         * src/toolbars.c,
18618           src/toolbars.h,
18619           src/anjuta_gui.c,
18620           src/controls.c:
18621           
18622           Tag dropdown exclusive (takes
18623           all space in the toolbar) and never vertical and
18624           increased the width of the tag combo to 256 pixs.
18625           Toolbar separator before the combo and button.
18626           Added tags label before the tag button.
18627           Reorganized the dock bands for the toolbars.
18628           
18629         * src/project_import_gui.c
18630           src/project_import.c:
18631           Fixed an error and removed an unused variable.
18632           
18633         * data/properties/anjuta.properties:
18634           Removed the property for the old toolbar and set
18635           browser toolbar show to default.
18636           
18637         * src/project_dbase.c: excluded modules were not
18638           loaded. Fixed.
18639           
18640         * src/source.c:
18641           No build files will be written if the project is blocked.
18642           
18643         * src/project_import.c,
18644           src/project_import_cbs.c,
18645           src/project_gui.c,
18646           src/wizard_gui.c:
18647           
18648           Manually applied Johannes patch to fix some memory
18649           issues and gui clean up.
18650           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
18651         
18652         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
18653           Fixed a bad bug with remove file from project because of
18654           files were never removed properly from the project and
18655           from the tagmanager.
18656           
18657         * src/appwiz_page3.c: Disabled unused codes to clear
18658           compiler warnings.
18659           
18660 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
18662         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
18663         
18664         * data/Makefile.am
18665           pixmaps/Makefile.am
18666           src/Makefile.am
18667           src/an_file_view.c
18668           src/an_symbol_view.c
18669           src/anjuta.c
18670           src/anjuta.h
18671           src/anjuta_cbs.c
18672           src/anjuta_gui.c
18673           src/controls.c
18674           src/main_menubar.c
18675           src/main_menubar.h
18676           src/main_menubar_def.h
18677           src/mainmenu_callbacks.c
18678           src/mainmenu_callbacks.h
18679           src/pixmaps.h
18680           src/project_dbase.c
18681           src/project_dbase.h
18682           src/text_editor.c
18683           src/text_editor_menu.c
18684           src/text_editor_menu.h
18685           src/toolbar.c
18686           src/toolbar.h
18687           src/toolbar_callbacks.c
18688           src/toolbar_callbacks.h :
18689           
18690           Patch submitted by:
18691           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
18692           
18693           Removes the Tags toolbar and substituted it with
18694           tags combo dropdown list. Fixes a couple of bugs.
18695           
18696           Moved the tag combo to browser toolbar because
18697           main toolbar was becoming too long.
18698           Made a new icon of tag toolbar.
18699           
18700         * po/zh_TW.po: Fixed bug.
18701           
18702         * pixmaps/an_tag.xpm: Added new file.
18704 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
18706         * src/project_import_gui.c: Reorganized project
18707         import gui page 2.
18708         
18709 2002-01-29  Andy Piper <andy.piper@freeuk.com>
18711         * HACKING: added info on creating windows and dialogs
18713 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
18715         * src/tm_file_view.c:
18717           Sorts the file list at the end instead of doing sort-insert
18718           to improve performance.
18719           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
18721         * src/project_dbase.c: Resolved a conflict from
18722           Johannes's patch.
18723           
18724         * src/project_import.c:
18725         
18726           Fixed to use anjuta_import.sh for the bin dir and
18727           not from the data dir.
18728         
18729           Used anjuta_is_installed() function to verify a the command's
18730           executability.
18731         
18732           Fixed import command to use sh (which is more general and is
18733           gauranteed to be found in any unix system :-)). Also, added
18734           double quotes around the import directory.
18735         
18736           Changed some strings for better translations (like avoiding
18737           duplicates).
18738           
18739           Fixed the reading of wrong target type.
18740           
18741         * src/control.c: Insensitive "import project" when there is
18742           a project open.
18743           
18744         * src/project_import_cbs.c:
18745           
18746           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
18747           Fixed selection of gettext checkbox.
18748           Sets the menu entries.
18749           
18750 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
18751         
18752         * src/appwiz_page[1-4].c
18753         * src/appwiz_gui.c
18754         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
18755         be able to reuse it.
18756         
18757         * src/mainmenubar.[c/h]
18758         * src/mainmenubar_def.h
18759         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
18760         menu item
18761         
18762         * src/message-manager.c: Fixed bug 509192
18763         * src/message-manager-dock.c: Added accel_group if window is undocked
18764         
18765         * src/project_dbase.[c/h]: Splitted opening code to be able
18766         to use it without an open file dialog
18767         (Maybe I broke Naba's changes, please take a look)
18768                         
18769         * src/project_import.[c/h]
18770         * src/project_import_gui.c: New Files, Code for Project Import Wizard
18771         
18772         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
18773         import wizard
18775 2002-01-28  Andy Piper <andy.piper@freeuk.com>
18777         * src/main_menubar_def.h, tagmanager/tm_project.c: more
18778           string cleanups
18779           
18780         * manuals/C/anjuta_manual/*: started rewrite of the 
18781           manual, updated some screenshots
18783 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
18785         * src/gnomefilelist.h, src/gnomefilelist.c:
18786         
18787           Fixed multiple selection bug (#497085). The OK button is
18788           sensitive when in multiple mode, if the no. of
18789           selection is one or more.
18790           
18791           Toggle between single and multiple selection mode
18792           and multiple mode display.
18793           
18794           Fixed strings to translable strings.
18795           
18796           Fixed some compiler warnings by commenting out
18797           unused functions.
18798           
18799 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
18801         * src/project_dbase.c: App status bar now updates
18802           with the project name when the project is loaded.
18803         
18804         * src/an_file_view.c, tagmanager/tm_file_entry.c:
18805           
18806           Puts the directories at the top. They're also sorted now.
18807           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
18808         
18809 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
18811         * scripts/anjuta_import.sh.in: Added file.
18812         * scripts/anjuta_import.sh: Removed file.
18814         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
18815           Updated files.
18816           
18817         * src/main_menubar_def.h:
18818         
18819           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
18820           reflect the opposite of Find (CTRL+F) and also to leave
18821           CTRL+R or Redo.
18822           
18823           Changed Glade summon with ALT+G, which frees the ATL+E
18824           for poping up the edit menu.
18825           
18826         * src/Makefile.am: Debugging link flags by Biswa, removed.
18828 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
18830         * HACKING: added information on best practices for writing
18831           application messages and GUI labels
18832           
18833         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
18834           src/breakpoints.c, src/build_file.c, src/build_project.c, 
18835           src/clean_project.c, src/compile.c, 
18836           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
18837           src/configurer.c, src/debugger.c, src/executer.c, 
18838           src/find_in_files.c, src/find_in_files_cbs.c, 
18839           src/find_replace.c, src/find_text.c, src/glades.c, 
18840           src/gnome_project.c, src/goto_line.c, src/main.c, 
18841           src/main_menubar.c, src/main_menubar_def.h, 
18842           src/mainmenu_callbacks.c, src/preferences_gui.c, 
18843           src/project_config.c, src/project_dbase.c, 
18844           src/project_dbase_gui.c, src/resources.c, src/source.c, 
18845           src/support.c, src/tags_manager.c, src/text_editor.c, 
18846           src/text_editor_gui.c, src/text_editor_menu.c, 
18847           src/toolbar_callbacks.c, src/utilities.c: 
18848           lots of minor message updates to make them more user-friendly 
18849           and consistent
18851 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
18853         * src/executer.c:
18854         
18855           Because of the spaces escaping, the command could not be
18856           executed when run without terminal. Now fixed.
18857           
18858         * anjuta.prj, Makefile.am:
18859         
18860           Added anjuta project file.
18861         
18862 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
18864         * src/message-manager-private.h, message-manager-private.cc,
18865           message-manger.cc:
18866           
18867           Added freeze() and thaw() for the message window class to
18868           speed up the message manager update.
18869         
18870         * src/project_config.h, project_config.c,
18871           src/project_dbase.h, project_dbase.h
18872           scripts/anjuta_project.template:
18873           
18874           Added two new prject attributes: project.config.blocked and
18875           project.excluded.modules. The former will make sure that users
18876           are not given any previlidge in enabling the 'overwrite build
18877           files' flags and the later issues a list of modules in the project
18878           to be skipped for symbol browsing and project listing.
18879         
18880         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
18881         
18882           Modified script to read the template from the anjuta data dir
18883           rather than from the directory in which the script exist. Otherwise,
18884           Being transfered to the bin dir, the script will not be able to
18885           find the template when it is run.
18886           
18887           The script is also create with configure.in to set in the anjuta
18888           data dir path inside the script.
18889           
18890 2002-01-26  Stephane Demurget  <demurgets@free.fr>
18892         * po/fr.po: updated to the latest sources.
18894 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
18896         * scripts/Makefile.am:
18897           anjuta_import.sh goes with distribution.
18898           
18899         * po/*.po: They seem to have updated (merged with
18900           anjuta.pot) automatically when I did "make dist".
18901           
18902 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
18904         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
18905           Fixed Bug #499807, ie crash on removing libs, includes, defines from
18906           the compiler options dialog.
18907         
18908         * ChangeLog:
18909           Correct todays date. :)
18910           
18911         * scripts/Makefile.am:
18912           Installs anjuta_import.sh in $(prefix)/bin dir and
18913           is treated as an executable.
18914           
18915 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
18917         * Fix for bug #499373
18918         
18919         * data/properties/anjuta.properties, ada.properties, cpp.properties,
18920           java, properties, latex.properties, lua.properties, others.properties,
18921           perl.properties:
18922           
18923           Added double-quotes around file arguments so that
18924           filenames with spaces could also work.
18926         * launcher/anjuta-launcher.c, executer.c:
18927           Escaped quotes in the cammand and it's arguments before executing
18928           so that args with spaces can also work.
18929           
18930           Commented #DEBUG switch.
18931           
18932 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
18934         * scripts/*: Added files which I forgot previously.
18935         
18936         * src/aneditor.h: Lined up commands definition for better look.
18937         
18938         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
18939           main_menubar.h, control.c:
18940           Added three more convert EOL chars submenu items in transform.
18941           Reformatted some some.
18942         
18943         * data/anjuta.properties:
18944           Reformatted a line.
18945         
18946         * src/aneditor.h, aneditor.c:
18947           Added three commands (with definitions) for EOL conversions.
18948           
18949         * src/text_editor.c:
18950           Editor detects file mode from the file content and
18951           set the editing mode to CR/LF/CRLF automatically.
18952           Refined Dos mode extrageneous chars filter
18953           This will make sure that filter works only in Dos mode and not
18954           in other modes.
18955           
18956         * src/anjuta.c: Editor mode display in status bar.
18957         
18958         * src/preferences_gui.c: Changed the string for dos mode
18959           filter to more sensible string.
18960         
18961         * src/aneditor.c: Default editor mode sets during widget creation
18962           and not everty time the properties are loaded. This makes sure
18963           that the auto-detected mode is not overridden by the default mode.
18964           
18965         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
18966         
18967         * src/anjuta.c: Fixed bug #476028.
18968           Now anjuta also searches for file relative to top project dir,
18969           when the project is open.
18970         
18971         * src/anjuta_cbs.c: Fixed bug #499536.
18972           File is not closed if it is not able to save the file properly.
18973           
18974         * src/mainmenu_callbacks.c: Fixed bug #499536.
18975           Newfiles (which are not modified) are also closed on "close all files".
18976         
18977 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
18979         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
18980         
18981         * tagmanager/tm_source_file.c, regex.c, parse.c:
18982           defined and delimited g_messages within #debug.
18983           
18984         * src/preferences.c, data/anjuta.properties:
18985           saved/defied message-manager tag position in string.
18986           Message tag possition is saved between sessions. And
18987           and tag position bottom as default.
18988           
18989 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
18991         Patch submitted by:
18992         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
18994         * Makefile.am
18995           configure.in
18996           data/Makefile.am
18997           data/properties/Makefile.am
18998           global-tags/Makefile.am
18999           pixmaps/Makefile.am
19000           src/Makefile.am
19001           src/an_file_view.c
19002           src/an_file_view.h
19003           src/an_symbol_view.c
19004           src/an_symbol_view.h
19005           src/anjuta.c
19006           src/anjuta_cbs.c
19007           src/file_history.c
19008           src/file_history.h
19009           src/message-manager-private.cc
19010           src/pixmaps.h
19011           src/project_dbase.c
19012           src/project_dbase_gui.c
19013           src/tags_manager.c
19014           src/text_editor.c
19015           src/utilities.c
19016           src/utilities.h
19017           src/watch_gui.c:
19018         
19019           Modified files.
19020         
19021         * scripts/*
19022           pixmaps/sv_class.xpm
19023           pixmaps/sv_function.xpm
19024           pixmaps/sv_macro.xpm
19025           pixmaps/sv_private_fun.xpm
19026           pixmaps/sv_private_var.xpm
19027           pixmaps/sv_protected_fun.xpm
19028           pixmaps/sv_protected_var.xpm
19029           pixmaps/sv_public_fun.xpm
19030           pixmaps/sv_public_var.xpm
19031           pixmaps/sv_static_fun.xpm
19032           pixmaps/sv_static_var.xpm
19033           pixmaps/sv_struct.xpm
19034           pixmaps/sv_unknown.xpm
19035           pixmaps/sv_variable.xpm
19036           pixmaps/fv_core.xpm
19037           pixmaps/fv_text.xpm
19038           pixmaps/filestoremove.txt:
19039         
19040           New files.
19041         
19042         * pixmaps/class.xpm
19043           pixmaps/function.xpm
19044           pixmaps/fv_autofile.xpm
19045           pixmaps/fv_doc.xpm
19046           pixmaps/fv_i18n.xpm
19047           pixmaps/fv_source.xpm
19048           pixmaps/private_func.xpm
19049           pixmaps/private_var.xpm
19050           pixmaps/protected_func.xpm
19051           pixmaps/protected_var.xpm
19052           pixmaps/public_func.xpm
19053           pixmaps/public_var.xpm
19054           pixmaps/struct.xpm
19055           pixmaps/variable.xpm
19056         
19057           Removed files.
19058         
19059         * tagmanager/*/*:
19060         
19061           Upgraded to tagmanager-0.7
19063 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
19064         * src/anjuta_cbs.c: Fixed bug #506441
19065         * src/watch_gui.c: Changed layout of eval dialog so that
19066         it fits on a 800x600 desktop with German translation. 
19068 2002-01-23      Andy Piper <andy.piper@freeuk.com>
19070         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
19071         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
19072           icon for new project type (thanks to Misha)
19073         * configure.in: build and install Danish translation
19074         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
19075           credits to cover new patches and translations
19077 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
19078         
19079         * src/preferences.c, src/message-manager.cc, src/project_type.c,
19080           src/appwiz_page1.c:
19081         
19082       - Font preferences are restored properly now (\n was missing)
19083           - Dock menu label of message-manager is "Dock/Undock" instead
19084           of "Dock|Undock" to match with the rest of anjuta.
19085           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
19086           changed it in anjuta, too 
19088 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
19090         * tagmanager/tm_source_file.c,
19091           tagmanager/parse.c,
19092           tagmanager/tm_project.c,
19093           src/an_symbol_view.c,
19094           src/anjuta.c:
19095           
19096           Disabled debug warnings.
19098 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
19100         * src/appwiz_page1.c
19101           src/compiler_options.c
19102           src/project_dbase.c
19103           src/project_dbase.h
19104           src/project_type.c
19105           src/source.c
19106           src/source.h:
19107           
19108           New project type named LibGlade.
19109           
19110           Patch submitted by:
19111           Dick Knol <dknol@gmx.net>
19113         * src/gnome_prj.c:
19114           Commented out unused pixmap creation. May be it
19115           will fix the crash in project creation.
19116           
19117 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
19119         * src/registers.c
19120           src/registers.h
19121           src/registers_cbs.c
19122           src/registers_cbs.h
19123           src/registers_gui.c
19124           src/sharedlib.c
19125           src/sharedlib.h
19126           src/sharedlib_cbs.c
19127           src/sharedlib_cbs.h
19128           src/sharedlib_gui.c
19129           src/signals.c
19130           src/signals.h
19131           src/signals_cbs.c
19132           src/signals_cbs.h
19133           src/signals_gui.c
19134           src/stack_trace.c
19135           src/stack_trace.h
19136           src/stack_trace_cbs.c
19137           src/stack_trace_cbs.h
19138           src/stack_trace_gui.c
19139           src/text_editor.c
19140           src/watch.c
19141           src/watch.h
19142           src/watch_cbs.c
19143           src/watch_cbs.h
19144           src/watch_gui.c
19145           
19146           Fixed bug #496290: Attach/detach removed from these
19147           windows as they are never implemented.
19148           
19149           Patch submitted by:
19150           Johannes Schmid <johannes.schmid@gmx.de>
19151           
19152 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
19154         * src/anjuta.c,
19155           src/anjuta_cbs.c:
19156           
19157           Fixed bug:
19158           when you right click on the tabs, a list of filenames are given
19159           out, but now it gives a list of "page 1", "page 2", etc...
19160           
19161           Patch submitted by: 
19162           Jens Georg <mail@jensgeorg.de>
19164         * anjuta.in.in: Removed c|c++ because, it was not necessary
19165           and was causing translation problem.
19166           
19167         * plugins/class-gen/clsGen.c:
19168           removed "'" for the same reason.
19169           
19170 attached the fix for the menu
19173 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
19175         * src/preferences.h,
19176           src/preferences.c,
19177           src/preferences_gui.c:
19178           
19179           Adds the functionality to Anjuta to auto save your unsaved
19180           files before you build a project.
19182           Patch submitted by: 
19183           jason <jason_williams@suth.com>
19184           
19185         * src/anjuta.[h,c]:
19186           Added function for save all files.
19187         
19188         * src/mainmenu_callbacks.c:
19189           Modified to use the above function.
19190         
19191         * src/build_project.c:
19192           Save all files before build if it is set in the
19193           preferences.
19195 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
19197         * src/message-manager-private.cc
19198           src/message-manager-private.h
19199           src/message-manager.cc:
19200           
19201           Message-manager now restores the tabs which were shown on startup.
19202           The terminal is now created on demand (as requested by Biswa)
19203           and I have removed some debug messages.
19204           
19205           Patch submitted by: 
19206           Johannes Schmid <johannes.schmid@gmx.de>
19208 2002-01-13  Stephane Demurget  <demurgets@free.fr>
19210         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
19211           proper tabs keyboard navigation.
19213         * src/an_symbol_view.c,
19214           src/anjuta_cbs.c,
19215           src/gnome_project.c,
19216           src/project_dbase.c,
19217           src/tags_manager.c: removed some debugging display.
19219 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
19221         * src/message-manager-dock.c
19222           src/message-manager-private.cc
19223           src/message-manager-private.h
19224           src/message-manager.cc
19225           src/preferences.c
19226           src/preferences.h
19227           src/preferences_gui.c:
19228           
19229           Patch submitted by: 
19230           Johannes Schmid <johannes.schmid@gmx.de>
19231           
19232           This patch adds a tab to the notebook of the preferences-dialog
19233           where you can change the colors, the tab position of the new
19234           message manager. Also the truncate messages stuff has moved
19235           from misc tab to messages tab.
19237           Also improved the remembering position stuff of message manager.
19238           
19239         * data/internal.properties,
19240           Added definitions for messages colors and tag position.
19241           
19242         * src/message_manager.cc:
19243           Fixed a bug that never lets the messages panes to get cleared.
19244           Added wmclass setting for the message window. Fixed a bug in
19245           which the message window was not being shown.
19246         
19247         * src/tag_manager.c: Fixed printing of (NULL) in the debug
19248           output and disabled it.
19250         * src/anjuta.c: Preferences created and loaded before anything else.
19251           anjuta now recognizes messages colors on startup and initializes
19252           them.
19253         
19254 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
19256         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
19258 2002-01-09  Stephane Demurget  <demurgets@free.fr>
19260         * pixmaps/file_c.xpm,
19261           pixmaps/file_cpp.xpm,
19262           pixmaps/file_file.xpm,
19263           pixmaps/file_h.xpm,
19264           pixmaps/file_html.xpm,
19265           pixmaps/file_i18n.xpm,
19266           pixmaps/file_icon.xpm,
19267           pixmaps/file_pix.xpm,
19268           pixmaps/fv_doc.xpm,
19269           pixmaps/fv_i18n.xpm,
19270           pixmaps/fv_image.xpm,
19271           pixmaps/fv_source.xpm,
19272           pixmaps/fv_unknown.xpm: made these icons transparent.
19274 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
19276         * launcher/anjuta_launcher.c: updated message strings
19277         * src/message-manager-dock.c: added newline at end to avoid compile warning
19278         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
19279         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
19280           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
19281           entries for username and Python-style GPL notice
19282         * HACKING: added info on files to change to update Insert menu
19284 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
19286         * src/project_dbase.c,
19287           src/an_file_view.c,
19288           src/an_symbol_view.c:
19289           Changed the CTree expander style to square and
19290           line style to Dotted line.
19291           
19292         * po/POTFILES.in: Removed and Added translable files.
19294 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
19296         * ccview/.cvsignore: Removed.
19297         
19298 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
19300         * ccview/
19301                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
19302                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
19303                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
19304                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
19305                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
19306                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
19307         
19308         Removed ccview module because it is no longer needed.
19310 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
19312         * src/project_dbase.c:
19313           Shifted structure initialization in project_dbase_new()
19314           before anything else, otherwise it was crashing due to
19315           uninitialized values.
19316         
19317         * src/an_symbol_view.c:
19318           Disabled high volume debug output.
19320 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
19321         
19322         Applied a very heavy patch from:
19323         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
19325         * Makefile.am
19326         configure.in
19327         pixmaps/Makefile.am
19328         src/Makefile.am
19329         src/aneditor.cxx
19330         src/aneditor.h
19331         src/anjuta.c
19332         src/anjuta.h
19333         src/commands.c
19334         src/commands.h
19335         src/compile.c
19336         src/compile.h
19337         src/controls.c
19338         src/defaults.c
19339         src/fileselection.c
19340         src/main_menubar.c
19341         src/main_menubar.h
19342         src/main_menubar_def.h
19343         src/mainmenu_callbacks.c
19344         src/mainmenu_callbacks.h
19345         src/project_dbase.c
19346         src/project_dbase.h
19347         src/project_dbase_gui.c
19348         src/tags_manager.c
19349         src/text_editor_menu.c
19350         src/toolbar_callbacks.c
19351         tagmanager/Makefile.am
19352         tagmanager/ctags.c
19353         tagmanager/include/Makefile.am
19354         tagmanager/include/tm_project.h
19355         tagmanager/include/tm_symbol.h
19356         tagmanager/include/tm_tag.h
19357         tagmanager/include/tm_tagmanager.h
19358         tagmanager/include/tm_workspace.h
19359         tagmanager/tm_project.c
19360         tagmanager/tm_source_file.c
19361         tagmanager/tm_symbol.c
19362         tagmanager/tm_tag.c
19363         tagmanager/tm_workspace.c
19364         widgets/Makefile.am: Modified.
19365         
19366         * src/an_file_view.[c,h],
19367           src/an_symbol_view.[c,h],
19368           src/file_history.[c,h],
19369           src/support.[c,h],
19370           widgets/scroll-menu.[c,h],
19371           tagmanager/tm_file_entry.c
19372           tagmanager/include/tm_file_entry.h: Added new files.
19373           
19374         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
19375         private_func.xpm, public_func.xpm,
19376         class.xpm, fv_exec.xpm, fv_unknown.xpm,
19377         private_var.xpm, public_var.xpm,
19378         function.xpm, fv_i18n.xpm, macro.xpm,
19379         protected_func.xpm, struct.xpm,
19380         fv_autofile.xpm, fv_image.xpm,
19381         ofolder.xpm, protected_var.xpm, variable.xpm:
19382           Updated and Added pixmap files.
19384         Features:
19385         ---------
19386         a) Removes CCView dependency.
19387         b) Improves the terminal.
19388         c) Adds tag navigation context menus.
19389         d) Upgrades tagmanager to latest version.
19390         e) Miscellaneous small additions.
19392 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
19394         * src/project_dbase_gui.c: Fixed crash of anjuta
19395         when project first created.
19396         
19397         * src/gnome_project.c: It now updates the tags manager
19398         when new projects are created.
19399         
19400 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
19402         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
19403           for this big patch.
19404         
19405         * src/messages.[c,h]: Removed files.
19407         * src/message-manager.[cc,h],
19408           src/message-manager-dock.[c,h],
19409           src/message-manager-private.[cc,h]
19410           New files.
19412         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
19413           src/build_project.c, src/clean_project.c, src/compile.c
19414           src/configurer.c, src/debugger.c, src/find_in_files.c
19415           src/mainmenu_callbacks.c, src/preferences.h
19416           src/preferences_gui.c, src/properties.h
19417           src/utilities.c, src/utilities.h:
19418           The new messages widget.
19419           New features:
19420             - Use of GtkNotebook instead of ToggleButtons
19421               and show/hide
19422             - Popupmenu to show and hide message types and
19423               to dock/undock in detach mode
19425           All other things should work as they did with the
19426           old message window. Currently the keyboard short-cuts
19427           do not work in detached mode.
19428           
19429           Some functions in utitlities.[c,h] changed.
19430           so that they take const arguments where this is possible
19431           
19432         * src/Makefile.am, po/POTFILES.in:
19433           Removed messages.[c,h] and
19434           added message-manager.[cc,h], message-manager-dock.[c,h],
19435           message-manager-private.[cc,h]
19436           
19437         * src/message-manager.h: Removed "include <bonobo.h>"
19438           and added a newline at the end of the file.
19439           
19440         * src/message-manager-private.cc:
19441           Set clist's width setting to Automatic.
19442           Set scroll window's scroll bars to Automatic.
19443           
19444 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
19446         * text_editor_menu.c:
19447           Fixed misalignment of the function sub menu
19448           in the text editor pop up menu.
19449           
19450 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
19451         
19452         * src/text_editor.c: Fixed a compiler warning.
19453         
19454 2002-01-04  Andy Piper <andy.piper@freeuk.com>
19456         * THANKS, manuals/*/authors.sgml: updated for new translations
19457         * plugins/class-gen/clsGen.c: converted messages to English
19458         * src/about.c, src/main_menubar_def.h: string updates
19460 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
19462         * src/anjuta.c
19463           src/anjuta_cbs.c
19464           src/text_editor.c
19465           src/mainmenu_callbacks.c
19466           src/text_editor.h
19467           src/text_editor.c
19468           src/text_editor_cbs.c
19469           src/text_editor-gui.c:
19470           
19471           Earlier code for adding 'cross' button
19472           for closing pages were too error prone and unorganized.
19473           Cleaned up the code and shifted the 'extra' widgets
19474           creation (eg. close button, close_pixmap and lable)
19475           from anjuta to text_editor. This takes care of proper
19476           widgets creation and destruction. Otherwise, anjuta
19477           was crashing at too many points, especially related
19478           to docking and undocking.
19479           
19480 2002-01-04  Stephane Demurget  <demurgets@free.fr>
19482         * src/aneditor.cxx: removed debugging code.
19484         * data/properties/.cvsignore: added swap files.
19486 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
19488         * src/anjuta.c
19489           src/anjuta_cbs.c:
19490           Fixed Crashing of anjuta when a new file is saved as
19491           different file.
19492           
19493 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
19495         * src/aneditor.c: Some debug codes around.
19496         
19497         * data/internal.properties, data/anjuta.properties: Removed.
19498           data/properties/Makefile.am:
19499           data/properties/ada
19500           data/properties/cs
19501           data/properties/make
19502           data/properties/rc
19503           data/properties/html
19504           data/properties/ruby
19505           data/properties/baan
19506           data/properties/idl
19507           data/properties/pascal
19508           data/properties/sample
19509           data/properties/bash
19510           data/properties/java
19511           data/properties/perl
19512           data/properties/sql
19513           data/properties/conf
19514           data/properties/latex
19515           data/properties/props
19516           data/properties/vb
19517           data/properties/cpp
19518           data/properties/lua
19519           data/properties/python
19520           data/properties/xml
19521           data/properties/others
19522           data/properties/.cvsignore:
19523             Added files. Properties now splitted into small files
19524             for each language.
19526         * data/Makefile.am
19527           configure.in: Update the removal and added properties module.
19529         * src/preferences.c: preferences_new(): Updated to reflect the
19530           new properties files organization.
19531           
19532         * src/Makefile.am: Added Baan Lexer.
19534 2002-01-01  Stephane Demurget  <demurgets@free.fr>
19536         * src/aneditor.cxx: readded the baan lexer. 
19538         * src/preferences.c: fixed translated messages and a typo.
19540         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
19541           confusing the regexp usage in xml-i18-merge.
19543 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
19545         * src/project_dbase.c: tidied some messages, and spotted a typo in
19546           the reading of properties which prevented the project version from
19547           ever being reported in the Project Information window - fixed :)
19549         * po/POTFILES.in: removed syntax.h
19551 2001-12-31  Stephane Demurget  <demurgets@free.fr>
19553         * data/internal.properties: fixed baan properties.
19554           Added all ada properties.
19556         * src/main_menubar_def.h,
19557           src/lexer.h,
19558           src/aneditor.cxx,
19559           src/utilities.[ch]: added support for the Ada highlight style.
19561 2001-12-31  Stephane Demurget  <demurgets@free.fr>
19563         * plugins/*/.cvsignore: updated.
19565 2001-12-31  Stephane Demurget  <demurgets@free.fr>
19567         * src/syntax.h,
19568           src/text_editor.c,
19569           src/Makefile.am: removed the empty header syntax.h.
19571 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
19573         * main_menubar.c:
19574         Stef's observation on the 'superfluous' hseparators in the recent
19575         files and projects is fully justified -- removed.
19576         
19577         * main_menubar_def.h:
19578         Changed "Plug Ins" to "Plugins" in the menu label.
19579         
19580         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
19581         Added class-gen in the configure output and class-gen module.
19582         
19583         * data/internal.properties:
19584         Correct mis-spelled "jave" to "java".
19585         Added file.is.source for *.h, *.c, *.cpp properties.
19586         
19587         * global-tags/Makefile.am:
19588         "chmod +x create_global_tags.sh" before it is executed, because
19589         there is very high chance that it will be found "-x" and resulting
19590         in error
19592 2001-12-31  Stephane Demurget  <demurgets@free.fr>
19594         Fixed a crash on Solaris reported by Holder Burde, thanks to him
19595         for the backtrace.
19597         * src/gnome_project.c: (create_new_project): if the user doesn't
19598           select any icon, it doesn't have any extension and thus we can't
19599           use it in printf on Solaris, since the %s modifier use strlen to
19600           know the string length and then crash. On Linux, gcc checks the value
19601           of the pointer to be NULL and write "(null)" if necessary. We can't
19602           rely on that.
19604         * src/source.c: (source_write_desktop_entry): if there's no icon, we
19605           don't need to have the directory icon but the generic one.
19607 2001-12-30  Stephane Demurget  <demurgets@free.fr>
19609         Merged with latest (1.42) scintilla.
19611         Added: Support for the {load,save}.on.(de)activate properties.
19612                The PHP lexer to match keywords case insensitively.
19613                Baan lexer.
19614                Experimental supports for changeable style attribute & line
19615                wrapping.
19616                
19617         Updated: Both the C++ and HTML lexers.
19618                  More shell keywords added.
19619                  Horizontal scrolling and diplay of long lines optimised.
19620                  Cursor setting optimised.
19622         Bugs fixed: Caret movement over folded lines.
19623                     Selection tracking in 2ndary views when doing modifications.
19625         * scintilla/CallTip.{cxx.h},
19626           scintilla/ContractionState.{cxx,h},
19627           scintilla/Document.{cxx,h},
19628           scintilla/Editor.{cxx,h},
19629           scintilla/KeyWords.cxx,
19630           scintilla/LexHTML.cxx,
19631           scintilla/PlatGTK.cxx,
19632           scintilla/RESearch.cxx,
19633           scintilla/ScintillaBase.cxx,
19634           scintilla/ScintillaGTK.cxx,
19635           scintilla/Style.{cxx,h},
19636           scintilla/StyleContext.h,
19637           scintilla/ViewStyle.cxx,
19638           scintilla/include/*.h: updated.
19640         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
19642         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
19643           should have been told to the scintilla team. We're lucky I read the
19644           ChangeLog and the modifications of the lexer (thanks to the Gnome
19645           bonsai for this ;)
19647         * data/internal.properties: added Baan definitions.
19648           Fixed some issues for C such as *_cast directive, that are only
19649           available with C++.
19650           Updated C++, HTML and shell scripts definitions.
19651           Updated Ada and Bullant, that have been forgotten.
19653         * src/main_menubar_def.h,
19654           src/lexer.h,
19655           src/aneditor.cxx,
19656           src/utilities.[ch]: added support for the Baan highlight style.
19658 2001-12-29  Stephane Demurget  <demurgets@free.fr>
19660         Polished the plugins menu behaviour and added a tearoff
19661         menuitem to the recent entries submenu.
19663         Note: The recent entries list seems to be too height
19664               with all these superfluous hseparators.
19666         * src/main_menubar.c: Polished, making some
19667           functions declarations static and cleaning some code.
19669           (create_submenu_plugin): removed the extra
19670           plugins entry and the horizontal separators.
19672           (on_plugins_menu_realize): the plugins menu is only
19673           shown if there's at least one available.
19675           (create_submenu*): added a tearoff menuitem to have
19676           a more homogeneous menu style. For now, it doesn't
19677           take care of user settings (but it was even worse
19678           before :).
19680 2001-12-29  Stephane Demurget  <demurgets@free.fr>
19682         * configure.in: added the packageplugindir variable to avoid
19683           installing the plugins in $(prefix). It's not the same path as
19684           anjuta 2 to allow parallel installation.
19686 2001-12-29  Stephane Demurget  <demurgets@free.fr>
19687         Fix a reopened part of bug #440676: keyboard navigation between the
19688         different text buffers. Changed to a more global approch. 
19690         * src/notebook.[ch]: removed.
19692         * src/Makefile.am: removed notebook.[ch]
19694         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
19695           (on_anjuta_window_key_press_event): added to fulfill the global
19696           shorcuts handling.
19698         * HACKING: updated according to the new global shortcuts handling.
19700 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
19702         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
19703           Shifted plugin menu from Edit submenu to main menu.
19704         
19705         * po/POTFILES.in:
19706           Added plugins/sample1/plugin-sample1.c
19707           
19708         * plugins/sample1/plugin-sample1.c:
19709           Added localization and used anjuta_info, instead of anjuta_error.
19710           
19711         * plugins/.cvsignore, plugins/sample1/.cvsignore:
19712           Added cvs ignores.
19713           
19714 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
19716         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
19717           for plugin dir.
19718         
19719         * Makefile.am: Added module plugins.
19720         
19721         * plugins, plugins/Makefile.am, plugins/sample1/*:
19722           Created plugins modules.
19723           
19724         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
19725           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
19726           to load plugins of *.so only and not *.so* (which results
19727           in duplicates).
19728         
19729         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
19730           plugins during packaging.
19732 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
19734         *  configure.in: Added Greek (el) to ALL_LINGUAS.
19736 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
19738         * configure.in: Added portuguese to ALL_LINGUAS
19740 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
19742         * global-tags/.cvsignore
19743         tagmanager/.cvsignore
19744         tagmanager/include/.cvsignore:
19745         Added cvs ignore files.
19747         * data/.cvsignore
19748         Updated cvs ignore file.
19749         
19750 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
19752         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
19753           data/anjuta.properties, data/internal.properties: clean up some 
19754           message strings (me)
19756 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
19758         * src/about.c, THANKS: added Jens to the credits
19759         
19760 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
19762         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
19763           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
19764           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
19765           Georg <mail@jensgeorg.de> to add close button to file tabs.
19767 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
19769         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
19770           (debugger now catches correct signal from process)
19772 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
19774         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
19775         * src/pixmaps.h: switch appwizard project icons to new designs
19776         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
19778 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
19780         * pixmaps/Makefile.am: stop redundant images from being installed.
19781           The next step will be to remove them completely.
19782         * src/appwiz*: further updates (more to come)
19783         * src/pixmaps.h: cleaned up, commented
19784         * src/splash.c: should use the pixmaps macro defined
19785         * HACKING: more on the graphics stuff and use of pixmaps.h
19787 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
19789         * src/defaults.c: fix bug #494864
19791 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
19793         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
19794           graphics from Misha
19795         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
19796           redundant graphics, no longer used
19797         * src/appwiz*: revamped application wizard by Andy and Misha for
19798           a more usable and professional look-and-feel
19799         * HACKING: updates to cover patching, graphics, and some additions
19800           post-0.1.8
19801         * TODO: removed some implemented features
19803 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
19805         * data/anjuta.properties, data/internal.properties: cleanup
19806         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
19807           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
19808           to edit styles colors for keywords and add Goto Tag menu option
19809           in the editor
19811 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
19813         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
19814         
19815         Fixed bug #460335
19816         fixes the Forget of the cursor position when tab is brought active
19817         from project manager.
19818         
19819 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
19821         * src/messages.c
19822           Exported "TERM=xterm" to get a color terminal when
19823           anjuta is not started from within a terminal.
19824           
19825 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
19827         * src/messages.c
19828           src/messages.h
19829           Added a frame around zvt terminal.
19830           
19831         * src/preferences_gui.c
19832           Modified to say "Use glade component (experimental)"
19833           instead of "Use Component".
19834           
19835 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
19837         * Patch from 
19838         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
19839         
19840         * src/anjuta.c
19841         src/fileselection.c
19842         src/messages.c
19843         src/messages.h
19844         src/preferences.c
19845         src/preferences.h
19846         src/project_dbase.c
19848         a) Extra scrollbar in terminal no longer appears.
19849         b) Character set preference should be preserved (untested).
19850         c) File selection widget now remembers last directory.
19851         d) On creation of generic project, the glade 'file not found' error no
19852                 longer occurs.
19853         e) First terminal window is created 'on demand', so it should always to
19854                 the Right Thing (TM) as far as starting WD is concerned. Also, the
19855                 environment is now passed to the terminal.
19856         f) Solaris compilation should be fixed (replaced get_current_dir_name()
19857                 with getcwd()).
19858         g) Fixed some compilation warnings.
19860 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
19862         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
19863           src/pixmaps.h: applied terminal and warnings patch (Biswa)
19864         * src/*: cleanups (me)
19865         * pixmaps/mini_term.xpm: added new file for terminal button
19866           (me, based on existing artwork)
19868 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
19870         * configure.in: bumped version to 0.1.9-pre
19871         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
19872           translation
19873         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
19875 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
19877         * src/splash.c: removed a DOS end of line of a comment (so the *.po
19878           files are free of that char)
19879         * configure.in: added "az" to ALL_LINGUAS
19881 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
19883         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
19884           crash bug fix from Biswa.
19885         * FUTURE: added Anjuta/gIDE merger information to provide 
19886           details on future direction and status of 1.x stuff
19887         * NEWS: prepared for release
19888         * po/de.po: update from Jens Georg <mail@jensgeorg>
19890 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
19892         * multiple minor updates pre-0.1.8
19893         * patch from Biswa to fix syntax highlighting and packaging
19894         * po/fr.po: update from Stef
19896 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
19898         * global-tags/Makefile.am
19899         global-tags/create_global_tags.sh
19900         global-tags/tm_global_tags.c
19901         scintilla/LexCPP.cxx
19902         scintilla/include/SciLexer.h
19903         src/aneditor.cxx
19904         src/project_dbase.c
19905         tagmanager/Makefile.am
19906         tagmanager/include/Makefile.am
19907         tagmanager/include/tm_project.h
19908         tagmanager/include/tm_tag.h
19909         tagmanager/include/tm_tagmanager.h
19910         tagmanager/tm_project.c
19911         tagmanager/tm_source_file.c
19912         tagmanager/tm_tag.c
19913         tagmanager/tm_workspace.c:
19914         
19915         Includes the syntax highliting patch to scintilla).
19916         and more stable code.
19917         
19918         *tagmanager/include/tm_symbol.h: New file.
19919         *tagmanager/tm_symbol.c: New file.
19920         
19921         Add symbol tree building functionality at project level
19922         
19923         Patch from:
19924         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
19925         
19926 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
19928         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
19929           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
19930           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
19931           : New and improved pixmaps from Misha <misha@phreaker.net>
19932           Thanks to him.
19934 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
19935         
19936         * Big patch submitted by
19937           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
19938           Many thanks to him.
19939         
19940         * src/Makefile.am, src/aneditor.cxx
19941           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
19942           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
19943           Use of tagmanager lib for advanced calltips.
19945         * global-tags/*: Created new directory and added files to 
19946           generate system.tags.
19948         * tagmanager/*: Created new directory and added tagmanager lib
19949           files.
19951         * configure.in, acconfig.h, Makefile.am: Modified to reflect
19952           the above additions.
19954         * data/Makefile.am: Modified to accomodate generated system.tags file.
19956 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
19958         * scintilla/: updated to 1.41
19959         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
19960         * src/about.c: updated list of authors
19961         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
19962         * HACKING: updated to cover Scintilla usage
19963         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
19964           translation
19966 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
19968         * src/aneditor.cxx: Fixed compilation errors with it.
19969           by add include to gtk+ headers and typedefining a mysteriously
19970           vanished class Colour.
19972 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
19974         * configure.in: Added pt_BR in the languages.
19975         
19976 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
19978         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
19979           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
19980         * THANKS: updated
19981         * manuals/C/anjuta-manual/*: new format to match
19982           the rest of the GNOME docs chapter layout. Added the many
19983           new contributors. Moved Authors and License information into new
19984           chapters of their own - should make expansion easier too
19985         * src/compiler_options.c: changed the profiler option to -pg to 
19986           work with GNU tools (gprof)
19987         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
19988           and text labels
19989         
19990 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
19992         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
19993           compiler_options_gui.c:
19994           Added a new entry for linker flags and renamed c_options to c_flags
19995           and l_options to l_libs. Also, added a new function:
19996           compiler_options_set_prjlflags_in_file();
19997         
19998         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
19999         
20000         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
20001           
20002 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
20004         * THANKS, src/about.c: corrections and additions following 
20005         Naba's big update
20006         * src/main_menubar.c: patch from Rikul to fix the problem with 
20007         menu accelerators not being loaded
20009 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
20011         * THANKS: Added all contributors and translators names and emails.
20012         * AUTHORS: Updated
20013         * pixmap/anjuta_logo.png: Reduced the size of the logo.
20014         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
20015               Added new file (earlier logo with border).
20016         * src/about.c: Added all contributors names and emails
20017               and used macro definition for logo pixmap file.
20018         * src/pixmaps.h: Added entry for anjuta splash screen.
20020 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
20022         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
20023         to new PNG version (thanks to Misha) and removed the old
20024         pixmap.
20026 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
20028         * THANKS: added Conner Mo for simplified Chinese translation.
20029         * configure.in: added zh_CN in ALL_LINGUAS
20031 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
20033         * THANKS: added Joe Man for his traditional Chinese translation.
20034         * configure.in: added zh_TW in ALL_LINGUAS.
20036 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
20038         * src/main_menubar_def.h: Changed the link of lidn to
20039         http://lidn.sourceforge.net.
20040         
20041 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
20043         * Applied patch from Rikul
20044         * Applied patch from Luca
20045         * Fixed a cvs conflict. :)
20047 2001-10-17  Stephane Demurget  <demurgets@free.fr>
20049         * THANKS: added Marc Botermans for his Dutch translation.
20051         * configure.in: added nl in ALL_LINGUAS.
20053         * po/nl.po: added.
20055 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
20057         * anjuta.c: Fixed luca's typo.
20058         * resources.c, resources.h: Changed gchar* return to void, to
20059                 avoid a compiler warning.
20060         * scintilla/Makefile.am: Reorganized file entries.
20061         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
20063 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
20065         * Upgraded scintilla to 1.4.
20066         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
20067                 LexLisp.cxx StyleContext.cxx StyleContext.h
20068         * src/Makefile.am: Added 4 lexers and separated lexer objects
20069                 from the main link variable.
20071 2001-10-14  Stephane Demurget  <demurgets@free.fr>
20073         * THANKS: added Luca, even if it shouldn't be my role to write
20074           this sort of thing :)
20076         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
20077           the latest Luca patch.
20079 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
20081         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
20082         This is not documented yet; plugins to come later.
20083         * src/find*.c: find dialogs now persistent 
20084         (Rick <rikul@bellsouth.net>)
20085         * widgets/gnomefilelist.c: fixed multiple file open issue 
20086         (Rick <rikul@bellsouth.net>)
20087         * changes to recent file and project lists handling 
20088         (lbell <lbell@tsc4.com>)
20089         * more minor UI updates (me)
20091 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
20093         * src/Makefile.am: removed warnings for traditional C syntax
20094         * pixmaps: added new icons for mini_locals, mini_cvs and
20095         the splash screen - thanks to Misha <misha@phreaker.net>
20097 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
20099         * src/toolbar.c: fix typo in tooltip text
20100         * ccview/cccmd.cc: alter Func to Function in menu text
20102 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
20104         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
20105         issue with find dialog reporting an error when Scintilla finds text
20106         * applied patch from Denis Boehme <boehme at syncio dot de> to support
20107         DOS files (i.e. CR/LF translation)
20109 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
20111         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
20112         #452436
20113         * data/internal.properties: default fold style now set to 3 :-)
20114         * applied patch from rikul <null@acm.org> to turn notebook tab 
20115         headings red when file has been edited.
20117 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
20119         * configure.in: Added "no" to ALL_LINGUAS.
20120         
20121 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
20123     * Patch from lbell <lbell@tsc4.com>
20124     src/controls.c
20125     src/debugger.c
20126     src/main_menubar.c
20127     src/main_menubar.h
20128     src/main_menubar_def.h
20129     src/mainmenu_callbacks.c
20130     src/mainmenu_callbacks.h
20131     src/project_dbase.c
20132     src/project_dbase.h
20133     
20134     Implemented a check menu item to handle the 'show locals' flag
20135     for the current project.
20137     * data/internal.properties: Removed the redundant command
20138     for gnome-terminal.
20139     
20140 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
20142         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
20144 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
20146         * configure.in: Added "ta" to the languages list.
20148 2001-09-21  Andy Piper <andy.piper@freeuk.com>
20150         * data/internal.properties:
20151           added fold.symbols property to control appearance of folds
20152           in the Scintilla editor (thanks to rikul <null@acm.org>)
20154 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
20156         * src/message.c:
20157           one extra button for message win is being created -- Fixed.
20158         
20159           The frame should be hidden and not only the pix_lab when
20160           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
20161           -- Fixed.
20162         
20163         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
20164           for the time being it is same as mini_cvs.xpm.
20165         
20166 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
20168         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
20170         Patch from rikul <null@acm.org>
20171         
20172         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
20173         glades.h, messages.c, messages.h, pixmaps.h,
20174         project_dbase.c, project_dbase.h, session.c,
20175         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
20176         
20177         inserted 'add to watch' option in inspect window, so you can add easily
20178         a variable in watch window .
20179         
20180         Added a new message pane for the gdb local variables inspection. Changed
20181         the code in messages.c to better account for future new panes insertion.
20182         Defined a new pixmap for the new tab button in pixmaps.h
20183         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
20184         install script.
20185         
20186         Changed the debugger module to have a single function for asking to gdb
20187         to send program info. The idea is to ask the debugger about only the
20188         info needed to open windows( watch, registers, etc ) to speedup the step
20189         command. I plan to ask informations to the debugger based on the user
20190         interface status.
20191         The request for local variables is enabled by default, but the
20192         projectDBase has a variable to control it, to allow disabling that
20193         feature,  there is also the code to save and to reload the state. If you
20194         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
20195         in project_dbase.c
20197         This big patch is from:  lbell <lbell@tsc4.com>
20198         
20199 2001-09-20  Stephane Demurget <demurgets@free.fr>
20201         Patch from rikul <null@acm.org> :
20203         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
20204           problem and added folding support for php/hmtl.
20206 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
20208         * Fixed dnd of files within scintilla.
20209         patch from:  rikul <null@acm.org>
20210         
20211 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
20213         * Applied patch from Luca.
20214         
20215         * src/source.c: source_write_build_files(): Fixed the project generation
20216           failure. The fist return statement and the free_project_type were 
20217           misplaced.
20219 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
20220         
20221         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
20222         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
20223         
20224         1) Restore the error color to red (waiting for a configurable one )
20225         2) Saving projects settings if you exit anjuta without closing an open
20226         saved project
20227         3) New Menu 'repaeat search' to search with a keystroke without pressing
20228         the toolbar button
20229         4) some define in the menus to better handle menu item update
20230         
20231         Patch from: lbell <lbell@tsc4.com>
20232         
20233         * main_menubar_def.h, main_menubar.c: Change the position of
20234         "Repeat find" menu position.
20236 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
20238          project_type.h, project_type.c, source.c: Applied patch.
20239          patch from Johannes Schmid <clubfan@users.sourceforge.net>
20240          
20241 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
20243         * configure.in, src/Makefile.am: Using macros for ORBit flags.
20244         
20245 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
20246         
20247         * Fixed bug #445752
20248   
20249 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
20250         
20251         * Fixed bugs in Gtk-- and Gnome-- project type
20253 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
20255         * dnd.c: Support for multiple files drag-n-drop.
20256         
20257           Patch from: rikul <null@acm.org>
20258         
20259         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
20260           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
20261           saving from menu.
20262         
20263           Patch from: rikul <null@acm.org>
20265         * Applied patch for widgetizing goto dialog box.
20266           Patch from: ???
20267         
20268         * Applied patch for having new project type handling.
20269           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
20270           
20271 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
20273         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
20274           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
20275           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
20276           find_replace.c, find_replace.h, find_text.c, find_text.h,
20277           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
20278           project_dbase.h, source.c, text_editor.c, text_editor.h,
20279           text_editor_cbs.c, utilities.c, utilities.h:
20280         
20281           Applied a huge patch (after slight preview). I would like Luca
20282           to have his feature additions mentioned here.
20283         
20284           Patch from: lbell <lbell@tsc4.com>
20286 2001-09-09  Stephane Demurget <demurgets@free.fr>
20288         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
20290         * po/fr.po: updated to the latest sources.
20293 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
20294         
20295         * Fixed bug #445752
20296   
20297 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
20299         * dnd.h, dnd.c: New files for drag n drop support.
20300                 
20301         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
20302            Added drag and drop support for opening files.
20303         
20304         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
20305         Archit Baweja <bighead@crosswinds.net> for this idea.
20306         
20307         * TODO: Added some more todos. :-(
20309 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
20311         * Fixed the goto line activate bug.
20312         patch from: Martyn Bone <mbone@brightstar.u-net.com>
20314 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
20315         
20316         * Fixed bugs in Gtk-- and Gnome-- project type
20318 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
20320         * widgets/gonmefilelist.c, gnomefilelist.c:
20321         Modified multiple selection on pressing control.
20322           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
20323         
20324         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
20325         Modified multiple selection on pressing control.
20326           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
20327         
20328 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
20330         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
20331           This is useless; but just in case...
20333 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
20335         * data/internal.properties: modified a bit of perl properties.
20336         
20337 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
20339         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
20340           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
20341           Added support for multiple file imports. Changed the standrd C++
20342           convention of #include <file> to #include <file.h>, because I had given
20343           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
20344           now support the #include <file> convention. That is something to be fixed :). 
20345           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
20347 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
20349         * src/anjuta.c: Added function static greetings_text(), to solve the non
20350                 translation of the greetings text in the wizard.
20351                 
20352 2001-08-31  Andy Piper <andy.piper@freeuk.com>
20354         * src/find_in_files_gui.c: made order of buttons consistent with other Find
20355           dialogs, with OK the default (fix bug #453482)
20357 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
20359         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
20360         
20361         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
20362         
20363 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
20365         * src/aneditor.cxx
20366           src/aneditor.h
20367           src/anjuta_cbs.c
20368           src/controls.c
20369           src/main_menubar.c
20370           src/main_menubar.h
20371           src/main_menubar_def.h
20372           src/mainmenu_callbacks.c
20373           src/mainmenu_callbacks.h:
20374                 Applied the patch that addes menu items which allow users to
20375                 insert GPL notice and date time in current document.
20376                 patch from: Rick Patel <rikul@shreve.net>       
20377                 
20378         * src/main_menu.c: Fixed a compilation error.
20379         
20380         * src/anjuta.c: Fixed non-rememberence of editor tab position.
20381         
20382         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
20383           about the unterminated strings.
20384           
20385         * scintilla/*: Updated scintilla to 1.3.9 version.
20386         
20387 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
20388         
20389         * widgets/gnomefileselection.c:
20390           Applied the patch for fixing multiple selection of file open funcion,
20391           which will deselect the files selected.
20392           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
20394 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
20396         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
20397           src/fileselection.c, src/anjuta_cbs.c:
20398           Applied the patch     for multiple selection of file open.
20399           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
20400           
20401 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
20403         * Removed "-f" option in call to devhelp, because devhelp no longer
20404           supports that.
20405         
20406 2001-08-26  Stephane Demurget <demurgets@free.fr>
20408         All these modifications have been pointed out by
20409         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
20411         * data/internal.properties: two fixes for the PHP lexer.
20412           this out.
20414         * fr.po: minor fixes.
20416         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
20418 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
20419         
20420         * main_menubar.c,
20421           main_menubar.h,
20422           main_menubar_def.h,
20423           main_menubar_callbacks.c,
20424           controls.c:
20425                 Added new menu item for "close all fils".
20426                 (Patch from Rikul <rikul@shreve.net>, after revision)
20427         
20428         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
20429         
20430         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
20431                 (Patch from Rikul <rikul@shreve.net>)
20432         
20433         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
20434                 (Patch from Rikul <rikul@shreve.net>)
20436 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
20437         
20438         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
20439            project name in application widzard.
20440            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
20442         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
20443           of the 'OK' button there is an 'Execute' one.
20444           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
20445         
20446         * executer.c: Changed cancel button to close button. That was more appropriate.
20447           
20448 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
20450         * HACKING: corrected >>>>>> Config management.
20451         
20452         * HACKING: Added many things.
20453         
20454         * src/launcher.h: Added some comments.
20456 2001-08-21  Stephane Demurget <demurgets@free.fr>
20458         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
20460         * HACKING,
20461           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
20462           src/appwizard_cbs.c,
20463           src/appwizard_gui.c: Applied UI/docs cleanup patch from
20464           Andy Piper <andy.piper@freeuk.com>
20466         * po/fr.po: updated to latest sources.
20468         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
20471 2001-08-18  Andy Piper <andy.piper@freeuk.com>
20473         * Fixed bugs #450280 and #448845
20475         * src/about.c: corrected Naba's e-mail address (.net, not .com)
20476         
20477         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
20478           named dialogs
20479         
20480         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
20481           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
20482           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
20483           names to remove "Anjuta: " prefix
20484           
20485         * src/main_menubar_def.c: altered a message
20486         
20487         * launcher/anjuta_launcher.c: cleaned up some messages
20489         * src/debugger.c: edited messages to improve clarity
20490         
20491         * src/app_wiz*.c: tidied wizard interface
20494 2001-08-15  Stephane Demurget <demurgets@free.fr>
20496         Synced Naba's fix and mine about the wizards not working and removed
20497         anjuta.prj to avoid a nasty checkin.
20499         * Makefile.am: removed the install-data-local rule.
20501         * data/Makefile.am: changed the list of files.
20503         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
20505         * .cvsignore: added anjuta.prj for the same reason.
20508 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
20510         * src/source.c: Fixed a bug that fails new gnome projects to get
20511           created.
20513         * src/project_manager.c: Fixed a bug that disables storing recent
20514           project history.
20516         * Makefile.am: Added stuffs to install the macro files in the
20517           anjuta share file.
20520 2001-08-14  Stephane Demurget <demurgets@free.fr>
20522         * data/Makefile.am: added some rules to support the gnome/ macros
20523           dir in order to make the wizards work again.
20525         * anjuta.spec.in: upped the release number.
20528 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
20530         * configure.in (ALL_LINGUAS): Added pl.
20533 2001-08-09  Stephane Demurget <demurgets@free.fr>
20535         * anjuta.spec.in: fixed the doc files list.
20538 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
20540         * src/about.c: corrected my email address. :-)
20541         
20542         * TODO: Updated.
20543         
20544         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
20545          (patch from Andy Piper <squiggle@ukgateway.net>)
20547 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
20549         * debugger.c: Fixed a bug associated with debugging threaded
20550           application.
20551         
20552         * text_editor_menu.c: Fixed broken ui in text editor
20553           pop up menu.
20554           
20555         * text_editor_menu.c: Now the option sub menu in text editor pop up
20556           works.
20557         
20558         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
20559                 (suggested by lord sibn <sibn@utspl.cjb.net> )
20560         
20561 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
20563         * src/text_editor_menu.c: Added menu item for context help
20564           (patch from Andy Piper <squiggle@ukgateway.net>)
20565         
20566 2001-08-06  Stephane Demurget <demurgets@free.fr>
20568         * ccview/cccproj.cc: added missing i18n strings.
20570         * data/welcome.txt: bumped version to 0.1.6.
20572         * src/anjuta.c: fixed a compilation error due to devhelp integration.
20574 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
20575         
20576         * help.c, help.h: Added support for DevHelp context sensitive help
20577                 and gnome api browsing.
20578         * Fixed toolbars and editor views "not save" bug.
20579         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
20580           (patch from Andy Piper <squiggle@ukgateway.net>)
20581         * Updated THANKS and chapter15.sgml for uk and ru translators.
20583 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
20585         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
20586         * Updated configure.in to include these changes
20587         
20588 2001-08-03  Stephane Demurget <demurgets@free.fr>
20590         * src/project_dbase_gui.c: fixed bug #446963
20591           (on_project_dbase_ccview_update_start),
20592           (on_project_dbase_ccview_update_end): added.
20593           These two respectively disable and enable close file/project
20594           menu entries and toolbar items, while the ccview part updates
20595           its tag database.  
20598 2001-08-03  Stephane Demurget <demurgets@free.fr>
20600         * configure.in: added sv to the ALL_LINGUAS list.
20601         
20603 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
20605         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
20606                 file to work: merge translations and distribute it.
20608         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
20610         * NEWS, README, THANKS & TODO: Spelling fixes.
20612 2001-08-01  Stephane Demurget <demurgets@free.fr>
20614         * README: updated requirements.
20616         * scintilla/Makefile.am,
20617           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
20618           target can't be realized (custom build path).
20620         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
20621           Removed install-data-local.
20623         * src/compiler_options.c: changed the include paths of the pixmaps.
20624           we hadn't any warning because of the include paths passed to the
20625           compiler. Thanks to make distcheck for reporting this.
20628 2001-07-31  Stephane Demurget <demurgets@free.fr>
20630         * NEWS, THANKS: updated.
20632         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
20633           fixed to show the correct kernel signal number and its description.
20635         * widgets/gnomefilelist.c: fixed bug #445756
20636           (goto_last): renamed to goto_prev and changed according to goto_next.
20637           (goto_next): added.
20638           (goto_directory): removed.
20639           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
20640           returned value is now the position in the list.
20641           (check_ok_button_cb): changed the back check and added one for next.
20642           (gnome_filelist_set_dir): the check in history make it wouldn't be
20643           a "true" history. polished the whole thing, using set_dir_internal.
20644           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
20645           there's no check in the history when using back or next.
20647         * manuals/*: added missing .cvsignore files.
20650 2001-07-30  Stephane Demurget <demurgets@free.fr>
20652         * po/fr.po: updated to latest sources.
20654         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
20655           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
20656           to put off their sensitive attributes.
20658 2001-07-29  Stephane Demurget <demurgets@free.fr>
20659         
20660         * po/fr.po: fixed some grammar things.
20661           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
20662           this out.
20663         
20664         * src/utilities.c: (file_is_link): use lstat instead of stat.
20666 2001-07-27  Naba Kumar <kh_naba@123india.com>
20667         
20668         * Remove help dir from cvs, because it is no longer
20669           needed.
20670         
20671         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
20672           needed.
20674 2001-07-24  Naba Kumar <kh_naba@123india.com>
20676         * debugger.c: (debugger_update_prog_status): Fixed
20677                 the bug with gdb version 5. Debugger starts, when
20678                 step in/out/over etc are clicked.
20679         
20680         * debugger.c: All functions: added debugging codes.
20681         
20682         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
20683         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
20684           Modified to recognize non project files also.
20685           
20686         * source.c: (source_write_configure_in):
20687           Added source for 'prefix' counterparts for
20688           no-prefix AC_SUBST.
20689         
20690 2001-07-23  Naba Kumar <kh_naba@123india.com>
20691         
20692         * anjuta.c: added function anjuta_remove_text_editor();
20693           and suitably modified anjuta_remove_current_text_editor().
20694           
20695         * project_dbase.c: project_dbase_close(), Added code to
20696           close all opened files that belong to the project when
20697           the project is closed.
20698          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
20699         
20700         * Updated the manuals/anjuta-manual subdir for GDP standards.
20701            (patch from Andy Piper <squiggle@ukgateway.net>)
20702         
20703         * main_menubar.h, main_menubar.def: Added Menu items to handle
20704           urls for library references, bugs, patches and feature request
20705           submission.
20706         
20707 2001-07-20  Naba Kumar <kh_naba@123india.com>
20708         
20709         * Set wmclass names in all windows.
20710           (patch from Andy Piper <squiggle@ukgateway.net>)
20711         * New splash logo from "Misha" <misha@phreaker.net>);
20713 2001-07-19  Naba Kumar <kh_naba@123india.com>
20714         
20715         * preferences.[h,c], preferences_gui.c: Added 4 properties to
20716           set caret color, calltip back color and selection fore/back
20717           color.
20719 2001-07-18  Naba Kumar <kh_naba@123india.com>
20720         
20721         * project_dbase.c: Closes all files when project is closed.
20722          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
20723          -- We still need to refine this as it closes all sort of files.
20724         
20725         * compiler_options.c: Fixed seg-fault bug when last item in
20726           compiler option lists is removed.
20727         
20728         * Fixed missing newline warnings during compilation.
20729           (patch from Andy Piper <squiggle@ukgateway.net>)
20731 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
20733         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
20734                 autogenerated no need to store'em in CVS.
20736         * ccview/.cvsignore: Addition of cvsignore.
20738 2001-07-17  Naba Kumar <kh_naba@123india.com>
20739         
20740         *GUI fixes and spell corrections
20741         (patch from Andy Piper <squiggle@ukgateway.net>)
20743 2001-07-15  Naba Kumar <kh_naba@123india.com>
20744         
20745         *Fixed double error message for file not found.
20746         
20747         *Put white backgrounds for png images.
20748         
20749         *Converted '-' to '_' in sgml files.
20751 2001-07-14  Naba Kumar <kh_naba@123india.com>
20752         
20753         * project_dbase.c: Short-cut for expand/collasp project tree
20754         
20755         * project_dbase_gui.c:
20756          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
20758 2001-07-13  Naba Kumar <kh_naba@123india.com>
20759         
20760         * notebook.[h,c]: Added
20761          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
20762         Project/message window now toggles on control and
20763         and notebook switch short-cut
20765 2001-07-7  Naba Kumar <kh_naba@123india.com>
20766         
20767         * Changed a new icon set which looks more gnomish.
20768         
20769         * Changed a new anjuta splash logo.
20770         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
20772 2001-07-6  Naba Kumar <kh_naba@123india.com>
20773         
20774         * ccview/*: Integrated ccview for class view and file view
20775                 in the project Manager.
20776         
20777         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
20779 2001-07-1  Naba Kumar <kh_naba@123india.com>
20780         
20781         * scintilla/*: Upgraded Scintilla to version 1.3.7
20782         
20783         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
20784         
20785 2001-06-28  Naba Kumar <kh_naba@123india.com>
20786         
20787         * src/debugger.c: Correct step-over and step-out swapping.
20788         
20789         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
20790           chapters and added more stuffs.
20792 2001-06-13  Naba Kumar <kh_naba@123india.com>
20793         
20794         * data/autogen.sh.gtkmm: Added
20795         
20796         * data/autogen.sh.gnomemm: Added
20797         
20798         * src/appwiz.c: Added two more application wizard templetes
20799         
20800         * src/project: for gtk-- and gnome-- and proper support
20801         
20802         * src/source.c: for c++ in the project configuration.
20803         
20804         * src/source.h:
20806 2001-05-05  Naba Kumar <kh_naba@123india.com>
20808         * Merged my pre-cvs modifications with 
20809           the current cvs copy.
20811         * (lot of files change).
20813         * Implemented session management.
20815         * Local installation possible by
20816           manageing our own pixmaps paths
20817           manupulations.
20818         
20819         * resources.h: Added.
20820         * resources.c: Added.
20822         * Fixed some bugs.
20823         
20824 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
20826         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
20827                 Corrected/extended ignores.
20829 2001-05-04  Naba Kumar <kh_naba@123india.com>
20831         * manuals/: dir tree added.
20832           Sgml documentation started in this dir.
20833           
20834         * omf-install/: dir tree added.
20835         
20836         * manuals/anjuta-manual/C/anjuta-manual.sgml:
20837           Created initial document structure.
20838           
20839         * configure.in: Added test for scrollkeeper.
20840           Added some Makefile entries in AC_OUTPUT.
20841         
20842         * Makefile.am: Added subdir manuals/
20843         
20844         * HACKING: Wrote something stupid.
20846 2001-05-02  Stéphane Démurget <demurgets@free.fr>
20848         * Makefile.am: Added ChangeLog in local data list, becaused it's
20849           needed to create a new project.
20850           
20851         * po/fr.po: minor fixes.
20853         * src/build_file.c, src/configurer.c, src/debugger.c,
20854           src/executer.c, src/find_replace.c, src/gnome_project.c,
20855           src/goto_line.c, src/launcher.c, src/messages.c, 
20856           src/preferences.c src/project_dbase.c: functions declared static.
20857           
20858         * widgets/gnomefilelist.c: Fixed a project creation bug,
20859           introduced with latest changes.
20861 2001-05-01  Stéphane Démurget <demurgets@free.fr>
20863         * widgets/gnomefilelist.c,
20864           BUGS: Fixed an annoying bug preventing from loading files/project
20865           given on the command line. Polished the whole gnome_filelist widget.
20867 2001-04-27  Stéphane Démurget <demurgets@free.fr>
20869         * src/main.c,
20870           src/anjuta.c,
20871           src/anjuta.h: Polished the command line parsing.
20873         * BUGS: Need to clean that damn gnome_filelist widget.
20875 2001-04-25  Stéphane Démurget <demurgets@free.fr>
20877         * src/registers.c,
20878           src/sharedlib.c,
20879           src/signals.c: Removed duplicated includes.
20881         * po/fr.po: minor fixes.
20883         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
20884           create_compiler_options_page? () declared static.
20885         * src/main.c,
20886           src/anjuta.c: Put a command line option for disabling
20887           the splashscreen.
20889         * src/preferences_gui.c: Fixed an internationalization issue,
20890           other functions declared static.
20892         * src/gnome_project.c: Fixed some memory leaks,
20893           new_prj_terminated () declared static. 
20895 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
20897         * configure.in: Sort ALL_LINGUAS alphabetically.
20899 2001-04-22  Stéphane Démurget <demurgets@free.fr>
20901         * Emptied that ugly old Changelog.
20903 == Anjuta 0.1.5 ===
20904 == Anjuta 0.1.4 ==
20906 2001-03-10 Naba kumar  <naba@gnome.org>
20908         * src/gnome_project.c: Fixed project dir creation bug.
20910         * src/text_editor.c: Fixed double accelerators bug.
20911         
20912         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
20914         * src/stack_trace.c, * src/compiler_options.c,
20915         data/internals.properties, src/defaults.c:
20916         Fixed pixmap creation with NULL window.
20918         * src/commands.c, src/preferences_gui.c, src/build_project.c
20919         src/clean_project.c: Bug fix.
20920         
20921         * src/main_menubar_def.h: i18n bug fix.
20922         
20923         * src/executer.h, src/executer.c: Bug fix.
20924         
20925         * src/controls.c: Bug fix.
20926         
20927         * src/debugger.c: Debugger now takes program args.
20928         
20929         * po/ja.po: Added japanese translation file.
20930         
20931         Upgraded to ver 0.1.4
20932         ... Fixed other minor bugs.
20934 == Anjuta 0.1.3 ===
20936 2001-XX-XX Naba kumar  <naba@gnome.org>
20938         * Lots of unaccountable changes. Integrated scintilla.
20939         Redesigned Project managemet. Added supports for other languages.
20940         Java style properties managements. .... blah blah
20941         
20942 2000-11-11 Naba kumar  <naba@gnome.org>
20944         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
20945         Upgraded to version 0.1.3.
20947         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
20948         Fixed to activate Debug->add watch properly.
20950 === Anjuta 0.1.2 beta_2 ===
20951 === Anjuta 0.1.2 ===
20953 2000-11-05 Naba kumar  <naba@gnome.org>
20955         * src/compiler_options.c, src/compiler_options_cbs.c
20956         src/compiler_options_cbs.h, src/compiler_options_gui.c
20957         src/anjuta2.c, extra/stock_libs.anj (new),
20958         extra/README.stock_libs (new), htmls/page13.html,
20959         htmls/images/*: Improved Library settings GUI. Can now enable/disable
20960         added libraries. Stock libs provided for ease of entry. Modified
20961         help html file accordingly.
20963 2000-11-03 Naba kumar  <naba@gnome.org>
20965         * README: Minor fixes in Doc files.
20967         * src/gnome_prj.c, src/appwidzard_cbs.c:
20968         Fixed to ignore non-existant dir for blank prj.
20969         More checking in project creation, especially to confirm
20970         that the prj file already does not exist.
20972         * anjuta.spec, configure.in: Upgraded to version 0.1.2
20974         * src/controls.c: Now Menu item "Format/Detach current document"
20975         is inactive when there is no document opened.
20977 === Anjuta 0.1.1 ===
20979 2000-11-01 Naba kumar  <naba@gnome.org>
20981         Completed and Release of first version (Beta) with lots of bugs.
20983 1999-12-27 Naba kumar  <naba@gnome.org>
20985         Anjuta project started.